0
votes

My lscpu output is:

enter image description here

I have only one entry in /proc/interrupts for my NIC:

enter image description here

smp_affinity for my NIC eth0 is:

enter image description here

Since I have only 8 CPUs, I expected the smp_affinity value to have 8 bits, each bit for one CPU core, but I have 32 bits.

How do I interpret this output? Is there a standard on how smp_affinity value is stored?

1

1 Answers

0
votes

smp_affinity format you find here: kernel.org