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

2020-11-22 Thread Thomas Monjalon
04/11/2020 10:28, Bruce Richardson: > On Tue, Nov 03, 2020 at 11:03:44PM -0800, Stephen Hemminger 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:

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

2020-11-04 Thread Stephen Hemminger
On Tue, 3 Nov 2020 23:03:44 -0800 Stephen Hemminger 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 warni

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

2020-11-04 Thread Bruce Richardson
On Tue, Nov 03, 2020 at 11:03:44PM -0800, Stephen Hemminger 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