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

2016-12-09 Thread Mcnamara, John
> -Original Message- > From: Neil Horman [mailto:nhor...@tuxdriver.com] > Sent: Friday, December 9, 2016 5:06 PM > To: Mcnamara, John > Cc: dev@dpdk.org; mklet...@redhat.com > Subject: Re: [dpdk-dev] [PATCH v1 0/4] app: make python apps python2/3 > compliant > &

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

2016-12-09 Thread Neil Horman
m > > Subject: Re: [dpdk-dev] [PATCH v1 0/4] app: make python apps python2/3 > > compliant > > > > On Thu, Dec 08, 2016 at 03:51:01PM +, John McNamara wrote: > > > These patches refactor the DPDK Python applications to make them > > > Python 2/3 comp

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

2016-12-09 Thread Mcnamara, John
> -Original Message- > From: Neil Horman [mailto:nhor...@tuxdriver.com] > Sent: Friday, December 9, 2016 3:29 PM > To: Mcnamara, John > Cc: dev@dpdk.org; mklet...@redhat.com > Subject: Re: [dpdk-dev] [PATCH v1 0/4] app: make python apps python2/3 > compliant > &

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

2016-12-09 Thread Neil Horman
On Thu, Dec 08, 2016 at 03:51:01PM +, John McNamara wrote: > 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-dev] [PATCH v1 0/4] app: make python apps python2/3 compliant

2016-12-08 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