From: Alexander Duyck Date: Tue, 25 Sep 2012 00:31:17 +0000 (+0000) Subject: igb: Combine q_vector and ring allocation into a single function X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~625^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5536d2102a2d37a02e2c233ead4e1e4cabbdcd5b;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed