Soft Patch Panel
 help / color / mirror / Atom feed
From: Yasufumi Ogawa <yasufum.o@gmail.com>
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH 0/5] Update SPP Container tools
Date: Thu, 13 Feb 2020 21:10:24 +0900	[thread overview]
Message-ID: <20200213121029.27702-1-yasufum.o@gmail.com> (raw)

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


             reply	other threads:[~2020-02-13 12:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-13 12:10 Yasufumi Ogawa [this message]
2020-02-13 12:10 ` [spp] [PATCH 1/5] tools/sppc: python3 support for sppc apps Yasufumi Ogawa
2020-02-13 12:10 ` [spp] [PATCH 2/5] tools/sppc: check mandatory params for suricata Yasufumi Ogawa
2020-02-13 12:10 ` [spp] [PATCH 3/5] tools/sppc: refactor container image names Yasufumi Ogawa
2020-02-13 12:10 ` [spp] [PATCH 4/5] tools/sppc: remove duplicated options Yasufumi Ogawa
2020-02-13 12:10 ` [spp] [PATCH 5/5] docs: update list of app container launchers Yasufumi Ogawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200213121029.27702-1-yasufum.o@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).