Re: [dpdk-dev] [PATCH v2 05/13] baseband/fpga_5gnr_fec: add device info_get function

2020-04-16 Thread Chautru, Nicolas
Hi Akhil, > > Add in the "info_get" function to the driver, to allow us to query the > > device. > > No capability are available yet. > > Linking bbdev-test to support the PMD with null capability. > > > > Signed-off-by: Nicolas Chautru > > --- > > app/test-bbdev/Makefile

Re: [dpdk-dev] [PATCH v2 05/13] baseband/fpga_5gnr_fec: add device info_get function

2020-04-16 Thread Akhil Goyal
> > Add in the "info_get" function to the driver, to allow us to query the > device. > No capability are available yet. > Linking bbdev-test to support the PMD with null capability. > > Signed-off-by: Nicolas Chautru > --- > app/test-bbdev/Makefile| 3 ++ > app/test

[dpdk-dev] [PATCH v2 05/13] baseband/fpga_5gnr_fec: add device info_get function

2020-03-29 Thread Nicolas Chautru
Add in the "info_get" function to the driver, to allow us to query the device. No capability are available yet. Linking bbdev-test to support the PMD with null capability. Signed-off-by: Nicolas Chautru --- app/test-bbdev/Makefile| 3 ++ app/test-bbdev/meson.build