[dpdk-dev] [PATCHv6 1/7] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-07 Thread Thomas Monjalon
2016-06-07 09:49, Neil Horman: > On Tue, Jun 07, 2016 at 03:24:55PM +0200, Thomas Monjalon wrote: > > 2016-06-07 09:03, Neil Horman: > > > On Tue, Jun 07, 2016 at 02:53:36PM +0200, Thomas Monjalon wrote: > > > > 2016-06-07 08:04, Neil Horman: > > > > > On Tue, Jun 07, 2016 at 11:57:42AM +0200, Thom

[dpdk-dev] [PATCHv6 1/7] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-07 Thread Thomas Monjalon
2016-06-07 09:03, Neil Horman: > On Tue, Jun 07, 2016 at 02:53:36PM +0200, Thomas Monjalon wrote: > > 2016-06-07 08:04, Neil Horman: > > > On Tue, Jun 07, 2016 at 11:57:42AM +0200, Thomas Monjalon wrote: > > > > 2016-05-31 09:57, Neil Horman: > > > > > +++ b/buildtools/Makefile > > > > > @@ -0,0 +1

[dpdk-dev] [PATCHv6 1/7] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-07 Thread Thomas Monjalon
2016-06-07 08:04, Neil Horman: > On Tue, Jun 07, 2016 at 11:57:42AM +0200, Thomas Monjalon wrote: > > 2016-05-31 09:57, Neil Horman: > > > +++ b/buildtools/Makefile > > > @@ -0,0 +1,36 @@ > > > +# BSD LICENSE > > > +# > > > +# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > > >

[dpdk-dev] [PATCHv6 1/7] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-07 Thread Thomas Monjalon
2016-05-31 09:57, Neil Horman: > +++ b/buildtools/Makefile > @@ -0,0 +1,36 @@ > +# BSD LICENSE > +# > +# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > +# All rights reserved. I really think it is a strange copyright for a new empty file. > +#if __x86_64__ || __aarch64__

[dpdk-dev] [PATCHv6 1/7] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-07 Thread Neil Horman
On Tue, Jun 07, 2016 at 03:24:55PM +0200, Thomas Monjalon wrote: > 2016-06-07 09:03, Neil Horman: > > On Tue, Jun 07, 2016 at 02:53:36PM +0200, Thomas Monjalon wrote: > > > 2016-06-07 08:04, Neil Horman: > > > > On Tue, Jun 07, 2016 at 11:57:42AM +0200, Thomas Monjalon wrote: > > > > > 2016-05-31 0

[dpdk-dev] [PATCHv6 1/7] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-07 Thread Neil Horman
On Tue, Jun 07, 2016 at 02:53:36PM +0200, Thomas Monjalon wrote: > 2016-06-07 08:04, Neil Horman: > > On Tue, Jun 07, 2016 at 11:57:42AM +0200, Thomas Monjalon wrote: > > > 2016-05-31 09:57, Neil Horman: > > > > +++ b/buildtools/Makefile > > > > @@ -0,0 +1,36 @@ > > > > +# BSD LICENSE > > > > +#

[dpdk-dev] [PATCHv6 1/7] pmdinfogen: Add buildtools and pmdinfogen utility

2016-06-07 Thread Neil Horman
On Tue, Jun 07, 2016 at 11:57:42AM +0200, Thomas Monjalon wrote: > 2016-05-31 09:57, Neil Horman: > > +++ b/buildtools/Makefile > > @@ -0,0 +1,36 @@ > > +# BSD LICENSE > > +# > > +# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > > +# All rights reserved. > > I really think

[dpdk-dev] [PATCHv6 1/7] pmdinfogen: Add buildtools and pmdinfogen utility

2016-05-31 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