mbox series

[0/3] pmdinfogen fixes

Message ID 20210125221251.19147-1-dmitry.kozliuk@gmail.com (mailing list archive)
Headers
Series pmdinfogen fixes |

Message

Dmitry Kozlyuk Jan. 25, 2021, 10:12 p.m. UTC
  Recent pmdinfogen patches introduced regressions with older systems.
This is a follow-up cleaning the mess.

[1]: http://patchwork.dpdk.org/project/dpdk/list/?series=13153
[2]: http://patchwork.dpdk.org/project/dpdk/list/?series=14274

Dmitry Kozlyuk (3):
  pmdinfogen: fix build with pyelftools < 0.24
  buildtools: fix archive extraction for Python 3.5
  buildtools: use build subdirectory for temporary files

 buildtools/gen-pmdinfo-cfile.py |  6 +++---
 buildtools/meson.build          |  2 +-
 buildtools/pmdinfogen.py        | 20 ++++++++++++++++++--
 3 files changed, 22 insertions(+), 6 deletions(-)
  

Comments

Thomas Monjalon Jan. 25, 2021, 11:44 p.m. UTC | #1
25/01/2021 23:12, Dmitry Kozlyuk:
> Recent pmdinfogen patches introduced regressions with older systems.
> This is a follow-up cleaning the mess.
> 
> [1]: http://patchwork.dpdk.org/project/dpdk/list/?series=13153
> [2]: http://patchwork.dpdk.org/project/dpdk/list/?series=14274
> 
> Dmitry Kozlyuk (3):
>   pmdinfogen: fix build with pyelftools < 0.24
>   buildtools: fix archive extraction for Python 3.5
>   buildtools: use build subdirectory for temporary files

Applied, thanks for the quick fixes.