[dpdk-dev] [PATCH v3 4/9] usertools/dpdk-pmdinfo: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Neil Horman Signed-off-by: Louise Kilheeney Acked-by: Neil Horman --- usertools/dpdk-pmdinfo.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk

[dpdk-dev] [PATCH v3 5/9] usertools/cpu_layout: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney Acked-by: Anatoly Burakov --- usertools/cpu_layout.py | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/usertools/cpu_layout.py b/usertools/cpu_layout.py

[dpdk-dev] [PATCH v3 6/9] app/test-cmdline: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Olivier Matz Signed-off-by: Louise Kilheeney Acked-by: Anatoly Burakov --- app/test-cmdline/cmdline_test.py | 3 +-- app/test-cmdline/cmdline_test_data.py | 1 + mk/rte.sdktest.mk | 2

[dpdk-dev] [PATCH v3 1/9] app/test-bbdev: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Nicolas Chautru Signed-off-by: Louise Kilheeney Acked-by: Nicolas Chautru Acked-by: Anatoly Burakov --- v3: removed extra white space --- app/test-bbdev/test-bbdev.py | 7 +++ 1 file changed, 3 insertions

[dpdk-dev] [PATCH v3 2/9] usertools/dpdk-devbind: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney Reviewed-by: Anatoly Burakov --- v3: removed extra white space v2: removed check_output function as not required for python3. --- usertools/dpdk-devbind.py | 17 - 1

[dpdk-dev] [PATCH v3 3/9] usertools/dpdk-telemetry-client: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maaintaining python 2. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney Acked-by: Anatoly Burakov --- usertools/dpdk-telemetry-client.py | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/usertools/dpdk

[dpdk-dev] [PATCH v3 0/9] dding support for python 3 only.

2020-07-02 Thread Louise Kilheeney
v3: fix comments on v2. This patch set converts all python scripts in the project to use python3 only. This is due to python2 being EOL in January 2020. One script not tested: ./config/arm/armv8_machine.py Louise Kilheeney (9): app/test-bbdev: support python3 only usertools/dpdk-devbind

[dpdk-dev] [PATCH v3 7/9] app/test: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney Reviewed-by: Anatoly Burakov --- v2: removed use of iter function as not needed for python3. --- app/test/autotest.py| 3 +-- app/test/autotest_data.py | 1 + app

[dpdk-dev] [PATCH v3 8/9] devtools: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Neil Horman Cc: Ray Kinsella Signed-off-by: Louise Kilheeney Acked-by: Ray Kinsella --- devtools/update_version_map_abi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devtools

[dpdk-dev] [PATCH v3 9/9] config/arm: support python3 only

