[PATCH v1] raw/ifpga: fix interrupt handle allocation

Huang, Wei wei.huang at intel.com
Tue Mar 8 02:31:23 CET 2022


Hi Thomas,

> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Tuesday, March 8, 2022 06:24
> To: Huang, Wei <wei.huang at intel.com>; Zhang, Tianfei
> <tianfei.zhang at intel.com>
> Cc: dev at dpdk.org; Xu, Rosen <rosen.xu at intel.com>; Zhang, Qi Z
> <qi.z.zhang at intel.com>; nipun.gupta at nxp.com; hemant.agrawal at nxp.com;
> stable at dpdk.org; Yigit, Ferruh <ferruh.yigit at intel.com>
> Subject: Re: [PATCH v1] raw/ifpga: fix interrupt handle allocation
> 
> 21/02/2022 07:51, Zhang, Tianfei:
> > From: Huang, Wei <wei.huang at intel.com>
> > > Allocate FPGA interrupt handle instance for each card.
> 
> It doesn't say what was the issue.

Original code use global interrupt handle for all cards, the same interrupt handle will be registered by each card, so only the last card will be interrupted correctly,
it's the problem.

> 
> > >
> > > Fixes: e0a1aafe2af9 ("raw/ifpga: introduce IRQ functions")
> > > Cc: stable at dpdk.org
> > >
> > > Signed-off-by: Wei Huang <wei.huang at intel.com>
> >
> > It looks good for me.
> >
> > Acked-by: Tianfei Zhang <tianfei.zhang at intel.com>
> 
> Applied
> 



More information about the stable mailing list