On Fri, Jul 10, 2020 at 11:10:46AM +0100, Louise Kilheeney wrote: > 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 python2 deprecation notice > devtools/update_version_map: add python2 deprecation notice > app/test-cmdline: add python2 deprecation notice > app/test: add python2 deprecation notice > usertools/dpdk-pmdinfo: add python2 deprecation notice > app/test-bbdev: python3 compatibility changes > app/test-bbdev: add python2 deprecation notice > > app/test-bbdev/test-bbdev.py | 9 +++++++-- > app/test-cmdline/cmdline_test.py | 3 +++ > app/test/autotest.py | 4 ++++ > devtools/update_version_map_abi.py | 4 ++++ > usertools/cpu_layout.py | 4 ++++ > usertools/dpdk-devbind.py | 4 ++++ > usertools/dpdk-pmdinfo.py | 4 +++- > usertools/dpdk-telemetry-client.py | 4 ++++ > 8 files changed, 33 insertions(+), 3 deletions(-) > > -- Thanks for setting us up for Python 2 support removal.
Series-acked-by: Bruce Richardson <bruce.richard...@intel.com>