numam-dpdk/lib/librte_lpm
Bruce Richardson 05050ac4ce build: add header includes check
To verify that all DPDK headers are ok for inclusion directly in a C file,
and are not missing any other pre-requisite headers, we can auto-generate
for each header an empty C file that includes that header. Compiling these
files will throw errors if any header has unmet dependencies.

For some libraries, there may be some header files which are not for direct
inclusion, but rather are to be included via other header files. To allow
later checking of these files for missing includes, we separate out the
indirect include files from the direct ones.

To ensure ongoing compliance, we enable this build test as part of the
default x86 build in "test-meson-builds.sh".

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2021-01-29 20:59:37 +01:00
..
meson.build build: add header includes check 2021-01-29 20:59:37 +01:00
rte_lpm6.c lpm6: fix comments spelling 2020-04-24 19:29:02 +02:00
rte_lpm6.h lpm6: make IPv6 address immutable 2020-03-31 21:45:43 +02:00
rte_lpm_altivec.h lpm: fix vector IPv4 lookup 2021-01-14 14:19:57 +01:00
rte_lpm_neon.h lpm: fix vector IPv4 lookup 2021-01-14 14:19:57 +01:00
rte_lpm_sse.h lpm: fix vector IPv4 lookup 2021-01-14 14:19:57 +01:00
rte_lpm_sve.h lpm/arm: support SVE 2021-01-14 16:42:25 +01:00
rte_lpm.c lpm: hide internal data 2020-10-24 19:08:06 +02:00
rte_lpm.h lpm/arm: support SVE 2021-01-14 16:42:25 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00