Re: [dpdk-dev] [PATCH 2/2] baseband/fpga_lte_fec: fix API naming

2020-10-03 Thread Tom Rix
On 10/2/20 1:59 AM, Maxime Coquelin wrote: > DPDK APIs have to be prefixed with "rte_" in order to avoid > namespace pollution. > > Let's fix it while fpga_lte_fec API is still experimental. > > Signed-off-by: Maxime Coquelin > --- > app/test-bbdev/test_bbdev_perf.c | 6 +++--

[dpdk-dev] [PATCH 2/2] baseband/fpga_lte_fec: fix API naming

2020-10-02 Thread Maxime Coquelin
DPDK APIs have to be prefixed with "rte_" in order to avoid namespace pollution. Let's fix it while fpga_lte_fec API is still experimental. Signed-off-by: Maxime Coquelin --- app/test-bbdev/test_bbdev_perf.c | 6 +++--- doc/guides/bbdevs/fpga_lte_fec.rst | 14