DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Prashant Gupta <prashant.gupta_3@nxp.com>
Cc: dev@dpdk.org, stable@dpdk.org
Subject: Re: [PATCH v3] net/dpaa: fix Rx queue shutdown before init
Date: Mon, 31 Aug 2026 08:46:42 -0700	[thread overview]
Message-ID: <20260831084642.7de76c58@phoenix.local> (raw)
In-Reply-To: <20260831071825.3882423-1-prashant.gupta_3@nxp.com>

On Mon, 31 Aug 2026 12:48:25 +0530
Prashant Gupta <prashant.gupta_3@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@dpdk.org
> 
> Signed-off-by: Prashant Gupta <prashant.gupta_3@nxp.com>
> ---

Applied to next-net

      reply	other threads:[~2026-08-31 15:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-27  7:29 [PATCH] net/dpaa: fix Rx queue shutdown before init Prashant Gupta
2026-08-27 15:59 ` Hemant Agrawal
2026-08-31  6:11 ` [PATCH v2] " Prashant Gupta
2026-08-31  7:18   ` [PATCH v3] " Prashant Gupta
2026-08-31 15:46     ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260831084642.7de76c58@phoenix.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=prashant.gupta_3@nxp.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox