Re: [PATCH v4 01/53] devtools: script to remove unused headers includes

2022-01-14 Thread Bruce Richardson
On Fri, Jan 14, 2022 at 09:02:40AM -0800, Stephen Hemminger wrote: > On Fri, 14 Jan 2022 16:23:17 + > Sean Morrissey wrote: > > > This script can be used for removing headers flagged for removal by the > > include-what-you-use (IWYU) tool. The script has the ability to remove > > headers from

Re: [PATCH v4 01/53] devtools: script to remove unused headers includes

2022-01-14 Thread Stephen Hemminger
On Fri, 14 Jan 2022 16:23:17 + Sean Morrissey wrote: > This script can be used for removing headers flagged for removal by the > include-what-you-use (IWYU) tool. The script has the ability to remove > headers from specified sub-directories or dpdk as a whole and tests the > build after each

[PATCH v4 01/53] devtools: script to remove unused headers includes

2022-01-14 Thread Sean Morrissey
This script can be used for removing headers flagged for removal by the include-what-you-use (IWYU) tool. The script has the ability to remove headers from specified sub-directories or dpdk as a whole and tests the build after each removal by calling meson compile. example usages: Remove headers