On 10/16/2024 9:15 AM, Chaoyong He wrote: > From: Long Wu <long...@corigine.com> > > In the previous logic, NFP driver would modify hardware Rx buffer size > every time rxq was set. This will cause the setting of one Rx queue > to affect all Rx queues, resulting in the card being unable to receive > packets properly in some cases. > > Modify this logic so that after the first initialization, only when > the Rx queue buffer size is greater than the current hardware set size > will it be modified. > > Signed-off-by: Long Wu <long...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> >
Applied to dpdk-next-net/main, thanks.