Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The irqmask define the environment variable IRQBALANCE_BANNED_CPUS. It sould ignore some CPU and never assign interrupts (more details here, the irqbalance manual). This variable is a mask where the first CPU is the least signifiant bit and specified CPUs in cpusystem should be set to 0. The workqueuemask is his negation and it's used to configure the kernel.

Example:

Variablecpusystemirqbalanceworkqueuemask
Value0,12ffeffe1001

Kernel configuration

...