igb: prevent skb_over panic w/ mtu smaller than 1K
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sat, 31 Jan 2009 08:52:57 +0000 (00:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 31 Jan 2009 08:52:57 +0000 (00:52 -0800)
commitec54d7d6e40b04c16dfce0e41e506198a20c8645
tree7e70f20258f0f3ac35e48e0d4a1fa41d63853997
parentbbd98fe48a43464b4a044bc4cbeefad284d6aa80
igb: prevent skb_over panic w/ mtu smaller than 1K

A panic has been observed with frame sizes smaller than 1K.  This has been
root caused to the hardware spanning larger frames across multiple buffers
and then reporting the original frame size in the first descriptor.  To
prevent this we can enable set the LPE bit which in turn will restrict
packet sizes to those set in the RLPML register.

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_main.c