Re: [dpdk-dev] [PATCH v10 2/3] build: use Python pmdinfogen

2021-01-25 Thread Thomas Monjalon
24/01/2021 21:51, Dmitry Kozlyuk: > --- a/devtools/libabigail.abignore > +++ b/devtools/libabigail.abignore > +; Ignore all changes in generated PMD information strings. > +[suppress_variable] > +name_regex = _pmd_info$ I will fix this rule as "name_regexp" so it works.

[dpdk-dev] [PATCH v10 2/3] build: use Python pmdinfogen

2021-01-24 Thread Dmitry Kozlyuk
Use the same interpreter to run pmdinfogen as for other build scripts. Adjust wrapper script accordingly and also don't suppress stderr from ar and pmdinfogen. Add configure-time check for elftools Python module for Unix hosts. Add pyelftools to CI configuration and build requirements for Linux an