after git add <images>
authorDavidBlock <[email protected]>
Mon, 9 May 2016 08:18:59 +0000 (11:18 +0300)
committerDavidBlock <[email protected]>
Mon, 9 May 2016 08:18:59 +0000 (11:18 +0300)
12 files changed:
images/stateless_objects_02.png [new file with mode: 0755]
images/stl_barrier_02.png [new file with mode: 0755]
images/stl_barrier_03.png [new file with mode: 0755]
images/stl_interleaving_01.png [new file with mode: 0755]
images/stl_loop_count_01.png [new file with mode: 0755]
images/stl_multiple_clients_01.png [new file with mode: 0755]
images/stl_multiple_streams_01.png [new file with mode: 0755]
images/stl_null_stream_02.png [new file with mode: 0755]
images/stl_streams_example_02.png [new file with mode: 0755]
images/trex_architecture_01.png [new file with mode: 0755]
images/trex_stateless_multi_user_02.png [new file with mode: 0755]
trex_stateless.asciidoc

diff --git a/images/stateless_objects_02.png b/images/stateless_objects_02.png
new file mode 100755 (executable)
index 0000000..ea072d1
Binary files /dev/null and b/images/stateless_objects_02.png differ
diff --git a/images/stl_barrier_02.png b/images/stl_barrier_02.png
new file mode 100755 (executable)
index 0000000..73bc8a6
Binary files /dev/null and b/images/stl_barrier_02.png differ
diff --git a/images/stl_barrier_03.png b/images/stl_barrier_03.png
new file mode 100755 (executable)
index 0000000..65cafca
Binary files /dev/null and b/images/stl_barrier_03.png differ
diff --git a/images/stl_interleaving_01.png b/images/stl_interleaving_01.png
new file mode 100755 (executable)
index 0000000..920c29e
Binary files /dev/null and b/images/stl_interleaving_01.png differ
diff --git a/images/stl_loop_count_01.png b/images/stl_loop_count_01.png
new file mode 100755 (executable)
index 0000000..ee79c0e
Binary files /dev/null and b/images/stl_loop_count_01.png differ
diff --git a/images/stl_multiple_clients_01.png b/images/stl_multiple_clients_01.png
new file mode 100755 (executable)
index 0000000..549daa2
Binary files /dev/null and b/images/stl_multiple_clients_01.png differ
diff --git a/images/stl_multiple_streams_01.png b/images/stl_multiple_streams_01.png
new file mode 100755 (executable)
index 0000000..aa0615a
Binary files /dev/null and b/images/stl_multiple_streams_01.png differ
diff --git a/images/stl_null_stream_02.png b/images/stl_null_stream_02.png
new file mode 100755 (executable)
index 0000000..95fc762
Binary files /dev/null and b/images/stl_null_stream_02.png differ
diff --git a/images/stl_streams_example_02.png b/images/stl_streams_example_02.png
new file mode 100755 (executable)
index 0000000..7b7f1f3
Binary files /dev/null and b/images/stl_streams_example_02.png differ
diff --git a/images/trex_architecture_01.png b/images/trex_architecture_01.png
new file mode 100755 (executable)
index 0000000..a2a6fec
Binary files /dev/null and b/images/trex_architecture_01.png differ
diff --git a/images/trex_stateless_multi_user_02.png b/images/trex_stateless_multi_user_02.png
new file mode 100755 (executable)
index 0000000..87d64c8
Binary files /dev/null and b/images/trex_stateless_multi_user_02.png differ
index dd9a2cf..f1f8279 100755 (executable)
@@ -66,7 +66,7 @@ For information, see the link:trex_manual.html[manual], especially the material
 
 The following example shows three streams configured for Continuous, Burst, and Multi-burst traffic.
 
-image::images/stl_streams_example_02.png[title="Multiple stream example",align="left",width={p_width}, link="images/stl_streams_example_02.png"]
+image::images/stl_streams_example_02.png[title="Example of multiple streams",align="left",width={p_width}, link="images/stl_streams_example_02.png"]
 
 ==== High level functionality - near future
 
@@ -2291,9 +2291,9 @@ Assumption: The pcap file has one packet. If the pcap file has more than one pac
 <2> Loop count.
 <3> Input pcap file. 
 
-image::images/stl_tut_pcap_file1.png[title="pcap file",align="left",width={p_width/2}, link="images/stl_tut_pcap_file1.png"]
+image::images/stl_loop_count_01.png[title="Streams, loop_count",align="left",width={p_width/2}, link="images/stl_loop_count_01.png"]
 
-This figure shows the streams for a pcap file with 3 packets.
+The figure shows the streams for a pcap file with 3 packets, with a loop configured.
 
 * Each stream is configured to Burst mode, with 1 packet 
 * Each stream triggers the next stream. 
@@ -2555,7 +2555,7 @@ STLVmWrMaskFlowVar is single-instruction-multiple-data Field Engine instruction.
 
 *Example 1*::
 
-Here, STLVmWrMaskFlowVar casts a stream variable with 2 bytes to be 1 byte.
+In this example, STLVmWrMaskFlowVar casts a stream variable with 2 bytes to be 1 byte.
 
 [source,python]
 ----
@@ -2575,7 +2575,7 @@ Here, STLVmWrMaskFlowVar casts a stream variable with 2 bytes to be 1 byte.
 
 *Example 2*::
 
-Here, STLVmWrMaskFlowVar shifts a variable by 8, which effectively multiplies by 256.
+In this example, STLVmWrMaskFlowVar shifts a variable by 8, which effectively multiplies by 256.
 
 [source,python]
 ----
@@ -2605,7 +2605,7 @@ Here, STLVmWrMaskFlowVar shifts a variable by 8, which effectively multiplies by
 
 *Example 3*::
 
-Here, STLVmWrMaskFlowVar instruction to generate the values shown in the table below as offset values for `pkt_offset`.
+In this example, STLVmWrMaskFlowVar instruction to generate the values shown in the table below as offset values for `pkt_offset`.
 
 [source,python]
 ----