numam-dpdk/lib/librte_hash
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_cmp_arm64.h lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
rte_cmp_x86.h hash: fix TSX aborts with newer gcc 2018-11-14 01:02:07 +01:00
rte_crc_arm64.h lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
rte_cuckoo_hash.c hash: fix check of parameter 2020-10-29 16:45:17 +01:00
rte_cuckoo_hash.h hash: implement RCU resources reclamation 2020-10-24 09:25:13 +02:00
rte_fbk_hash.c eal: hide shared memory config 2019-07-06 10:32:34 +02:00
rte_fbk_hash.h hash: select fbk function at run-time 2018-01-20 15:35:16 +01:00
rte_hash_crc.h build: remove deprecated cpuflag macros 2020-09-25 11:13:57 +02:00
rte_hash.h hash: implement RCU resources reclamation 2020-10-24 09:25:13 +02:00
rte_jhash.h hash: use x86 common flag for jhash 2020-10-22 22:07:15 +02:00
rte_thash.h build: remove deprecated cpuflag macros 2020-09-25 11:13:57 +02:00
version.map hash: implement RCU resources reclamation 2020-10-24 09:25:13 +02:00