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

2019-03-26 Thread Thomas Monjalon
15/03/2019 19:20, 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 si

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

2019-03-15 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