Re: [PATCH] net/bnxt: set HW coalescing parameters

2022-02-09 Thread Ajit Khaparde
On Tue, Feb 8, 2022 at 9:57 PM Ajit Khaparde wrote: > > Set coalescing parameters correctly for Rx completion rings. > This is not being done for the Rx completion rings currently. > > Fixes: 657c2a7f1dd4 ("net/bnxt: create aggregation rings when needed") > Cc: sta...@dpdk.org > > Signed-off-by: A

[PATCH] net/bnxt: set HW coalescing parameters

2022-02-08 Thread Ajit Khaparde
Set coalescing parameters correctly for Rx completion rings. This is not being done for the Rx completion rings currently. Fixes: 657c2a7f1dd4 ("net/bnxt: create aggregation rings when needed") Cc: sta...@dpdk.org Signed-off-by: Ajit Khaparde Signed-off-by: Somnath Kotur Reviewed-by: Kalesh AP