Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
Glendale release is licensed under GPL version 2.
|
|
|
|
Only allow setting SMP affinity on multiprocessor machines.
|
|
Don't allow the bitmask argument of the smp_affinity parameter to
contain more bits than there are CPUs on the system.
|
|
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.
|
|
Add config node to configure NIC interrupt CPU affinity on SMPs.
|