Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-25 | performance test did disconnect after end of tests | 1 | -1/+0 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-25 | added performance test (starting with trex09) | 3 | -1/+384 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-21 | preserve abstract model structure, calculate values and show structure changes | 3 | -6/+87 | ||
2016-10-18 | add unit tests for scapy service | 2 | -0/+175 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-10-17 | update scapy_service for gui usage. | 2 | -91/+421 | ||
- build_pkt, reconstruct_pkt and corresponding data structures changed in order to support nested protocols and correct field ordering - binary packet editing capabilities with reconstruct_pkt - added read_pcap, write_pcap for working with pcap files - added get_definitions for retrieving scapy_service definitions for GUI - added get_payload_classes for retrieving available payload classes - python2, python3 support squash-merge of kisel / 196d638 | |||||
2016-10-13 | Revert "Another small fix to regression" | 1 | -2/+2 | ||
This reverts commit cf40f4d078a847eb05de1c880f349c8dcb20fb29. Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-13 | Another small fix to regression | 1 | -2/+2 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-09 | add STLVmWrFlowVar to doc | 1 | -0/+8 | ||
2016-10-06 | Changed ipv6 test on trex09 to use 3 cores instead of 4 | 1 | -1/+1 | ||
2016-09-30 | fix parsing tunables, add support for separate -t in console, add benchmark ↵ | 2 | -28/+40 | ||
profile | |||||
2016-09-29 | add hw_cs Python API doc | 2 | -3/+15 | ||
2016-09-29 | Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engine | 1 | -0/+74 | ||
2016-09-29 | https://trex-tgn.cisco.com/youtrack/issue/trex-249 | 1 | -13/+76 | ||
2016-09-29 | https://trex-tgn.cisco.com/youtrack/issue/trex-243 | 1 | -13/+23 | ||
2016-09-29 | https://trex-tgn.cisco.com/youtrack/issue/trex-247 | 2 | -4/+23 | ||
2016-09-28 | trex-console: add print of Python error in case of error loading profile in TUI | 1 | -3/+7 | ||
2016-09-28 | stl api - importing profile: use given directory as first path, not last | 1 | -1/+1 | ||
2016-09-26 | update stl doc | 1 | -0/+36 | ||
2016-09-25 | merge issues with rand limit | 2 | -20/+12 | ||
2016-09-25 | split multicore - all tests pass | 3 | -20/+10 | ||
2016-09-25 | Splitter - padding for non circular VMs | 3 | -20/+39 | ||
2016-09-25 | draft: new split algorithm | 1 | -8/+48 | ||
2016-09-22 | stl test rx_check virtio fixes + syntax sugar | 1 | -17/+55 | ||
2016-09-15 | regression: trex12 is vm | 1 | -1/+1 | ||
2016-09-14 | regression: lower multiplier for assymetric imix at trex24 | 1 | -1/+1 | ||
2016-09-14 | regression: increase ipg in benckmark test with pcap at trex24 | 1 | -1/+1 | ||
2016-09-13 | typo | 1 | -6/+8 | ||
2016-09-13 | fix regression | 1 | -2/+2 | ||
2016-09-13 | fix random_limit max value | 2 | -7/+4 | ||
2016-09-13 | add repetable_random example profile | 2 | -4/+7 | ||
2016-09-13 | add python test | 1 | -12/+52 | ||
2016-09-13 | add min/max to repeatable random inst | 1 | -0/+60 | ||
2016-09-13 | dpdk Python scripts small fixes | 10 | -56/+274 | ||
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version | |||||
2016-09-08 | dual mode fix: MAC address on the slave port was not updated | 1 | -1/+1 | ||
2016-09-07 | dual remote - tests missing PCAPs | 2 | -1/+3 | ||
2016-09-07 | support for DUAL mode on small PCAPs | 2 | -17/+261 | ||
2016-09-07 | dual mode : code review fixes | 3 | -3/+32 | ||
2016-09-07 | dual mode - refinement | 1 | -4/+16 | ||
2016-09-07 | dual mode - check for ERF only | 2 | -1/+4 | ||
2016-09-07 | DUAL mode - phase #1 | 5 | -10/+46 | ||
2016-09-04 | scapy service: added version handler, added packet reconstruct from binary, ↵ | 4 | -262/+150 | ||
added support for building packet from dictionary, added support for scapy field enhancement. scapy_zmq_server: fixed some path issues, changed minor argument parsing | |||||
2016-08-31 | generation of native code: fix imports | 1 | -6/+29 | ||
2016-08-29 | regression: lower multiplier on asymmetric imix at trex17 | 1 | -1/+1 | ||
2016-08-28 | regression: lower requirement on output packets, at 9k and quick cpu ↵ | 1 | -1/+1 | ||
stabilization it can be few | |||||
2016-08-24 | regression: fix case of division by zero in cpu benchmark calculation | 1 | -1/+7 | ||
2016-08-24 | regression: fix case of division by zero in cpu benchmark calculation | 1 | -129/+151 | ||
2016-08-24 | added logging mechanism with --log argument | 1 | -11/+31 | ||
2016-08-24 | add example for pin cores | 1 | -0/+72 | ||
2016-08-24 | v2.08 | 1 | -0/+36 | ||
2016-08-24 | hltapi example: add example command of removing all streams from port | 1 | -1/+5 | ||