v1.80 minor changes
authorHanoh Haim <[email protected]>
Tue, 1 Dec 2015 05:43:23 +0000 (07:43 +0200)
committerHanoh Haim <[email protected]>
Tue, 1 Dec 2015 05:43:23 +0000 (07:43 +0200)
images/Thumbs.db
release_notes.asciidoc
trex_book.asciidoc
trex_console.asciidoc

index 98a8ffc..fc09ef9 100755 (executable)
Binary files a/images/Thumbs.db and b/images/Thumbs.db differ
index dd23610..822c842 100755 (executable)
@@ -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  ==
 
index 321c72b..c63c570 100755 (executable)
@@ -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
 
index 074130e..10a9063 100644 (file)
@@ -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