[dpdk-dev] [PATCH v9 00/11] adding support for python 3 only

Stephen Hemminger stephen at networkplumber.org
Tue Sep 29 16:40:10 CEST 2020


On Tue, 29 Sep 2020 11:22:13 +0100
Kevin Laatz <kevin.laatz at intel.com> 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.
> 
> ---
> v6:
>   - rebased, removing conflict with make removal patchset.
>   - added changes to buildtools/map_to_win.py
> 
> v7:
>   - typo in email Cc'ing David Marchand
>   - added maintainers for buildtools patch
> 
> v8:
>   - removed unrelated cleanup
>   - replaced integer cast with integer division operator
> 
> v9:
>   - include documentation updates
> 
> Kevin Laatz (4):
>   app/test-cmdline: support python3 only
>   app/test: support python3 only
>   buildtools: support python3 only
>   doc: support python3 only
> 
> Louise Kilheeney (7):
>   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
>   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 +
>  buildtools/map_to_win.py                 |  3 +--
>  config/arm/armv8_machine.py              |  2 +-
>  devtools/update_version_map_abi.py       |  7 +------
>  doc/guides/contributing/coding_style.rst |  2 +-
>  doc/guides/linux_gsg/sys_reqs.rst        |  2 +-
>  doc/guides/rel_notes/deprecation.rst     |  6 ------
>  doc/guides/rel_notes/release_20_11.rst   |  2 ++
>  usertools/cpu_layout.py                  | 13 ++-----------
>  usertools/dpdk-devbind.py                | 22 ++++------------------
>  usertools/dpdk-pmdinfo.py                |  7 +------
>  usertools/dpdk-telemetry-client.py       | 18 +++---------------
>  18 files changed, 32 insertions(+), 99 deletions(-)

Looks good Ack for whole series

Acked-by: Stephen Hemminger <stephen at networkplumber.org>


More information about the dev mailing list