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

2020-10-05 Thread Chautru, Nicolas
Hi Tom, > -Original Message- > From: Chautru, Nicolas > Sent: Monday, October 5, 2020 9:39 AM > To: 'Tom Rix' ; dev@dpdk.org; akhil.go...@nxp.com > Cc: Richardson, Bruce ; Xu, Rosen > ; maxime.coque...@redhat.com; Yigit, Ferruh > ; Liu, Tianjiao > Subject: RE: [PATCH v11 03/10] baseband/

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

2020-10-05 Thread Chautru, Nicolas
Hi Tom > From: Tom Rix > > > On 10/1/20 6:01 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: Ni

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

2020-10-04 Thread Tom Rix
On 10/1/20 6:01 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 v11 03/10] baseband/acc100: add info get function

2020-10-01 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