]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Remove logic that was doing NUMA pseudo-aware allocations
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 13 Sep 2012 06:27:55 +0000 (06:27 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 22 Sep 2012 09:17:18 +0000 (02:17 -0700)
commit301526a876c048ba7604b1a6b72e882b1d250401
treeaa15b37c6b856a4de77986018f2aa4d9090fbfac
parentd48a6a0e313ff8e0f074e0b9f3ff651abbfa4743
igb: Remove logic that was doing NUMA pseudo-aware allocations

This change removes the code that was doing the NUMA allocations for the
q_vectors, rings, and ring resources.  The problem is the logic used assumed
that the NUMA nodes were always interleved and that is not always the case.

At some point I hope to add this functionality back in a more controlled
manner in the future.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb.h
drivers/net/ethernet/intel/igb/igb_main.c