summaryrefslogtreecommitdiff
path: root/scripts/vyatta-irqaffin
AgeCommit message (Collapse)Author
2010-10-27Move irq affinity scripts out of this packageStephen Hemminger
2010-03-09Bugfix 5021: Make smp_affinity configuration tolerant of failures.Bob Gilligan
2009-05-21Bugfix 4432: Don't validate interface name in "check" sub-command.Bob Gilligan
The "check" sub-command is called by the CLI at "set" time. The interface may not be configured, or may be configured but not "up" at this time. So we don't want to perform any validation on the interface.
2009-05-20Use the default_smp_affinity /proc file if it is available.Bob Gilligan
2009-05-20Bugfix 4427: Handle multiqueue NICs.Bob Gilligan
Added code to deal with NICs that utilize more than one IRQ. The "set" sub-command of this script will now assign the requested affinity mask to all IRQs that are associated with the NIC.
2008-03-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-10Merge branch 'glendale' of git:/git/vyatta-cfg into glendalerbalocca
2008-03-10Convert from VPL 1.0 to GPLv2Stephen Hemminger
Glendale release is licensed under GPL version 2.
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
2008-02-26Bugfix: 2653Bob Gilligan
Only allow setting SMP affinity on multiprocessor machines.
2008-02-04Bugfix: 2653Bob Gilligan
Don't allow the bitmask argument of the smp_affinity parameter to contain more bits than there are CPUs on the system.
2008-01-28Bugfix: 2688Bob Gilligan
Allow upper case hex values in smp_affinity parameter. Also get irq number of interface from /sys/class/net/..., which is more reliable than parsing it out of the output of /proc/interrupts.
2007-12-12Bugfix: 2189Bob Gilligan
Add config node to configure NIC interrupt CPU affinity on SMPs.