Re: [dpdk-dev] [PATCH v2 16/17] build: add option to version libs using DPDK version

2017-09-13 Thread Luca Boccassi
On Wed, 2017-09-13 at 14:11 +0100, Bruce Richardson wrote: > On Wed, Sep 13, 2017 at 12:32:24PM +0100, Luca Boccassi wrote: > > On Tue, 2017-09-12 at 11:38 +0100, Bruce Richardson wrote: > > > Normally, each library has it's own version number based on the > > > ABI. > > > Add an option to have all

Re: [dpdk-dev] [PATCH v2 16/17] build: add option to version libs using DPDK version

2017-09-13 Thread Bruce Richardson
On Wed, Sep 13, 2017 at 12:32:24PM +0100, Luca Boccassi wrote: > On Tue, 2017-09-12 at 11:38 +0100, Bruce Richardson wrote: > > Normally, each library has it's own version number based on the ABI. > > Add an option to have all libs just use the DPDK version number as > > the > > .so version. > > >

Re: [dpdk-dev] [PATCH v2 16/17] build: add option to version libs using DPDK version

2017-09-13 Thread Luca Boccassi
On Tue, 2017-09-12 at 11:38 +0100, Bruce Richardson wrote: > Normally, each library has it's own version number based on the ABI. > Add an option to have all libs just use the DPDK version number as > the > .so version. > > Signed-off-by: Bruce Richardson > Reviewed-by: Harry van Haaren > --- >

[dpdk-dev] [PATCH v2 16/17] build: add option to version libs using DPDK version

2017-09-12 Thread Bruce Richardson
Normally, each library has it's own version number based on the ABI. Add an option to have all libs just use the DPDK version number as the .so version. Signed-off-by: Bruce Richardson Reviewed-by: Harry van Haaren --- drivers/meson.build | 8 +++- lib/meson.build | 8 +++- meson_op