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

Stephen Hemminger stephen at networkplumber.org
Mon Aug 31 17:46:42 CEST 2026


On Mon, 31 Aug 2026 12:48:25 +0530
Prashant Gupta <prashant.gupta_3 at nxp.com> 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>
> ---

Applied to next-net


More information about the dev mailing list