Re: [dpdk-dev] [PATCH 1/2] buildtools: fix experimental symbols listing

2019-11-26 Thread David Marchand
On Mon, Nov 25, 2019 at 2:26 PM Neil Horman wrote: > > On Mon, Nov 25, 2019 at 09:10:06AM +0100, David Marchand wrote: > > The map-list-symbol.sh script displays the filename, section and symbol > > names of map files. > > > > Example: > > $ buildtools/map-list-symbol.sh -S EXPERIMENTAL \ > >

Re: [dpdk-dev] [PATCH 1/2] buildtools: fix experimental symbols listing

2019-11-25 Thread Neil Horman
On Mon, Nov 25, 2019 at 09:10:06AM +0100, David Marchand wrote: > The map-list-symbol.sh script displays the filename, section and symbol > names of map files. > > Example: > $ buildtools/map-list-symbol.sh -S EXPERIMENTAL \ > lib/librte_ethdev/rte_ethdev_version.map |grep rte_mtr_create > lib

Re: [dpdk-dev] [PATCH 1/2] buildtools: fix experimental symbols listing

2019-11-25 Thread Andrew Rybchenko
On 11/25/19 11:10 AM, David Marchand wrote: > The map-list-symbol.sh script displays the filename, section and symbol > names of map files. > > Example: > $ buildtools/map-list-symbol.sh -S EXPERIMENTAL \ > lib/librte_ethdev/rte_ethdev_version.map |grep rte_mtr_create > lib/librte_ethdev/rte_et