summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xVERSION2
-rwxr-xr-xdoc/release_notes.asciidoc17
2 files changed, 15 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 5303333c..6ee4b9d3 100755
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-v2.20
+v2.21
diff --git a/doc/release_notes.asciidoc b/doc/release_notes.asciidoc
index ac1f47d9..da307a9c 100755
--- a/doc/release_notes.asciidoc
+++ b/doc/release_notes.asciidoc
@@ -25,11 +25,18 @@ endif::backend-docbook[]
== Release 2.21 ==
-* New command line arguments. ``--no-hw-flow-stat'', and ``--software'', for changing behavior of stateless
+* New command line arguments. `--no-hw-flow-stat`, and `--software`, for changing behavior of stateless
per stream flow statistics and latency features. See detail link:trex_manual.html#_command_line_options[here].
-* Support for QinQ packets in stateless per port statistics (if using new ``--software'' command line arg).
-* Support for all types of VIC cards (including ones will old firmware), using ``--software''. Since we do not
+* Support for QinQ packets in stateless per port statistics (if using new `--software` command line arg).
+* Support for all types of VIC cards (including ones will old firmware), using `--software`. Since we do not
have all cards in our lab, we could not test all of them. Will be glad for feedback on this (good or bad).
+* GUI : packet builder scapy server fix for cases of packets with variable length fields (e.g. DNS)
+* ConnectX-4/5 support VF mode
+* Stateless STLVmFlowVarRepeatableRandom instruction - fix typo, add another instruction with the right name
+* Support vfio-pci in case it exists in the kernel (instead of igb_uio) to support Docker container without the need to compile the kernel module
+* Capture TRex internal generated packets (e.g. ARP/Ping)
+* Support older Linux distribution for Python Client code (ZMQ share object can be loaded on older machine)
+* Performance trend report information is taken from ElasticSearch instead of Google analytics
=== Fixed issues: ===
@@ -38,6 +45,10 @@ per stream flow statistics and latency features. See detail link:trex_manual.htm
* link:https://trex-tgn.cisco.com/youtrack/issue/trex-375[trex-375]
* link:https://trex-tgn.cisco.com/youtrack/issue/trex-377[trex-377]
* link:https://trex-tgn.cisco.com/youtrack/issue/trex-378[trex-378]
+* link:https://trex-tgn.cisco.com/youtrack/issue/trex-369[trex-369]
+* link:https://trex-tgn.cisco.com/youtrack/issue/trex-368[trex-368]
+* link:https://trex-tgn.cisco.com/youtrack/issue/trex-366[trex-366]
+
== Release 2.20 ==