Re: [dpdk-dev] [PATCH v4 0/3] app: make python apps python2/3 compliant

2017-01-04 Thread Thomas Monjalon
2016-12-21 15:03, John McNamara: > These patches refactor the DPDK Python applications to make them Python 2/3 > compatible. > > In order to do this the patchset starts by making the apps PEP8 compliant in > accordance with the DPDK Coding guidelines: > > http://dpdk.org/doc/guides/contributi

[dpdk-dev] [PATCH v4 0/3] app: make python apps python2/3 compliant

2016-12-21 Thread John McNamara
These patches refactor the DPDK Python applications to make them Python 2/3 compatible. In order to do this the patchset starts by making the apps PEP8 compliant in accordance with the DPDK Coding guidelines: http://dpdk.org/doc/guides/contributing/coding_style.html#python-code Implementing