1STRUCT IRQ_AFFINITY(9) Structures STRUCT IRQ_AFFINITY(9)
2
3
4
6 struct_irq_affinity - Description for automatic irq affinity
7 assignements
8
10 struct irq_affinity {
11 int pre_vectors;
12 int post_vectors;
13 };
14
16 pre_vectors
17 Don't apply affinity to pre_vectors at beginning of the MSI(-X)
18 vector space
19
20 post_vectors
21 Don't apply affinity to post_vectors at end of the MSI(-X) vector
22 space
23
25 Thomas Gleixner <tglx@linutronix.de>
26 Author.
27
28 Ingo Molnar <mingo@elte.hu>
29 Author.
30
32Kernel Hackers Manual 3.10 June 2019 STRUCT IRQ_AFFINITY(9)