Re: [dpdk-dev] [PATCH v5 01/11] build: annotate versioned symbols with __vsym macro

2019-10-29 Thread Neil Horman
On Mon, Oct 28, 2019 at 03:21:35PM +0100, Andrzej Ostruszka wrote: > Every implementation of a particular version of given symbol needs to be > marked in its declaration as such (using `__vsym` macro). This patch > fixes this and also clarifies the documentation about that. > > Signed-off-by: And

[dpdk-dev] [PATCH v5 01/11] build: annotate versioned symbols with __vsym macro

2019-10-28 Thread Andrzej Ostruszka
Every implementation of a particular version of given symbol needs to be marked in its declaration as such (using `__vsym` macro). This patch fixes this and also clarifies the documentation about that. Signed-off-by: Andrzej Ostruszka --- doc/guides/contributing/versioning.rst| 18 +