From: Alexander Duyck Date: Fri, 11 May 2012 08:32:45 +0000 (+0000) Subject: ixgbevf: Update q_vector to contain ring pointers instead of bitmaps X-Git-Tag: v3.6-rc1~125^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b43c44654f686c68f742baebb85ee9185d48687;p=pandora-kernel.git ixgbevf: Update q_vector to contain ring pointers instead of bitmaps For most cases the ixgbevf driver will only ever contain a single Tx and single Rx queue. In order to track that it makes more sense to use a pointer instead of using a bitmap which must be search in order to locate the ring on an adapter index. As such I am changing the code to use pointers and an iterator to access all rings on a given q_vector. Signed-off-by: Alexander Duyck Signed-off-by: Greg Rose Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed