[dpdk-dev] [PATCHv7 1/6] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-16 Thread Panu Matilainen
On 06/16/2016 04:33 PM, Neil Horman wrote: > On Thu, Jun 16, 2016 at 03:29:57PM +0300, Panu Matilainen wrote: >> On 06/09/2016 08:46 PM, Neil Horman wrote: >>> pmdinfogen is a tool used to parse object files and build json strings for >>> use in later determining hardware support in a dso or applic

[dpdk-dev] [PATCHv7 1/6] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-16 Thread Panu Matilainen
On 06/09/2016 08:46 PM, Neil Horman wrote: > pmdinfogen is a tool used to parse object files and build json strings for > use in later determining hardware support in a dso or application binary. > pmdinfo looks for the non-exported symbol names this_pmd_name and > this_pmd_tbl (where n is a intege

[dpdk-dev] [PATCHv7 1/6] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-16 Thread Neil Horman
On Thu, Jun 16, 2016 at 05:06:49PM +0300, Panu Matilainen wrote: > On 06/16/2016 04:33 PM, Neil Horman wrote: > > On Thu, Jun 16, 2016 at 03:29:57PM +0300, Panu Matilainen wrote: > > > On 06/09/2016 08:46 PM, Neil Horman wrote: > > > > pmdinfogen is a tool used to parse object files and build json

[dpdk-dev] [PATCHv7 1/6] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-16 Thread Neil Horman
On Thu, Jun 16, 2016 at 03:29:57PM +0300, Panu Matilainen wrote: > On 06/09/2016 08:46 PM, Neil Horman wrote: > > pmdinfogen is a tool used to parse object files and build json strings for > > use in later determining hardware support in a dso or application binary. > > pmdinfo looks for the non-ex

[dpdk-dev] [PATCHv7 1/6] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-09 Thread Neil Horman
pmdinfogen is a tool used to parse object files and build json strings for use in later determining hardware support in a dso or application binary. pmdinfo looks for the non-exported symbol names this_pmd_name and this_pmd_tbl (where n is a integer counter). It records the name of each of these t