Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-12 | Fix irq-affinity for special cases | Stephen Hemminger | |
Need to handle virtual devices with no IRQ, and older processors without concept of multi-core. | |||
2010-11-12 | New IRQ affinity script and RPS support | Stephen Hemminger | |
Replace old script with new cleaner script that handles both IRQ affinity and Receive Packet Steering. Instead of two scripts (one for mask and one for auto), do it all with one script. Receive Packet Steering is supported in two ways. If 'auto' is used, then both threads on HT system will be used for receive processing. If explicit mask is given, then two masks can be used to set both IRQ cpus and RPS cpus. |