Re: [dpdk-dev] [PATCH v3 08/11] baseband/fpga_5gnr_fec: add configure function

2020-04-17 Thread Chautru, Nicolas
> > Add configure function to configure the PF from within the bbdev-test > > itself without external application configuration the device. > > > > Signed-off-by: Nicolas Chautru > > --- > > app/test-bbdev/test_bbdev_perf.c | 57 ++ > > doc/guides/bbdevs/fpga_5gnr_fec.rst

Re: [dpdk-dev] [PATCH v3 08/11] baseband/fpga_5gnr_fec: add configure function

2020-04-17 Thread Akhil Goyal
> > Add configure function to configure the PF from within > the bbdev-test itself without external application > configuration the device. > > Signed-off-by: Nicolas Chautru > --- > app/test-bbdev/test_bbdev_perf.c | 57 ++ > doc/guides/bbdevs/fpga_5gnr_fec.rst

[dpdk-dev] [PATCH v3 08/11] baseband/fpga_5gnr_fec: add configure function

2020-04-16 Thread Nicolas Chautru
Add configure function to configure the PF from within the bbdev-test itself without external application configuration the device. Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 57 ++ doc/guides/bbdevs/fpga_5gnr_fec.rst| 123 +++