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

2020-09-30 Thread Tom Rix
On 9/29/20 5:25 PM, Chautru, Nicolas wrote: > Hi Tom, > >> From: Tom Rix >> On 9/28/20 5:29 PM, 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

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

2020-09-29 Thread Chautru, Nicolas
Hi Tom, > From: Tom Rix > On 9/28/20 5:29 PM, 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: Nicol

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

2020-09-29 Thread Tom Rix
On 9/28/20 5:29 PM, 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 v9 03/10] baseband/acc100: add info get function

2020-09-28 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