summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Fixes to latency code + testsIdo Barnea1-1/+1
2016-05-18fix mbuf ref count issue in vm cache modeIdo Barnea1-0/+1
2016-05-18unit tests + simulator workIdo Barnea1-32/+19
2016-05-18Latency stat python API workIdo Barnea1-74/+3
2016-05-18Regression tests working. Still missing python API to parse latency jsonIdo Barnea1-16/+101
2016-05-18Working version. temporary send_node that duplicates the mbuf dataIdo Barnea1-34/+108
2016-05-18payload tx stat workIdo Barnea1-11/+52
2016-05-10cpu% without tscHanoh Haim1-2/+9
2016-05-10merge from masterHanoh Haim1-85/+157
2016-05-09PCAP remote code review fixesimarom1-9/+15
2016-05-09added duration to remote pushimarom1-3/+18
2016-05-09PCAP refinementimarom1-84/+113
2016-05-09first remote PCAP push - draftimarom1-1/+23
2016-05-08add cache to CPHanoh Haim1-13/+13
2016-05-03Merge trex-204Hanoh Haim1-3/+15
2016-05-03fix trex-204 by Wenxian with minor changesHanoh Haim1-2/+2
2016-05-03Fix bug on mac replacement by WenxianHanoh Haim1-1/+1
2016-05-03typoYaroslav Brustinov1-2/+2
2016-05-03bp_sim: correct description of supported stateful layersYaroslav Brustinov1-3/+15
2016-05-01undo precision changesYaroslav Brustinov1-8/+2
2016-05-01typoYaroslav Brustinov1-1/+0
2016-04-28increase accuracy of low values in json report (0.03 etc.)Yaroslav Brustinov1-2/+9
2016-04-17Added timestamp to trex-global and changed sprintf to snprintfIdo Barnea1-8/+12
2016-04-14Support for flow stat for vlan packets on 82599 card using --vlan optionIdo Barnea1-3/+6
2016-04-13Fix to trex-199 Fdir counters stuck to 2^32Ido Barnea1-13/+32
2016-04-12Temporary fix for trex-199 (xl170 counters stuck at 4G)Ido Barnea1-18/+31
2016-04-12events API and RX core util.imarom1-0/+1
2016-04-11remove old fdir codeHanoh Haim1-29/+0
2016-04-10Merge trex-197 bug fixHanoh Haim1-4/+6
2016-04-10fix trex-197Hanoh Haim1-5/+34
2016-04-07Do not send RX bytes in json if HW type does not support itIdo Barnea1-3/+3
2016-04-07Fix for issue of RX bytes per flow not 0 on xl710Ido Barnea1-1/+3
2016-04-03Enabled flow stats for all interface types + needed correctionsIdo Barnea1-8/+17
2016-03-29better error message for core_mask_sanityIdo Barnea1-1/+8
2016-03-28Remove RX stats from 1G/10G/VMIdo Barnea1-3/+6
2016-03-27fix for trex-193. Statefull with -l option never exitIdo Barnea1-7/+9
2016-03-27Added flow parser for 82599 10G card. Added exceptions for flow statIdo Barnea1-3/+31
2016-03-24Temporarely removed flow stat support from 1G, 10G and VMIdo Barnea1-3/+3
2016-03-24Revert "Added flow parser for 82599 10G card. Added exceptions for flow stat"Ido Barnea1-28/+0
2016-03-24Added flow parser for 82599 10G card. Added exceptions for flow statIdo Barnea1-0/+28
2016-03-23Fix for flow stats - making functions virtualIdo Barnea1-17/+17
2016-03-2310G and VM workIdo Barnea1-62/+143
2016-03-22Added CP to RX messagesIdo Barnea1-4/+4
2016-03-22RX bytes reporting workingIdo Barnea1-8/+13
2016-03-221g pkt flow stat workingIdo Barnea1-46/+99
2016-03-10RX stats #2imarom1-10/+10
2016-03-10RX STATS !imarom1-4/+11
2016-03-09Flow stat fix for issue of counting more than 1 streamIdo Barnea1-4/+4
2016-03-08Additions and fixes to per flow statsIdo Barnea1-5/+32
2016-03-08fix to rx stats crash when adding 2 streams and stoppingIdo Barnea1-30/+25