[dpdk-dev] [PATCH v2 0/6] dpdk-devbind: python lint cleanups
Bruce Richardson
bruce.richardson at intel.com
Wed Nov 4 10:28:52 CET 2020
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 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(-)
>
Series-acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list