Re: [dpdk-dev] [PATCH v2 0/4] pmdinfogen: support Windows

2021-01-25 Thread Thomas Monjalon
08/01/2021 03:47, Dmitry Kozlyuk: > Dmitry Kozlyuk (4): > pmdinfogen: support COFF > pmdinfogen: allow multiple input files > buildtools: support object file extraction for Windows > build: enable pmdinfogen for Windows Applied, thanks. Please follow-up on temporary file location.

[dpdk-dev] [PATCH v2 0/4] pmdinfogen: support Windows

2021-01-07 Thread Dmitry Kozlyuk
Based on Python version of pmdinfogen, deferred until 21.02: http://patchwork.dpdk.org/project/dpdk/list/?series=13153 There are a few Python libraries for PE/COFF, none of which suits the need, so a custom COFF parser is used. Advice is welcome, options considered: * py-coff (https://githu