Re: [dpdk-dev] [PATCH v2] build: remove unused function versioning

2020-02-05 Thread David Marchand
On Thu, Jan 30, 2020 at 5:11 PM David Marchand wrote: > > On Thu, Jan 30, 2020 at 10:25 AM Andrzej Ostruszka > wrote: > > > > Timer, LPM and Distributor libraries no longer use function versioning > > and therefore do not need separate build for static and shared version > > of libraries. > > > >

Re: [dpdk-dev] [PATCH v2] build: remove unused function versioning

2020-01-30 Thread David Marchand
On Thu, Jan 30, 2020 at 10:25 AM Andrzej Ostruszka wrote: > > Timer, LPM and Distributor libraries no longer use function versioning > and therefore do not need separate build for static and shared version > of libraries. > > This patch removes use_function_versioning from their meson build files

[dpdk-dev] [PATCH v2] build: remove unused function versioning

2020-01-30 Thread Andrzej Ostruszka
Timer, LPM and Distributor libraries no longer use function versioning and therefore do not need separate build for static and shared version of libraries. This patch removes use_function_versioning from their meson build files and corresponding include from the sources. Signed-off-by: Andrzej Os