On 6/19/2019 6:48 PM, Nicolas Chautru wrote: > Update v7: Remove architecture specific reference to RTE_CPUFLAG_SSE4_2 > reported on travis-ci > Update v6: Cosmetic change to commit message to include previous Acked-by. > Update v5: Cosmetic change to remove trailing space and to commit message. > Rebased to latest. > Update v4: Missed one file for meson build path and minor change to prevent > warning for some configurations due to unused symbols. > Update v3: Cosmetic changes in documentation commit to be more 4G/AVX2 > specific. > Update v2: Splitting into 3 patches as recommended (ignore previous v2 which > had a typo) > > 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 (3): > baseband/turbo_sw: option to build turbosw PMD without SDK > docs/guides: updating turbo_sw building steps > baseband/turbo_sw: meson build support for PMD driver >
For series, Acked-by: Ferruh Yigit <ferruh.yi...@intel.com>