i40evf: Use numa_mem_id() to better support memoryless node
authorJiang Liu <jiang.liu@linux.intel.com>
Mon, 17 Aug 2015 03:19:03 +0000 (11:19 +0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 4 Oct 2015 02:02:53 +0000 (19:02 -0700)
commit27ca2753500537b8f3f3aba43558d68e2e8439a1
treea257a3e7607d0aaf7df4d90a149473fb1d3b57be
parent8dc5562e4e2b8255d2ea5d472a7fa25d5aa20da4
i40evf: Use numa_mem_id() to better support memoryless node

Function i40e_clean_rx_irq() tries to reuse memory pages allocated
from the nearest node. To better support memoryless node, use
numa_mem_id() instead of numa_node_id() to get the nearest node with
memory.

This change should only affect performance.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40e_txrx.c