Re: [dpdk-dev] [PATCH v6] app/testpmd: add IFPGA AFU register access function

2019-01-08 Thread Ferruh Yigit
On 1/2/2019 6:19 AM, Rosen Xu wrote: > 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 > Acked-by: Bernard Iremonger > > v5 updat

[dpdk-dev] [PATCH v6] app/testpmd: add IFPGA AFU register access function

2019-01-01 Thread Rosen Xu
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 Acked-by: Bernard Iremonger v5 updates: === - Added Macro to fix compile depende