summaryrefslogtreecommitdiffstats
path: root/src/stateless
AgeCommit message (Collapse)AuthorFilesLines
2016-02-24Merge GARP exampleHanoh Haim9-73/+131
2016-02-24VM bug youtrack: trex-187imarom4-6/+9
and rx stats
2016-02-24Rx stat per flow. Low level working for xl710, and partly for i350.Ido Barnea6-58/+92
added full clone (with CP VM) to stream
2016-02-24virtual NICs does not add 4 bytes of CRCimarom4-10/+31
2016-02-23add to mask instruction add_value fieldHanoh Haim2-2/+10
2016-02-23Merge ipv4 checksum issueHanoh Haim7-79/+281
2016-02-23fix ipv4 checksum error in case of pkt_size>128 and field offset less than ↵Hanoh Haim4-6/+36
ip-header (fd.io issue - Miro)
2016-02-23global srand messed up stuffimarom2-5/+7
moved to local rand_r
2016-02-23some mods to the rateimarom4-98/+130
2016-02-23rate per streamimarom4-59/+227
2016-02-21typo in step and min/max_value; support old-type classes in validate_type; ↵Yaroslav Brustinov1-8/+8
assert positive values in python; hlt fix vlan vm + test for it;
2016-02-18add write_mask vm instructionHanoh Haim2-5/+272
2016-02-16step instruction supportHanoh Haim3-76/+445
2016-02-16add action counterHanoh Haim2-4/+18
2016-02-15add scapy layer for default macHanoh Haim2-3/+3
2016-02-15add support for dp mac replace mode-golden were changedHanoh Haim5-13/+84
2016-02-08stream ID allocationimarom4-0/+30
2016-02-01fix for http://trex-tgn.cisco.com/youtrack/issue/trex-174imarom6-7/+116
2016-02-01simulator support (API and profiles)imarom1-7/+7
2016-02-01fix vm bug with packet size bigger than 128 and field<33Hanoh Haim1-2/+2
2016-01-261. fixed failing regression testimarom1-1/+1
2. enabled STL nose tests 3. fixed packet size padding to 60
2016-01-24added support for L1 B/W checkimarom2-12/+35
both start/update now enforce this and it can be bypassed by providing 'force'
2016-01-24fixed issue trex-172: Console -m 100% is L2 and no L1imarom4-39/+73
http://trex-tgn.cisco.com/youtrack/issue/trex-172
2016-01-10random packet size - uses expected packet sizeimarom5-26/+82
instead of the value as is
2016-01-07simulation bug - mbuf refincimarom1-1/+7
2016-01-07first bug caught by the simulator - memory leakimarom2-0/+7
2016-01-07yet another stateless simulation phaseimarom2-0/+21
2016-01-07more options to the stateless simulationimarom1-0/+4
2016-01-05Merge branch 'random_pkt'Hanoh Haim5-13/+233
2016-01-05random 9k works on 10gb nicsHanoh Haim1-2/+4
2016-01-04some additions to the stateless simulation modeimarom2-4/+9
2016-01-04simulation end to endimarom1-1/+5
2015-12-29trim packet size command worksHanoh Haim1-1/+1
2015-12-28maximum packet size support 9k - simulationHanoh Haim4-11/+229
2015-12-24merge vm random supportHanoh Haim9-172/+645
2015-12-24 add refresh option to stream - should be enabled by stream bitHanoh Haim2-0/+21
2015-12-24improve multi-core random VM supportHanoh Haim4-17/+95
2015-12-23connected control plane to splitimarom3-43/+91
2015-12-23support for client var splitimarom6-4/+72
2015-12-23VM wrap around issueimarom1-32/+40
2015-12-23some fixes to the VM and the splitterimarom3-10/+32
2015-12-23support for VM split - 1st phaseimarom9-115/+442
2015-12-21CRASH: uninit var at stateless port objectimarom1-0/+2
2015-12-16add tuple gen command and yaml exampleHanoh Haim1-1/+4
2015-12-15Merging lastest 'master' to side branch 'vm'imarom2-2/+6
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py
2015-12-15VM: connected control plane to DPimarom6-32/+69
2015-12-15fix ubuntu compiler warningsHanoh Haim2-1/+10
2015-12-15first test worksHanoh Haim5-10/+137
2015-12-15check max packet updateHanoh Haim1-1/+116
2015-12-14bugs fixesimarom2-2/+6
1. ignore your own force acquire of ports 2. TUI fixes