Re: [PATCH v1] gro: bug fix in identifying 0 length tcp packets

2022-07-17 Thread kumaraparameshwaran rathinavel
Hi Jiayu, Can you please suggest if the patch can be used ? When timestamps are disabled we would unnecessarily indulge pure TCP ack packets in the GRO layer. Or can we have a fix where if the TCP timestamp option is not present in the packet, do not process the packet, return immediately ? Thank

RE: [PATCH v1] gro: bug fix in identifying 0 length tcp packets

2022-04-03 Thread Morten Brørup
> From: Kumara Parameshwaran [mailto:kumaraparames...@gmail.com] > Sent: Sunday, 3 April 2022 13.51 > > As the minimum Ethernet frame size is 64 bytes, a 0 length > tcp payload without tcp options would be 54 bytes and hence > there would be padding. So it would be incorrect to use the > packet le