From: Stephen Hemminger <stephen@networkplumber.org>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: Maxime Leroy <maxime@leroys.fr>, "dev@dpdk.org" <dev@dpdk.org>,
"david.marchand@redhat.com" <david.marchand@redhat.com>,
Jun Yang <jun.yang@nxp.com>, "stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [PATCH v5 2/4] net/dpaa2: clear active VDQ state when freeing Rx queues
Date: Mon, 17 Nov 2025 10:13:51 -0800 [thread overview]
Message-ID: <20251117101351.4501dfba@phoenix> (raw)
In-Reply-To: <PAXPR04MB9328DD5AB3BD62D41A9E39A489C9A@PAXPR04MB9328.eurprd04.prod.outlook.com>
On Mon, 17 Nov 2025 09:44:40 +0000
Hemant Agrawal <hemant.agrawal@nxp.com> wrote:
> > > diff --git a/.mailmap b/.mailmap
> > > index 10c37a97a6..d92d4fc24b 100644
> > > --- a/.mailmap
> > > +++ b/.mailmap
> > > @@ -1035,7 +1035,7 @@ Mauricio Vasquez B
> > <mauricio.vasquez@polito.it>
> > > <mauricio.vasquezbernal@studenti Mauro Annarumma
> > > <mauroannarumma@hotmail.it> Maxime Coquelin
> > > <maxime.coquelin@redhat.com> Maxime Gouin
> > <maxime.gouin@6wind.com>
> > > -Maxime Leroy <maxime.leroy@6wind.com>
> > > +Maxime Leroy <maxime.leroy@6wind.com> <maxime@leroys.fr>
> > The order is incorrect. My new email address is maxime@leroys.fr, and it
> > should appear first in the list.
>
> Hi @stephen@networkplumber.org will you please take care of it in merge, or I should send new version?
>
> Regards
> Hemant
>
> >
> > Thank you,
> >
> > Maxime Leroy
Fixed the .mailmap and checkpatch warning about indentation when committing to next-net.
### [PATCH] net/dpaa2: clear active VDQ state when freeing Rx queues
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 42)
#99: FILE: drivers/net/dpaa2/dpaa2_ethdev.c:646:
+ while (!qbman_check_command_complete(qs->active_dqs))
+ /* wait */;
total: 0 errors, 1 warnings, 0 checks, 43 lines checked
next prev parent reply other threads:[~2025-11-17 18:14 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 16:38 [PATCH 1/3] net/dpaa2: fix duplicate calling of dpaa2 dev close Hemant Agrawal
2025-11-06 16:38 ` [PATCH 2/3] net/dpaa2: clear active VDQ state when freeing Rx queues Hemant Agrawal
2025-11-06 19:29 ` Stephen Hemminger
2025-11-07 9:51 ` Maxime Leroy
2025-11-07 10:38 ` Hemant Agrawal
2025-11-07 8:34 ` David Marchand
2025-11-06 16:38 ` [PATCH 3/3] bus/fslmc: add support for hotplug of dpni Hemant Agrawal
2025-11-07 8:32 ` [PATCH 1/3] net/dpaa2: fix duplicate calling of dpaa2 dev close David Marchand
2025-11-08 15:35 ` David Marchand
2025-11-12 23:06 ` Stephen Hemminger
2025-11-13 5:29 ` [PATCH v2 1/5] " Hemant Agrawal
2025-11-13 5:29 ` [PATCH v2 2/5] net/dpaa2: clear active VDQ state when freeing Rx queues Hemant Agrawal
2025-11-13 5:29 ` [PATCH v2 3/5] net/dpaa2: fix queue free cleanup Hemant Agrawal
2025-11-13 5:29 ` [PATCH v2 4/5] net/dpaa2: bifurcate close into close and deinit Hemant Agrawal
2025-11-13 9:48 ` Maxime Leroy
2025-11-13 9:49 ` Maxime Leroy
2025-11-13 9:55 ` Hemant Agrawal
2025-11-13 5:29 ` [PATCH v2 5/5] bus/fslmc: add support for hotplug of dpni Hemant Agrawal
2025-11-13 9:59 ` [PATCH v3 1/4] net/dpaa2: fix duplicate calling of dpaa2 dev close Hemant Agrawal
2025-11-13 9:59 ` [PATCH v3 2/4] net/dpaa2: clear active VDQ state when freeing Rx queues Hemant Agrawal
2025-11-13 11:27 ` Maxime Leroy
2025-11-13 9:59 ` [PATCH v3 3/4] net/dpaa2: fix queue free cleanup Hemant Agrawal
2025-11-13 9:59 ` [PATCH v3 4/4] bus/fslmc: add support for hotplug of dpni Hemant Agrawal
2025-11-13 11:43 ` [PATCH v4 1/4] net/dpaa2: fix duplicate calling of dpaa2 dev close Hemant Agrawal
2025-11-13 11:43 ` [PATCH v4 2/4] net/dpaa2: clear active VDQ state when freeing Rx queues Hemant Agrawal
2025-11-13 11:43 ` [PATCH v4 3/4] net/dpaa2: fix queue free cleanup Hemant Agrawal
2025-11-13 11:43 ` [PATCH v4 4/4] bus/fslmc: add support for hotplug of dpni Hemant Agrawal
2025-11-13 15:11 ` [PATCH v4 1/4] net/dpaa2: fix duplicate calling of dpaa2 dev close Maxime Leroy
2025-11-14 6:39 ` Hemant Agrawal
2025-11-14 6:24 ` [PATCH v5 " Hemant Agrawal
2025-11-14 6:24 ` [PATCH v5 2/4] net/dpaa2: clear active VDQ state when freeing Rx queues Hemant Agrawal
2025-11-17 8:31 ` Maxime Leroy
2025-11-17 9:44 ` Hemant Agrawal
2025-11-17 18:13 ` Stephen Hemminger [this message]
2025-11-14 6:24 ` [PATCH v5 3/4] net/dpaa2: fix queue free cleanup Hemant Agrawal
2025-11-14 6:24 ` [PATCH v5 4/4] bus/fslmc: add support for hotplug of dpni Hemant Agrawal
2025-11-14 16:53 ` [PATCH v5 1/4] net/dpaa2: fix duplicate calling of dpaa2 dev close Maxime Leroy
2025-11-14 16:57 ` Stephen Hemminger
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=20251117101351.4501dfba@phoenix \
--to=stephen@networkplumber.org \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=hemant.agrawal@nxp.com \
--cc=jun.yang@nxp.com \
--cc=maxime@leroys.fr \
--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;
as well as URLs for NNTP newsgroup(s).