[PATCH v5 2/4] net/dpaa2: clear active VDQ state when freeing Rx queues
Stephen Hemminger
stephen at networkplumber.org
Mon Nov 17 19:13:51 CET 2025
On Mon, 17 Nov 2025 09:44:40 +0000
Hemant Agrawal <hemant.agrawal at 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 at polito.it>
> > > <mauricio.vasquezbernal at studenti Mauro Annarumma
> > > <mauroannarumma at hotmail.it> Maxime Coquelin
> > > <maxime.coquelin at redhat.com> Maxime Gouin
> > <maxime.gouin at 6wind.com>
> > > -Maxime Leroy <maxime.leroy at 6wind.com>
> > > +Maxime Leroy <maxime.leroy at 6wind.com> <maxime at leroys.fr>
> > The order is incorrect. My new email address is maxime at leroys.fr, and it
> > should appear first in the list.
>
> Hi @stephen at 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
More information about the stable
mailing list