Re: [dpdk-dev] [PATCH v8 00/10] adding support for python 3 only

2020-09-28 Thread Kevin Laatz
On 28/09/2020 16:14, Bruce Richardson wrote: On Mon, Sep 28, 2020 at 05:09:30PM +0200, David Marchand wrote: Hello Kevin, Louise, On Mon, Sep 28, 2020 at 12:48 PM Kevin Laatz wrote: This patch set converts all python scripts in the project to use python3 only and removes all deprecation notic

Re: [dpdk-dev] [PATCH v8 00/10] adding support for python 3 only

2020-09-28 Thread Bruce Richardson
On Mon, Sep 28, 2020 at 05:09:30PM +0200, David Marchand wrote: > Hello Kevin, Louise, > > On Mon, Sep 28, 2020 at 12:48 PM Kevin Laatz wrote: > > > > This patch set converts all python scripts in the project to use > > python3 only and removes all deprecation notices associated with these > > ch

Re: [dpdk-dev] [PATCH v8 00/10] adding support for python 3 only

2020-09-28 Thread David Marchand
Hello Kevin, Louise, On Mon, Sep 28, 2020 at 12:48 PM Kevin Laatz wrote: > > This patch set converts all python scripts in the project to use > python3 only and removes all deprecation notices associated with these > changes. This is due to python2 being EOL in January 2020. Thanks for working o

Re: [dpdk-dev] [PATCH v8 00/10] adding support for python 3 only

2020-09-28 Thread Bruce Richardson
On Mon, Sep 28, 2020 at 01:29:53PM +0200, Robin Jarry wrote: > Hi Kevin, all, > > 2020-09-28, Kevin Laatz: > > This patch set converts all python scripts in the project to use > > python3 only and removes all deprecation notices associated with these > > changes. This is due to python2 being EOL i

Re: [dpdk-dev] [PATCH v8 00/10] adding support for python 3 only

2020-09-28 Thread Robin Jarry
Hi Kevin, all, 2020-09-28, Kevin Laatz: > This patch set converts all python scripts in the project to use > python3 only and removes all deprecation notices associated with these > changes. This is due to python2 being EOL in January 2020. > > --- > v6: > - rebased, removing conflict with make

[dpdk-dev] [PATCH v8 00/10] adding support for python 3 only

2020-09-28 Thread Kevin Laatz
This patch set converts all python scripts in the project to use python3 only and removes all deprecation notices associated with these changes. This is due to python2 being EOL in January 2020. --- v6: - rebased, removing conflict with make removal patchset. - added changes to buildtools/map_