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)
commitf33005a637bffca72fe373d1e91f2dfbc8fae157
treeaa15b37c6b856a4de77986018f2aa4d9090fbfac
parent3dbdf96928dcdece134113c8ffa137f1a3b5dd88
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