i40evf: Use numa_mem_id() to better support memoryless node
Orabug:
22342532
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>
(cherry picked from commit
27ca2753500537b8f3f3aba43558d68e2e8439a1)
Signed-off-by: Brian Maly <brian.maly@oracle.com>