On Mon, 31 Aug 2026 12:48:25 +0530
Prashant Gupta <[email protected]> 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: [email protected]
> 
> Signed-off-by: Prashant Gupta <[email protected]>
> ---

Applied to next-net

Reply via email to