0
votes
0answers
57 views

Network Interface Interrupt handler affinity

I need to set the CPU affinity of network interfaces interrupt handlers (that run when a packet arrives). I know that I need to obtain the correct IRQ number for that. Whats is the best way to get ...
0
votes
1answer
88 views

can irq smp_affinity replace the rps(recieve package steering)?

I have a Netcard eth0, it has sigle queue, and its IRQ number is 63, my question is: if i set /proc/irq/63/smp_affinity to fffff whether means that the linux kernel will distribute the irq of eth0 ...