Age | Commit message (Expand) | Author | Files | Lines |
2016-06-20 | Merge minor |  Hanoh Haim | 2 | -8/+9 |
2016-06-20 | minor remove sim help |  Hanoh Haim | 1 | -12/+3 |
2016-06-20 | fix: --no-watchdog did not work |  imarom | 1 | -2/+2 |
2016-06-20 | more granular lock for RPC server |  imarom | 1 | -6/+7 |
2016-06-20 | Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ... |  Ido Barnea | 2 | -3/+3 |
2016-06-20 | WATCHDOG: using exit() might get stuck because it deallocates memory |  imarom | 1 | -2/+2 |
2016-06-20 | only latency streams might get the graph to crash while calculating |  imarom | 1 | -1/+1 |
2016-06-20 | WATCHDOG - refactor due to trex-211 |  imarom | 14 | -266/+234 |
2016-06-20 | better support for latency with field engine + some order with mbuf functions |  Ido Barnea | 8 | -184/+204 |
2016-06-17 | XL710/X710 include 4 byte CRC for port stats |  Hanoh Haim | 1 | -2/+2 |
2016-06-14 | coverity fixes |  Ido Barnea | 5 | -17/+11 |
2016-06-14 | fix typo |  Hanoh Haim | 1 | -1/+1 |
2016-06-14 | add ef code, not connected yet |  Hanoh Haim | 6 | -0/+1615 |
2016-06-14 | disable WD due to crash trex-210 |  Hanoh Haim | 1 | -1/+2 |
2016-06-08 | Fix for latency last period max |  Ido Barnea | 1 | -1/+1 |
2016-06-07 | fix wd issue, in some cases it can't exit with CTRL-C |  Hanoh Haim | 4 | -18/+69 |
2016-06-05 | cpu utilization - syntax fixes |  Yaroslav Brustinov | 1 | -3/+5 |
2016-06-05 | cpu utilization: replace using static with resize vector. |  Yaroslav Brustinov | 1 | -3/+2 |
2016-06-05 | Merge branch 'master' into cpu_per_core |  Yaroslav Brustinov | 25 | -162/+814 |
2016-06-05 | cpu utilization: don't return vectors, only change passed arguments. |  Yaroslav Brustinov | 6 | -19/+20 |
2016-06-02 | cpu utilization per thread + mbufs per socket + add in tui |  Yaroslav Brustinov | 10 | -89/+81 |
2016-06-02 | flow latency json changes |  Ido Barnea | 6 | -79/+67 |
2016-06-02 | WATCHDOG - disable monitors when done to avoid crash when joining on |  imarom | 6 | -10/+43 |
2016-06-02 | watchdog phase 2 |  imarom | 21 | -60/+464 |
2016-06-02 | added watchdog |  imarom | 2 | -0/+188 |
2016-06-01 | Support for per flow latency with vm |  Ido Barnea | 1 | -1/+17 |
2016-05-31 | Send latency packets on dedicated TX queue |  Ido Barnea | 1 | -35/+52 |
2016-05-31 | add rpc command get_cpu_util_full to cpp |  Yaroslav Brustinov | 10 | -10/+77 |
2016-05-31 | Fixes and better unit test for histogram |  Ido Barnea | 3 | -15/+21 |
2016-05-30 | async util. monitor |  imarom | 1 | -4/+13 |
2016-05-30 | Fixes to latency histogram: Make it multi thread + correct average calculation |  Ido Barnea | 3 | -167/+155 |
2016-05-29 | cosmetic code changes according to code review |  Ido Barnea | 3 | -80/+124 |
2016-05-23 | replace t-rex to TRex |  Yaroslav Brustinov | 2 | -2/+2 |
2016-05-23 | Fixes to latency code + tests |  Ido Barnea | 3 | -1/+10 |
2016-05-22 | Fixes for latency issues + additions to tests |  Ido Barnea | 1 | -2/+2 |
2016-05-18 | equal json bug fix |  Ido Barnea | 1 | -0/+1 |
2016-05-18 | fix for validating L1 B/W with latency streams |  imarom | 2 | -10/+10 |
2016-05-18 | Change to latency python + small fixes |  Ido Barnea | 3 | -5/+7 |
2016-05-18 | amplifying a port's bandwidth does not affect latency streams |  imarom | 4 | -39/+134 |
2016-05-18 | small corrections to counters |  Ido Barnea | 2 | -4/+4 |
2016-05-18 | fix mbuf ref count issue in vm cache mode |  Ido Barnea | 1 | -0/+1 |
2016-05-18 | more error counter |  Ido Barnea | 5 | -79/+172 |
2016-05-18 | json fixes |  Ido Barnea | 3 | -14/+18 |
2016-05-18 | fixes according to Hanoch's code review |  Ido Barnea | 6 | -14/+95 |
2016-05-18 | remove stopping stream in stream destructor |  Ido Barnea | 1 | -0/+2 |
2016-05-18 | unit tests + simulator work |  Ido Barnea | 13 | -624/+772 |
2016-05-18 | Latency stat python API work |  Ido Barnea | 2 | -85/+4 |
2016-05-18 | Regression tests working. Still missing python API to parse latency json |  Ido Barnea | 11 | -83/+217 |
2016-05-18 | Working version. temporary send_node that duplicates the mbuf data |  Ido Barnea | 13 | -139/+553 |
2016-05-18 | payload tx stat work |  Ido Barnea | 12 | -90/+378 |