Re: [dpdk-dev] [RFC PATCH 00/14] Build file update proposals

2021-04-01 Thread Bruce Richardson
On Thu, Apr 01, 2021 at 03:36:39PM +0200, Thomas Monjalon wrote: > 01/04/2021 13:49, Bruce Richardson: > > This RFC contains 5 changes/updates to the DPDK build and build files. These > > updates all assume that the minimum version for DPDK has increased to at > > least > > meson 0.49 as proposed

Re: [dpdk-dev] [RFC PATCH 00/14] Build file update proposals

2021-04-01 Thread Thomas Monjalon
01/04/2021 13:49, Bruce Richardson: > This RFC contains 5 changes/updates to the DPDK build and build files. These > updates all assume that the minimum version for DPDK has increased to at least > meson 0.49 as proposed in [1]. > > The changes in this set are: > 1. Use "continue" keyword, new in

Re: [dpdk-dev] [RFC PATCH 00/14] Build file update proposals

2021-04-01 Thread Luca Boccassi
On Thu, 2021-04-01 at 15:27 +0300, Andrew Rybchenko wrote: > On 4/1/21 2:49 PM, Bruce Richardson wrote: > > This RFC contains 5 changes/updates to the DPDK build and build files. These > > updates all assume that the minimum version for DPDK has increased to at > > least > > meson 0.49 as proposed

Re: [dpdk-dev] [RFC PATCH 00/14] Build file update proposals

2021-04-01 Thread Andrew Rybchenko
On 4/1/21 2:49 PM, Bruce Richardson wrote: > This RFC contains 5 changes/updates to the DPDK build and build files. These > updates all assume that the minimum version for DPDK has increased to at least > meson 0.49 as proposed in [1]. > > The changes in this set are: > 1. Use "continue" keyword,

[dpdk-dev] [RFC PATCH 00/14] Build file update proposals

2021-04-01 Thread Bruce Richardson
This RFC contains 5 changes/updates to the DPDK build and build files. These updates all assume that the minimum version for DPDK has increased to at least meson 0.49 as proposed in [1]. The changes in this set are: 1. Use "continue" keyword, new in 0.49 to shorten and reduce indentation levels