Re: [dpdk-dev] [PATCH] eal/windows: expose symbol rte_version

2021-09-30 Thread Thomas Monjalon
11/08/2021 23:55, Dmitry Kozlyuk: > 2021-08-05 17:48 (UTC+), William Tu: > > When OVS inits, it calls rte_version to get the DPDK's version. > > The patch fixes the error below by exposing rte_version symbol. > > libopenvswitch.a(dpdk.c.obj) : error LNK2019: unresolved external symbol > > rte_v

Re: [dpdk-dev] [PATCH] eal/windows: expose symbol rte_version

2021-08-11 Thread Dmitry Kozlyuk
2021-08-05 17:48 (UTC+), William Tu: > When OVS inits, it calls rte_version to get the DPDK's version. > The patch fixes the error below by exposing rte_version symbol. > libopenvswitch.a(dpdk.c.obj) : error LNK2019: unresolved external symbol > rte_version referenced in function dpdk_init Fix

[dpdk-dev] [PATCH] eal/windows: expose symbol rte_version

2021-08-05 Thread William Tu
When OVS inits, it calls rte_version to get the DPDK's version. The patch fixes the error below by exposing rte_version symbol. libopenvswitch.a(dpdk.c.obj) : error LNK2019: unresolved external symbol rte_version referenced in function dpdk_init Signed-off-by: William Tu --- lib/eal/version.map