Hi Thomas, > -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Tuesday, March 8, 2022 06:24 > To: Huang, Wei <wei.hu...@intel.com>; Zhang, Tianfei > <tianfei.zh...@intel.com> > Cc: dev@dpdk.org; Xu, Rosen <rosen...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; nipun.gu...@nxp.com; hemant.agra...@nxp.com; > sta...@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com> > Subject: Re: [PATCH v1] raw/ifpga: fix interrupt handle allocation > > 21/02/2022 07:51, Zhang, Tianfei: > > From: Huang, Wei <wei.hu...@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: sta...@dpdk.org > > > > > > Signed-off-by: Wei Huang <wei.hu...@intel.com> > > > > It looks good for me. > > > > Acked-by: Tianfei Zhang <tianfei.zh...@intel.com> > > Applied >