[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5630E2FD.3070609@solarflare.com>
Date: Wed, 28 Oct 2015 15:00:13 +0000
From: Shradha Shah <sshah@...arflare.com>
To: David Miller <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <linux-net-drivers@...arflare.com>
Subject: [PATCH net-next 0/4] sfc: NUMA support
This patch series adds support for
- allocating rx pages local to the interrupt
- setting affinity hint to influence IRQs to be allocated on the
same NUMA node as the one where the card resides.
Alexandra Kossovsky (1):
sfc: use __GFP_NOWARN when allocating RX pages from atomic context.
Bert Kenward (2):
sfc: Use cpu_to_mem() to support memoryless nodes
sfc: set and clear interrupt affinity hints
Daniel Pieczko (1):
sfc: allocate rx pages on the same node as the interrupt
drivers/net/ethernet/sfc/efx.c | 36 +++++++++++++++++++++++++++++++++++
drivers/net/ethernet/sfc/net_driver.h | 3 +++
drivers/net/ethernet/sfc/rx.c | 18 +++++++++++++++---
3 files changed, 54 insertions(+), 3 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists