Re: [PATCH v3 0/4] Enhance headers check

2024-10-23 Thread David Marchand
On Mon, Oct 21, 2024 at 6:05 PM David Marchand wrote: > > We currently check that exported headers are fine with > -DALLOW_EXPERIMENTAL_API and -DALLOW_INTERNAL_API. > > Such a check won't catch issues when build is broken in the absence of > those flags, which is the common case for applications

RE: [PATCH v3 0/4] Enhance headers check

2024-10-21 Thread Morten Brørup
For the series, Acked-by: Morten Brørup

[PATCH v3 0/4] Enhance headers check

2024-10-21 Thread David Marchand
We currently check that exported headers are fine with -DALLOW_EXPERIMENTAL_API and -DALLOW_INTERNAL_API. Such a check won't catch issues when build is broken in the absence of those flags, which is the common case for applications consuming DPDK. This series adds more coverage. -- David March