Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-04 | ignore python3 cache, generated code files | 5 | -54/+226 | ||
add option to export Profile (and thus stream too) to Python code add for each profile in functional tests generating it to Python code and comparing to same pcap result add loading Prifile via add_streams() fix IMIX rates in HLTAPI used with line % and bps Scapy packet builder: fixes to load of pcap/yaml - use MAC from pcap (with flag), remove FCS (with flag), support for VM with offsets by name | |||||
2016-03-03 | RX stats example "stl_rx_stream.py" | 4 | -15/+75 | ||
2016-03-03 | RX stats API | 6 | -4/+69 | ||
2016-03-03 | Merge Console merge | 5 | -49/+65 | ||
2016-03-03 | console help looks better now | 3 | -7/+122 | ||
2016-03-03 | XTERM might not be present on the machine | 1 | -1/+5 | ||
so TUI -x might give exception - fix it | |||||
2016-03-02 | port mapping - hardening | 3 | -31/+40 | ||
2016-03-02 | TX barrier | 2 | -17/+20 | ||
2016-03-01 | add stream name | 1 | -0/+4 | ||
2016-03-01 | Merge --pkt support to stl-sim | 2 | -50/+199 | ||
2016-03-01 | add --pkt to stl-sim | 3 | -1/+40 | ||
2016-02-29 | fix expected pcap number of packets; add simple example of HLT | 1 | -0/+115 | ||
2016-02-29 | hltapi: fix decrement exceeding maximal add_value range, add several useful ↵ | 1 | -50/+84 | ||
functions, add mac profile | |||||
2016-02-29 | yet another limitation of 8 ports | 1 | -1/+1 | ||
2016-02-29 | random var crash when range is full uint32_t or full uint64_t | 1 | -0/+21 | ||
2016-02-28 | hltapi: remove default for l3_protocol and l4_protocol, add several profiles | 1 | -14/+23 | ||
2016-02-28 | more info for ports (API and TUI) | 3 | -21/+27 | ||
2016-02-28 | support for mac addr query | 3 | -7/+13 | ||
2016-02-28 | added port_info API | 5 | -156/+94 | ||
IPG for load PCAP cannot be less than 1 usec | |||||
2016-02-25 | hltapi: fix MAC given with aabb.ccdd.eeff format, fix add_value is more than ↵ | 1 | -71/+97 | ||
half of variable size, add 2 Wentong's profiles | |||||
2016-02-25 | accident - fixed problems from previous commit | 1 | -1/+1 | ||
2016-02-25 | port attributes - promiscuous and etc. | 4 | -1/+138 | ||
2016-02-24 | hltapi : add dst_mac vm; vlan mask variable now can be shared; add 2 more ↵ | 1 | -28/+65 | ||
profiles; add consistent_random argument for same random sequence each time | |||||
2016-02-24 | add seed per stream | 1 | -0/+5 | ||
2016-02-24 | Merge GARP example | 8 | -98/+185 | ||
2016-02-24 | VM bug youtrack: trex-187 | 1 | -10/+24 | ||
and rx stats | |||||
2016-02-24 | Rx stat per flow. Low level working for xl710, and partly for i350. | 1 | -3/+16 | ||
added full clone (with CP VM) to stream | |||||
2016-02-23 | Merge remote-tracking branch 'origin/master' | 7 | -65/+116 | ||
2016-02-23 | hltapi: add line rate and bps support | 2 | -23/+32 | ||
2016-02-23 | sync streams and some other bugs | 7 | -65/+116 | ||
2016-02-23 | Merge mask instruction add_value field | 1 | -132/+229 | ||
2016-02-23 | add to mask instruction add_value field | 1 | -4/+9 | ||
2016-02-23 | hltapi: optimization to utilize similar variables for several fields, fix ↵ | 1 | -132/+229 | ||
incorrect size from l3_length, add profiles | |||||
2016-02-23 | conflicts | 1 | -1/+4 | ||
2016-02-23 | some mods to the rate | 2 | -6/+59 | ||
2016-02-23 | rate is now backward compatiable to API | 1 | -64/+47 | ||
2016-02-23 | rate per stream | 3 | -41/+96 | ||
2016-02-23 | deepcopy for stream per port history | 1 | -8/+8 | ||
2016-02-21 | hlt: support ipv4 step number or ip | 1 | -14/+24 | ||
2016-02-21 | typo in step and min/max_value; support old-type classes in validate_type; ↵ | 3 | -62/+74 | ||
assert positive values in python; hlt fix vlan vm + test for it; | |||||
2016-02-20 | hlt updates: split by cores, direction | 2 | -123/+154 | ||
2016-02-18 | Merge new mask instruction | 2 | -0/+48 | ||
2016-02-18 | hltapi update: vlans (one or nested), ipv6, "imix" moved to stream builder | 1 | -546/+577 | ||
2016-02-18 | add python profile for new write_mask command | 2 | -0/+48 | ||
2016-02-17 | stl_pcap.py example - how to transmit a pcap | 5 | -23/+165 | ||
2016-02-17 | timeout connection error message was broken | 1 | -4/+6 | ||
2016-02-16 | step instruction support | 1 | -3/+6 | ||
2016-02-16 | help was broken in the simulator | 4 | -13/+6 | ||
also some more bugs | |||||
2016-02-16 | ws_main - add exp folder, scapy - add ipv6 verify/conversion to str buffer, ↵ | 2 | -216/+399 | ||
hltapi - add ipv6, vlan. | |||||
2016-02-15 | add scapy layer for default mac | 2 | -3/+57 | ||