numam-dpdk/drivers/net/i40e
Bruce Richardson b114af1603 build: remove architecture flag as default C flag
Any flags added to the project args are automatically added to all builds,
both native and cross-compiled. This is not what we want for the -march
flag as a valid -march for the cross-compile is not valid for pmdinfogen
which is a native-build tool.

Instead we store the march flag as a variable, and add it to the default
cflags for all libs, drivers, examples, etc. This will allow pmdinfogen to
compile successfully in a cross-compilation environment.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2018-01-30 21:58:59 +01:00
..
base build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
i40e_ethdev_vf.c net/i40e: fix VF Rx interrupt enabling 2018-01-29 10:04:28 +01:00
i40e_ethdev.c net/i40e: fix memory leak 2018-01-29 10:04:28 +01:00
i40e_ethdev.h net/i40e: move RSS to flow API 2018-01-16 18:47:49 +01:00
i40e_fdir.c net/i40e: fix memory leak 2018-01-29 10:04:28 +01:00
i40e_flow.c net/i40e: fix RSS flow action parser 2018-01-29 10:04:28 +01:00
i40e_logs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_pf.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_pf.h net/i40e: support AVF basic interface 2018-01-16 18:47:49 +01:00
i40e_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_rxtx_vec_altivec.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx_vec_avx2.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx_vec_common.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx_vec_neon.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx_vec_sse.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx.h net/i40e: add AVX2 Rx function 2018-01-16 18:47:49 +01:00
i40e_tm.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile net/i40e: add AVX2 Tx function 2018-01-16 18:47:49 +01:00
meson.build build: remove architecture flag as default C flag 2018-01-30 21:58:59 +01:00
rte_pmd_i40e_version.map net/i40e: support input set configuration 2018-01-16 18:47:49 +01:00
rte_pmd_i40e.c net/i40e: fix fail to update packet type table 2018-01-21 15:51:52 +01:00
rte_pmd_i40e.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00