21/01/2021 10:33, Bruce Richardson: > On Thu, Jan 21, 2021 at 10:25:07AM +0100, David Marchand wrote: > > Is rte_byteorder.h inclusion in rte_mbuf.h still necessary? > > > Good question. The checks I was doing were only for missing headers. > Checking for superfluous headers is more complicated and not something I've > looked at. I know it was previously suggested to use the > "include-what-you-use" tool on DPDK, if anyone wants to attempt that.
I would love having an integration of include-what-you-use in our build system. I don't know whether it's trivial or difficult with meson.