RE: [PATCH v7 3/5] raw/ifpga: add HE-LPBK AFU driver

2022-06-15 Thread Xu, Rosen
Subject: [PATCH v7 3/5] raw/ifpga: add HE-LPBK AFU driver > > HE-LPBK and HE-MEM-LPBK are host exerciser modules in OFS FPGA, HE- > LPBK is used to test PCI bus and HE-MEM-LPBK is used to test local memory. > This driver initialize the modules and report test result. > > Signed-off

RE: [PATCH v7 3/5] raw/ifpga: add HE-LPBK AFU driver

2022-06-09 Thread Zhang, Tianfei
> -Original Message- > From: Huang, Wei > Sent: Thursday, June 9, 2022 3:37 PM > To: dev@dpdk.org; tho...@monjalon.net; nipun.gu...@nxp.com; > hemant.agra...@nxp.com > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Zhang, Qi Z ; Huang, Wei > > Subjec

[PATCH v7 3/5] raw/ifpga: add HE-LPBK AFU driver

2022-06-09 Thread Wei Huang
HE-LPBK and HE-MEM-LPBK are host exerciser modules in OFS FPGA, HE-LPBK is used to test PCI bus and HE-MEM-LPBK is used to test local memory. This driver initialize the modules and report test result. Signed-off-by: Wei Huang --- v2: move source files to ifpga and rename, refine code --- drivers