Re: [dpdk-dev] [PATCH v4 2/4] build: use Python pmdinfogen

2020-07-21 Thread Dmitry Kozlyuk
On Tue, 21 Jul 2020 15:04:11 +0100, Bruce Richardson wrote: > On Thu, Jul 09, 2020 at 12:23:33AM +0300, Dmitry Kozlyuk wrote: [snip] > > diff --git a/buildtools/gen-pmdinfo-cfile.sh > > b/buildtools/gen-pmdinfo-cfile.sh > > index 43059cf36..109ee461e 100755 > > --- a/buildtools/gen-pmdinfo-cfile.s

Re: [dpdk-dev] [PATCH v4 2/4] build: use Python pmdinfogen

2020-07-21 Thread Bruce Richardson
On Thu, Jul 09, 2020 at 12:23:33AM +0300, Dmitry Kozlyuk wrote: > Like for other build scripts, use Python interpreter to run pmdinfogen. > Adjust wrapper script accordingly and also don't suppress stderr from ar > and pmdinfogen. > > Add python3-pyelftools to CI configuration. > > Signed-off-by:

[dpdk-dev] [PATCH v4 2/4] build: use Python pmdinfogen

2020-07-08 Thread Dmitry Kozlyuk
Like for other build scripts, use Python interpreter to run pmdinfogen. Adjust wrapper script accordingly and also don't suppress stderr from ar and pmdinfogen. Add python3-pyelftools to CI configuration. Signed-off-by: Dmitry Kozlyuk --- .travis.yml | 2 +- GNUmakefile