Re: [PATCH v1] app/testpmd : return if no packets in GRO heavy weight mode

2024-02-26 Thread Ferruh Yigit
On 2/25/2024 6:16 AM, Kumara Parameshwaran wrote: > If there are no packets flushed in GRO heavy weight mode, > return false as this fall through code would return true > indicating that packets are available > > Fixes: 461c287ab553 ("app/testpmd: fix GRO packets flush on timeout") > Cc: sta...@dp

[PATCH v1] app/testpmd : return if no packets in GRO heavy weight mode

2024-02-24 Thread Kumara Parameshwaran
If there are no packets flushed in GRO heavy weight mode, return false as this fall through code would return true indicating that packets are available Fixes: 461c287ab553 ("app/testpmd: fix GRO packets flush on timeout") Cc: sta...@dpdk.org Signed-off-by: Kumara Parameshwaran --- app/test-pmd