Re: [dpdk-dev] [PATCH] drivers: improve pmdinfo generation when using meson

2018-01-30 Thread Bruce Richardson
On Thu, Jan 25, 2018 at 11:14:43AM +, Bruce Richardson wrote: > Since meson 0.44, changing any file inside a PMD directory (quite > correctly) triggers a full re-run of meson on build, rather than an > incremental build as with earlier versions. This rerun is needed because > we use "grep" in m

[dpdk-dev] [PATCH] drivers: improve pmdinfo generation when using meson

2018-01-25 Thread Bruce Richardson
Since meson 0.44, changing any file inside a PMD directory (quite correctly) triggers a full re-run of meson on build, rather than an incremental build as with earlier versions. This rerun is needed because we use "grep" in meson to search for files on which to run pmdinfogen, and changing any of t