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/3] Add blacklist EAL option for SPP container
Date: Mon, 12 Aug 2019 16:13:06 +0900	[thread overview]
Message-ID: <20190812071309.18991-1-yasufum.o@gmail.com> (raw)

PP container is expected to be used on a host which has no ports on
host for simplicity. However, it might have some port in a realistic
situation actually.

In such a case, ports on host should be excluded with blacklist option
to avoid confliction using the same ports from SPP on host and app
containers. Without this option, system causes unexpected behavior.

This series of update is to add blacklist option ``-b`` and
``--pci-blacklist`` to app container tools and descriptions of usage
for the option in documentation.

Yasufumi Ogawa (3):
  tools/sppc: add blacklist and whitelist options
  docs: add two optiosn to examples of sppc
  docs: add usage of blacklist for SPP container

 docs/guides/tools/sppc/app_launcher.rst    | 29 +++++++++++---
 docs/guides/tools/sppc/getting_started.rst | 45 +++++++++++++++++++++-
 tools/sppc/lib/app_helper.py               | 17 ++++++++
 3 files changed, 85 insertions(+), 6 deletions(-)

-- 
2.17.1


             reply	other threads:[~2019-08-12  7:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-12  7:13 Yasufumi Ogawa [this message]
2019-08-12  7:13 ` [spp] [PATCH 1/3] tools/sppc: add blacklist and whitelist options Yasufumi Ogawa
2019-08-12  7:13 ` [spp] [PATCH 2/3] docs: add two optiosn to examples of sppc Yasufumi Ogawa
2019-08-12  7:13 ` [spp] [PATCH 3/3] docs: add usage of blacklist for SPP container 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=20190812071309.18991-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).