summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-ximages/Thumbs.dbbin106496 -> 162816 bytes
-rwxr-xr-xrelease_notes.asciidoc17
-rwxr-xr-xtrex_book.asciidoc14
-rw-r--r--trex_console.asciidoc9
4 files changed, 15 insertions, 25 deletions
diff --git a/images/Thumbs.db b/images/Thumbs.db
index 98a8ffc0..fc09ef9a 100755
--- a/images/Thumbs.db
+++ b/images/Thumbs.db
Binary files differ
diff --git a/release_notes.asciidoc b/release_notes.asciidoc
index dd236105..822c842f 100755
--- a/release_notes.asciidoc
+++ b/release_notes.asciidoc
@@ -20,13 +20,20 @@ ifdef::backend-docbook[]
endif::backend-docbook[]
-== Release 1.79 ==
+== Release 1.80 ==
+
+* more stateless support
+** All type of streams are supported (Continues/Burst/Multi-burst)
+** Stream can call to other streams
+** start/stop/pause/resume work from the Console
+** -m[rate] is supported for example -m10gbps or -m10kpps from console
+** update XL710 installation support
-* initial support for stateless
-** only continues streams
-** No VM support
-** more info how to enable the interactive shell link:trex_console.html
+== Release 1.79 ==
+* Initial support for stateless
+** Only continues streams are supported
+** more info how to enable the interactive shell link:trex_console.html[here]
== Release 1.78 ==
diff --git a/trex_book.asciidoc b/trex_book.asciidoc
index 321c72b1..c63c570f 100755
--- a/trex_book.asciidoc
+++ b/trex_book.asciidoc
@@ -7,21 +7,9 @@ TRex
:numbered:
:web_server_url: http://trex-tgn.cisco.com/trex
:local_web_server_url: csi-wiki-01:8181/trex
+:toclevels: 4
-== Change log
-
-[options="header",cols="^1,^h,3a"]
-|=================
-| Version | name | meaning
-| 1.77-0.0 | Hanoh Haim (hhaim) |
-- initail versions
-| 1.77.1 | Dan Klein (danklei)
-|
-- fixed ISO images references and supported linux supported OS
-
-|=================
-
== Introduction
diff --git a/trex_console.asciidoc b/trex_console.asciidoc
index 074130e6..10a90630 100644
--- a/trex_console.asciidoc
+++ b/trex_console.asciidoc
@@ -60,8 +60,6 @@ on the same machine from a different window connect to to trex
[source,bash]
----
-$sudo ./t-rex-64 -i
-----
$./trex-console
----
@@ -70,11 +68,10 @@ from console you can run this
[source,bash]
----
-$sudo ./t-rex-64 -i
-----
-# will start traffic on all port
+# start traffic on all port
>start -a -m 1 -f stl/imix_1pkt.yaml
+
# stop traffic on all port
>stop -a
@@ -83,10 +80,8 @@ $sudo ./t-rex-64 -i
#stop all and remove all stats
>reset
-
----
-
=== Common Arguments
This section includes arguments that are common to many commands