Re: [PATCH] tools: add crypto device details
From: Mcnamara, John <hidden>
Date: 2016-08-25 10:32:03
From: Mcnamara, John <hidden>
Date: 2016-08-25 10:32:03
-----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Eoin Breen Sent: Thursday, August 25, 2016 11:05 AM To: Jain, Deepak K <redacted>; Trahe, Fiona [off-list ref]; Griffin, John [off-list ref] Cc: dev@dpdk.org; Breen, Eoin <redacted> Subject: [dpdk-dev] [PATCH] tools: add crypto device details Adding the support to bind/unbind crypto devices with dpdk-devbind.py script, as now it is not restricted to network devices anymore.
Hi Eoin,
There are a couple of small pep8 issues to fix:
$ pep8 tools/dpdk-devbind.py
tools/dpdk-devbind.py:302:1: E302 expected 2 blank lines, found 1
tools/dpdk-devbind.py:653:33: E261 at least two spaces before inline comment
See: http://dpdk.org/doc/guides/contributing/coding_style.html#python-code
John