minor release notes v2.12 note 13/4313/1
authorHanoh Haim <[email protected]>
Wed, 14 Dec 2016 12:55:43 +0000 (14:55 +0200)
committerHanoh Haim <[email protected]>
Wed, 14 Dec 2016 12:55:43 +0000 (14:55 +0200)
Signed-off-by: Hanoh Haim <[email protected]>
doc/release_notes.asciidoc
doc/trex_analytics-docinfo.html [new file with mode: 0644]
doc/trex_book.asciidoc

index 688d619..6a1b47c 100755 (executable)
@@ -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 (file)
index 0000000..c050287
--- /dev/null
@@ -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>
+
+
+
+
+
index 4129837..d49c9db 100755 (executable)
@@ -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.