Tagged Questions
3
votes
1answer
81 views
Making a IRQ SMP Affinity change permanent
I have to change the smp_affinity of a interrupt permanently. The following code needs to be executed when the server reboots:
echo "1" > /proc/irq/152/smp_affinity_list
echo "2" > ...
2
votes
0answers
239 views
“Remote function call interrupts” (CAL in /proc interrupts). What is it?
I'm running a test program which generates a large number of threads and asynchronous I/O. I'm seeing very high counts of these interrupts in /proc/interrupts, the program cannot scale beyond a ...