Age | Commit message (Expand) | Author | Files | Lines |
2016-05-18 | moved jitter into latency in python |  Ido Barnea | 1 | -2/+2 |
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 | 6 | -79/+222 |
2016-05-18 | add latency panel to TUI |  Yaroslav Brustinov | 4 | -36/+142 |
2016-05-18 | json fixes |  Ido Barnea | 3 | -14/+18 |
2016-05-18 | fixes according to Hanoch's code review |  Ido Barnea | 7 | -14/+120 |
2016-05-18 | remove stopping stream in stream destructor |  Ido Barnea | 1 | -0/+2 |
2016-05-18 | unit tests + simulator work |  Ido Barnea | 16 | -649/+816 |
2016-05-18 | Latency stat python API work |  Ido Barnea | 6 | -97/+64 |
2016-05-18 | Regression tests working. Still missing python API to parse latency json |  Ido Barnea | 13 | -99/+251 |
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 |
2016-05-17 | flush TX queue before sending done message to CP |  imarom | 4 | -3/+20 |
2016-05-17 | fix for master daemon - increase timeout of unpack of TRex package |  Yaroslav Brustinov | 1 | -29/+8 |
2016-05-17 | timeout fix - two bugs in two lines of code :-( ... now it should be ok |  imarom | 1 | -4/+6 |
2016-05-17 | regression: add no-daemon flag that specifies stl server is running, no need ... |  Yaroslav Brustinov | 4 | -23/+36 |
2016-05-16 | Merge branch 'master' of csi-sceasr-b33:/auto/proj-pcube-b/apps/PL-b/tools/re... |  imarom | 1 | -3/+4 |
2016-05-16 | fix timeout issue due to race with async response from server |  imarom | 1 | -2/+5 |
2016-05-16 | temporary fix for stl benchmarks |  Yaroslav Brustinov | 1 | -3/+4 |
2016-05-15 | regression and master daemon updates |  Yaroslav Brustinov | 5 | -30/+69 |
2016-05-14 | master_daemon update fixes |  Yaroslav Brustinov | 1 | -41/+32 |
2016-05-14 | typo |  Yaroslav Brustinov | 1 | -5/+5 |
2016-05-14 | add master daemon to package, little fixes to update method |  Yaroslav Brustinov | 3 | -16/+10 |
2016-05-14 | fix indent for building docs |  Yaroslav Brustinov | 1 | -0/+2 |
2016-05-13 | typo |  Yaroslav Brustinov | 1 | -1/+1 |
2016-05-13 | add master daemon |  Yaroslav Brustinov | 11 | -427/+774 |
2016-05-11 | another minor optimization - better for low cpu% |  Hanoh Haim | 2 | -76/+27 |
2016-05-11 | update gitignore |  Hanoh Haim | 1 | -0/+3 |
2016-05-11 | add cache mode test |  Hanoh Haim | 2 | -2/+4 |
2016-05-11 | Disable temporary bw_per_core test due to improvements in performance |  Yaroslav Brustinov | 1 | -2/+2 |
2016-05-11 | CPU calculation is different now, in flavor to be higher than real, update th... |  Hanoh Haim | 1 | -2/+2 |
2016-05-11 | add more example for client api |  Hanoh Haim | 2 | -0/+49 |
2016-05-11 | remove GA from regression |  Hanoh Haim | 1 | -1/+3 |
2016-05-11 | mask the low CPU errors |  Hanoh Haim | 1 | -2/+2 |
2016-05-10 | cpu% without tsc |  Hanoh Haim | 9 | -49/+55 |
2016-05-10 | merge from master |  Hanoh Haim | 40 | -592/+1593 |
2016-05-10 | refactor the schduler to be with minimum TSC instructions |  Hanoh Haim | 6 | -1/+370 |
2016-05-10 | PCAP API - added packet hook |  imarom | 4 | -41/+69 |
2016-05-10 | wait_on_traffic might get stuck if the async thread unexpectedly crashed |  imarom | 2 | -2/+12 |
2016-05-10 | Merge remote-tracking branch 'origin/master' |  Yaroslav Brustinov | 2 | -6/+3 |
2016-05-10 | hltapi: use flow_stats only for ipv4 packets, add flag to disable flow_stats,... |  Yaroslav Brustinov | 1 | -3/+8 |
2016-05-10 | test should not check for a state of port when TX a burst. |  imarom | 1 | -6/+0 |
2016-05-09 | clear_stats must first call an async barrier |  imarom | 1 | -0/+3 |
2016-05-09 | revert typo |  Yaroslav Brustinov | 1 | -1/+0 |
2016-05-09 | fix cache splitter |  Hanoh Haim | 3 | -4/+28 |
2016-05-09 | added force option to local PCAP - for > 1MB files |  imarom | 3 | -9/+16 |
2016-05-09 | small fix for TUI (shows CPU util. in round up float) |  imarom | 1 | -2/+5 |
2016-05-09 | PCAP remote gtests |  imarom | 10 | -19/+125 |
2016-05-09 | PCAP remote code review fixes |  imarom | 6 | -105/+127 |