numam-dpdk/lib/librte_ipsec
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
..
crypto.h replace packed attributes 2020-04-16 18:16:46 +02:00
esp_inb.c cryptodev: change crypto symmetric vector structure 2020-10-14 22:22:06 +02:00
esp_outb.c cryptodev: change crypto symmetric vector structure 2020-10-14 22:22:06 +02:00
iph.h ipsec: support header construction 2019-07-05 15:28:14 +02:00
ipsec_sad.c ipsec: check SAD lookup error 2020-05-11 13:17:43 +02:00
ipsec_sqn.h ipsec: optimize SA outbound sequence update 2020-05-11 13:17:43 +02:00
meson.build build: add header includes check 2021-01-29 20:59:37 +01:00
misc.h cryptodev: change crypto symmetric vector structure 2020-10-14 22:22:06 +02:00
pad.h ipsec: implement SA data-path API 2019-01-10 16:57:22 +01:00
rte_ipsec_group.h ipsec: promote library as stable 2020-10-14 21:26:36 +02:00
rte_ipsec_sa.h ipsec: promote library as stable 2020-10-14 21:26:36 +02:00
rte_ipsec_sad.h ipsec: fix missing header include 2021-01-21 10:27:47 +01:00
rte_ipsec.h ipsec: promote library as stable 2020-10-14 21:26:36 +02:00
sa.c ipsec: optimize SA outbound sequence update 2020-05-11 13:17:43 +02:00
sa.h ipsec: optimize SA outbound sequence update 2020-05-11 13:17:43 +02:00
ses.c ipsec: support CPU crypto mode 2020-02-05 15:29:59 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00