Skip to content

Commit

Permalink
v2.88
Browse files Browse the repository at this point in the history
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
  • Loading branch information
hhaim committed Feb 21, 2021
1 parent 3969a1d commit 0389adf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.87
v2.88
17 changes: 17 additions & 0 deletions doc/release_notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ ifdef::backend-docbook[]

endif::backend-docbook[]

== Release 2.88 ==

* Major ZMQ protocol change, there is a need to upgrade the client side version see link:https://github.com/cisco-system-traffic-generator/trex-core/issues/636[636]
** This affect both STL and ASTF
** STL GUI might not work until a fix
* DPDK 21.02
** mlx5 driver
*** Need to upgrade to OFED 5.2/CentOS 7.9 see Appendix for more info
*** Mellanox CX-4 some performance issues only CX-5 works
*** STL CX-5: link:https://github.com/cisco-system-traffic-generator/trex-core/issues/633[633]
*** STL CX-5: link:https://github.com/cisco-system-traffic-generator/trex-core/issues/632[632]
** Intel E810
*** Software mode only
** Cisco VIC
*** Software mode only - remove the hardware support
* ASTF GTPU support - in experimental, still missing some features. see ASTF manual for more info

== Release 2.87 ==

* ASTF
Expand Down
17 changes: 9 additions & 8 deletions doc/trex_astf.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2151,14 +2151,15 @@ sudo ./t-rex-64 -i --astf --gtpu 0
-------------------

.Start trex client with following logic
<1> Connect to Trex server
<2> Load profile
<3> Update GTP header information for a client using API <update_tunnel_client_record>
* Source ip of the tunnel
* Destination ip of the tunnel
* IP version of the tunnel
* TEID (Tunnel endpoint identifier)
<4> Example is at: scripts/automation/trex_control_plane/interactive/trex/examples/astf/tunnel_test.py
* Connect to Trex server
* Load profile
* Update GTP header information for a client using API <update_tunnel_client_record>
** Source ip of the tunnel
** Destination ip of the tunnel
** IP version of the tunnel
** TEID (Tunnel endpoint identifier)
* Example is at: scripts/automation/trex_control_plane/interactive/trex/examples/astf/tunnel_test.py

=== Performance

see link:trex_astf_vs_nginx.html[ASTF Performance]
Expand Down

0 comments on commit 0389adf

Please sign in to comment.