Scroll to navigation

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

int pre_vectors
Don't apply affinity to pre_vectors at beginning of the MSI(-X) vector space

int 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

July 2017 Kernel Hackers Manual 4.11