summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-03-01STF publisher: ensure latest results are sent by CPP + get latest dump via ↵Yaroslav Brustinov1-0/+1
Python API Change-Id: I1836c0366785246acbcd8d238400440f5f3970f5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-28Merge branch 'master' of ↵Hanoh Haim4-142/+59
csi-sceasr-b94:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2017-02-28NAT timeout is 10 sec - v2.20Hanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-28Introduce capability flags in each driver, to reduce the use of ↵Ido Barnea4-142/+59
get_vm_one_queue_enable Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-27Print error in case of Mellanox and different order of PCI.Yaroslav Brustinov1-9/+38
Change-Id: I0ece7fe6bd0c93befd72d489c0c7b35900abe335 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-27mlx5, enforce OFED 4.0Hanoh Haim1-0/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-27missing some lines from previous commitimarom1-6/+3
Signed-off-by: imarom <imarom@cisco.com>
2017-02-27ZMQ publisher might hang if it sends a message during ctrl + cimarom1-0/+7
the reason is that when calling zmq_close and zmq_term from the same thread, zmq_close will wait for the message to be sent (but will return the control to the calling thread) and then zmq_ctx_destroy will hang forever see: https://lists.zeromq.org/pipermail/zeromq-dev/2013-September/022469.html Signed-off-by: imarom <imarom@cisco.com>
2017-02-27mlx5 OFED 4.0 fdir API is more sensetiveHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-27fix trex-362Hanoh Haim1-1/+3
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-27fix trex-361Hanoh Haim1-0/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-27Fix for trex-360 - ASA TCP seq num rand handling issueIdo Barnea1-0/+2
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-23fix: trex-359 has_crc per driver function is obsolete - needs to be removedimarom1-2/+3
Signe-off-by: imarom <imarom@cisco.com>
2017-02-22Dumping interface info was broken in v2.18Yaroslav Brustinov1-1/+1
Change-Id: Icec84cb2912d6e179c5aac536825a04b47bebb2b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-21Small reorder in drivers inheritance + fix to e1000 CRC issue (trex-354)Ido Barnea5-50/+52
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-21Removed mac keyword from all traffic profilesIdo Barnea2-33/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-20few cleanupsimarom1-3/+0
Signed-off-by: imarom <imarom@cisco.com>
2017-02-20fix for RX CPU util issue:imarom2-87/+117
see: https://trex-tgn.cisco.com/youtrack/issue/trex-350 Signed-off-by: imarom <imarom@cisco.com>
2017-02-19fix for:imarom1-0/+4
https://trex-tgn.cisco.com/youtrack/issue/trex-352 Signed-off-by: imarom <imarom@cisco.com>
2017-02-19fix trex351. Small fix to how we handle late latency stream packetsIdo Barnea1-2/+4
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-16support more than 255 client/server poolsHanoh Haim4-30/+50
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-16VLAN keyword in platform config file will now make all traffic be sent over vlanIdo Barnea6-66/+115
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-16tx_capture - code reviewimarom5-16/+30
Signed-off-by: imarom <imarom@cisco.com>
2017-02-16TX packet capture - zero impact on fast pathimarom9-67/+313
(using wrapper when service mode is active) Signed-off-by: imarom <imarom@cisco.com>
2017-02-16TX feature - draftimarom3-66/+42
Signed-off-by: imarom <imarom@cisco.com>
2017-02-14init vlan mode explicitly. We noticed this affect performanceIdo Barnea1-0/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-13dpdk1702-rc3 upstream changesIdo Barnea29-183/+309
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-13add --mlx5-so option to load mlx5 share objectHanoh Haim2-6/+39
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-13mlx5 is shared libHanoh Haim1-0/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-13Our patches to mlx5 in dpdk1702Hanoh Haim6-93/+381
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-13Changes to our files to make dpdk1702 workIdo Barnea4-14/+171
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-13Our patches to dpdk1702 - not including mlx changesIdo Barnea13-18/+574
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-13dpdk1702-rc2 upstream files unchanged + mlx5 driver rc3Ido Barnea323-16425/+33471
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-09move to active flowsHanoh Haim5-61/+82
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-07fix for:imarom1-2/+2
https://trex-tgn.cisco.com/youtrack/issue/trex-342 Signed-off-by: imarom <imarom@cisco.com>
2017-02-06added example for functional tests using start_capture/stop_capture APIsimarom1-8/+14
Signed-off-by: imarom <imarom@cisco.com>
2017-02-05WatchDog and IO functions: ensure we return it to normal timeout in case of ↵Yaroslav Brustinov3-18/+32
exceptions in the middle of function. Change-Id: I5d2e119f19c3e3214fdbe8108ea35af899ab49a5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-02remove code inserted by incorrect merge resolveYaroslav Brustinov1-13/+0
Change-Id: Ic2c4e8ce8cd5eed8bea230603838dd66f05ef4ea Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-02ipv6 scan & pingYaroslav Brustinov8-2/+57
Change-Id: I4f8112b4c942d149da5ea3f0ee01ac82d7fe32cc Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-30move service mode check to RX queue enableimarom1-5/+5
Signed-off-by: imarom <imarom@cisco.com>
2017-01-29Merge branch 'master' into captureimarom4-155/+174
2017-01-25capture - personal code reviewimarom8-210/+393
Signed-off-by: imarom <imarom@cisco.com>
2017-01-24fix floating point calculation precision at L1 rate (GUI 100% issue)imarom1-7/+17
Signed-off-by: imarom <imarom@cisco.com>
2017-01-24Fixed support for i40evf + Refactor of VM driversIdo Barnea1-234/+98
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-24fix STL-85 GUI issueHanoh Haim1-2/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-24code review cleanups - C++imarom6-26/+82
Signed-off-by: imarom <imarom@cisco.com>
2017-01-24revert the default RT test flagimarom1-3/+0
Signed-off-by: imarom <imarom@cisco.com>
2017-01-23DEBUG ONLY - MOVING TO RT MODE FOR REGRESSIONimarom1-0/+4
WILL REVERT IN THE FOLLOWING DAY Signed-off-by: imarom <imarom@cisco.com>
2017-01-23service mode is now by message to RX coreimarom5-79/+137
Signed-off-by: imarom <imarom@cisco.com>
2017-01-23fix trex-333Hanoh Haim1-2/+109
Signed-off-by: Hanoh Haim <hhaim@cisco.com>