[PATCH v6 4/6] bus/dpaa: disable qman Invalid Enqueue State interrupt
Hemant Agrawal
hemant.agrawal at nxp.com
Tue Nov 11 08:50:01 CET 2025
> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: 10 November 2025 15:02
> To: Hemant Agrawal <hemant.agrawal at nxp.com>; Sachin Saxena
> <sachin.saxena at nxp.com>; Jun Yang <jun.yang at nxp.com>; Gagandeep Singh
> <G.Singh at nxp.com>
> Cc: dev at dpdk.org; Stephen Hemminger <stephen at networkplumber.org>;
> David Marchand <david.marchand at redhat.com>
> Subject: Re: [PATCH v6 4/6] bus/dpaa: disable qman Invalid Enqueue State
> interrupt
> Importance: High
>
> 24/10/2025 08:19, Gagandeep Singh:
> > From: Jun Yang <jun.yang at nxp.com>
> >
> > ShareMAC port is still alive after dpdk process quits but RXQ setup in
> > dpdk process is in invalid state. If high loading ingress traffic hits
> > the FMan PCD then it's en-queued to the RXQ to generate frequent
> > interrupts. This causes system stuck.
> > User can disable this kind of interrupt by env to avoid this issue:
> > export DPAA_QMAN_IESR_ISR_DISABLE=1
> >
> > Signed-off-by: Jun Yang <jun.yang at nxp.com>
>
> For this patch and the next one,
> I don't think using environment variable is a good direction.
> We have devargs.
> Also these environment variables are not documented at all.
>
>
[Hemant] Yes, You are correct, we are slowly moving away from env variables.
I have asked Jun to update the documentation.
More information about the dev
mailing list