[spp] [PATCH 0/5] Update SPP Container tools

Yasufumi Ogawa yasufum.o at gmail.com
Thu Feb 13 13:10:24 CET 2020


Although python2 support was dropped from SPP, but remained in SPP
Container tools. This series of patches is to update to python3,
refactor some codes ambiguous in meaning, and update docs.

Yasufumi Ogawa (5):
  tools/sppc: python3 support for sppc apps
  tools/sppc: check mandatory params for suricata
  tools/sppc: refactor container image names
  tools/sppc: remove duplicated options
  docs: update list of app container launchers

 docs/guides/tools/sppc/app_launcher.rst |  1 +
 tools/sppc/app/helloworld.py            | 14 +++++++++----
 tools/sppc/app/l2fwd.py                 | 14 +++++++++----
 tools/sppc/app/l3fwd-acl.py             | 14 +++++++++----
 tools/sppc/app/l3fwd.py                 | 14 +++++++++----
 tools/sppc/app/load-balancer.py         | 14 +++++++++----
 tools/sppc/app/pktgen.py                | 14 +++++++++----
 tools/sppc/app/spp-nfv.py               | 28 ++++++++-----------------
 tools/sppc/app/spp-primary.py           | 22 ++++++++-----------
 tools/sppc/app/suricata.py              | 18 ++++++++++++----
 tools/sppc/app/testpmd.py               | 14 +++++++++----
 tools/sppc/build/main.py                |  2 +-
 tools/sppc/conf/env.py                  |  8 -------
 tools/sppc/lib/app_helper.py            | 22 ++++---------------
 tools/sppc/lib/common.py                | 16 +++++++++-----
 15 files changed, 119 insertions(+), 96 deletions(-)

-- 
2.17.1



More information about the spp mailing list