]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Fix case of Tx Hang in PF with 32 VFs
authorGreg Rose <gregory.v.rose@intel.com>
Wed, 25 Jan 2012 07:59:37 +0000 (07:59 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:47:37 +0000 (22:47 +0800)
commit3a749f244be25967da4ccbe61c0e72729386bc3e
treec3a1b018cd9f16f5a49e0244fef1d91ade580124
parent739e9487919f9c3e7c982c77b41dd689104fafb8
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.

(cherry picked from commit 4cd6923d3481773f3fbcae5ca940c8823aa33475)
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Robert E Garrett <robertX.e.garrett@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c