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

2017-09-08 Thread Bruce Richardson
On Thu, Sep 07, 2017 at 01:07:19PM -0400, Neil Horman wrote: > On Fri, Sep 01, 2017 at 11:04:15AM +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] [dpdk-dev, 16/17] build: add option to version libs using DPDK version

2017-09-07 Thread Neil Horman
On Fri, Sep 01, 2017 at 11:04:15AM +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 > --- > drivers/meson.build | 8 +++