summaryrefslogtreecommitdiffstats
path: root/src/flow_stat.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-04Merge stateless rx core changes with Itay's changesIdo Barnea1-0/+1
2016-12-01bug found by valgrindimarom1-2/+4
2016-12-01refactor RX coreimarom1-3/+17
2016-11-03moved RX filter feature to port attrimarom1-2/+2
2016-09-13APIs and functions in preparation for receive all mode. XL710/i350 mode toggl...Ido Barnea1-2/+35
2016-08-08IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 p...Ido Barnea1-31/+33
2016-08-03ipv6 flow stat on vm workingIdo Barnea1-2/+2
2016-06-29flow stat/latency error counters code + documentationIdo Barnea1-5/+21
2016-06-26Fx trex-216 - Crash on VM setups when running latency flowsIdo Barnea1-4/+0
2016-06-22adding flow stat profiles to simulator testsIdo Barnea1-0/+10
2016-06-20Adding verify_stream in flow_stat.cppIdo Barnea1-4/+22
2016-06-14coverity fixesIdo Barnea1-3/+5
2016-06-02flow latency json changesIdo Barnea1-7/+23
2016-05-23Fixes to latency code + testsIdo Barnea1-0/+6
2016-05-18Change to latency python + small fixesIdo Barnea1-2/+2
2016-05-18small corrections to countersIdo Barnea1-2/+2
2016-05-18more error counterIdo Barnea1-14/+19
2016-05-18json fixesIdo Barnea1-3/+3
2016-05-18fixes according to Hanoch's code reviewIdo Barnea1-6/+16
2016-05-18unit tests + simulator workIdo Barnea1-3/+6
2016-05-18Latency stat python API workIdo Barnea1-11/+1
2016-05-18Regression tests working. Still missing python API to parse latency jsonIdo Barnea1-32/+50
2016-05-18Working version. temporary send_node that duplicates the mbuf dataIdo Barnea1-59/+132
2016-05-18payload tx stat workIdo Barnea1-70/+184
2016-04-07Do not send RX bytes in json if HW type does not support itIdo Barnea1-1/+2
2016-04-03Enabled flow stats for all interface types + needed correctionsIdo Barnea1-2/+21
2016-03-31Fix issue of receiving rx packets from previous test iterationIdo Barnea1-2/+8
2016-03-29flow stat - track flow statesIdo Barnea1-23/+93
2016-03-27properly ignore streams without flow stat enabled on stream deletion in flow_...Ido Barnea1-3/+3
2016-03-27Added flow parser for 82599 10G card. Added exceptions for flow statIdo Barnea1-80/+105
2016-03-24Revert "Added flow parser for 82599 10G card. Added exceptions for flow stat"Ido Barnea1-105/+80
2016-03-24Added flow parser for 82599 10G card. Added exceptions for flow statIdo Barnea1-80/+105
2016-03-2310G and VM workIdo Barnea1-3/+6
2016-03-22Added CP to RX messagesIdo Barnea1-1/+31
2016-03-22RX bytes reporting workingIdo Barnea1-8/+10
2016-03-14Fix for issue with flow stats when doing fast stop/start for streamIdo Barnea1-8/+5
2016-03-13Always send timestamp in flow stat. Even if no dataIdo Barnea1-5/+2
2016-03-13Send empty dict if no change for pg_id in flow statIdo Barnea1-0/+7
2016-03-10RX stats #2imarom1-6/+6
2016-03-10RX STATS !imarom1-1/+5
2016-03-10BW for RX statsimarom1-1/+3
2016-03-09Flow stat fix for issue of counting more than 1 streamIdo Barnea1-2/+4
2016-03-08Additions and fixes to per flow statsIdo Barnea1-31/+58
2016-03-08fix to rx stats crash when adding 2 streams and stoppingIdo Barnea1-9/+8
2016-03-07Added get_active_pgidsIdo Barnea1-0/+10
2016-03-07changed rx stats to flow stats everywhereIdo Barnea1-19/+19
2016-03-03RX stats example "stl_rx_stream.py"imarom1-1/+2
2016-03-03Small flow stat fixIdo Barnea1-1/+1
2016-03-03per flow stat bug fix (counting everything twice)Ido Barnea1-2/+3
2016-03-02tx stats per streamIdo Barnea1-32/+73