]> git.baikalelectronics.ru Git - kernel.git/commit
igb: set vf rlpml wasn't taking vlan tag into account
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 3 Sep 2009 14:49:33 +0000 (14:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Sep 2009 03:01:50 +0000 (20:01 -0700)
commitb226641125971b21e15dfca8864cf76bcc6aff8b
tree520f54058247dbb0ccd368b7ee45888e67b3c684
parentdb4af949b2b76c9b4ca78339d4fda828948671df
igb: set vf rlpml wasn't taking vlan tag into account

This patch updates things so that vlan tags are taken into account when
setting the receive large packet maximum length.  This allows the VF driver
to correctly receive full sized frames when vlans are enabled.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb.h
drivers/net/igb/igb_main.c