Distribute IP packets accross different NIC queues with MSI (Message Signalled Interrupts)
- by Ansis Atteka
NetXtreme II BCM5709 Gigabit Ethernet NIC supports MSI feature (Message Signaled Interrupts) and it has 8 queues. Each queue has its own Interrupt handler in /proc/interrupts. What I am trying to accomplish is to tell NIC which packets should go to which queue.
Questions:
Is it possible to manually specify which IP packets should go to which…