Alexander Duyck c560451c20 ixgbe: Fix SR-IOV MTU warning
This change corrects the fact that we were using 1522 to test for the
max frame size in ixgbe_change_mtu and 1518 in ixgbe_set_vf_lpe.  The
difference was the addition of VLAN_HLEN which we only need to add in the case
of computing a buffer size, but not a filter size.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Sibai Li <Sibai.li@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2013-02-05 01:44:27 -08:00
..
2012-12-03 11:16:10 -08:00
2013-02-05 01:44:27 -08:00
2012-11-01 12:38:31 -04:00
2013-01-16 14:40:53 -05:00
2012-12-28 15:24:19 -08:00
2013-01-14 15:13:39 -05:00
2012-10-02 14:37:31 -04:00
2012-10-01 18:39:45 -04:00
2013-01-08 17:56:10 -08:00
2013-01-30 22:47:22 -05:00