numam-dpdk/drivers/net/i40e
Bruce Richardson 610beca42e build: remove library special cases
The EAL and compat libraries were special-cases in the library build
process, the former because of it's complexity, and the latter because
it only consists of a single header file.

By reworking the EAL meson.build files, we can eliminate the need for it to
be a special case, by having it build up and return the list of sources,
headers, and objects and return those to the higher level build file. This
should also simplify the building of EAL, as we can eliminate a number of
meson.build files that would no longer be needed, and have fewer, but
larger meson.build files (9 now vs 14 previous) - thereby making the logic
easier to follow and items easier to find.

Once done, we can pull eal into the main library loop, with some
modifications to support it. Compat can also be pulled it once we add in a
check to handle the case of an empty sources list.

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: remove library special cases 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 drivers/net: build Intel NIC PMDs with meson 2018-01-30 17:49:16 +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