Re: [dpdk-dev] [PATCH v3] usertools: fix pmdinfo parsing

2020-11-05 Thread Bruce Richardson
On Wed, Nov 04, 2020 at 05:48:27PM +0100, David Marchand wrote: > On Wed, Nov 4, 2020 at 5:36 PM Bruce Richardson > wrote: > > > > On Wed, Nov 04, 2020 at 04:57:21PM +0100, David Marchand wrote: > > > This script inspects an ELF file (binary or shared library) and its > > > linked dependencies by

Re: [dpdk-dev] [PATCH v3] usertools: fix pmdinfo parsing

2020-11-04 Thread David Marchand
On Wed, Nov 4, 2020 at 5:36 PM Bruce Richardson wrote: > > On Wed, Nov 04, 2020 at 04:57:21PM +0100, David Marchand wrote: > > This script inspects an ELF file (binary or shared library) and its > > linked dependencies by following DT_NEEDED tags. > > So far a simple librte_pmd prefix was used as

Re: [dpdk-dev] [PATCH v3] usertools: fix pmdinfo parsing

2020-11-04 Thread Bruce Richardson
On Wed, Nov 04, 2020 at 04:57:21PM +0100, David Marchand wrote: > This script inspects an ELF file (binary or shared library) and its > linked dependencies by following DT_NEEDED tags. > So far a simple librte_pmd prefix was used as a filter to only parse > DPDK drivers dependencies. > While the re

[dpdk-dev] [PATCH v3] usertools: fix pmdinfo parsing

2020-11-04 Thread David Marchand
This script inspects an ELF file (binary or shared library) and its linked dependencies by following DT_NEEDED tags. So far a simple librte_pmd prefix was used as a filter to only parse DPDK drivers dependencies. While the reason is not clear from the commitlog of the patch that introduced this fil