> > 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 | 57 ++++++ > doc/guides/bbdevs/fpga_5gnr_fec.rst | 123 +++++++++++++ > drivers/baseband/fpga_5gnr_fec/Makefile | 3 + > drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 196 > +++++++++++++++++++++ > .../rte_pmd_bbdev_fpga_5gnr_fec_version.map | 7 + > .../baseband/fpga_5gnr_fec/rte_pmd_fpga_5gnr_fec.h | 74 ++++++++ > 6 files changed, 460 insertions(+) > create mode 100644 > drivers/baseband/fpga_5gnr_fec/rte_pmd_fpga_5gnr_fec.h >
Header need to be installed in meson.build as well.