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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html