Re: [dpdk-dev] [PATCH] doc: remove note about meson being experimental

2019-02-01 Thread Thomas Monjalon
30/01/2019 17:43, Bruce Richardson: > At this stage, meson builds are widely supported for DPDK, and so > the build system should be no longer called out as experimental. > NOTE: this does not imply it's the primary build system, just that > it's safe to use for day-to-day work and for packaging if

[dpdk-dev] [PATCH] doc: remove note about meson being experimental

2019-01-30 Thread Bruce Richardson
At this stage, meson builds are widely supported for DPDK, and so the build system should be no longer called out as experimental. NOTE: this does not imply it's the primary build system, just that it's safe to use for day-to-day work and for packaging if so desired. Signed-off-by: Bruce Richardso