2020-07-02 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Thomas Monjalon Signed-off-by: Louise Kilheeney Acked-by: Anatoly Burakov Tested-by: Harman Kalra --- v2: fixed python3 path. --- config/arm/armv8_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[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

[dpdk-dev] [PATCH 7/9] usertools/dpdk-pmdinfo: add python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
Cc: Neil Horman Signed-off-by: Louise Kilheeney --- usertools/dpdk-pmdinfo.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py index 12f20735e..f9ed75517 100755 --- a/usertools/dpdk-pmdinfo.py +++ b/usertools/dpdk

[dpdk-dev] [PATCH 3/9] usertools/dpdk-devbind: add python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
add python2 deprecation notice Signed-off-by: Louise Kilheeney --- usertools/dpdk-devbind.py | 4 1 file changed, 4 insertions(+) diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py index dc008823f..86b6b53c4 100755 --- a/usertools/dpdk-devbind.py +++ b/usertools/dpdk

[dpdk-dev] [PATCH 2/9] usertools/dpdk-telemetry-client: python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
add python2 depecation notice Cc: Kevin Laatz Signed-off-by: Louise Kilheeney --- usertools/dpdk-telemetry-client.py | 4 1 file changed, 4 insertions(+) diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py index 35edb7cd2..98d28fa89 100755 --- a

[dpdk-dev] [PATCH 1/9] usertools/cpu_layout: add python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
add python2 deprecation notice Signed-off-by: Louise Kilheeney --- usertools/cpu_layout.py | 4 1 file changed, 4 insertions(+) diff --git a/usertools/cpu_layout.py b/usertools/cpu_layout.py index 6f129b1db..5423c7965 100755 --- a/usertools/cpu_layout.py +++ b/usertools/cpu_layout.py

[dpdk-dev] [PATCH 5/9] app/test-cmdline: add python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
Cc: Olivier Matz Signed-off-by: Louise Kilheeney --- app/test-cmdline/cmdline_test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/test-cmdline/cmdline_test.py b/app/test-cmdline/cmdline_test.py index 3a8fac426..954428e2b 100755 --- a/app/test-cmdline/cmdline_test.py +++ b/app

[dpdk-dev] [PATCH 6/9] app/test: add python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
add python2 deprecation notice Signed-off-by: Louise Kilheeney --- app/test/autotest.py | 4 1 file changed, 4 insertions(+) diff --git a/app/test/autotest.py b/app/test/autotest.py index b42f48879..cf7584ccd 100644 --- a/app/test/autotest.py +++ b/app/test/autotest.py @@ -17,6 +17,10

[dpdk-dev] [PATCH 4/9] devtools/update_version_map: add python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
Cc: Neil Horman Cc: Ray Kinsella Signed-off-by: Louise Kilheeney --- devtools/update_version_map_abi.py | 4 1 file changed, 4 insertions(+) diff --git a/devtools/update_version_map_abi.py b/devtools/update_version_map_abi.py index e2104e61e..80a61641e 100755 --- a/devtools

[dpdk-dev] [PATCH 9/9] app/test-bbdev: add python2 deprecation notice

2020-07-10 Thread Louise Kilheeney
Cc: Nicolas Chautru Signed-off-by: Louise Kilheeney --- app/test-bbdev/test-bbdev.py | 4 1 file changed, 4 insertions(+) diff --git a/app/test-bbdev/test-bbdev.py b/app/test-bbdev/test-bbdev.py index e127fb2eb..5ae2dc6c4 100755 --- a/app/test-bbdev/test-bbdev.py +++ b/app/test-bbdev

[dpdk-dev] [PATCH 8/9] app/test-bbdev: python3 compatibility changes

2020-07-10 Thread Louise Kilheeney
use of the print function required for python3 compatibility. Cc: Nicolas Chautru Signed-off-by: Louise Kilheeney --- app/test-bbdev/test-bbdev.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/test-bbdev/test-bbdev.py b/app/test-bbdev/test-bbdev.py index

[dpdk-dev] [PATCH v2] examples/l2fwd-keepalive: fix packet drops limited mbufs

2020-04-27 Thread Louise Kilheeney
add sample application") Cc: sta...@dpdk.org Signed-off-by: Louise Kilheeney Tested-by: Xi Zhang --- v2: moved variable initialisation to top of function. --- examples/l2fwd-keepalive/main.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/examples/l2fwd-kee

[dpdk-dev] [PATCH 20.08 0/9] adding support for python 3 only.

2020-05-22 Thread Louise Kilheeney
This patch set converts all python scripts in the project to use python3 only. This is due to python2 being EOL in January 2020. One script not tested: ./config/arm/armv8_machine.py Louise Kilheeney (9): app/test-bbdev: support python3 only usertools/dpdk-devbind: support python3 only

[dpdk-dev] [PATCH 20.08 1/9] app/test-bbdev: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Cc: Nicolas Chautru Signed-off-by: Louise Kilheeney --- app/test-bbdev/test-bbdev.py | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/test-bbdev/test-bbdev.py b/app/test-bbdev/test-bbdev.py index 0194be046..50add4580

[dpdk-dev] [PATCH 20.08 3/9] usertools/dpdk-telemetry-client: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney --- usertools/dpdk-telemetry-client.py | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py

[dpdk-dev] [PATCH 20.08 6/9] app/test-cmdline: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Cc: Olivier Matz Signed-off-by: Louise Kilheeney --- app/test-cmdline/cmdline_test.py | 3 +-- app/test-cmdline/cmdline_test_data.py | 1 + mk/rte.sdktest.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff

[dpdk-dev] [PATCH 20.08 2/9] usertools/dpdk-devbind: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Signed-off-by: Louise Kilheeney --- usertools/dpdk-devbind.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py index 40b4beea4..441301f2d 100755 --- a/usertools/dpdk

[dpdk-dev] [PATCH 20.08 7/9] app/test: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Signed-off-by: Louise Kilheeney --- app/test/autotest.py| 3 +-- app/test/autotest_data.py | 1 + app/test/autotest_runner.py | 14 +++--- app/test/autotest_test_funcs.py | 1 + mk/rte.sdktest.mk | 4

[dpdk-dev] [PATCH 20.08 5/9] usertools/cpu_layout: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Signed-off-by: Louise Kilheeney --- usertools/cpu_layout.py | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/usertools/cpu_layout.py b/usertools/cpu_layout.py index 6f129b1db..89a48cec4 100755 --- a/usertools

[dpdk-dev] [PATCH 20.08 4/9] usertools/dpdk-pmdinfo: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Cc: Neil Horman Signed-off-by: Louise Kilheeney --- usertools/dpdk-pmdinfo.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py index 12f20735e..f5cd077f5 100755 --- a

[dpdk-dev] [PATCH 20.08 9/9] config/arm: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Cc: Thomas Monjalon Signed-off-by: Louise Kilheeney --- config/arm/armv8_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arm/armv8_machine.py b/config/arm/armv8_machine.py index 404866d2f..a0e6a8769 100755

[dpdk-dev] [PATCH 20.08 8/9] devtools: support python3 only

2020-05-22 Thread Louise Kilheeney
Changed script to explicitly use python3 only. Cc: Neil Horman Cc: Ray Kinsella Signed-off-by: Louise Kilheeney --- devtools/update_version_map_abi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devtools/update_version_map_abi.py b/devtools

[dpdk-dev] [PATCH v2 0/9] adding support for python 3 only.

2020-06-17 Thread Louise Kilheeney
v2: fix comments on v1. This patch set converts all python scripts in the project to use python3 only. This is due to python2 being EOL in January 2020. One script not tested: ./config/arm/armv8_machine.py Louise Kilheeney (9): app/test-bbdev: support python3 only usertools/dpdk-devbind

[dpdk-dev] [PATCH v2 1/9] app/test-bbdev: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Nicolas Chautru Signed-off-by: Louise Kilheeney Acked-by: Nicolas Chautru --- app/test-bbdev/test-bbdev.py | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/test-bbdev/test-bbdev.py

[dpdk-dev] [PATCH v2 4/9] usertools/dpdk-pmdinfo: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Neil Horman Signed-off-by: Louise Kilheeney --- usertools/dpdk-pmdinfo.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usertools/dpdk-pmdinfo.py b/usertools/dpdk-pmdinfo.py index

[dpdk-dev] [PATCH v2 2/9] usertools/dpdk-devbind: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney --- v2: removed check_output function as not required for python3. --- usertools/dpdk-devbind.py | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a

[dpdk-dev] [PATCH v2 5/9] usertools/cpu_layout: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney --- usertools/cpu_layout.py | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/usertools/cpu_layout.py b/usertools/cpu_layout.py index 6f129b1db..89a48cec4

[dpdk-dev] [PATCH v2 3/9] usertools/dpdk-telemetry-client: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maaintaining python 2. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney --- usertools/dpdk-telemetry-client.py | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/usertools/dpdk-telemetry-client.py b

[dpdk-dev] [PATCH v2 6/9] app/test-cmdline: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Olivier Matz Signed-off-by: Louise Kilheeney --- app/test-cmdline/cmdline_test.py | 3 +-- app/test-cmdline/cmdline_test_data.py | 1 + mk/rte.sdktest.mk | 2 +- 3 files changed, 3

[dpdk-dev] [PATCH v2 8/9] devtools: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Neil Horman Cc: Ray Kinsella Signed-off-by: Louise Kilheeney Acked-by: Ray Kinsella --- devtools/update_version_map_abi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devtools

[dpdk-dev] [PATCH v2 9/9] config/arm: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Thomas Monjalon Signed-off-by: Louise Kilheeney --- v2: fixed python3 path. --- config/arm/armv8_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arm/armv8_machine.py b

[dpdk-dev] [PATCH v2 7/9] app/test: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney --- v2: removed use of iter function as not needed for python3. --- app/test/autotest.py| 3 +-- app/test/autotest_data.py | 1 + app/test/autotest_runner.py

[dpdk-dev] [PATCH] examples/l2fwd-keepalive: fix packet drops limited mbufs

2020-03-11 Thread Louise Kilheeney
add sample application") Cc: sta...@dpdk.org Signed-off-by: Louise Kilheeney --- examples/l2fwd-keepalive/main.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/examples/l2fwd-keepalive/main.c b/examples/l2fwd-keepalive/main.c index b36834974..0f0010d51 100644

[dpdk-dev] [PATCH v4 2/9] usertools/dpdk-devbind: 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/dpdk-devbind.py | 22 -- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/usertools/dpdk-devbind.py b

[dpdk-dev] [PATCH v4 0/9] adding support for python 3 only.

2020-08-04 Thread Louise Kilheeney
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. Louise Kilheeney (9): usertools/dpdk-telemetry-client: support python3 only usertools/dpdk

[dpdk-dev] [PATCH v4 1/9] usertools/dpdk-telemetry-client: 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. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney --- usertools/dpdk-telemetry-client.py | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a

[dpdk-dev] [PATCH v4 3/9] usertools/dpdk-pmdinfo: 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. Cc: Neil Horman Signed-off-by: Louise Kilheeney --- usertools/dpdk-pmdinfo.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/usertools/dpdk-pmdinfo.py b

[dpdk-dev] [PATCH v4 6/9] app/test: 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 --- app/test/autotest.py| 7 +-- app/test/autotest_data.py | 1 + app/test/autotest_runner.py | 21 - app

[dpdk-dev] [PATCH v4 7/9] devtools: 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. Cc: Neil Horman Cc: Ray Kinsella Signed-off-by: Louise Kilheeney --- devtools/update_version_map_abi.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a

[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

[dpdk-dev] [PATCH v4 5/9] app/test-cmdline: 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. Cc: Olivier Matz Signed-off-by: Louise Kilheeney --- app/test-cmdline/cmdline_test.py | 7 +-- app/test-cmdline/cmdline_test_data.py | 1 + mk/rte.sdktest.mk

[dpdk-dev] [PATCH v4 9/9] app/test-bbdev: 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. Cc: Nicolas Chautru Signed-off-by: Louise Kilheeney --- app/test-bbdev/test-bbdev.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/test-bbdev/test

[dpdk-dev] [PATCH v4 8/9] config/arm: support python3 only

2020-08-04 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Thomas Monjalon Signed-off-by: Louise Kilheeney --- config/arm/armv8_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arm/armv8_machine.py b/config/arm/armv8_machine.py index

[dpdk-dev] [PATCH v5 1/9] usertools/dpdk-telemetry-client: support python3 only

2020-08-21 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney Acked-by: Bruce Richardson --- usertools/dpdk-telemetry-client.py | 20 1 file changed, 4 insertions(+), 16

[dpdk-dev] [PATCH v5 0/9]adding support for python 3 only.

2020-08-21 Thread Louise Kilheeney
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. Louise Kilheeney (9): usertools/dpdk-telemetry-client: support python3 only usertools/dpdk

[dpdk-dev] [PATCH v5 3/9] usertools/dpdk-pmdinfo: support python3 only

2020-08-21 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Neil Horman Signed-off-by: Louise Kilheeney Reviewed-by: Bruce Richardson --- usertools/dpdk-pmdinfo.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a

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

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

[dpdk-dev] [PATCH v5 2/9] usertools/dpdk-devbind: support python3 only

2020-08-21 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Signed-off-by: Louise Kilheeney Reviewed-by: Bruce Richardson --- usertools/dpdk-devbind.py | 22 -- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a

[dpdk-dev] [PATCH v5 5/9] app/test-cmdline: support python3 only

2020-08-21 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Olivier Matz Signed-off-by: Louise Kilheeney --- v5: fixed python3 issue casuing script to fail --- app/test-cmdline/cmdline_test.py | 9 ++--- app/test-cmdline

[dpdk-dev] [PATCH v5 7/9] devtools: support python3 only

2020-08-21 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Neil Horman Cc: Ray Kinsella Signed-off-by: Louise Kilheeney Acked-by: Ray Kinsella --- devtools/update_version_map_abi.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions

[dpdk-dev] [PATCH v5 8/9] config/arm: support python3 only

2020-08-21 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Cc: Thomas Monjalon Signed-off-by: Louise Kilheeney --- config/arm/armv8_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arm/armv8_machine.py b/config/arm/armv8_machine.py index

[dpdk-dev] [PATCH v5 6/9] app/test: support python3 only

2020-08-21 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Signed-off-by: Louise Kilheeney --- app/test/autotest.py| 7 +-- app/test/autotest_data.py | 1 + app/test/autotest_runner.py | 21 - app

[dpdk-dev] [PATCH v5 9/9] app/test-bbdev: support python3 only

2020-08-21 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Nicolas Chautru Signed-off-by: Louise Kilheeney --- app/test-bbdev/test-bbdev.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/test-bbdev/test