From: Hanoh Haim Date: Thu, 3 Mar 2016 16:13:14 +0000 (+0200) Subject: v.194 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=9de81123201e66eddc82b8b70c7a4e458225211f;p=trex.git v.194 --- diff --git a/release_notes.asciidoc b/release_notes.asciidoc index f052a72e..84eaf608 100755 --- a/release_notes.asciidoc +++ b/release_notes.asciidoc @@ -20,6 +20,29 @@ ifdef::backend-docbook[] endif::backend-docbook[] +== Release 1.94 == + +* Fix Python API stop/sync issue. Now TX counters are synced in case of stop API +* Improve performance of Python API, ~2000 cycles/sec of load/start/stop +* Add per stream Tx/Rx statistics for XL710/X710 NICS work in flow-director hardware + +[source,python] +---- +class STLS1(object): + + def get_streams (self, direction = 0): + return [STLStream(packet = + STLPktBuilder( + pkt ="stl/yaml/udp_64B_no_crc.pcap"), + mode = STLTXCont(pps=10), + rx_stats = STLRxStats(user_id = 7)) <1> + ] +---- +<1> Configure this stream to be count on all RX ports as user_id=7 + +* Add HTLAPI full example (examples `examples/hlt_udp_simple.py`) + + == Release 1.93 == * Support port attribute API and Console command. See `$portattr -a --prom`