Re: [dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-12-10 Thread Laatz, Kevin
On 10/12/2019 11:07, David Marchand wrote: On Tue, Dec 3, 2019 at 4:27 PM Laatz, Kevin wrote: On 03/12/2019 11:03, David Marchand wrote: On Fri, Nov 29, 2019 at 10:09 PM Kevin Laatz wrote: With the recent changes made to stabilize ABI versioning in DPDK, it will become increasingly importa

Re: [dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-12-10 Thread David Marchand
On Tue, Dec 3, 2019 at 4:27 PM Laatz, Kevin wrote: > > On 03/12/2019 11:03, David Marchand wrote: > > On Fri, Nov 29, 2019 at 10:09 PM Kevin Laatz wrote: > >> With the recent changes made to stabilize ABI versioning in DPDK, it will > >> become increasingly important to check patches for ABI comp

Re: [dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-12-04 Thread David Marchand
On Wed, Dec 4, 2019 at 12:56 PM Neil Horman wrote: > > On Wed, Dec 04, 2019 at 09:47:31AM +0100, David Marchand wrote: > > On Tue, Dec 3, 2019 at 4:27 PM Laatz, Kevin wrote: > > > > Build targets in project: 1019 > > > > WARNING: Project specifies a minimum meson_version '>= 0.47.1' but > > > > u

Re: [dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-12-04 Thread Neil Horman
On Wed, Dec 04, 2019 at 09:47:31AM +0100, David Marchand wrote: > On Tue, Dec 3, 2019 at 4:27 PM Laatz, Kevin wrote: > > > Build targets in project: 1019 > > > WARNING: Project specifies a minimum meson_version '>= 0.47.1' but > > > uses features which were added in newer versions: > > > * 0.48.

Re: [dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-12-04 Thread Bruce Richardson
On Wed, Dec 04, 2019 at 09:47:31AM +0100, David Marchand wrote: > On Tue, Dec 3, 2019 at 4:27 PM Laatz, Kevin wrote: > > > Build targets in project: 1019 > > > WARNING: Project specifies a minimum meson_version '>= 0.47.1' but > > > uses features which were added in newer versions: > > > * 0.48.

Re: [dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-12-04 Thread David Marchand
On Tue, Dec 3, 2019 at 4:27 PM Laatz, Kevin wrote: > > Build targets in project: 1019 > > WARNING: Project specifies a minimum meson_version '>= 0.47.1' but > > uses features which were added in newer versions: > > * 0.48.0: {'console arg in custom_target'} > > * 0.50.0: {'install arg in confi

Re: [dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-12-03 Thread Laatz, Kevin
On 03/12/2019 11:03, David Marchand wrote: On Fri, Nov 29, 2019 at 10:09 PM Kevin Laatz wrote: With the recent changes made to stabilize ABI versioning in DPDK, it will become increasingly important to check patches for ABI compatibility. We propose adding the ABI compatibility checking to be d

Re: [dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-12-03 Thread David Marchand
On Fri, Nov 29, 2019 at 10:09 PM Kevin Laatz wrote: > > With the recent changes made to stabilize ABI versioning in DPDK, it will > become increasingly important to check patches for ABI compatibility. We > propose adding the ABI compatibility checking to be done as part of the > build. > > The ad

[dpdk-dev] [PATCH v3 0/7] Add ABI compatibility checks to the meson build

2019-11-29 Thread Kevin Laatz
With the recent changes made to stabilize ABI versioning in DPDK, it will become increasingly important to check patches for ABI compatibility. We propose adding the ABI compatibility checking to be done as part of the build. The advantages to adding the ABI compatibility checking to the build are