Re: [dpdk-dev] [PATCH v4 0/4] pmdinfogen: rewrite in Python

2020-07-21 Thread Bruce Richardson
On Thu, Jul 09, 2020 at 12:23:31AM +0300, Dmitry Kozlyuk wrote: > This patchset implements existing pmdinfogen logic in Python, replaces > and removes the old code. The goals of rewriting are: > > * easier maintenance by using a more high-level language, > * simpler build process without host appl

Re: [dpdk-dev] [PATCH v4 0/4] pmdinfogen: rewrite in Python

2020-07-09 Thread Neil Horman
On Thu, Jul 09, 2020 at 12:23:31AM +0300, Dmitry Kozlyuk wrote: > This patchset implements existing pmdinfogen logic in Python, replaces > and removes the old code. The goals of rewriting are: > > * easier maintenance by using a more high-level language, > * simpler build process without host appl

[dpdk-dev] [PATCH v4 0/4] pmdinfogen: rewrite in Python

2020-07-08 Thread Dmitry Kozlyuk
This patchset implements existing pmdinfogen logic in Python, replaces and removes the old code. The goals of rewriting are: * easier maintenance by using a more high-level language, * simpler build process without host application and libelf. Travis CI script is adjusted to install python3-pyelf