[PATCH 1/2] net/iavf: fix missing check for interrupt errors
Bruce Richardson
bruce.richardson at intel.com
Tue Mar 18 13:48:23 CET 2025
On Tue, Mar 18, 2025 at 12:35:01PM +0000, Medvedkin, Vladimir wrote:
> Acked-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
>
> On 10/03/2025 13:11, Bruce Richardson wrote:
> > When registering interrupts, there was no check if the registration of
> > the interrupt succeeded. Add in such a check, and go to fallback path
> > if the check fails. This prevents errors on FreeBSD due to missed
> > admin queue messages.
> >
> > Fixes: cd3b124955d4 ("net/iavf: enable interrupt polling")
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> > ---
> > drivers/net/intel/iavf/iavf_ethdev.c | 12 +++++-------
> > 1 file changed, 5 insertions(+), 7 deletions(-)
> >
Series applied to dpdk-next-net-intel.
/Bruce
More information about the stable
mailing list