Re: [dpdk-dev] [PATCH v7 05/10] app/test-cmdline: support python3 only

2020-09-25 Thread Robin Jarry
Hi Kevin, all, 2020-09-21, Kevin Laatz: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Cc: Olivier Matz > > Signed-off-by: Louise Kilheeney > Signed-off-by: Kevin Laatz > Reviewed-by: Bruce Richardson [snip] > @@ -43,7 +38,

[dpdk-dev] [PATCH v7 05/10] app/test-cmdline: support python3 only

2020-09-21 Thread Kevin Laatz
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Olivier Matz Signed-off-by: Louise Kilheeney Signed-off-by: Kevin Laatz Reviewed-by: Bruce Richardson --- v5: - fixed python3 issue causing script to fail. Divisions without the