Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-21 Thread David Marchand
On Fri, Jul 10, 2020 at 12:11 PM Louise Kilheeney wrote: > > This patchset adds deprecation notices to python scripts, > warning of the removal of python2 support from the DPDK 20.11 release. > > Louise Kilheeney (9): > usertools/cpu_layout: add python2 deprecation notice > usertools/dpdk-tele

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-21 Thread David Marchand
On Tue, Jul 21, 2020 at 10:25 PM Thomas Monjalon wrote: > > I vote for applying this patch series, > because it does not change what we have, > except printing a warning in case python3 > is neither explicitly called, nor the default. > > I consider it is a good step, > and I don't see the extra w

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-21 Thread Thomas Monjalon
I vote for applying this patch series, because it does not change what we have, except printing a warning in case python3 is neither explicitly called, nor the default. I consider it is a good step, and I don't see the extra warning as a severe annoyance. 17/07/2020 18:24, Bruce Richardson: > On

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-17 Thread Bruce Richardson
On Fri, Jul 17, 2020 at 08:06:23AM -0700, Stephen Hemminger wrote: > On Fri, 17 Jul 2020 13:42:09 +0100 > Bruce Richardson wrote: > > > On Thu, Jul 16, 2020 at 02:01:21PM -0700, Stephen Hemminger wrote: > > > On Thu, 16 Jul 2020 16:44:29 +0200 > > > Robin Jarry wrote: > > > > > > > 2020-07-13

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-17 Thread Stephen Hemminger
On Fri, 17 Jul 2020 13:42:09 +0100 Bruce Richardson wrote: > On Thu, Jul 16, 2020 at 02:01:21PM -0700, Stephen Hemminger wrote: > > On Thu, 16 Jul 2020 16:44:29 +0200 > > Robin Jarry wrote: > > > > > 2020-07-13, Bruce Richardson: > > > > In the absense of a "proper" solution, is the simples

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-17 Thread Bruce Richardson
On Thu, Jul 16, 2020 at 02:01:21PM -0700, Stephen Hemminger wrote: > On Thu, 16 Jul 2020 16:44:29 +0200 > Robin Jarry wrote: > > > 2020-07-13, Bruce Richardson: > > > In the absense of a "proper" solution, is the simplest option to > > > change the shebangs to all be python3, but leave the python

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-16 Thread Stephen Hemminger
On Thu, 16 Jul 2020 16:44:29 +0200 Robin Jarry wrote: > 2020-07-13, Bruce Richardson: > > In the absense of a "proper" solution, is the simplest option to > > change the shebangs to all be python3, but leave the python2 > > compatibility in place, and add the warnings for anyone running it > > ex

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-16 Thread Robin Jarry
2020-07-13, Bruce Richardson: > In the absense of a "proper" solution, is the simplest option to > change the shebangs to all be python3, but leave the python2 > compatibility in place, and add the warnings for anyone running it > explicitly using python2? I have found a hacky[1] but somewhat not

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-15 Thread Robin Jarry
2020-07-13, Bruce Richardson: > In the absense of a "proper" solution, is the simplest option to > change the shebangs to all be python3, but leave the python2 > compatibility in place, and add the warnings for anyone running it > explicitly using python2? Personally, I am OK with this solution. H

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-13 Thread Stephen Hemminger
On Mon, 13 Jul 2020 10:21:49 +0100 Bruce Richardson wrote: > On Fri, Jul 10, 2020 at 03:33:58PM +0200, Robin Jarry wrote: > > Hi Louise, > > > > 2020-07-10, Louise Kilheeney: > > > This patchset adds deprecation notices to python scripts, > > > warning of the removal of python2 support from th

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-13 Thread Bruce Richardson
On Fri, Jul 10, 2020 at 03:33:58PM +0200, Robin Jarry wrote: > Hi Louise, > > 2020-07-10, Louise Kilheeney: > > This patchset adds deprecation notices to python scripts, > > warning of the removal of python2 support from the DPDK 20.11 release. > > While showing warnings to users about Python 2 s

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-10 Thread Bruce Richardson
On Fri, Jul 10, 2020 at 03:33:58PM +0200, Robin Jarry wrote: > Hi Louise, > > 2020-07-10, Louise Kilheeney: > > This patchset adds deprecation notices to python scripts, > > warning of the removal of python2 support from the DPDK 20.11 release. > > While showing warnings to users about Python 2 s

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-10 Thread Robin Jarry
Hi Louise, 2020-07-10, Louise Kilheeney: > This patchset adds deprecation notices to python scripts, > warning of the removal of python2 support from the DPDK 20.11 release. While showing warnings to users about Python 2 support drop in 20.11 is good, it seems like the shebangs in a lot of these

Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-10 Thread Bruce Richardson
On Fri, Jul 10, 2020 at 11:10:46AM +0100, Louise Kilheeney wrote: > This patchset adds deprecation notices to python scripts, > warning of the removal of python2 support from the DPDK 20.11 release. > > Louise Kilheeney (9): > usertools/cpu_layout: add python2 deprecation notice > usertools/dp

[dpdk-dev] [PATCH 0/9] python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
This patchset adds deprecation notices to python scripts, warning of the removal of python2 support from the DPDK 20.11 release. Louise Kilheeney (9): usertools/cpu_layout: add python2 deprecation notice usertools/dpdk-telemetry-client: python2 deprecation notice usertools/dpdk-devbind: add