[dpdk-dev] [PATCH v2 0/6] dpdk-devbind: python lint cleanups

Stephen Hemminger stephen at networkplumber.org
Wed Nov 4 17:57:51 CET 2020


On Tue,  3 Nov 2020 23:03:44 -0800
Stephen Hemminger <stephen at networkplumber.org> wrote:

> This addresses several warnings from python3 lint.
> Split out from earlier patchset
> 
> Stephen Hemminger (6):
>   dpdk-devbind: use argparse instead of getopt
>   dpdk-devbind: fix indentation
>   dpdk-devbind: fix python lint warnings for imports
>   dpdk-devbind: do not use len(x) to test for empty
>   dpdk-devbind: fix unnecessary else after return
>   dpdk-devbind: use in to test for multiple strings
> 
>  usertools/dpdk-devbind.py | 315 +++++++++++++++++---------------------
>  1 file changed, 142 insertions(+), 173 deletions(-)
> 

There are some typos in the commit messages.
Can send new version, or you can fix/leave them


More information about the dev mailing list