summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2015-11-25support for "total" flag for startimarom2-2/+15
also fixed a bug in mpps (trex console)
2015-11-25removed some garbage printsimarom1-2/+0
2015-11-25added history command support - you can show the history or execute a ↵imarom2-2/+60
previous command
2015-11-24Pulling latestimarom6-57/+57
2015-11-24added support for percentage on startimarom2-10/+25
also added info about the correct interface driver and speed from DPDK layer
2015-11-24fix the pcap CRC- for statless pcap file should no include CRCHanoh Haim6-57/+57
2015-11-24Merge branch 'master' of ↵imarom7-0/+176
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-24minor console fixHanoh Haim1-2/+2
2015-11-23add stream graph + support for console to use any of the followingimarom1-13/+51
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet
2015-11-23add stl/burst fileHanoh Haim1-0/+36
2015-11-23add pause/resume into the consoleHanoh Haim3-0/+140
2015-11-22dp support for pause/resume only continues is supportedHanoh Haim1-0/+0
2015-11-22Merge from masterHanoh Haim3-15/+24
2015-11-22fix stop on duration per portHanoh Haim2-0/+0
2015-11-22TUI back onlineimarom3-15/+24
2015-11-21add back to back test of DPHanoh Haim3-0/+0
2015-11-21Merge branch 'new_kernels_support'Yaroslav Brustinov1-0/+0
2015-11-19full async DP stop supportimarom4-14/+43
2015-11-19Merge branch 'master' of ↵imarom4-42/+90
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-19Merge branch 'master' of ↵imarom5-0/+49
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core Conflicts: src/stateless/cp/trex_streams_compiler.h src/stateless/dp/trex_stateless_dp_core.cpp src/stateless/dp/trex_stateless_dp_core.h src/stateless/messaging/trex_stateless_messaging.cpp src/stateless/messaging/trex_stateless_messaging.h
2015-11-19another small testHanoh Haim1-0/+0
2015-11-19merge Dan console fixesHanoh Haim3-42/+90
2015-11-19another stream program testsHanoh Haim1-0/+0
2015-11-19another stream program testsHanoh Haim1-0/+0
2015-11-19add a test for stream programHanoh Haim1-0/+0
2015-11-19History feature is DONEDan Klein2-39/+68
Fixed bugs Cleaned code, more like PEP8
2015-11-18add support for a program of streams. refactor the dp codeHanoh Haim2-0/+49
2015-11-17minor bug in wait cmdimarom1-1/+1
2015-11-16created general trex console classDan Klein3-3/+22
added dynamic server async support fixed bugs
2015-11-15added duration to the RPC server (and all the way to the DP)imarom2-9/+13
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE"
2015-11-15few fixes to ZMQ client (timeout values)imarom3-29/+32
2015-11-15added Kernel support Fedora18 with kernel 3.11.10-100.fc18.x86_64Yaroslav Brustinov1-0/+0
2015-11-15clean shell / clientimarom3-137/+268
added script for run
2015-11-13Merge branch 'rpc_intg1' of ↵imarom9-5/+8
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-13few modsimarom3-34/+42
few fixes TUI is not working yet... need to fix more stuff a checkpoint for now
2015-11-12modifying stateless client to a simpler lightweight moduleimarom3-272/+144
2015-11-12DRAFT - only for internal purposeimarom3-658/+515
2015-11-12refactor stream objectHanoh Haim2-5/+6
2015-11-11add clean gtest scriptHanoh Haim1-0/+2
2015-11-11add support for multi-burstHanoh Haim5-0/+0
2015-11-11fix duration for stl testsHanoh Haim1-0/+0
2015-11-11lightweight consoleimarom5-954/+1284
2015-11-10Major progress in parsing, not stable yetDan Klein3-130/+488
Most advanced: start, stop functionality
2015-11-09Merge branch 'rpc_intg1' of ↵imarom3-3/+162
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-09moved logic to the port classimarom1-0/+3
also implemented the state machine for CP port
2015-11-09Merge branch 'rpc_intg1'Hanoh Haim34-650/+1881
2015-11-09Merge branch intg1Hanoh Haim26-93/+222
2015-11-09add many client exampleHanoh Haim1-0/+42
2015-11-08tests golden were updated because main loopimarom22-0/+0
exit model has changed (sometimes one more packet was written to the dump file)
2015-11-08code review notes:imarom1-2/+2
1. performance improvement for stateless DP core object (direct object) 2. exit scheduler loop is now using a scheduled message and not IF 3. duration for inifinite is negative number 4. fixed stop_traffic scheduled node time