I have a Netcard eth0,it has single 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 to each cpu in my system?
is its function equal to the rps(receive package steering)?