[PATCH 3/4] usertools: parse strings from PE images

Dmitry Kozlyuk dmitry.kozliuk at gmail.com
Fri Apr 11 22:09:47 CEST 2025


On 11.04.2025 22:39, Andre Muezerie wrote:
> diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py
> index 9189a2fdbc..77789c979c 100755
> --- a/usertools/dpdk-pmdinfo.py
> +++ b/usertools/dpdk-pmdinfo.py
> @@ -40,6 +40,12 @@
>   import elftools
>   from elftools.elf.elffile import ELFError, ELFFile
If `elftools` is not needed on Windows it should not be imported,
otherwise we'd have a bogus system requirement.


More information about the dev mailing list