[spp] [PATCH 0/3] Add blacklist EAL option for SPP container
Yasufumi Ogawa
yasufum.o at gmail.com
Mon Aug 12 09:13:06 CEST 2019
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
More information about the spp
mailing list