summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
2016-06-02cpu utilization per thread + mbufs per socket + add in tuiYaroslav Brustinov10-89/+81
2016-06-02flow latency json changesIdo Barnea6-79/+67
2016-06-02WATCHDOG - disable monitors when done to avoid crash when joining onimarom6-10/+43
other threads
2016-06-02watchdog phase 2imarom21-60/+464
2016-06-02added watchdogimarom2-0/+188
2016-06-01Support for per flow latency with vmIdo Barnea1-1/+17
2016-05-31Send latency packets on dedicated TX queueIdo Barnea1-35/+52
2016-05-31add rpc command get_cpu_util_full to cppYaroslav Brustinov10-10/+77
2016-05-31Fixes and better unit test for histogramIdo Barnea3-15/+21
2016-05-30async util. monitorimarom1-4/+13
i40 FDIR delay issue
2016-05-30Fixes to latency histogram: Make it multi thread + correct average calculationIdo Barnea3-167/+155
2016-05-29cosmetic code changes according to code reviewIdo Barnea3-80/+124
2016-05-23replace t-rex to TRexYaroslav Brustinov2-2/+2
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
2016-05-23Fixes to latency code + testsIdo Barnea3-1/+10
2016-05-22Fixes for latency issues + additions to testsIdo Barnea1-2/+2
2016-05-18equal json bug fixIdo Barnea1-0/+1
2016-05-18fix for validating L1 B/W with latency streamsimarom2-10/+10
2016-05-18Change to latency python + small fixesIdo Barnea3-5/+7
2016-05-18amplifying a port's bandwidth does not affect latency streamsimarom4-39/+134
2016-05-18small corrections to countersIdo Barnea2-4/+4
2016-05-18fix mbuf ref count issue in vm cache modeIdo Barnea1-0/+1
2016-05-18more error counterIdo Barnea5-79/+172
2016-05-18json fixesIdo Barnea3-14/+18