From: Alexander Duyck Date: Sat, 14 May 2011 01:16:02 +0000 (+0000) Subject: ixgbe: fix ring assignment issues for SR-IOV and drop cases X-Git-Tag: v3.1-rc1~316^2~359^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4d51836f5e49f2e5201f1daf90239c04b3faf2;p=pandora-kernel.git ixgbe: fix ring assignment issues for SR-IOV and drop cases This change fixes the fact that we would trigger a null pointer dereference or specify the wrong ring if the rings were restored. This change makes certain that the DROP queue is a static value, and all other rings are based on the ring offsets for the PF. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed