Re: [dpdk-dev] [PATCH] pmdinfogen: allow using stdin and stdout

2018-01-29 Thread Thomas Monjalon
25/01/2018 22:30, Neil Horman: > On Thu, Jan 25, 2018 at 11:12:25AM +, Bruce Richardson wrote: > > Rather than having to work off files all the time, allow stdin and stdout > > to be used as the source and destination for pmdinfogen. This will allow > > other possible usages from scripts, e.g.

Re: [dpdk-dev] [PATCH] pmdinfogen: allow using stdin and stdout

2018-01-26 Thread Bruce Richardson
On Thu, Jan 25, 2018 at 04:30:40PM -0500, Neil Horman wrote: > On Thu, Jan 25, 2018 at 11:12:25AM +, Bruce Richardson wrote: > > Rather than having to work off files all the time, allow stdin and > > stdout to be used as the source and destination for pmdinfogen. This > > will allow other possi

Re: [dpdk-dev] [PATCH] pmdinfogen: allow using stdin and stdout

2018-01-25 Thread Neil Horman
On Thu, Jan 25, 2018 at 11:12:25AM +, Bruce Richardson wrote: > Rather than having to work off files all the time, allow stdin and stdout > to be used as the source and destination for pmdinfogen. This will allow > other possible usages from scripts, e.g. taking files from ar archive and > buil

[dpdk-dev] [PATCH] pmdinfogen: allow using stdin and stdout

2018-01-25 Thread Bruce Richardson
Rather than having to work off files all the time, allow stdin and stdout to be used as the source and destination for pmdinfogen. This will allow other possible usages from scripts, e.g. taking files from ar archive and building a single .pmd.c file from all the .o files in it. for f in `