On Thu, Jan 14, 2021 at 05:04:11PM +0100, David Marchand wrote: > On Thu, Jan 14, 2021 at 12:09 PM Bruce Richardson > <bruce.richard...@intel.com> wrote: > > > > 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. > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > --- > > app/chkincs/gen_c_file_for_header.py | 49 ++++++++++++++++++++++++++++ > > app/chkincs/main.c | 4 +++ > > app/chkincs/meson.build | 28 ++++++++++++++++ > > Those are new files, so the patch is missing a MAINTAINERS update. > Yes, forgot that. Will add in V2.
- [dpdk-dev] [PATCH 12/20] table: fix missing header includ... Bruce Richardson
- [dpdk-dev] [PATCH 13/20] pipeline: fix missing header inc... Bruce Richardson
- [dpdk-dev] [PATCH 14/20] metrics: fix variable declaratio... Bruce Richardson
- [dpdk-dev] [PATCH 15/20] node: fix missing header include Bruce Richardson
- [dpdk-dev] [PATCH 16/20] app: fix extra include paths for... Bruce Richardson
- [dpdk-dev] [PATCH 17/20] app/chkincs: add chkincs app to ... Bruce Richardson
- Re: [dpdk-dev] [PATCH 17/20] app/chkincs: add chkinc... David Marchand
- Re: [dpdk-dev] [PATCH 17/20] app/chkincs: add ch... Bruce Richardson
- Re: [dpdk-dev] [PATCH 17/20] app/chkincs: ad... David Marchand
- Re: [dpdk-dev] [PATCH 17/20] app/chkincs: add chkinc... David Marchand
- Re: [dpdk-dev] [PATCH 17/20] app/chkincs: add ch... Bruce Richardson
- [dpdk-dev] [PATCH 18/20] eal: add missing include to mcsl... Bruce Richardson
- [dpdk-dev] [PATCH 19/20] eal/x86: add architecture-specif... Bruce Richardson
- [dpdk-dev] [PATCH 20/20] test-meson-builds: add includes ... Bruce Richardson
- [dpdk-dev] [PATCH v2 00/19] ensure headers have correct i... Bruce Richardson
- [dpdk-dev] [PATCH v2 01/19] eal: fix missing header ... Bruce Richardson
- [dpdk-dev] [PATCH v2 02/19] telemetry: fix missing h... Bruce Richardson
- [dpdk-dev] [PATCH v2 03/19] ethdev: fix missing head... Bruce Richardson
- Re: [dpdk-dev] [PATCH v2 03/19] ethdev: fix miss... Andrew Rybchenko
- [dpdk-dev] [PATCH v2 04/19] net: fix missing header ... Bruce Richardson