On Wed, Mar 17, 2021 at 10:31 AM Thomas Monjalon <tho...@monjalon.net> wrote: > > The macro RTE_VERSION is 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: sta...@dpdk.org > > Reported-by: David Marchand <david.march...@redhat.com> > Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
Acked-by: David Marchand <david.march...@redhat.com> Let's discuss the versioning of the new symbols in the other thread. Thanks. -- David Marchand