Re: [dpdk-dev] [PATCH v5 1/3] pmdinfogen: add Python implementation

2020-09-27 Thread Stephen Hemminger
On Mon, 28 Sep 2020 00:47:30 +0300 Dmitry Kozlyuk wrote: > Using a high-level, interpreted language simplifies maintenance and > build process. Furthermore, ELF handling is delegated to pyelftools > package. Original logic is kept, the copyright recognizes that. > > Signed-off-by: Dmitry Kozlyuk

[dpdk-dev] [PATCH v5 1/3] pmdinfogen: add Python implementation

2020-09-27 Thread Dmitry Kozlyuk
Using a high-level, interpreted language simplifies maintenance and build process. Furthermore, ELF handling is delegated to pyelftools package. Original logic is kept, the copyright recognizes that. Signed-off-by: Dmitry Kozlyuk --- buildtools/pmdinfogen.py | 188 +++