From: Greg Rose Date: Wed, 25 Jan 2012 07:59:37 +0000 (+0000) Subject: ixgbe: Fix case of Tx Hang in PF with 32 VFs X-Git-Tag: v3.3-rc4~34^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd6923d3481773f3fbcae5ca940c8823aa33475;p=pandora-kernel.git ixgbe: Fix case of Tx Hang in PF with 32 VFs A check for the number of VFs allocated should have used a greater than equal operator instead of just greater than. This caused allocation of exactly 32 VFs to not enable the PF transmit and receive enables. Signed-off-by: Greg Rose Tested-by: Robert E Garrett Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed