mbox series

[v5,0/9] adding support for python 3 only.

Message ID 20200821091452.2482-1-louise.kilheeney@intel.com (mailing list archive)
Headers
Series adding support for python 3 only. |

Message

Louise Kilheeney Aug. 21, 2020, 9:14 a.m. UTC
  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-devbind: support python3 only
  usertools/dpdk-pmdinfo: support python3 only
  usertools/cpu_layout: support python3 only
  app/test-cmdline: support python3 only
  app/test: support python3 only
  devtools: support python3 only
  config/arm: support python3 only
  app/test-bbdev: support python3 only

 app/test-bbdev/test-bbdev.py          |  7 +------
 app/test-cmdline/cmdline_test.py      |  9 ++-------
 app/test-cmdline/cmdline_test_data.py |  1 +
 app/test/autotest.py                  |  7 +------
 app/test/autotest_data.py             |  1 +
 app/test/autotest_runner.py           | 21 ++++++++-------------
 app/test/autotest_test_funcs.py       |  1 +
 config/arm/armv8_machine.py           |  2 +-
 devtools/update_version_map_abi.py    |  7 +------
 mk/rte.sdktest.mk                     |  6 +++---
 usertools/cpu_layout.py               | 13 ++-----------
 usertools/dpdk-devbind.py             | 22 ++++------------------
 usertools/dpdk-pmdinfo.py             |  7 +------
 usertools/dpdk-telemetry-client.py    | 20 ++++----------------
 14 files changed, 31 insertions(+), 93 deletions(-)
  

Comments

David Marchand Sept. 15, 2020, 2:11 p.m. UTC | #1
Hello Louise,

There was a comment from Bruce on patch 5 commitlog.
There is a conflict since make removal.
And I think buildtools/map_to_win.py has been missed.