Re: [PATCH v6 06/14] baseband/acc: add info get function for ACC200

2022-09-27 Thread Maxime Coquelin
On 9/24/22 02:50, Nicolas Chautru wrote: From: Nic Chautru Add support for info_get to allow to query the device. Null capability exposed. Signed-off-by: Nic Chautru --- drivers/baseband/acc/acc200_pmd.h | 1 + drivers/baseband/acc/rte_acc200_pmd.c | 239 ++

[PATCH v6 06/14] baseband/acc: add info get function for ACC200

2022-09-23 Thread Nicolas Chautru
From: Nic Chautru Add support for info_get to allow to query the device. Null capability exposed. Signed-off-by: Nic Chautru --- drivers/baseband/acc/acc200_pmd.h | 1 + drivers/baseband/acc/rte_acc200_pmd.c | 239 ++ 2 files changed, 240 insertions(+) diff --git