summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-13TUI now writes to a string buffer and then to screenimarom4-9/+18
(should be faster, like double buffering and switch)
2016-01-13added 'total' line to statsimarom3-20/+74
2016-01-13update pkt builder vmYaroslav Brustinov1-11/+9
2016-01-13add Dan's packet builder functional testsYaroslav Brustinov8-0/+731
2016-01-12perfectionist's job is never done - fixed the console prompt redraw whenimarom2-4/+20
an async event occurs so it looks nice
2016-01-12some modifactions to the TUIimarom6-52/+93
few things were fixed
2016-01-12regression:Yaroslav Brustinov3-23/+28
add jumbo benchmark for trex08 replace --local for --functional flag, remove the need of SETUP_DIR in such case
2016-01-11regression:Yaroslav Brustinov3-4/+5
don't run CStlBasic_Test as part of regression with all tests, will be used at building stage. remove duplication of scripts_path with scripts_dir
2016-01-11small problem in the stl simulationimarom3-8/+11
2016-01-11remove zmq port 4507 from "example" cfgs, should be 4500.Yaroslav Brustinov3-10/+7
2016-01-10changing test path to /tmp/imarom1-1/+1
2016-01-10nose tests for statelessimarom6-1/+135
2016-01-10add alloc_error, queue_full, queue_drop stats report via ZMQYaroslav Brustinov6-20/+49
regression: update kiwi02 and trex08 benchmarks add common "scripts_dir" variable for usage in tests configure router with proper MTU in jumbo test add --local flag for not connecting to remote server (useful for functional tests)
2016-01-10random packet size - uses expected packet sizeimarom6-27/+84
instead of the value as is
2016-01-10Merge branch 'master' of https://github.com/danklein10/trex-core into ↵imarom9-33/+337
danklein10-master
2016-01-10regression: kiwi02 update benchmarkYaroslav Brustinov1-1/+1
2016-01-09kiwi02 update benchmarkYaroslav Brustinov4-11/+12
disable VM latenct check, max exceeds 100ms, avg can reach 150ms disable temporary jumbo with router
2016-01-08typoYaroslav Brustinov1-1/+1
2016-01-08ws_main.py: don't expect for env. vars if building local packageYaroslav Brustinov2-3/+4
regression: increase maximal allowed latency to 100ms on VM (50ms is not enough)
2016-01-08building: add pkg option with --pkg-dir and --pkg-file arguments (./b pkg ↵Yaroslav Brustinov9-41/+164
--pkg-dir ...) for building TRex package regression: add jumbo packets test high latency fails test and not only print add maximal and minimal expected CPU utilization aggregate results: remove tracebacks at usual errors in tests move TRex info from setups info to top (its now common to all setups) save last good commit hash
2016-01-08minor updatesDan Klein2-9/+19
2016-01-08Merge branch 'dan_stateless'Dan Klein9-32/+326
Added the support for "streams" command Missing: 1. "--full" output 2. sync with server after crash 3. merging output for identical port streams
2016-01-07MergeHanoh Haim39-789/+2579
2016-01-07basic enic support- still has issuesHanoh Haim1-1/+30
2016-01-07simulation bug - mbuf refincimarom2-5/+13
2016-01-07Working version of streams view in TRex console.Dan Klein9-55/+302
TODO: sync when console crashes isn't integrated yet
2016-01-07Added --send-debug-pktIdo Barnea6-605/+560
Moved code from main_dpdk.cpp to new files.
2016-01-07stateless sim dry was "too much" dry - no only I/O is skippedimarom3-14/+43
2016-01-07first bug caught by the simulator - memory leakimarom3-7/+24
2016-01-07yet another stateless simulation phaseimarom6-19/+107
2016-01-07more options to the stateless simulationimarom7-102/+225
2016-01-06regression: take new path of setupsYaroslav Brustinov1-2/+2
2016-01-06regression: move setups configuration to trex-core repoYaroslav Brustinov20-2/+1570
2016-01-06regression: add empty file to commit empty reports dirYaroslav Brustinov1-0/+0
2016-01-06regression: move style.css inside aggregate_results.pyYaroslav Brustinov2-56/+58
2016-01-05v1.85Hanoh Haim1-1/+3
2016-01-05Merge branch 'random_pkt'Hanoh Haim28-110/+833
2016-01-05stateful load 9k packetsHanoh Haim2-4/+71
2016-01-059k packet size does not work for VMXNET3Hanoh Haim2-3/+8
2016-01-05random 9k works on 10gb nicsHanoh Haim8-4/+90
2016-01-05stateless sim - core_index and all cores simulationimarom6-53/+187
2016-01-05Merge remote-tracking branch 'origin/master'Yaroslav Brustinov24-663/+1608
2016-01-05move regression to trex-coreYaroslav Brustinov120-1206/+21467
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11
2016-01-04Merge branch 'master' into dan_statelessDan Klein1017-148063/+167718
2016-01-04updated statsDan Klein1-2/+46
2016-01-04some additions to the stateless simulation modeimarom8-42/+221
2016-01-04a script to inject simulation stateless filesimarom4-1/+254
2016-01-04simulation end to endimarom19-654/+1167
2016-01-04Fixing 40G stuck input queue issueIdo Barnea1-52/+38
2015-12-29trim packet size command worksHanoh Haim6-15/+30