Re: [dpdk-dev] [PATCH v2 0/7] dpdk-pmdinfo: python lint cleanups

2020-11-22 Thread Thomas Monjalon
04/11/2020 07:48, Stephen Hemminger: > Ran dpdk-pmdinfo through Python3 lint and it had lots of complaints. > These are the obvious simple ones to fix. Skipped adding docstrings > everywhere and doing large scale variable recasing. > > v2 - split out the pmdinfo specific part > incorporate fe

[dpdk-dev] [PATCH v2 0/7] dpdk-pmdinfo: python lint cleanups

2020-11-03 Thread Stephen Hemminger
Ran dpdk-pmdinfo through Python3 lint and it had lots of complaints. These are the obvious simple ones to fix. Skipped adding docstrings everywhere and doing large scale variable recasing. v2 - split out the pmdinfo specific part incorporate feedback from Bruce about last use of len() Stephe