On Fri, 4 Sep 2020 10:54:06 -0700, Nicolas Chautru wrote: > Add configure function to configure the PF from within the bbdev-test itself > without external application configuration the device. > > Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> > --- > app/test-bbdev/test_bbdev_perf.c | 72 +++ > drivers/baseband/acc100/Makefile | 3 + > drivers/baseband/acc100/meson.build | 2 + > drivers/baseband/acc100/rte_acc100_cfg.h | 17 + > drivers/baseband/acc100/rte_acc100_pmd.c | 505 > +++++++++++++++++++++ > .../acc100/rte_pmd_bbdev_acc100_version.map | 7 + > 6 files changed, 606 insertions(+)
Acked-by: Liu Tianjiao <tianjiao....@intel.com>