RE: [PATCH v7 1/5] raw/ifpga: introduce AFU driver framework

2022-06-15 Thread Huang, Wei
.@nxp.com; > > hemant.agra...@nxp.com > > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > > ; Zhang, Qi Z ; Huang, > > Wei > > Subject: [PATCH v7 1/5] raw/ifpga: introduce AFU driver framework > > > > AFU (Acceleration Function Unit) is part of FPGA a

RE: [PATCH v7 1/5] raw/ifpga: introduce AFU driver framework

2022-06-14 Thread Xu, Rosen
ng, Qi Z ; Huang, Wei > > Subject: [PATCH v7 1/5] raw/ifpga: introduce AFU driver framework > > AFU (Acceleration Function Unit) is part of FPGA and enumerated by ifpga > driver. > This driver implements common AFU device interfaces and exposes them to > application as standard r

RE: [PATCH v7 1/5] raw/ifpga: introduce AFU driver framework

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 1/5] raw/ifpga: introduce AFU driver framework

2022-06-09 Thread Wei Huang
AFU (Acceleration Function Unit) is part of FPGA and enumerated by ifpga driver. This driver implements common AFU device interfaces and exposes them to application as standard raw device APIs. Normally application can operate specified AFU as below, 1. call rte_rawdev_pmd_get_named_dev() to find A