summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-07-05few more places to add wait_before_traffic argumentYaroslav Brustinov1-16/+15
2016-07-05add TRex -w argument (wait between nics init and sending traffic)Yaroslav Brustinov2-4/+23
2016-07-04Merge branch 'master' into cpu_per_coreYaroslav Brustinov21-632/+1441
2016-07-04Merge branch 'master' into cpu_per_coreYaroslav Brustinov6-29/+163
2016-07-03slowpath features bit to avoid multiple IFsimarom5-33/+71
2016-07-03client config - cosmetics and gtest back onimarom8-65/+55
2016-07-03client config - refactor #2imarom5-132/+120
2016-07-03client configuration: refactoringimarom6-79/+209
2016-07-03added enhanced parsing for the YAML wrapper moduleimarom10-223/+373
2016-07-03draft #3 of client configimarom12-307/+378
2016-07-03draft #2 for trex client configimarom2-26/+200
2016-07-03added new filesimarom2-0/+195
2016-06-29flow stat/latency error counters code + documentationIdo Barnea5-9/+62
2016-06-28Latency stream crash in case multiplier is the rate of latency streamHanoh Haim1-1/+1
2016-06-27Make all latency tests work on Virtual machinesIdo Barnea1-10/+5
2016-06-27fix trex-220Hanoh Haim1-2/+9
2016-06-27fix trex-218 & trex-219Hanoh Haim2-5/+11
2016-06-26Merge trex-217 defectHanoh Haim1-1/+1
2016-06-26fix trex-17 defectHanoh Haim1-1/+1
2016-06-26Fx trex-216 - Crash on VM setups when running latency flowsIdo Barnea7-61/+73
2016-06-23Fix latency stats issues of fast stop/start, and starting from different coresIdo Barnea4-28/+88
2016-06-23allow coredump for TRex with --alow-coredumpimarom4-2/+76
by default, huge pages will not be mapped to the core
2016-06-23Merge branch 'master' into cpu_per_coreYaroslav Brustinov36-515/+2341
Conflicts: scripts/automation/trex_control_plane/server/singleton_daemon.py
2016-06-23small changes to 365826c5db225f21283c48eebc8de62b89fbfa24, so it will be ↵Ido Barnea3-30/+35
easy to merge with later DPDK versions
2016-06-22FLOW_STATS: extract start_stream from the compiler to start_trafficimarom3-23/+85
2016-06-22adding flow stat profiles to simulator testsIdo Barnea2-15/+23
2016-06-21fix i40e Intel latency issue using 2 Qset and BW limit to 99.9% see more ↵Hanoh Haim3-2/+90
trex-214 issue
2016-06-21Merge to masterHanoh Haim3-5/+27
2016-06-21WATCHDOG: reading the counter for the main loop is probably better withimarom1-1/+3
a lock
2016-06-20Adding verify_stream in flow_stat.cppIdo Barnea2-4/+24
2016-06-20Merge minorHanoh Haim2-8/+9
2016-06-20minor remove sim helpHanoh Haim1-12/+3
2016-06-20fix: --no-watchdog did not workimarom1-2/+2
2016-06-20more granular lock for RPC serverimarom1-6/+7
avoid a bigger jitter for ASYNC thread because of lock
2016-06-20Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ↵Ido Barnea2-3/+3
ethernet CRC
2016-06-20WATCHDOG: using exit() might get stuck because it deallocates memoryimarom1-2/+2
on an already unstable state - need to use abort or C++ exceptions which uses abort
2016-06-20only latency streams might get the graph to crash while calculatingimarom1-1/+1
duration (because latency is considered a fixed DC and not a real event)
2016-06-20WATCHDOG - refactor due to trex-211imarom14-266/+234
2016-06-20better support for latency with field engine + some order with mbuf functionsIdo Barnea8-184/+204
2016-06-17XL710/X710 include 4 byte CRC for port statsHanoh Haim1-2/+2
2016-06-14coverity fixesIdo Barnea5-17/+11
2016-06-14fix typoHanoh Haim1-1/+1
2016-06-14add ef code, not connected yetHanoh Haim6-0/+1615
2016-06-14disable WD due to crash trex-210Hanoh Haim1-1/+2
2016-06-08Fix for latency last period maxIdo Barnea1-1/+1
2016-06-07fix wd issue, in some cases it can't exit with CTRL-CHanoh Haim4-18/+69
2016-06-05cpu utilization - syntax fixesYaroslav Brustinov1-3/+5
2016-06-05cpu utilization: replace using static with resize vector.Yaroslav Brustinov1-3/+2
2016-06-05Merge branch 'master' into cpu_per_coreYaroslav Brustinov25-162/+814
2016-06-05cpu utilization: don't return vectors, only change passed arguments.Yaroslav Brustinov6-19/+20