summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22stateful scheduler cleanupHanoh Haim7-566/+255
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-22Small fix to previous commitIdo Barnea1-2/+2
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-22Allow up to 10 hops TTL reduction in X710 and 82599 statefulIdo Barnea3-72/+73
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-22UDP NAT --learn mode 1,3 support - doc + regression testsIdo Barnea1-8/+9
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-22Support for UDP with --learn_mode 1 and 3 (TCP ACK) using IP_IDIdo Barnea6-126/+183
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-21watchdog disable for time capabilityimarom2-40/+62
Signed-off-by: imarom <imarom@cisco.com>
2016-12-21improve Stateful schedulerHanoh Haim14-231/+2823
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-20https://trex-tgn.cisco.com/youtrack/issue/trex-313imarom2-19/+41
Signed-off-by: imarom <imarom@cisco.com>
2016-12-20trex-312 ARP resolution does not work from console at virtual NICsimarom8-61/+132
Signed-off-by: imarom <imarom@cisco.com>
2016-12-20Check OS version for Mellanox NICs; More detailed args error prints; 40G and ↵Yaroslav Brustinov1-50/+67
Mellanox driver classes inherit from Base, not 10G. Change-Id: I55f7833078ca9d7bfcda211ad165a656ce5014c5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-19changes from code reviewYaroslav Brustinov6-33/+66
Change-Id: I628608643d902bd6310b04b8036fc5f1fcc42309 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-191) limit number of streams per port to 20kYaroslav Brustinov1-0/+3
2) fix showing error in TUI 3) represensation of STLError: show only errors if error, limit by 10 entries Change-Id: Ib8de9222e7fc09dd67275283857d0d7e9cb5988c Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-19add min_ipg to push_pcapsYaroslav Brustinov9-5/+30
Change-Id: I353f8903c40963517fd2fed721cc0671d9f6dc4b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-19verify L2/L3 configuration cannot be done under trafficimarom2-3/+23
also ping and arp Signed-off-by: imarom <imarom@cisco.com>
2016-12-18trex-234 - when allocating too many PG IDs an error get stuckimarom1-5/+14
Signed-off-by: imarom <imarom@cisco.com>
2016-12-16revert of 1602ab2067f1752b0c72c2cd1335d210260b3b04Yaroslav Brustinov2-26/+41
need to find another solution Change-Id: Ia2b90ac58af4fc8417b1e2a7ba6815a68d614dfa Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-15issue: trex-295Yaroslav Brustinov2-41/+26
attach the interfaces one by one in our order instead of init all and reorder. Change-Id: I3bbab970c5e2847b6a6250ec515d8003738c5d97 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-15Fix trex-308. Stateful latency with NAT does not work on more than 2 portsIdo Barnea1-23/+23
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-14Fix E1000 stateful latency. Was broken in ↵Ido Barnea1-2/+5
227c1ff45fe36be859e9145cb1ec8c364a7fb8b7 Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-13minor fix (RX core sync time)imarom3-6/+2
Signed-off-by: imarom <imarom@cisco.com>
2016-12-13Merge branch 'master' into rx_phase_2imarom9-111/+299
2016-12-13startup issues with L2/L3imarom1-19/+22
Signed-off-by: imarom <imarom@cisco.com>
2016-12-13Major refactor - L2 / L3 modes for portsimarom15-139/+367
Signed-off-by: imarom <imarom@cisco.com>
2016-12-13In stateful, print latency stats only if given -l != 0Ido Barnea1-12/+14
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-13Fix trex-257 - Could not count p:... printed to screen with IPv6 streamsIdo Barnea1-3/+3
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-12grat ARPimarom15-61/+236
Signed-off-by: imarom <imarom@cisco.com>
2016-12-12Added VIC tests + VIC small fix + fail tests if latency packets failIdo Barnea1-2/+2
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-11mlx5 add RSS improve RX drop MPPSHanoh Haim2-10/+115
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-11Cisco VIC card - support for receive all mode, and work around for IPv6 issuesIdo Barnea3-72/+109
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-11IP src configuriation invalidates ARP resolutionimarom2-4/+6
Signed-off-by: imarom <imarom@cisco.com>
2016-12-11ConnextX-4 local build take the right headersHanoh Haim1-2/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-10Limit ZMQ RPC requests to 999999 bytes at CPP side. (check also unzipped size)Yaroslav Brustinov3-13/+31
Change-Id: Ic592d40678e9918f7d06b9ce4269a330c4455b3c Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-10Limit ZMQ RPC requests to 999999 bytes at CPP side. TODO: split requests at ↵Yaroslav Brustinov2-0/+7
Python to smaller chunks. Change-Id: Ieaf477d2ed8264e30a8275a75d597fdc8858da79 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-08Add prints about link down for statelessYaroslav Brustinov1-3/+21
Change-Id: I1c32ab854ff2bbaaacb32e9aececfd67afba887b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-06Fix to Mellanox recevie all modeIdo Barnea1-0/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-06RX features phase 2 - ARP and ICMP self responseimarom11-14/+362
Signed-off-by: imarom <imarom@cisco.com>
2016-12-06Add receive all mode to Mellanox cordIdo Barnea2-159/+131
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-04Fix debug packet test to work with mlnx and vic cardsIdo Barnea3-5/+8
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-04valgrind cleanup and suppresionimarom1-4/+15
Signed-off-by: imarom <imarom@cisco.com>
2016-12-04test breakage due to incorrect speed calculationimarom1-1/+1
Signed-off-by: imarom <imarom@cisco.com>
2016-12-04Merge stateless rx core changes with Itay's changesIdo Barnea6-35/+29
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-04cleanupIdo Barnea1-48/+0
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-04take care of extra Ethernet FCS bytes handed to software in e1000Ido Barnea3-4/+53
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-04RX core stateless - do not go to idle mode in VMIdo Barnea2-26/+3
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-04Make RX core in VM read packets directly instead of getting message from TX coreIdo Barnea3-115/+19
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-04Added TX queueIdo Barnea1-68/+34
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-12-01bug found by valgrindimarom3-3/+11
also an issue with 40G deleting no exisiting rules with recv_all Signed-off-by: imarom <imarom@cisco.com>
2016-12-01refactor RX coreimarom12-77/+138
Signed-off-by: imarom <imarom@cisco.com>
2016-11-30minor bugsimarom3-15/+17
Signed-off-by: imarom <imarom@cisco.com>
2016-11-30merging with latest masterimarom10-42/+172
Signed-off-by: imarom <imarom@cisco.com> Conflicts: src/main_dpdk.cpp