[PATCH] net/nfp: modify Rx buffer size setting logic
Ferruh Yigit
ferruh.yigit at amd.com
Thu Oct 17 02:53:25 CEST 2024
On 10/16/2024 9:15 AM, Chaoyong He wrote:
> From: Long Wu <long.wu at 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.wu at corigine.com>
> Reviewed-by: Chaoyong He <chaoyong.he at corigine.com>
>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list