minor
authorHanoh Haim <[email protected]>
Mon, 7 Mar 2016 11:32:01 +0000 (13:32 +0200)
committerHanoh Haim <[email protected]>
Mon, 7 Mar 2016 11:32:01 +0000 (13:32 +0200)
draft_trex_stateless.asciidoc
release_notes.asciidoc
waf1.css [new file with mode: 0644]

index baf4006..84118c5 100644 (file)
@@ -1,5 +1,5 @@
-TRex 
-====
+TRex Stateless support
+======================
 :author: hhaim 
 :email: <[email protected]
 :revnumber: 2.0
index f1c7b09..60a4fe6 100755 (executable)
@@ -20,7 +20,7 @@ ifdef::backend-docbook[]
 
 endif::backend-docbook[]
 
-== Release 1.94 [not released]  ==
+== Release 1.94  ==
 
 * Fix Python API stop/sync issue. Now TX counters are synced in case of stop API 
 * Improve performance of Python API, ~2000 cycles/sec of load/start/stop
@@ -41,6 +41,7 @@ class STLS1(object):
 <1> Configure this stream to be count on all RX ports as user_id=7
 
 * Add HTLAPI full example (examples `examples/hlt_udp_simple.py`)
+* Add user manual draft for Stateless functionality link:draft_trex_stateless.html[here]
 
 
 == Release 1.93  ==
diff --git a/waf1.css b/waf1.css
new file mode 100644 (file)
index 0000000..7255051
--- /dev/null
+++ b/waf1.css
@@ -0,0 +1,78 @@
+div.tableblock > table {
+  border: 1px solid gray;
+}
+
+div#header-pic {
+    background-image: url("images/bg4.jpg");
+    background-repeat: no-repeat;
+    background-color: #cccccc;
+}
+
+
+
+div#header h1 {
+       background: url('images/trex_logo_64_64.png') no-repeat left center;
+       padding-left: 80px;
+       line-height: 80px;
+       height: 80px;
+}
+
+div.title, caption.title {
+       text-align: center;
+       margin-bottom: 0.2em;
+}
+
+div.tableblock > table th {
+       background-color: #F4F4F4;
+}
+
+h1, h2, h3, h4, h5, h6, span#author, div.title, caption.title, div.admonitionblock .icon, div#toctitle, div.sidebar-title, div.image-title {
+       color: #333;
+}
+
+h1, h2, h3, h4, h5, h6 {
+  font-family: Georgia, 'Times New Roman', serif
+}
+
+h1  {
+  font-size: 24px;
+}
+
+h2,h3,h4,h5,h6 {
+  color: #f14e32;
+  padding-top: 0.5em;
+  font-size: 24px;
+  line-height: 44px;
+  font-weight: bold;
+  margin-top: 20px;
+  border-bottom: 2px solid silver
+  float: left;
+}
+
+h3,h4,h5,h6 {
+  color: #0388a6;
+  font-size: 18px
+}
+
+
+p {
+  font-family: sans-serif;
+  text-indent: 0px;
+  font-size: 14px;
+  line-height: 22px;
+  margin-top: 0.5em;
+  margin-bottom: 0.5em;
+}
+
+a:visited {
+  color: #404040;
+}
+
+
+body, div.sectionbody, div#toctitle {
+  font-family: Lato, proxima-nova, 'Helvetica Neue', Arial;
+  font-size : 13px;
+  color: #404040;
+}
+
+