Re: [dpdk-dev] [PATCH v2] compat: fix symbol version support with meson

2018-09-17 Thread Thomas Monjalon
17/09/2018 10:18, Bruce Richardson: > For meson builds, the define to enable the symbol version > macros in rte_compat.h was missing. This led to symbols being > omitted from shared objects. For example, checking rte_distributor.so > with objdump and comparing make and meson built versions: > > $

[dpdk-dev] [PATCH v2] compat: fix symbol version support with meson

2018-09-17 Thread Bruce Richardson
For meson builds, the define to enable the symbol version macros in rte_compat.h was missing. This led to symbols being omitted from shared objects. For example, checking rte_distributor.so with objdump and comparing make and meson built versions: $ objdump -T make-build/lib/librte_distributor.so