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 28/29] docs: update app container help msg
Date: Tue, 25 Feb 2020 19:34:45 +0900	[thread overview]
Message-ID: <20200225103446.8243-29-yasufum.o@gmail.com> (raw)
In-Reply-To: <20200225103446.8243-1-yasufum.o@gmail.com>

As some opitons of app container is changed, update help messages of
them.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 docs/guides/tools/sppc/app_launcher.rst | 209 ++++++++++++++----------
 1 file changed, 121 insertions(+), 88 deletions(-)

diff --git a/docs/guides/tools/sppc/app_launcher.rst b/docs/guides/tools/sppc/app_launcher.rst
index f1a590d..b368a15 100644
--- a/docs/guides/tools/sppc/app_launcher.rst
+++ b/docs/guides/tools/sppc/app_launcher.rst
@@ -126,16 +126,16 @@ On the other hand, application specific options are different each other.
 
     $ python3 app/spp-primary.py -h
     usage: spp-primary.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
-                          [--socket-mem SOCKET_MEM]
+                          [--vdev [VDEV [VDEV ...]]] [--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]
-                          [--ctrl-port CTRL_PORT] [--dist-name DIST_NAME]
-                          [--dist-ver DIST_VER] [--workdir WORKDIR]
-                          [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
+                          [--single-file-segments] [--nof-memchan NOF_MEMCHAN]
+                          [-d DEV_UIDS] [-v [VOLUME [VOLUME ...]]]
+                          [-nq NOF_QUEUES] [--no-privileged] [-n NOF_RING]
+                          [-p PORT_MASK] [-ip CTL_IP] [--ctl-port CTL_PORT]
+                          [--dist-name DIST_NAME] [--dist-ver DIST_VER]
+                          [--workdir WORKDIR] [--name NAME] [-ci CONTAINER_IMAGE]
+                          [-fg] [--dry-run]
 
     Launcher for spp-primary application container
 
@@ -146,39 +146,43 @@ On the other hand, application specific options are different each other.
       -c CORE_MASK, --core-mask CORE_MASK
                             Core mask
       -m MEM, --mem MEM     Memory size (default is 1024)
+      --vdev [VDEV [VDEV ...]]
+                            Virtual device in the format of DPDK
       --socket-mem SOCKET_MEM
                             Memory size
-      -b [PCI_BLACKLIST [PCI_BLACKLIST ...]], --pci-blacklist [PCI_BLACKLIST..
+      -b [PCI_BLACKLIST [PCI_BLACKLIST ...]], --pci-blacklist [PCI_BLACKLIST...
                             PCI blacklist for excluding devices
-      -w [PCI_WHITELIST [PCI_WHITELIST ...]], --pci-whitelist [PCI_WHITELIST..
+      -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)
+      -d DEV_UIDS, --dev-uids DEV_UIDS
+                            Virtual devices of SPP in resource UID format
+      -v [VOLUME [VOLUME ...]], --volume [VOLUME [VOLUME ...]]
+                            Bind mount a volume (for docker)
+      -nq NOF_QUEUES, --nof-queues NOF_QUEUES
+                            Number of queues of virtio (default is 1)
+      --no-privileged       Disable docker's privileged mode if it's needed
       -n NOF_RING, --nof-ring NOF_RING
                             Maximum number of Ring PMD
       -p PORT_MASK, --port-mask PORT_MASK
                             Port mask
-      -dv DEV_VHOST_IDS, --dev-vhost-ids DEV_VHOST_IDS
-                            vhost device IDs
-      -dt DEV_TAP_IDS, --dev-tap-ids DEV_TAP_IDS
-                            TAP device IDs
-      -ip CTRL_IP, --ctrl-ip CTRL_IP
-                            IP address of SPP controller
-      --ctrl-port CTRL_PORT
-                            Port of SPP controller
+      -ip CTL_IP, --ctl-ip CTL_IP
+                            IP address of spp-ctl
+      --ctl-port CTL_PORT   Port for primary of spp-ctl
       --dist-name DIST_NAME
                             Name of Linux distribution
       --dist-ver DIST_VER   Version of Linux distribution
       --workdir WORKDIR     Path of directory in which the command is launched
+      --name NAME           Name of container
       -ci CONTAINER_IMAGE, --container-image CONTAINER_IMAGE
                             Name of container image
       -fg, --foreground     Run container as foreground mode
       --dry-run             Only print matrix, do not run, and exit
 
-
 .. _sppc_appl_spp_secondary:
 
 SPP Secondary Container
@@ -204,12 +208,14 @@ It shows only application specific options for simplicity.
 
     $ python3 app/spp-nfv.py -h
     usage: spp-nfv.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
-                      [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN]
+                      [--vdev [VDEV [VDEV ...]]] [--socket-mem SOCKET_MEM]
                       [-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]
+                      [--single-file-segments] [--nof-memchan NOF_MEMCHAN]
+                      [-d DEV_UIDS] [-v [VOLUME [VOLUME ...]]] [-nq NOF_QUEUES]
+                      [--no-privileged] [-i SEC_ID] [-ip CTL_IP]
+                      [--ctl-port CTL_PORT] [--dist-name DIST_NAME]
+                      [--dist-ver DIST_VER] [--workdir WORKDIR] [--name NAME]
                       [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
 
     Launcher for spp-nfv application container
@@ -218,10 +224,9 @@ It shows only application specific options for simplicity.
       ...
       -i SEC_ID, --sec-id SEC_ID
                             Secondary ID
-      -ip CTRL_IP, --ctrl-ip CTRL_IP
-                            IP address of SPP controller
-      --ctrl-port CTRL_PORT
-                            Port of SPP controller
+      -ip CTL_IP, --ctl-ip CTL_IP
+                            IP address of spp-ctl
+      --ctl-port CTL_PORT   Port for secondary of spp-ctl
       ...
 
 
@@ -256,21 +261,21 @@ It shows options without of EAL and container for simplicity.
 
     $ python3 app/l2fwd.py -h
     usage: l2fwd.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
-                    [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN]
+                    [--vdev [VDEV [VDEV ...]]] [--socket-mem SOCKET_MEM]
                     [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]]
-                    [--single-file-segment]
                     [-w [PCI_WHITELIST [PCI_WHITELIST ...]]]
-                    [-d DEV_IDS] [-nq NOF_QUEUES] [--no-privileged]
-                    [-p PORT_MASK]
-                    [--dist-name DIST_NAME] [--dist-ver DIST_VER]
+                    [--single-file-segments] [--nof-memchan NOF_MEMCHAN]
+                    [-d DEV_UIDS] [-v [VOLUME [VOLUME ...]]] [-nq NOF_QUEUES]
+                    [--no-privileged] [-p PORT_MASK] [--dist-name DIST_NAME]
+                    [--dist-ver DIST_VER] [--workdir WORKDIR] [--name NAME]
                     [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
 
     Launcher for l2fwd application container
 
     optional arguments:
       ...
-      -d DEV_IDS, --dev-ids DEV_IDS
-                            two or more even vhost device IDs
+      -d DEV_UIDS, --dev-uids DEV_UIDS
+                            Virtual devices of SPP in resource UID format
       -nq NOF_QUEUES, --nof-queues NOF_QUEUES
                             Number of queues of virtio (default is 1)
       --no-privileged       Disable docker's privileged mode if it's needed
@@ -374,24 +379,24 @@ It shows options without of EAL and container for simplicity.
 
     $ python3 app/l3fwd.py -h
     usage: l3fwd.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
-                    [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN]
+                    [--vdev [VDEV [VDEV ...]]] [--socket-mem SOCKET_MEM]
                     [-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]
-                    [--max-pkt-len MAX_PKT_LEN] [--no-numa]
-                    [--hash-entry-num] [--ipv6] [--parse-ptype PARSE_PTYPE]
-                    [--dist-name DIST_NAME] [--dist-ver DIST_VER]
+                    [--single-file-segments] [--nof-memchan NOF_MEMCHAN]
+                    [-d DEV_UIDS] [-v [VOLUME [VOLUME ...]]] [-nq NOF_QUEUES]
+                    [--no-privileged] [-p PORT_MASK] [--config CONFIG] [-P] [-E]
+                    [-L] [-dst [ETH_DEST [ETH_DEST ...]]] [--enable-jumbo]
+                    [--max-pkt-len MAX_PKT_LEN] [--no-numa] [--hash-entry-num]
+                    [--ipv6] [--parse-ptype PARSE_PTYPE] [--dist-name DIST_NAME]
+                    [--dist-ver DIST_VER] [--workdir WORKDIR] [--name NAME]
                     [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
 
     Launcher for l3fwd application container
 
     optional arguments:
       ...
-      -d DEV_IDS, --dev-ids DEV_IDS
-                            two or more even vhost device IDs
+      -d DEV_UIDS, --dev-uids DEV_UIDS
+                            Virtual devices of SPP in resource UID format
       -nq NOF_QUEUES, --nof-queues NOF_QUEUES
                             Number of queues of virtio (default is 1)
       --no-privileged       Disable docker's privileged mode if it's needed
@@ -513,12 +518,26 @@ It shows options without of EAL and container for simplicity.
                         [--workdir WORKDIR] [-ci CONTAINER_IMAGE] [-fg]
                         [--dry-run]
 
+    usage: l3fwd-acl.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
+                        [--vdev [VDEV [VDEV ...]]] [--socket-mem SOCKET_MEM]
+                        [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]]
+                        [-w [PCI_WHITELIST [PCI_WHITELIST ...]]]
+                        [--single-file-segments] [--nof-memchan NOF_MEMCHAN]
+                        [-d DEV_UIDS] [-v [VOLUME [VOLUME ...]]]
+                        [-nq NOF_QUEUES] [--no-privileged] [-p PORT_MASK]
+                        [--config CONFIG] [-P]
+                        [--rule_ipv4 RULE_IPV4] [--rule_ipv6 RULE_IPV6]
+                        [--scalar] [--enable-jumbo] [--max-pkt-len MAX_PKT_LEN]
+                        [--no-numa] [--dist-name DIST_NAME]
+                        [--dist-ver DIST_VER] [--workdir WORKDIR] [--name NAME]
+                        [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
+
     Launcher for l3fwd-acl application container
 
     optional arguments:
       ...
-      -d DEV_IDS, --dev-ids DEV_IDS
-                            two or more even vhost device IDs
+      -d DEV_UIDS, --dev-uids DEV_UIDS
+                            Virtual devices of SPP in resource UID format
       -nq NOF_QUEUES, --nof-queues NOF_QUEUES
                             Number of queues of virtio (default is 1)
       --no-privileged       Disable docker's privileged mode if it's needed
@@ -595,13 +614,14 @@ It shows options without of EAL and container.
 
     $ python3 app/testpmd.py -h
     usage: testpmd.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
-                      [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN]
+                      [--vdev [VDEV [VDEV ...]]] [--socket-mem SOCKET_MEM]
                       [-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]
+                      [--single-file-segments]
+                      [--nof-memchan NOF_MEMCHAN] [-d DEV_UIDS]
+                      [-v [VOLUME [VOLUME ...]]]
+                      [-nq NOF_QUEUES] [--no-privileged] [--pci] [-i] [-a]
+                      [--tx-first] [--stats-period STATS_PERIOD]
                       [--nb-cores NB_CORES] [--coremask COREMASK]
                       [--portmask PORTMASK] [--no-numa]
                       [--port-numa-config PORT_NUMA_CONFIG]
@@ -613,37 +633,40 @@ It shows options without of EAL and container.
                       [--eth-peer ETH_PEER] [--pkt-filter-mode PKT_FILTER_MODE]
                       [--pkt-filter-report-hash PKT_FILTER_REPORT_HASH]
                       [--pkt-filter-size PKT_FILTER_SIZE]
-                      [--pkt-filter-flexbytes-offset PKT_FILTER_FLEXBYTES...]
+                      [--pkt-filter-flexbytes-offset PKT_FILTER_FLEXBYTES_OFFSET]
                       [--pkt-filter-drop-queue PKT_FILTER_DROP_QUEUE]
                       [--disable-crc-strip] [--enable-lro] [--enable-rx-cksum]
                       [--enable-scatter] [--enable-hw-vlan]
-                      [--enable-hw-vlan-filter] [--enable-hw-vlan-strip]
-                      [--enable-hw-vlan-extend] [--enable-drop-en]
-                      [--disable-rss] [--port-topology PORT_TOPOLOGY]
+                      [--enable-hw-vlan-filter]
+                      [--enable-hw-vlan-strip] [--enable-hw-vlan-extend]
+                      [--enable-drop-en] [--disable-rss]
+                      [--port-topology PORT_TOPOLOGY]
                       [--forward-mode FORWARD_MODE] [--rss-ip] [--rss-udp]
                       [--rxq RXQ] [--rxd RXD] [--txq TXQ] [--txd TXD]
-                      [--burst BURST] [--mbcache MBCACHE] [--rxpt RXPT]
-                      [--rxht RXHT] [--rxfreet RXFREET] [--rxwt RXWT]
-                      [--txpt TXPT] [--txht TXHT] [--txwt TXWT]
+                      [--burst BURST] [--mbcache MBCACHE]
+                      [--rxpt RXPT] [--rxht RXHT] [--rxfreet RXFREET]
+                      [--rxwt RXWT] [--txpt TXPT] [--txht TXHT] [--txwt TXWT]
                       [--txfreet TXFREET] [--txrst TXRST]
                       [--rx-queue-stats-mapping RX_QUEUE_STATS_MAPPING]
                       [--tx-queue-stats-mapping TX_QUEUE_STATS_MAPPING]
-                      [--no-flush-rx] [--txpkts TXPKTS] [--disable-link-check]
-                      [--no-lsc-interrupt] [--no-rmv-interrupt]
+                      [--no-flush-rx] [--txpkts TXPKTS]
+                      [--disable-link-check] [--no-lsc-interrupt]
+                      [--no-rmv-interrupt]
                       [--bitrate-stats [BITRATE_STATS [BITRATE_STATS ...]]]
                       [--print-event PRINT_EVENT] [--mask-event MASK_EVENT]
                       [--flow-isolate-all] [--tx-offloads TX_OFFLOADS]
                       [--hot-plug] [--vxlan-gpe-port VXLAN_GPE_PORT]
-                      [--mlockall] [--no-mlockall] [--dist-name DIST_NAME]
-                      [--dist-ver DIST_VER] [-ci CONTAINER_IMAGE] [-fg]
-                      [--dry-run]
+                      [--mlockall] [--no-mlockall]
+                      [--dist-name DIST_NAME] [--dist-ver DIST_VER]
+                      [--workdir WORKDIR]
+                      [--name NAME] [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
 
     Launcher for testpmd application container
 
     optional arguments:
       ...
-      -d DEV_IDS, --dev-ids DEV_IDS
-                            two or more even vhost device IDs
+      -d DEV_UIDS, --dev-uids DEV_UIDS
+                            Virtual devices of SPP in resource UID format
       -nq NOF_QUEUES, --nof-queues NOF_QUEUES
                             Number of queues of virtio (default is 1)
       --no-privileged       Disable docker's privileged mode if it's needed
@@ -882,21 +905,25 @@ It shows options without of EAL and container for simplicity.
 
     $ python3 app/pktgen.py -h
     usage: pktgen.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
-                     [--socket-mem SOCKET_MEM] [--nof-memchan NOF_MEMCHAN]
+                     [--vdev [VDEV [VDEV ...]]] [--socket-mem SOCKET_MEM]
                      [-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]
-                     [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
+                     [--single-file-segments] [--nof-memchan NOF_MEMCHAN]
+                     [-d DEV_UIDS] [-v [VOLUME [VOLUME ...]]]
+                     [-nq NOF_QUEUES] [--no-privileged] [-s PCAP_FILE]
+                     [-f SCRIPT_FILE]
+                     [-lf LOG_FILE] [-P] [-G] [-g SOCK_ADDRESS] [-T] [-N]
+                     [--matrix MATRIX] [--dist-name DIST_NAME]
+                     [--dist-ver DIST_VER]
+                     [--workdir WORKDIR] [--name NAME] [-ci CONTAINER_IMAGE]
+                     [-fg] [--dry-run]
 
     Launcher for pktgen-dpdk application container
 
     optional arguments:
       ...
-      -d DEV_IDS, --dev-ids DEV_IDS
-                            two or more even vhost device IDs
+      -d DEV_UIDS, --dev-uids DEV_UIDS
+                            Virtual devices of SPP in resource UID format
       -nq NOF_QUEUES, --nof-queues NOF_QUEUES
                             Number of queues of virtio (default is 1)
       --no-privileged       Disable docker's privileged mode if it's needed
@@ -1092,24 +1119,27 @@ Refer options and usages by ``load-balancer.py -h``.
 
     $ python3 app/load-balancer.py -h
     usage: load-balancer.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
+                            [--vdev [VDEV [VDEV ...]]]
                             [--socket-mem SOCKET_MEM]
                             [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]]
                             [-w [PCI_WHITELIST [PCI_WHITELIST ...]]]
-                            [--single-file-segment]
+                            [--single-file-segments]
                             [--nof-memchan NOF_MEMCHAN]
-                            [-d DEV_IDS] [-nq NOF_QUEUES] [--no-privileged]
-                            [-rx RX_PORTS] [-tx TX_PORTS] [-w WORKER_LCORES]
-                            [-rsz RING_SIZES] [-bsz BURST_SIZES] [--lpm LPM]
-                            [--pos-lb POS_LB] [--dist-name DIST_NAME]
-                            [--dist-ver DIST_VER] [-ci CONTAINER_IMAGE]
-                            [-fg] [--dry-run]
+                            [-d DEV_UIDS] [-v [VOLUME [VOLUME ...]]]
+                            [-nq NOF_QUEUES] [--no-privileged]
+                            [-rx RX_PORTS] [-tx TX_PORTS] [-wl WORKER_LCORES]
+                            [-rsz RING_SIZES] [-bsz BURST_SIZES]
+                            [--lpm LPM] [--pos-lb POS_LB]
+                            [--dist-name DIST_NAME] [--dist-ver DIST_VER]
+                            [--workdir WORKDIR] [--name NAME]
+                            [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
 
     Launcher for load-balancer application container
 
     optional arguments:
       ...
-      -d DEV_IDS, --dev-ids DEV_IDS
-                            two or more even vhost device IDs
+      -d DEV_UIDS, --dev-uids DEV_UIDS
+                            Virtual devices of SPP in resource UID format
       -nq NOF_QUEUES, --nof-queues NOF_QUEUES
                             Number of queues of virtio (default is 1)
       --no-privileged       Disable docker's privileged mode if it's needed
@@ -1168,20 +1198,23 @@ Refer options and usages by ``load-balancer.py -h``.
 
     $ python3 app/suricata.py -h
     usage: suricata.py [-h] [-l CORE_LIST] [-c CORE_MASK] [-m MEM]
-                       [--socket-mem SOCKET_MEM]
+                       [--vdev [VDEV [VDEV ...]]] [--socket-mem SOCKET_MEM]
                        [-b [PCI_BLACKLIST [PCI_BLACKLIST ...]]]
                        [-w [PCI_WHITELIST [PCI_WHITELIST ...]]]
-                       [--single-file-segments] [--nof-memchan NOF_MEMCHAN]
-                       [-d DEV_IDS] [-nq NOF_QUEUES] [--no-privileged]
+                       [--single-file-segments]
+                       [--nof-memchan NOF_MEMCHAN] [-d DEV_UIDS]
+                       [-v [VOLUME [VOLUME ...]]] [-nq NOF_QUEUES]
+                       [--no-privileged]
                        [--dist-name DIST_NAME] [--dist-ver DIST_VER]
-                       [--workdir WORKDIR] [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
+                       [--workdir WORKDIR] [--name NAME]
+                       [-ci CONTAINER_IMAGE] [-fg] [--dry-run]
 
     Launcher for suricata container
 
     optional arguments:
       ...
-      -d DEV_IDS, --dev-ids DEV_IDS
-                            two or more even vhost device IDs
+      -d DEV_UIDS, --dev-uids DEV_UIDS
+                            Virtual devices of SPP in resource UID format
       -nq NOF_QUEUES, --nof-queues NOF_QUEUES
                             Number of queues of virtio (default is 1)
       --no-privileged       Disable docker's privileged mode if it's needed
-- 
2.17.1


  parent reply	other threads:[~2020-02-25 10:35 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-25 10:34 [spp] [PATCH 00/29] Update SPP Container tools Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 01/29] tools/sppc: update options for assigning devices Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 02/29] tools/sppc: update dev options of l2fwd Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 03/29] tools/sppc: add container name option Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 04/29] tools/sppc: update l2fwd app for " Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 05/29] tools/sppc: update dev options of l3fwd Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 06/29] tools/sppc: update dev options of l3fwd-acl Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 07/29] tools/sppc: update dev options of testpmd Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 08/29] tools/sppc: update dev options of pktgen Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 09/29] tools/sppc: update dev options of load-balancer Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 10/29] tools/sppc: version checker for container DPDK ver Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 11/29] tools/sppc: check DPDK ver in load-balancer Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 12/29] tools/sppc: setup spp_pri opts in app_helper Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 13/29] tools/sppc: define file prefix for SPP Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 14/29] tools/sppc: update dev options of spp_primary Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 15/29] tools/sppc: setup with docker opts in SPP pri Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 16/29] tools/sppc: update calling setup_docker_opts() Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 17/29] tools/sppc: update dev options of helloworld Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 18/29] tools/sppc: update dev options of suricata Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 19/29] tools/sppc: update dev options of spp_nfv Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 20/29] tools/sppc: change to gen EAL opts with app name Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 21/29] tools/sppc: remove nouse variable Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 22/29] bin: remove sock files created by docker Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 23/29] tools/sppc: skip checking rule file if dry run Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 24/29] docs: revise examples in sppc Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 25/29] docs: update versions in " Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 26/29] docs: update old example in spp_primary container Yasufumi Ogawa
2020-02-25 10:34 ` [spp] [PATCH 27/29] tools/sppc: python3 support for sppc build tool Yasufumi Ogawa
2020-02-25 10:34 ` Yasufumi Ogawa [this message]
2020-02-25 10:34 ` [spp] [PATCH 29/29] docs: update howto define app container guide 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=20200225103446.8243-29-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).