> > 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://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatches. > dpdk.org%2Fproject%2Fdpdk%2Flist%2F%3Fseries%3D4657&data=02%7C0 > 1%7Cakhil.goyal%40nxp.com%7Cedc9d3ef619248e7b86b08d6f5a56bdd%7C686 > ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636966488159758077&s > data=KEjtdAELhz61dVb3V7SQ8WPoEw5eC59VD9UYOVgiif0%3D&reserved= > 0 > > 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>
Series Applied to dpdk-next-crypto Thanks.