commit | 8dc5562e4e2b8255d2ea5d472a7fa25d5aa20da4 | [log] [tgz] |
---|---|---|
author | Jiang Liu <jiang.liu@linux.intel.com> | Mon Aug 17 11:19:02 2015 +0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Oct 03 18:49:27 2015 -0700 |
tree | 4b93c16925898089eb430079b6ac46ffe75b8e28 | |
parent | e96f78ab2703f3b0d512f6b469bc685d2ef20475 [diff] |
i40e: 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>