[PATCH] net/dpaa: fix Rx queue shutdown before init

Hemant Agrawal hemant.agrawal at oss.nxp.com
Thu Aug 27 17:59:24 CEST 2026


On 27-08-2026 12:59, Prashant Gupta wrote:
> The frame queue shutdown in dpaa_eth_rx_queue_setup() is too late:
> the queue has already been created and initialized by dpaa_dev_init(),
> so the shutdown forces a live FQ out of service and the queue no
> longer receives frames.
>
> Move the shutdown to dpaa_dev_init(), just before dpaa_rx_queue_init(),
> where it cleans up a frame queue left over from a previous run as
> intended.
>
> Fixes: 0e3c389b9e4f ("bus/dpaa: do proper cleanup of frame queues on shutdown")
> Cc: stable at dpdk.org
>
> Signed-off-by: Prashant Gupta <prashant.gupta_3 at nxp.com>
> ---
>   drivers/net/dpaa/dpaa_ethdev.c | 16 +++++++++-------
>   1 file changed, 9 insertions(+), 7 deletions(-)

Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>

>   


More information about the dev mailing list