[dpdk-dev] [PATCH v2 0/2] fix build error on lower version GCC
    Leyi Rong 
    leyi.rong at intel.com
       
    Tue Nov  3 14:51:58 CET 2020
    
    
  
These two patches fix the build error when -march=skylake-avx512
is not supported on lower version GCC in both ice and iavf PMD.
---
v2:
- Simplify the judgement by extracting the avx512_args.
Leyi Rong (2):
  net/ice: fix build error on lower version GCC
  net/iavf: fix build error on lower version GCC
 drivers/net/iavf/meson.build |  8 ++++++--
 drivers/net/ice/meson.build  | 14 +++++++++-----
 2 files changed, 15 insertions(+), 7 deletions(-)
-- 
2.17.1
    
    
More information about the dev
mailing list