summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-09-29Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engineHanoh Haim10-4/+374
2016-09-29https://trex-tgn.cisco.com/youtrack/issue/trex-249imarom1-13/+76
2016-09-29https://trex-tgn.cisco.com/youtrack/issue/trex-243imarom1-13/+23
2016-09-29https://trex-tgn.cisco.com/youtrack/issue/trex-247imarom2-4/+23
2016-09-28performance measurements - class fix checksum does not work wellimarom1-4/+26
2016-09-28performance tweak - faster checksumimarom3-6/+62
2016-09-28cpp arg parser changes argv, on second iteration data might be not valid => ↵Yaroslav Brustinov1-2/+19
copy the argv before each call.
2016-09-28trex-console: add print of Python error in case of error loading profile in TUIYaroslav Brustinov1-3/+7
2016-09-28stl api - importing profile: use given directory as first path, not lastYaroslav Brustinov1-1/+1
2016-09-28find_python.sh by default find any available Python, allow 3.5 too.Yaroslav Brustinov2-8/+11
t-rex-64 fix case of no $USER when not in tty
2016-09-27fix regression issues with step/init valuesimarom4-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.Yaroslav Brustinov5-14/+60
dpdk_setup_ports: fix create config in case of VM & passthrough
2016-09-26update stl docHanoh Haim1-0/+36
2016-09-26regression failure: VM with dec might not be able to pad the instruction to ↵imarom1-1/+1
true cycle implictly
2016-09-25merge issues with rand limitimarom5-91/+73
2016-09-25split multicore - all tests passimarom7-482/+239
2016-09-25fixing up all gtests results (due to split now in order instead ofimarom10-7/+7
segments)
2016-09-25Splitter - padding for non circular VMsimarom10-45/+108
2016-09-25client var support split nowimarom6-147/+264
2016-09-25draft: new split algorithmimarom5-214/+290
2016-09-22stl test rx_check virtio fixes + syntax sugarYaroslav Brustinov1-17/+55
2016-09-21fixes to dpdk startup scriptsYaroslav Brustinov2-5/+5
2016-09-15regression: trex12 is vmYaroslav Brustinov1-1/+1
2016-09-14regression: lower multiplier for assymetric imix at trex24Yaroslav Brustinov1-1/+1
2016-09-14regression: increase ipg in benckmark test with pcap at trex24Yaroslav Brustinov1-1/+1
2016-09-13typoYaroslav Brustinov1-6/+8
2016-09-13fix regressionHanoh Haim1-2/+2
2016-09-13fix random_limit max valueHanoh Haim4-8/+5
2016-09-13add repetable_random example profileHanoh Haim4-4/+65
2016-09-13add python testHanoh Haim4-46/+104
2016-09-13add min/max to repeatable random instHanoh Haim6-20/+425
2016-09-13more testsHanoh Haim1-0/+383
2016-09-13add rand_limit testsHanoh Haim2-1/+50
2016-09-13add rand limit instruction DPHanoh Haim4-59/+454
2016-09-13dpdk Python scripts small fixesYaroslav Brustinov15-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-13APIs and functions in preparation for receive all mode. XL710/i350 mode ↵Ido Barnea15-144/+392
toggling work.
2016-09-12added minimum values for validate commandimarom1-1/+7
see https://trex-tgn.cisco.com/youtrack/issue/trex-243
2016-09-08dual mode fix: MAC address on the slave port was not updatedimarom5-8/+38
2016-09-08Fix issue of reading RX queue from DP core even when we are not in VM modeIdo Barnea3-97/+33
2016-09-07dual remote - tests missing PCAPsimarom3-1/+3
2016-09-07support for DUAL mode on small PCAPsimarom4-19/+265
2016-09-07ERF reader missing rewindimarom2-0/+8
2016-09-07dual mode : code review fixesimarom8-16/+41
2016-09-07dual mode - testsimarom3-3/+28
2016-09-07dual mode - refinementimarom1-4/+16
2016-09-07dual mode - check for ERF onlyimarom7-4/+28
2016-09-07DUAL mode - phase #1imarom14-53/+133
2016-09-05fix dpdk_nic_bind.py for virtio interfaces @ OpenStackYaroslav Brustinov1-4/+12
2016-09-04update waf to version 1.9.3 & update building scripts to support Ubuntu16 & ↵Yaroslav Brustinov8-29/+393
Python3
2016-09-04scapy service: added version handler, added packet reconstruct from binary, ↵itraviv4-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