commit | d1eff35061b9346cb9bef2b79d9d99c8c096df13 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Nov 12 18:38:35 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 13 20:46:53 2009 -0800 |
tree | 79d0a691d5c9399ad49c93b36fe76c7c0590cf1b | |
parent | dbabb065802a46d64b8869ba97674bfa90b55d83 [diff] |
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>