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: [email protected]

Signed-off-by: Prashant Gupta <[email protected]>
---
  drivers/net/dpaa/dpaa_ethdev.c | 16 +++++++++-------
  1 file changed, 9 insertions(+), 7 deletions(-)

Acked-by: Hemant Agrawal <[email protected]>

Reply via email to