Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-14 | STL push dual port split fixes | 2 | -3/+15 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-14 | fix STL push pcap: start from zero (or explicit delay) | 1 | -1/+6 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-08 | scapy_service payload gen: allow template_code without size property | 2 | -7/+20 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-08 | fixup template_code payload generation | 2 | -2/+2 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-07 | scapy_service: payload generator upper limit and null check | 1 | -11/+14 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy server python 3 compatibility fixes(file and pseudo-random generator) | 2 | -5/+10 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | add access to scapy.all from eval, tests to IPOptions, TCPOptions | 2 | -1/+23 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy_service: support total_bytes for BYTES payload generator | 3 | -16/+60 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy_service: support {vtype: BYTES, generate: ↵ | 3 | -2/+130 | ||
ascii/bytes/template/template code } Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | add protocol definition json for scapy server | 4 | -9/+254 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-10-30 | syntax sugar on GA + fill ActionNumber with dummy value | 1 | -6/+6 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | add ifdef guard to .h file | 1 | -2/+1 | ||
remove UUID from TUI STF Python API: show newlines instead of "\n\n\n" in Exception message STF Python API: remove "During handling of the above exception, another exception occurred:" in Python3.3+ dpdk_nic_bind.py: ensure needed PATH exists for lspci etc. t-rex-64: remove "stty: standard input: Inappropriate ioctl for device" t-rex-64: remove "cat: write error: Broken pipe" Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | added action name to differ between same tests on different times | 1 | -4/+5 | ||
Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-30 | Added goldenMin and GoldenMax metrics for Google Analytics regression ↵ | 1 | -3/+7 | ||
testing report Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-30 | Updated Google Analytics Manager for regression | 1 | -84/+18 | ||
Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-28 | move port_attr from driver class to physical port class + small fixes ↵ | 3 | -19/+5 | ||
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | console: rearrange lines at "stats --ps" | 3 | -6/+11 | ||
in case of start traffic with link down, return error with link state Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | console "stats --ps" move link status to another line | 2 | -5/+7 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | stl port attr event: show exactly what was changed | 1 | -12/+23 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | typo | 1 | -1/+2 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" | 8 | -92/+279 | ||
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | new port attr commands: flow control, link status, led status | 4 | -34/+138 | ||
add user friendly description to ports add xstats enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase. Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-27 | fix scapy_service ARP issue and add more layers in the service | 1 | -2/+16 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-10-25 | Merge from master | 1 | -1/+1 | ||
2016-10-25 | added performance test (starting with trex09) | 1 | -1/+1 | ||
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-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 | 1 | -3/+6 | ||
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-25 | merge issues with rand limit | 2 | -20/+12 | ||
2016-09-25 | split multicore - all tests pass | 2 | -20/+7 | ||
2016-09-25 | Splitter - padding for non circular VMs | 2 | -9/+13 | ||
2016-09-25 | draft: new split algorithm | 1 | -8/+48 | ||
2016-09-13 | fix random_limit max value | 1 | -3/+3 | ||
2016-09-13 | add repetable_random example profile | 1 | -0/+3 | ||
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 | 3 | -42/+53 | ||
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version | |||||
2016-09-07 | support for DUAL mode on small PCAPs | 2 | -17/+261 | ||
2016-09-07 | dual mode : code review fixes | 2 | -3/+9 | ||
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 | ||