Re: [dpdk-dev] [PATCH 0/5] some bbdev cleanups

2019-10-09 Thread Akhil Goyal
> Bruce Richardson (5): > drivers/baseband: align meson defines with make > baseband/fpga_lte_fec: align naming to other bbdevs > drivers/baseband: remove override of driver names > baseband/fpga_lte_fec: add public API to map file > app/test-bbdev: enable fpga_lte_fec support in shared b

[dpdk-dev] [PATCH 0/5] some bbdev cleanups

2019-10-04 Thread Bruce Richardson
As pointed out in the discussion of the patchset for building shared and static libraries separately [1], the test_bbdev_perf.c file explicitly disables some code for shared library builds. This is due to functions not being properly exported from one of the baseband drivers. While fixing this and