summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-20more granular lock for RPC serverimarom1-6/+7
2016-06-20Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ...Ido Barnea2-3/+3
2016-06-20WATCHDOG: using exit() might get stuck because it deallocates memoryimarom1-2/+2
2016-06-20only latency streams might get the graph to crash while calculatingimarom1-1/+1
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
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
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
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
2016-05-18fixes according to Hanoch's code reviewIdo Barnea6-14/+95
2016-05-18remove stopping stream in stream destructorIdo Barnea1-0/+2
2016-05-18unit tests + simulator workIdo Barnea13-624/+772
2016-05-18Latency stat python API workIdo Barnea2-85/+4
2016-05-18Regression tests working. Still missing python API to parse latency jsonIdo Barnea11-83/+217
2016-05-18Working version. temporary send_node that duplicates the mbuf dataIdo Barnea13-139/+553
2016-05-18payload tx stat workIdo Barnea12-90/+378
2016-05-17flush TX queue before sending done message to CPimarom2-0/+7
2016-05-11another minor optimization - better for low cpu%Hanoh Haim2-76/+27
2016-05-10cpu% without tscHanoh Haim9-49/+55