From: Alexander Duyck Date: Wed, 6 May 2009 10:43:28 +0000 (+0000) Subject: ixgbe: make q_vectors dynamic to reduce netdev size X-Git-Tag: v2.6.31-rc1~330^2~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a921c93626e7481b5d8788d8511995aa2d2b591;p=pandora-kernel.git ixgbe: make q_vectors dynamic to reduce netdev size Currently the q_vectors are being allocated statically inside of the adapter struct. This increases the overall size of the adapter struct when we can easily allocate the vectors dynamically. This patch changes that behavior so that the q_vectors are allocated dynamically and the napi structures are automatically allocated inside of the q_vectors as needed. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed