
Tips
How to calculate the value to be put in the rps_cpus according to the number of CPU cores
Hello. This is Komiya from OPS. This is how to calculate the value to be put in RPS\_cpus according to the number of CPU cores. There is a request to distribute network interrupt processing across multiple cores. I relied on people who could do it and worked hard so far. \[shell\]# core=1 # echo "obase=16; ibase=10; $(( 2 \*\* ${core})) -1" |...