summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-12-14 14:55:43 +0200
committerHanoh Haim <hhaim@cisco.com>2016-12-14 14:55:43 +0200
commitfcede419583fe7c9f309f5b103c821a7d064e35d (patch)
tree7efe7f00622364bd70d185a18ccc02340d7f2e64 /doc
parenta3aff97b0ec701cd505abe6bcdb52204382efb88 (diff)
minor release notes v2.12 note
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/release_notes.asciidoc12
-rw-r--r--doc/trex_analytics-docinfo.html22
-rwxr-xr-xdoc/trex_book.asciidoc13
3 files changed, 40 insertions, 7 deletions
diff --git a/doc/release_notes.asciidoc b/doc/release_notes.asciidoc
index 688d619e..6a1b47c2 100755
--- a/doc/release_notes.asciidoc
+++ b/doc/release_notes.asciidoc
@@ -28,11 +28,21 @@ endif::backend-docbook[]
* Improve support for Mellanox ConnectX-4 cards (100/50/25GbE)
** Only CentOs/RedHat 7.2 and up is supported due to OFED issues
** Improve 64Byte Stateleess performance
-* Cisco VIC is fully supported now
+* Cisco VIC is fully supported
* Stateless neighboring protocols infra and first protocols support/Python API - TBD point to documentation and examples
* Stateful - ARP support for Client clustering mode (a.k.a APIC-EM) see here link:trex_manual.html#_client_clustering_configuration[Client Clustering]
* Added Stateless performance trend document link:trex_analytics.html[trex performance trend]
+
+[IMPORTANT]
+=====================================
+Change of behavior - trex config file (/trex/cfg.yaml) should include a distinct MAC address or distinct IP address.
+Not setting the port information :
+ before v2.12 : src MAC addr == 00:00:00:01:00:00
+ v2.12 and up : src MAC addr == HW MAC address
+===========================
+
+
=== fix issues: ===
* link:https://trex-tgn.cisco.com/youtrack/issue/trex-257[trex-257]
diff --git a/doc/trex_analytics-docinfo.html b/doc/trex_analytics-docinfo.html
new file mode 100644
index 00000000..c050287b
--- /dev/null
+++ b/doc/trex_analytics-docinfo.html
@@ -0,0 +1,22 @@
+
+<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
+
+<script src="my_chart.js"></script>
+
+<style>
+.axis path,
+.axis line {
+ fill: none;
+ stroke: #000;
+ shape-rendering: crispEdges;
+}
+
+.dot {
+ stroke: #000;
+}
+</style>
+
+
+
+
+
diff --git a/doc/trex_book.asciidoc b/doc/trex_book.asciidoc
index 4129837f..d49c9db7 100755
--- a/doc/trex_book.asciidoc
+++ b/doc/trex_book.asciidoc
@@ -92,14 +92,14 @@ TRex curretly works on x86 architecture and can operate well on Cisco UCS hardwa
[options="header",cols="1,3"]
|=================
| UCS Type | Comments
-| UCS C220 M3/M4 | *Preferred Low-End*. Supports up to 40Gb/sec with 540-D2. With newer Intel NIC (recommended), supports 80Gb/sec with 1RU. See table below describing components.
+| UCS C220 Mx | *Preferred Low-End*. Supports up to 40Gb/sec with 540-D2. With newer Intel NIC (recommended), supports 80Gb/sec with 1RU. See table below describing components.
| UCS C200| Early UCS model.
-| UCS C210 M2 | Supports up to 40Gb/sec PCIe3.0.
-| UCS C240 M3/M4 | *Preferred, High-End* Supports up to 200Gb/sec. 6x XL710 NICS (PCIex8) or 2xFM10K (PCIex16). See table below describing components.
+| UCS C210 Mx | Supports up to 40Gb/sec PCIe3.0.
+| UCS C240 Mx | *Preferred, High-End* Supports up to 200Gb/sec. 6x XL710 NICS (PCIex8) or 2xFM10K (PCIex16). See table below describing components.
| UCS C260M2 | Supports up to 30Gb/sec (limited by V2 PCIe).
|=================
-.Low-End UCS C220 M4 - Internal components
+.Low-End UCS C220 Mx - Internal components
[options="header",cols="1,2",width="60%"]
|=================
| Components | Details
@@ -109,7 +109,7 @@ TRex curretly works on x86 architecture and can operate well on Cisco UCS hardwa
| RAID | No RAID.
|=================
-.High-End C240 M4 - Internal components
+.High-End C240 Mx - Internal components
[options="header",cols="1,2",width="60%"]
|=================
| Components | Details
@@ -257,7 +257,8 @@ Supported Linux versions:
* Fedora 20-23, 64-bit kernel (not 32-bit)
* Ubuntu 14.04.1 LTS, 64-bit kernel (not 32-bit)
-* Ubuntu 16.xx LTS, 64-bit kernel (not 32-bit)
+* Ubuntu 16.xx LTS, 64-bit kernel (not 32-bit) -- not fully supported
+* CentOs/RedHat 7.2 LTS, 64-bit kernel (not 32-bit) -- The only working option for ConnectX-4
NOTE: Additional OS version may be supported by compiling the necessary drivers.