[dpdk-dev] [PATCH 17/20] app/chkincs: add chkincs app to verify headers

David Marchand david.marchand at redhat.com
Thu Jan 14 17:04:11 CET 2021


On Thu, Jan 14, 2021 at 12:09 PM Bruce Richardson
<bruce.richardson at 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.richardson at 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.


-- 
David Marchand



More information about the dev mailing list