diff options
author | Yasufumi Ogawa <yasufum.o@gmail.com> | 2019-08-15 17:03:39 +0900 |
---|---|---|
committer | Yasufumi Ogawa <yasufum.o@gmail.com> | 2019-08-15 17:09:28 +0900 |
commit | ee31bcbd3b79a5ae574d43502f6ed9c83f4cc4fd (patch) | |
tree | e1b5838d0403db1b890af98873ffa43516fc9ee7 | |
parent | c045454b3ca2343be82284c73bc663084c8b0d6d (diff) | |
download | spp-ee31bcbd3b79a5ae574d43502f6ed9c83f4cc4fd.zip spp-ee31bcbd3b79a5ae574d43502f6ed9c83f4cc4fd.tar.gz spp-ee31bcbd3b79a5ae574d43502f6ed9c83f4cc4fd.tar.xz |
docs: add single file segments EAL option for sppc
This update is to add examples of `blacklist` and `whitelist` to
examples of SPP container tools.
Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
-rw-r--r-- | docs/guides/tools/sppc/app_launcher.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/guides/tools/sppc/app_launcher.rst b/docs/guides/tools/sppc/app_launcher.rst index 80dc262..009bc80 100644 --- a/docs/guides/tools/sppc/app_launcher.rst +++ b/docs/guides/tools/sppc/app_launcher.rst @@ -144,6 +144,7 @@ On the other hand, application specific options are different each other. [--socket-mem SOCKET_MEM] [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]] [-w [PCI_WHITELIST [PCI_WHITELIST ...]]] + [--single-file-segment] [--nof-memchan NOF_MEMCHAN] [-n NOF_RING] [-p PORT_MASK] [-dv DEV_VHOST_IDS] [-dt DEV_TAP_IDS] [-ip CTRL_IP] @@ -166,6 +167,9 @@ On the other hand, application specific options are different each other. PCI blacklist for excluding devices -w [PCI_WHITELIST [PCI_WHITELIST ...]], --pci-whitelist [PCI_WHITELIST.. PCI whitelist for including devices + --single-file-segments + Create fewer files in hugetlbfs (non-legacy mode + only). --nof-memchan NOF_MEMCHAN Number of memory channels (default is 4) -n NOF_RING, --nof-ring NOF_RING @@ -218,6 +222,7 @@ It shows only application specific options for simplicity. [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN] [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]] [-w [PCI_WHITELIST [PCI_WHITELIST ...]]] + [--single-file-segment] [-i SEC_ID] [-ip CTRL_IP] [--ctrl-port CTRL_PORT] [--dist-name DIST_NAME] [--dist-ver DIST_VER] [-ci CONTAINER_IMAGE] [-fg] [--dry-run] @@ -268,6 +273,7 @@ It shows options without of EAL and container for simplicity. usage: l2fwd.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM] [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN] [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]] + [--single-file-segment] [-w [PCI_WHITELIST [PCI_WHITELIST ...]]] [-d DEV_IDS] [-nq NOF_QUEUES] [--no-privileged] [-p PORT_MASK] @@ -386,6 +392,7 @@ It shows options without of EAL and container for simplicity. [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN] [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]] [-w [PCI_WHITELIST [PCI_WHITELIST ...]]] + [--single-file-segment] [-d DEV_IDS] [-nq NOF_QUEUES] [--no-privileged] [-p PORT_MASK] [--config CONFIG] [-P] [-E] [-L] [-dst [ETH_DEST [ETH_DEST ...]]] [--enable-jumbo] @@ -485,6 +492,7 @@ It shows options without of EAL and container. [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN] [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]] [-w [PCI_WHITELIST [PCI_WHITELIST ...]]] + [--single-file-segment] [-d DEV_IDS] [-nq NOF_QUEUES] [--no-privileged] [--pci] [-i] [-a] [--tx-first] [--stats-period STATS_PERIOD] @@ -770,6 +778,7 @@ It shows options without of EAL and container for simplicity. [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN] [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]] [-w [PCI_WHITELIST [PCI_WHITELIST ...]]] + [--single-file-segment] [-d DEV_IDS] [-nq NOF_QUEUES] [--no-privileged] [--matrix MATRIX] [--log-level LOG_LEVEL] [--dist-name DIST_NAME] [--dist-ver DIST_VER] @@ -978,6 +987,7 @@ Refer options and usages by ``load-balancer.py -h``. [--socket-mem SOCKET_MEM] [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]] [-w [PCI_WHITELIST [PCI_WHITELIST ...]]] + [--single-file-segment] [--nof-memchan NOF_MEMCHAN] [-d DEV_IDS] [-nq NOF_QUEUES] [--no-privileged] [-rx RX_PORTS] [-tx TX_PORTS] [-w WORKER_LCORES] |