Hi Ferruh, I have added Macro to identify the dependency of ifpga, and checked it ok in my v6 patch. Pls review, thanks a lot.
> -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, December 20, 2018 22:23 > To: Xu, Rosen <rosen...@intel.com>; Iremonger, Bernard > <bernard.iremon...@intel.com>; dev@dpdk.org > Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; Wu, Jingjing > <jingjing...@intel.com> > Subject: Re: [PATCH v5] app/testpmd: add IFPGA AFU register access function > > On 12/20/2018 10:48 AM, Xu, Rosen wrote: > > Thanks a lot Ferruh. > > Sorry for the confusion Rosen, I dropped it back because of the dependency > it creates to ifpga, and a put a comment to the patch. > > Also this gives meson build error, fyi. > > > > >> -----Original Message----- > >> From: Yigit, Ferruh > >> Sent: Thursday, December 20, 2018 16:59 > >> To: Iremonger, Bernard <bernard.iremon...@intel.com>; Xu, Rosen > >> <rosen...@intel.com>; dev@dpdk.org > >> Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; Wu, Jingjing > >> <jingjing...@intel.com> > >> Subject: Re: [PATCH v5] app/testpmd: add IFPGA AFU register access > >> function > >> > >> On 12/18/2018 6:12 PM, Iremonger, Bernard wrote: > >>>> -----Original Message----- > >>>> From: Xu, Rosen > >>>> Sent: Tuesday, December 18, 2018 11:30 AM > >>>> To: dev@dpdk.org > >>>> Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; Wu, Jingjing > >>>> <jingjing...@intel.com>; Iremonger, Bernard > >>>> <bernard.iremon...@intel.com>; Xu, Rosen <rosen...@intel.com>; > >>>> Yigit, Ferruh <ferruh.yi...@intel.com> > >>>> Subject: [PATCH v5] app/testpmd: add IFPGA AFU register access > >>>> function > >>>> > >>>> Currently register read/write of testpmd is only for PCI device, > >>>> but more and more IFPGA based AFU devices need this feature to > >>>> access registers, this patch will add support for it. > >>>> > >>>> Signed-off-by: Rosen Xu <rosen...@intel.com> > >>> > >>> Acked-by: Bernard Iremonger <bernard.iremon...@intel.com> > >>> > >> > >> Applied to dpdk-next-net/master, thanks.