Re: [dpdk-dev] [PATCH v10 03/10] baseband/acc100: add info get function

2020-10-01 Thread Chautru, Nicolas
Hi Maxime, Ok for all. I can rename. > From: Maxime Coquelin > On 10/1/20 5:14 AM, Nicolas Chautru wrote: > > Add in the "info_get" function to the driver, to allow us to query the > > device. > > No processing capability are available yet. > > Linking bbdev-test to support the PMD with null ca

Re: [dpdk-dev] [PATCH v10 03/10] baseband/acc100: add info get function

2020-10-01 Thread Maxime Coquelin
On 10/1/20 5:14 AM, Nicolas Chautru wrote: > Add in the "info_get" function to the driver, to allow us to query the > device. > No processing capability are available yet. > Linking bbdev-test to support the PMD with null capability. > > Signed-off-by: Nicolas Chautru > Acked-by: Liu Tianjiao

[dpdk-dev] [PATCH v10 03/10] baseband/acc100: add info get function

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