[dpdk-dev] [PATCH v2 0/3] BBDEV turbo_sw PMD compilation fix

Nicolas Chautru nicolas.chautru at intel.com
Wed Jun 5 22:06:33 CEST 2019


Updated in v2 : Split into 3 patches as recommended. 

Based on discussion with maintainer, pushing first a patch to help
maintenance of the baseband_turbo_sw which had been lacking.
The documentation is clarified to point to steps on building the
SDK libraries which are now publicly available. (Cosmetic changes
to the webpage containing these SDK  will happen in parallel
based on feedback from maintainer).
A compile flag is added to be able to build the turbo_sw PMD
when the SDK libraries for AVX2 are installed or not. 
In both cases this can be compiled with gcc RTE_TARGET. 
Missing meson build support is also added. 

Note that additional BBDEV changes pushed in previous v1
https://patches.dpdk.org/project/dpdk/list/?series=4657
will be added in a separate v2 patchset which will
depend on this very patchset.


Nicolas Chautru (2):
  baseband/turbo_sw: option to build turbosw PMD without SDK
  docs/guides: updating turbo_sw building steps

Thomas Monjalon (1):
  version: 19.05-rc4

 VERSION                                          |  2 +-
 config/common_base                               |  3 +-
 doc/guides/bbdevs/turbo_sw.rst                   | 84 +++++++++++++-----------
 drivers/baseband/turbo_sw/Makefile               | 13 ++--
 drivers/baseband/turbo_sw/bbdev_turbo_software.c | 39 ++++++++++-
 mk/rte.app.mk                                    |  3 +
 6 files changed, 97 insertions(+), 47 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list