Re: [dpdk-dev] [PATCH v2 1/4] eal: disable function versioning on Windows

2020-06-01 Thread Neil Horman
On Mon, Jun 01, 2020 at 01:31:36PM +0300, Fady Bader wrote: > Function versioning is not needed on Windows, also the function versioning > implementation is not supported by Windows. > Function versioning was disabled on Windows. > I get that windows doesn't seem to support symbol level versioning

[dpdk-dev] [PATCH v2 1/4] eal: disable function versioning on Windows

2020-06-01 Thread Fady Bader
Function versioning is not needed on Windows, also the function versioning implementation is not supported by Windows. Function versioning was disabled on Windows. Signed-off-by: Fady Bader --- lib/librte_eal/include/rte_function_versioning.h | 4 1 file changed, 4 insertions(+) diff --git