Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-30 | v2.09 | 1 | -2/+2 | ||
2016-09-30 | v2.09 | 1 | -1/+2 | ||
2016-09-30 | fix parsing tunables, add support for separate -t in console, add benchmark ↵ | 3 | -28/+128 | ||
profile | |||||
2016-09-30 | refactor limit split | 2 | -14/+26 | ||
2016-09-29 | add hw_cs | 2 | -1/+17 | ||
2016-09-29 | add hw_cs Python API doc | 2 | -3/+15 | ||
2016-09-29 | minor fix hw_cs in case of random pkt size | 2 | -63/+96 | ||
2016-09-29 | minor fix to hw_cs inst | 2 | -6/+7 | ||
2016-09-29 | add a way to dump packet as K12 format for debug | 2 | -0/+13 | ||
2016-09-29 | add mode example to hw cs profile | 1 | -2/+152 | ||
2016-09-29 | add simple example for FixHwChecksum instruction | 1 | -0/+60 | ||
2016-09-29 | Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engine | 10 | -4/+374 | ||
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 | performance measurements - class fix checksum does not work well | 1 | -4/+26 | ||
2016-09-28 | performance tweak - faster checksum | 3 | -6/+62 | ||
2016-09-28 | cpp arg parser changes argv, on second iteration data might be not valid => ↵ | 1 | -2/+19 | ||
copy the argv before each call. | |||||
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-28 | find_python.sh by default find any available Python, allow 3.5 too. | 2 | -8/+11 | ||
t-rex-64 fix case of no $USER when not in tty | |||||
2016-09-27 | fix regression issues with step/init values | 4 | -7/+8 | ||
TODO: random limit currently does not support limit less than core count - it is possible to solve this by giving redundant cores the same seed and limit (currently it is blocked) | |||||
2016-09-27 | /etc/trex_cfg.yaml allow MAC as string "12:34:56:78:9a:bc" etc. | 5 | -14/+60 | ||
dpdk_setup_ports: fix create config in case of VM & passthrough | |||||
2016-09-26 | update stl doc | 1 | -0/+36 | ||
2016-09-26 | v2.09 pre | 1 | -0/+14 | ||
2016-09-26 | fix split dox | 3 | -215/+45 | ||
2016-09-26 | regression failure: VM with dec might not be able to pad the instruction to ↵ | 1 | -1/+1 | ||
true cycle implictly | |||||
2016-09-25 | merge issues with rand limit | 5 | -91/+73 | ||
2016-09-25 | split multicore - all tests pass | 7 | -482/+239 | ||
2016-09-25 | fixing up all gtests results (due to split now in order instead of | 10 | -7/+7 | ||
segments) | |||||
2016-09-25 | Splitter - padding for non circular VMs | 10 | -45/+108 | ||
2016-09-25 | client var support split now | 6 | -147/+264 | ||
2016-09-25 | draft: new split algorithm | 5 | -214/+290 | ||
2016-09-22 | stl test rx_check virtio fixes + syntax sugar | 1 | -17/+55 | ||
2016-09-21 | New section for stateless latency questions + small fixes | 1 | -40/+42 | ||
2016-09-21 | fixes to dpdk startup scripts | 2 | -5/+5 | ||
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 | 4 | -8/+5 | ||
2016-09-13 | add repetable_random example profile | 4 | -4/+65 | ||
2016-09-13 | add python test | 4 | -46/+104 | ||
2016-09-13 | add min/max to repeatable random inst | 6 | -20/+425 | ||
2016-09-13 | more tests | 1 | -0/+383 | ||
2016-09-13 | add rand_limit tests | 2 | -1/+50 | ||
2016-09-13 | add rand limit instruction DP | 4 | -59/+454 | ||
2016-09-13 | dpdk Python scripts small fixes | 15 | -73/+321 | ||
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version | |||||
2016-09-13 | APIs and functions in preparation for receive all mode. XL710/i350 mode ↵ | 15 | -144/+392 | ||
toggling work. |