Re: [PATCH v2 0/6] Add a stricter headers check

2024-12-13 Thread David Marchand
On Fri, Dec 13, 2024 at 12:27 PM Bruce Richardson wrote: > > On Fri, Dec 13, 2024 at 11:50:04AM +0100, David Marchand wrote: > > As explained in patch 6, the current headers check can not catch > > issues when a public header includes an internal header. > > Fixing this from meson does not seem an

Re: [PATCH v2 0/6] Add a stricter headers check

2024-12-13 Thread Bruce Richardson
On Fri, Dec 13, 2024 at 11:50:04AM +0100, David Marchand wrote: > As explained in patch 6, the current headers check can not catch > issues when a public header includes an internal header. > Fixing this from meson does not seem an easy task. > > This series approach is to reimplement the check in

[PATCH v2 0/6] Add a stricter headers check

2024-12-13 Thread David Marchand
As explained in patch 6, the current headers check can not catch issues when a public header includes an internal header. Fixing this from meson does not seem an easy task. This series approach is to reimplement the check in a Makefile invoked out of DPDK (like what is done for external compilatio