-
Bug
-
Resolution: Done
-
Minor
-
RH442 - RHEL 7 2 20150420
-
None
-
10
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)|
Workaround:
Description: Under the Balancing Interrupts section:
For example, to limit interrupt 50 to just CPUs 0, 2, and 7 ... use:
[root@serverX ~]# printf '%0x' $[2**0 + 2**2 + 2**7] > /proc/irq/50/smp_affinity
Refer to: RH254-275