On Fri, 4 Sep 2020 10:53:59 -0700, 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 <[email protected]> > --- > app/test-bbdev/Makefile | 3 + > app/test-bbdev/meson.build | 3 + > drivers/baseband/acc100/rte_acc100_cfg.h | 96 +++++++++++++ > drivers/baseband/acc100/rte_acc100_pmd.c | 225 +++++++++++++++++++++++++++++++ > drivers/baseband/acc100/rte_acc100_pmd.h | 3 + > 5 files changed, 330 insertions(+) > create mode 100644 drivers/baseband/acc100/rte_acc100_cfg.h Acked-by: Liu Tianjiao <[email protected]>

