Re: [dpdk-dev] [PATCH v3] doc: fix references to bind_default_symbol

2020-05-18 Thread Thomas Monjalon
06/05/2020 17:41, Ray Kinsella: > The document abi_versioning.rst incorrectly instructs the developer to > add BIND_DEFAULT_SYMBOL to the public header, not the source file. This > commit fixes the issue and adds some clarifications. > > The commit also clarifies the use of use_function_versioning

[dpdk-dev] [PATCH v3] doc: fix references to bind_default_symbol

2020-05-06 Thread Ray Kinsella
The document abi_versioning.rst incorrectly instructs the developer to add BIND_DEFAULT_SYMBOL to the public header, not the source file. This commit fixes the issue and adds some clarifications. The commit also clarifies the use of use_function_versioning in the meson/ninja build system, and does