| STRUCT IRQ_AFFINITY(9) | Structures | STRUCT IRQ_AFFINITY(9) | 
NAME¶
struct_irq_affinity - Description for automatic irq affinity assignements
SYNOPSIS¶
struct irq_affinity {
  int pre_vectors;
  int post_vectors;
};  
MEMBERS¶
pre_vectors
Don't apply affinity to pre_vectors at beginning
  of the MSI(-X) vector space
post_vectors
Don't apply affinity to post_vectors at end of the
  MSI(-X) vector space
AUTHORS¶
Thomas Gleixner <tglx@linutronix.de>
Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
| June 2024 | Kernel Hackers Manual 3.10 |