Re: Multi-versioning for backward compatibility

2023-02-01 Thread Dmitry Kozlyuk
2023-02-01 14:54 (UTC+), Arseniy Aharonov: > This method can't work in Windows with MSVC (at least to the best of my > knowledge). In Windows generally, not limited to MSVC. > How does DPDK solve if in Windows for MSVC? I failed to find the answer. It just doesn't. Fortunately, symbol ver

Multi-versioning for backward compatibility

2023-02-01 Thread Arseniy Aharonov
Hi, In the codebase of DPDK I saw that it uses the glibc approach to mangle symbol names with a library version to maintain different implementations of the same function per version. So that app