Re: [dpdk-dev] [PATCH] usertools: fix parsing error from dpdk-pmdinfo.py

2020-11-22 Thread Thomas Monjalon
19/11/2020 10:44, Julien Massonneau: > In the display_pmd_info_strings function, the script parses the section > until to find a byte between 32 and 127, and get all data > until a byte equals to 0. > After, it searches "PMD_INFO_STRING" in the data and passes the whole > string in the parse_pmd_in

[dpdk-dev] [PATCH] usertools: fix parsing error from dpdk-pmdinfo.py

2020-11-19 Thread Julien Massonneau
In the display_pmd_info_strings function, the script parses the section until to find a byte between 32 and 127, and get all data until a byte equals to 0. After, it searches "PMD_INFO_STRING" in the data and passes the whole string in the parse_pmd_info_string function, which split the string with