summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-08-19 11:41:23 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-08-19 11:41:23 +0300
commit8c0e3d3af7cc1c4ae53c5457115d37578483021d (patch)
tree9063339bde7b67a2a6271663ea4bc28fb8132b3d
parent9fe37bed2c2a0864cb114560b438f779c970cc3b (diff)
dpdk_setup_ports fix example commands
-rwxr-xr-xrelease_notes.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_notes.asciidoc b/release_notes.asciidoc
index b6cd3485..80c54803 100755
--- a/release_notes.asciidoc
+++ b/release_notes.asciidoc
@@ -31,8 +31,8 @@ endif::backend-docbook[]
[source,bash]
----
-$sudo ./dpdk_setup_ports.py script -t # show the list of ports
-$sudo ./dpdk_setup_ports.py -c 03:00.0 03:00.1 # create optimum /etc/trex_cfg.yaml file
+$sudo ./dpdk_setup_ports.py -t # show the list of ports
+$sudo ./dpdk_setup_ports.py -c 03:00.0 03:00.1 -o /etc/trex_cfg.yaml # create optimum /etc/trex_cfg.yaml file
----
* Basic Cisco VIC functionality works now. Advanced Stateless/Stateful functionality is still not supported.