Re: [dpdk-dev] [PATCH v2] eal: fix querying DPDK version at runtime

2021-03-17 Thread Thomas Monjalon
17/03/2021 09:40, David Marchand: > On Tue, Feb 16, 2021 at 4:13 PM Bruce Richardson > wrote: > > > > For using a DPDK application, such as OVS, which is dynamically linked, the > > DPDK version in use should always report the actual version, not the > > version used at build time. This incorrect

Re: [dpdk-dev] [PATCH v2] eal: fix querying DPDK version at runtime

2021-03-17 Thread David Marchand
On Tue, Feb 16, 2021 at 4:13 PM Bruce Richardson wrote: > > For using a DPDK application, such as OVS, which is dynamically linked, the > DPDK version in use should always report the actual version, not the > version used at build time. This incorrect behaviour can be seen by > building OVS agains

Re: [dpdk-dev] [PATCH v2] eal: fix querying DPDK version at runtime

2021-03-15 Thread Thomas Monjalon
16/02/2021 16:13, Bruce Richardson: > For using a DPDK application, such as OVS, which is dynamically linked, the > DPDK version in use should always report the actual version, not the > version used at build time. This incorrect behaviour can be seen by > building OVS against one version of DPDK a