Soft Patch Panel
 help / color / mirror / Atom feed
From: yasufum.o@gmail.com
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH 0/6] Run SPP with --file-prefix option
Date: Fri, 20 Dec 2019 16:40:57 +0900	[thread overview]
Message-ID: <20191220074103.14065-1-yasufum.o@gmail.com> (raw)

From: Yasufumi Ogawa <yasufum.o@gmail.com>

As more virtual network interfaces, such as memif or af_xdp, which have
good performance are supported in DPDK, or considering container
usecase, it has got been common usecases using several DPDK apps on the
same host. It means that using `--file-prefix`  is more general than
before.

This series of patches is to add file prefix in startup scripts. It also
make a change to `launch` command in SPP CLI to launch secondary
processes with the option. SPP CLI expects that the option is defined as
an environmental `SPP_FILE_PREFIX`.

Yasufumi Ogawa (6):
  cli: add env command
  cli: add file prefix opt for launch cmd
  bin: add SPP_FILE_PREFIX env variable
  readme: update example of config.sh
  docs: add desc for env command
  docs: add file prefix option in usecases

 README.md                           | 17 ++++--
 bin/sample/config.sh                |  4 +-
 bin/spp_pri.sh                      |  7 ++-
 bin/start.sh                        |  6 ++-
 docs/guides/commands/common.rst     | 17 ++++++
 docs/guides/gsg/howto_use.rst       | 84 ++++++++++++++++++++---------
 docs/guides/usecases/spp_mirror.rst |  5 ++
 docs/guides/usecases/spp_pcap.rst   |  5 ++
 docs/guides/usecases/spp_vf.rst     |  5 ++
 src/cli/commands/help_msg.py        | 10 ++++
 src/cli/commands/pri.py             | 21 ++++++--
 src/cli/shell.py                    | 11 ++++
 12 files changed, 154 insertions(+), 38 deletions(-)

-- 
2.17.1


             reply	other threads:[~2019-12-20  7:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-20  7:40 yasufum.o [this message]
2019-12-20  7:40 ` [spp] [PATCH 1/6] cli: add env command yasufum.o
2019-12-20  7:40 ` [spp] [PATCH 2/6] cli: add file prefix opt for launch cmd yasufum.o
2019-12-20  7:41 ` [spp] [PATCH 3/6] bin: add SPP_FILE_PREFIX env variable yasufum.o
2019-12-20  7:41 ` [spp] [PATCH 4/6] readme: update example of config.sh yasufum.o
2019-12-20  7:41 ` [spp] [PATCH 5/6] docs: add desc for env command yasufum.o
2019-12-20  7:41 ` [spp] [PATCH 6/6] docs: add file prefix option in usecases yasufum.o

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=20191220074103.14065-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).