Re: [dpdk-dev] [PATCH 17/20] app/chkincs: add chkincs app to verify headers
From: Bruce Richardson <hidden>
Date: 2021-01-14 16:19:09
From: Bruce Richardson <hidden>
Date: 2021-01-14 16:19:09
On Thu, Jan 14, 2021 at 05:04:11PM +0100, David Marchand wrote:
On Thu, Jan 14, 2021 at 12:09 PM Bruce Richardson [off-list ref] wrote:quoted
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 <redacted> --- 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.