Re: [dpdk-dev] [PATCH v4 4/9] usertools/cpu_layout: support python3 only

2020-08-12 Thread Bruce Richardson
On Tue, Aug 04, 2020 at 03:07:33PM +0100, Louise Kilheeney wrote: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Signed-off-by: Louise Kilheeney > --- > usertools/cpu_layout.py | 13 ++--- > 1 file changed, 2 insertions

[dpdk-dev] [PATCH v4 4/9] usertools/cpu_layout: support python3 only

2020-08-04 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Signed-off-by: Louise Kilheeney --- usertools/cpu_layout.py | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/usertools/cpu_layout.py b/usertools/cpu_layou