]> git.baikalelectronics.ru Git - kernel.git/commit
igb: only recycle page if it is on our numa node
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 12 Nov 2009 18:38:35 +0000 (18:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 14 Nov 2009 04:46:53 +0000 (20:46 -0800)
commit140a32e67fb9017f0815f03b0846367917c7a0f9
tree79d0a691d5c9399ad49c93b36fe76c7c0590cf1b
parentacd6e340f5164d8953fb2311db71218763d972f2
igb: only recycle page if it is on our numa node

This patch makes it so that we only recycle pages when they are from the
local NUMA node.  Non-local pages are freed and replaced with locally
allocated pages.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c