Re: [dpdk-dev] [RFC PATCH 0/4] One versionfile to rule them all...

2019-03-07 Thread Bruce Richardson
On Thu, Mar 07, 2019 at 12:09:44PM +, Luca Boccassi wrote: > On Thu, 2019-03-07 at 11:54 +, Bruce Richardson wrote: > > Right now with DPDK we have two sources of version information - the > > rte_version.h header file containing macros for C use, and the project > > version number in the p

Re: [dpdk-dev] [RFC PATCH 0/4] One versionfile to rule them all...

2019-03-07 Thread Luca Boccassi
On Thu, 2019-03-07 at 11:54 +, Bruce Richardson wrote: > Right now with DPDK we have two sources of version information - the > rte_version.h header file containing macros for C use, and the > project > version number in the project definition in meson.build. This is not > optimal, so this patc

[dpdk-dev] [RFC PATCH 0/4] One versionfile to rule them all...

2019-03-07 Thread Bruce Richardson
Right now with DPDK we have two sources of version information - the rte_version.h header file containing macros for C use, and the project version number in the project definition in meson.build. This is not optimal, so this patchset aims to provide a single source for the DPDK version. The option