Re: [dpdk-dev] [PATCH v2 1/4] build: add single source of DPDK version number

2019-03-13 Thread Bruce Richardson
On Wed, Mar 13, 2019 at 12:23:16PM +0100, Thomas Monjalon wrote: > 13/03/2019 12:17, Bruce Richardson: > > On Wed, Mar 13, 2019 at 12:06:38PM +0100, Thomas Monjalon wrote: > > > 07/03/2019 14:34, Bruce Richardson: > > > > Add a new file DPDK_VERSION to hold the current DPDK version number. > > > >

Re: [dpdk-dev] [PATCH v2 1/4] build: add single source of DPDK version number

2019-03-13 Thread Thomas Monjalon
13/03/2019 12:17, Bruce Richardson: > On Wed, Mar 13, 2019 at 12:06:38PM +0100, Thomas Monjalon wrote: > > 07/03/2019 14:34, Bruce Richardson: > > > Add a new file DPDK_VERSION to hold the current DPDK version number. > > > Have meson use this file for it's project version, and have make use > > >

Re: [dpdk-dev] [PATCH v2 1/4] build: add single source of DPDK version number

2019-03-13 Thread Bruce Richardson
On Wed, Mar 13, 2019 at 12:06:38PM +0100, Thomas Monjalon wrote: > 07/03/2019 14:34, Bruce Richardson: > > Add a new file DPDK_VERSION to hold the current DPDK version number. > > Have meson use this file for it's project version, and have make use > > it for reporting out "showversion" and "showve

Re: [dpdk-dev] [PATCH v2 1/4] build: add single source of DPDK version number

2019-03-13 Thread Thomas Monjalon
07/03/2019 14:34, Bruce Richardson: > Add a new file DPDK_VERSION to hold the current DPDK version number. > Have meson use this file for it's project version, and have make use > it for reporting out "showversion" and "showversionum". > > Signed-off-by: Bruce Richardson > Acked-by: Luca Boccassi

[dpdk-dev] [PATCH v2 1/4] build: add single source of DPDK version number

2019-03-07 Thread Bruce Richardson
Add a new file DPDK_VERSION to hold the current DPDK version number. Have meson use this file for it's project version, and have make use it for reporting out "showversion" and "showversionum". Signed-off-by: Bruce Richardson Acked-by: Luca Boccassi --- v2: fix typos and include Luca's ack. ---