Re: [dpdk-dev] [PATCH v3] usertools: fix py3 support with pyelftools>=0.24

2019-10-27 Thread Thomas Monjalon
15/10/2019 14:39, Robin Jarry: > Running dpdk-pmdinfo.py on Ubuntu 18.04 (bionic) with python 3 and > pyelftools installed produces no output but no error is reported > neither: > > ~$ python3 usertools/dpdk-pmdinfo.py -r build/app/testpmd > ~$ echo $? > 0 > > While with python 2, it works:

[dpdk-dev] [PATCH v3] usertools: fix py3 support with pyelftools>=0.24

2019-10-15 Thread Robin Jarry
Running dpdk-pmdinfo.py on Ubuntu 18.04 (bionic) with python 3 and pyelftools installed produces no output but no error is reported neither: ~$ python3 usertools/dpdk-pmdinfo.py -r build/app/testpmd ~$ echo $? 0 While with python 2, it works: ~# python2 usertools/dpdk-pmdinfo.py -r build