1
0
Fork 0
alistair23-linux/drivers/net/ethernet/tile
Chris Metcalf 03f6199a35 nohz: Prevent tilegx network driver interrupts
Normally the tilegx networking shim sends irqs to all the cores
to distribute the load of processing incoming-packet interrupts,
so that you can get to multiple Gb's of traffic inbound.

However, in nohz_full mode we don't want to interrupt the
nohz_full cores by default, so we limit the set of cores we use
to only the online housekeeping cores.

To make client code easier to read, we introduce a new nohz_full
accessor, housekeeping_cpumask(), which returns a pointer to the
housekeeping_mask if nohz_full is enabled, and otherwise returns
the cpu_possible_mask.

Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
2015-07-29 15:44:59 +02:00
..
Kconfig tile_net: Always enable PTP clock support on TILE-Gx 2013-12-27 12:44:55 -05:00
Makefile tilegx network driver: initial support 2012-06-11 17:01:26 -07:00
tilegx.c nohz: Prevent tilegx network driver interrupts 2015-07-29 15:44:59 +02:00
tilepro.c net: batch of last_rx update avoidance in ethernet drivers. 2015-05-14 17:38:17 -04:00