summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2016-05-10PCAP API - added packet hookimarom4-41/+69
example is much simpler now
2016-05-10wait_on_traffic might get stuck if the async thread unexpectedly crashedimarom2-2/+12
or exited
2016-05-10Merge remote-tracking branch 'origin/master'Yaroslav Brustinov2-6/+3
2016-05-10hltapi: use flow_stats only for ipv4 packets, add flag to disable ↵Yaroslav Brustinov1-3/+8
flow_stats, add argument for custom flow_stat id for use in profiles.
2016-05-10test should not check for a state of port when TX a burst.imarom1-6/+0
there can be a race between the test and the async message from the server when done
2016-05-09clear_stats must first call an async barrierimarom1-0/+3
otherwise we might clean unsycned stats and it will be useless next time the client gets an async update
2016-05-09added force option to local PCAP - for > 1MB filesimarom2-8/+15
2016-05-09small fix for TUI (shows CPU util. in round up float)imarom1-2/+5
2016-05-09PCAP remote gtestsimarom4-0/+0
2016-05-09added duration to remote pushimarom4-24/+225
2016-05-09PCAP refinementimarom4-124/+137
2016-05-09first remote PCAP push - draftimarom5-9/+114
2016-05-04regression: don't fail because of GA sending errors.Yaroslav Brustinov2-13/+19
2016-05-03bp_sim: correct description of supported stateful layersYaroslav Brustinov13-114/+110
main_dpdk: send bw_per_core with json, return back precision of low values jsonrpcserver: disable logging regression: use bw_per_core from cpp calculation correct test name for GA
2016-05-02two fixes:imarom3-28/+42
1. history traversal with lock when adding stats objects 2. sync with ports only when you acquire the port, reset does not sync with the streams
2016-05-02Python circular object reference - fiximarom2-6/+8
2016-04-30regression: stateless benchmark replace test name with profile for GAYaroslav Brustinov1-3/+3
2016-04-29GA fix for python3Yaroslav Brustinov2-9/+11
2016-04-29typoYaroslav Brustinov2-2/+2
2016-04-29typoYaroslav Brustinov1-1/+1
2016-04-29regression: add GAYaroslav Brustinov5-2/+317
2016-04-29typoYaroslav Brustinov1-1/+1
2016-04-29regression: stl benchmark less strict stabilizationYaroslav Brustinov1-3/+6
2016-04-28increase accuracy of low values in json report (0.03 etc.)Yaroslav Brustinov1-7/+10
2016-04-28regression: slight fix to stl benchmark testYaroslav Brustinov10-39/+51
2016-04-28regression: remove print from stl benchmarkYaroslav Brustinov1-1/+0
2016-04-28regression: lower demand on number of output packets at stateless benchmarkYaroslav Brustinov1-1/+1
2016-04-28regression: stateless benchmark fixesYaroslav Brustinov1-3/+6
2016-04-27regression: fail on low bw_per_coreYaroslav Brustinov1-4/+3
2016-04-27regression: add small delay if load clean config failsYaroslav Brustinov1-2/+3
2016-04-27regression: stateless CPU benchmark for profilesYaroslav Brustinov14-64/+1240
2016-04-27stateful api: fix filter max latencyYaroslav Brustinov2-1/+2
2016-04-26stateful api: fix filter max latencyYaroslav Brustinov2-23/+21
regression: fix bw_per_core at trex09 based on regression
2016-04-26regression: return back allow_timeout_devYaroslav Brustinov4-0/+4
2016-04-25regression: add trex12 configsYaroslav Brustinov2-175/+35
2016-04-25regression: line removed by mistake from trex14 benchmarkYaroslav Brustinov1-0/+1
2016-04-25regression: add trex09 benchmark.yamlYaroslav Brustinov1-113/+44
2016-04-25regression: add bw_per_core to kiwi02 and trex04Yaroslav Brustinov2-191/+124
2016-04-25regression: trex25 fix benchmark fileYaroslav Brustinov1-4/+8
2016-04-25regression: add bw per core for trex-dan, trex08, trex14, trex17, trex25Yaroslav Brustinov6-525/+358
flush printing buffer at beginning and end of tests
2016-04-24regression: imix assymetric - reduce cpu util demand because only half of ↵Yaroslav Brustinov1-1/+1
ports working
2016-04-24regression: nbar cpu util checkYaroslav Brustinov1-61/+1
2016-04-24regression: bw per core x2Yaroslav Brustinov1-1/+2
2016-04-24stateful API: add get_ports_count based on resultYaroslav Brustinov5-24/+43
regression: be per core takes into account number of ports
2016-04-24revert added by mistake codeYaroslav Brustinov1-9/+3
2016-04-24typoYaroslav Brustinov1-1/+1
2016-04-23regression: correct the BW per core calculationYaroslav Brustinov3-21/+25
2016-04-21stateful API: avoid zero divisionYaroslav Brustinov1-4/+7
2016-04-21regression: fix functional filters test pathYaroslav Brustinov3-25/+103
stateful API: add get_files, get_files_list
2016-04-19minor fix to TUI with no portsimarom1-23/+13