commit | 5536d2102a2d37a02e2c233ead4e1e4cabbdcd5b | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Sep 25 00:31:17 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Oct 19 04:39:35 2012 -0700 |
tree | 11d5bca255da856545fbfeeab42a972287f7dced | |
parent | de78d1f9c83d0aceca42c17abbbf730ebdc2fc6e [diff] |
igb: Combine q_vector and ring allocation into a single function This change combines the the allocation of q_vectors and rings into a single function. The advantage of this is that we are guaranteed we will avoid overlap in the L1 cache sets. 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>