Re: [PATCH v8] app/testpmd : fix packets not getting flushed in heavy-weight mode API

2024-02-22 Thread kumaraparameshwaran rathinavel
On Wed, Feb 21, 2024 at 11:32 PM Ferruh Yigit wrote: > On 2/16/2024 1:56 PM, Ferruh Yigit wrote: > > On 2/16/2024 3:47 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 > >

Re: [PATCH v8] app/testpmd : fix packets not getting flushed in heavy-weight mode API

2024-02-21 Thread Ferruh Yigit
On 2/16/2024 1:56 PM, Ferruh Yigit wrote: > On 2/16/2024 3:47 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_gr

Re: [PATCH v8] app/testpmd : fix packets not getting flushed in heavy-weight mode API

2024-02-16 Thread Ferruh Yigit
On 2/16/2024 3:47 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. > > Fixe

[PATCH v8] app/testpmd : fix packets not getting flushed in heavy-weight mode API

2024-02-15 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. Fixes: b7091f1dcfbc ("app/testpmd: enable the heavyweight mode TCP