Re: [PATCH v9] gro: fix reordering of packets in GRO layer

2024-01-17 Thread kumaraparameshwaran rathinavel
On Thu, Jan 18, 2024 at 1:40 AM Kumara Parameshwaran < kumaraparames...@gmail.com> wrote: > In the current implementation when a packet is received with > special TCP flag(s) set, only that packet is delivered out of order. > There could be already coalesced packets in the GRO table > belonging to

[PATCH v9] gro: fix reordering of packets in GRO layer

2024-01-17 Thread Kumara Parameshwaran
In the current implementation when a packet is received with special TCP flag(s) set, only that packet is delivered out of order. There could be already coalesced packets in the GRO table belonging to the same flow but not delivered. This fix makes sure that the entire segment is delivered with the

Re: [PATCH v9] gro: fix reordering of packets in GRO layer

2024-01-04 Thread 胡嘉瑜
在 2023/12/9 上午2:17, Kumara Parameshwaran 写道: In the current implementation when a packet is received with special TCP flag(s) set, only that packet is delivered out of order. There could be already coalesced packets in the GRO table belonging to the same flow but not delivered. This fix makes su

[PATCH v9] gro: fix reordering of packets in GRO layer

2023-12-08 Thread Kumara Parameshwaran
In the current implementation when a packet is received with special TCP flag(s) set, only that packet is delivered out of order. There could be already coalesced packets in the GRO table belonging to the same flow but not delivered. This fix makes sure that the entire segment is delivered with the