> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Eoin Breen > Sent: Thursday, August 25, 2016 11:05 AM > To: Jain, Deepak K <deepak.k.jain at intel.com>; Trahe, Fiona > <fiona.trahe at intel.com>; Griffin, John <john.griffin at intel.com> > Cc: dev at dpdk.org; Breen, Eoin <eoin.breen at intel.com> > 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