Re: [PATCH v5] gro : packets not getting flushed in heavy-weight mode API

2024-02-07 Thread Ferruh Yigit
On 1/18/2024 8:36 AM, Kumara Parameshwaran wrote: > In heavy-weight mode GRO which is based on timer, the GRO packets > will not be flushed in spite of timer expiry if there is no packet > in the current poll. If timer mode GRO is enabled the > rte_gro_timeout_flush API should be invoked. > Agree

[PATCH v5] gro : packets not getting flushed in heavy-weight mode API

2024-01-18 Thread Kumara Parameshwaran
In heavy-weight mode GRO which is based on timer, the GRO packets will not be flushed in spite of timer expiry if there is no packet in the current poll. If timer mode GRO is enabled the rte_gro_timeout_flush API should be invoked. Signed-off-by: Kumara Parameshwaran --- v1: Changes to make s