Re: [dpdk-dev] [PATCH v3 00/17] build DPDK libs and some drivers with meson/ninja

2017-09-14 Thread Bruce Richardson
On Wed, Sep 13, 2017 at 06:01:25PM +0100, Luca Boccassi wrote: > On Wed, 2017-09-13 at 15:12 +0100, Bruce Richardson wrote: > > V3 changes: > > * used two-digit version numbers when globally versioning > > libs+drivers > > * removed symlinks with single-digit version numbers in same case > > * move

Re: [dpdk-dev] [PATCH v3 00/17] build DPDK libs and some drivers with meson/ninja

2017-09-13 Thread Luca Boccassi
On Wed, 2017-09-13 at 15:12 +0100, Bruce Richardson wrote: > V3 changes: > * used two-digit version numbers when globally versioning > libs+drivers > * removed symlinks with single-digit version numbers in same case > * moved driver install location from $prefix/dpdk to > $prefix/share/dpdk > > V2

[dpdk-dev] [PATCH v3 00/17] build DPDK libs and some drivers with meson/ninja

2017-09-13 Thread Bruce Richardson
V3 changes: * used two-digit version numbers when globally versioning libs+drivers * removed symlinks with single-digit version numbers in same case * moved driver install location from $prefix/dpdk to $prefix/share/dpdk V2 changes: * fixed copyright notices, updated 2016 to 2017 * removed depende