eal: fix version macro
authorThomas Monjalon <thomas@monjalon.net>
Wed, 17 Mar 2021 09:18:22 +0000 (10:18 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 17 Mar 2021 15:37:57 +0000 (16:37 +0100)
commit643752207964b2abd0863d9b3dc7522a40469ba0
tree3514a7c600d4267f696f9e5b43c83b5039341f11
parent7a04a4f67dcafe4fb5232985d9f63d507334632b
eal: fix version macro

The macro RTE_VERSION was broken since updated with function calls.
It is a build-time version number, and must be built with macros.
For a run-time version number, there is the function rte_version().

Fixes: 5b637a848195 ("eal: fix querying DPDK version at runtime")
Cc: stable@dpdk.org
Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
lib/librte_eal/include/rte_version.h