05/07/2020 15:47, Fady Bader: > Function versioning implementation is not supported by Windows. > Function versioning was disabled on Windows.
was -> is > Signed-off-by: Fady Bader <f...@mellanox.com> > --- > lib/librte_eal/include/rte_function_versioning.h | 2 +- > lib/meson.build | 5 +++++ > 2 files changed, 6 insertions(+), 1 deletion(-) As suggested by Ray, we should add a note in the documentation about the ABI compatibility. Because we have no function versioning, we cannot ensure ABI compatibility on Windows. I recommend adding this text in doc/guides/windows_gsg/intro.rst under "Limitations": " The :doc:`../contributing/abi_policy` cannot be respected for Windows. Minor ABI versions may be incompatible because function versioning is not supported on Windows. "