Re: [PATCH net] bnx2x: Prevent FW assertion when using Vxlan

2015-12-13 Thread Sergei Shtylyov
Hello. On 12/13/2015 10:49 AM, Yuval Mintz wrote: FW has a rare corner case in which a fragmented packet using lots of frags would not be linearized, causing the FW to assert while trying to transmit the packet. To prevent this, we need to make sure the window of fragements containing MSS wort

[PATCH net] bnx2x: Prevent FW assertion when using Vxlan

2015-12-12 Thread Yuval Mintz
FW has a rare corner case in which a fragmented packet using lots of frags would not be linearized, causing the FW to assert while trying to transmit the packet. To prevent this, we need to make sure the window of fragements containing MSS worth of data contains 1 BD less than for regular packets