aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/README
diff options
context:
space:
mode:
authorKonstantin Ananyev <konstantin.ananyev@intel.com>2017-11-24 15:54:01 +0000
committerKonstantin Ananyev <konstantin.ananyev@intel.com>2017-11-24 15:57:32 +0000
commit3726dc50dd2a9873ac05847be80ca615ea4a708b (patch)
treee13139519f048b273cbe5ced963e98fc7d7b6ab5 /examples/l4fwd/README
parentc1b4951ccc6c7c5c44dbfb1d01f86bc5ea0016c8 (diff)
l4fwd: allow to specify TX payload contents for rxtx mode
Introduce a new command-line option that specifies the file with response payload. Change-Id: I1a208eeebe1d87970da23956fb08949abf601422 Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Diffstat (limited to 'examples/l4fwd/README')
-rw-r--r--examples/l4fwd/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/l4fwd/README b/examples/l4fwd/README
index a7ae56a..dc3dc67 100644
--- a/examples/l4fwd/README
+++ b/examples/l4fwd/README
@@ -128,6 +128,7 @@
-s | --streams <num> /* streams to open per context. */ \
-b | --becfg <filename> /* backend configuration file. */ \
-f | --fecfg <filename> /* frontend configuration file. */ \
+ -c | --txcnt <filename> /* file with TX payload (used by rxtx mode). */ \
-U | --udp /* run the app to handle UDP streams only. */ \
-T | --tcp /* run the app to handle TCP streams only. */ \
-L | --listen /* open TCP streams in server mode (listen). */ \