[dpdk-dev] [PATCH] mempool: fix symbol export

2016-06-27 Thread Thomas Monjalon
> > Every new symbols in release 16.07 are exported with the version > > string DPDK_16.07. > > Also remove the empty local: section which is not needed because > > inherited from the DPDK_2.0 block. > > > > Signed-off-by: Thomas Monjalon > > Good catch, thanks Thomas > Acked-by: Olivier Matz

[dpdk-dev] [PATCH] mempool: fix symbol export

2016-06-25 Thread Olivier Matz
On 06/25/2016 03:10 PM, Thomas Monjalon wrote: > Every new symbols in release 16.07 are exported with the version > string DPDK_16.07. > Also remove the empty local: section which is not needed because > inherited from the DPDK_2.0 block. > > Signed-off-by: Thomas Monjalon > --- > lib/librte_m

[dpdk-dev] [PATCH] mempool: fix symbol export

2016-06-25 Thread Thomas Monjalon
Every new symbols in release 16.07 are exported with the version string DPDK_16.07. Also remove the empty local: section which is not needed because inherited from the DPDK_2.0 block. Signed-off-by: Thomas Monjalon --- lib/librte_mempool/rte_mempool_version.map | 3 +-- 1 file changed, 1 inserti