summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-12-14vm - check ipv4 fix checksumHanoh Haim1-90/+300
2015-12-14big edian support another testHanoh Haim1-4/+4
2015-12-14big edian supportHanoh Haim3-10/+206
2015-12-13test inc8Hanoh Haim1-0/+78
2015-12-13add commandsHanoh Haim3-16/+281
2015-12-13compile a programHanoh Haim3-47/+427
2015-12-13minorHanoh Haim2-2/+22
2015-12-01vm compiler v0Hanoh Haim4-3/+592
2015-11-30another vm testHanoh Haim3-1/+104
2015-11-30vm mode works - first testHanoh Haim9-31/+229
2015-11-29support for update +/- requestimarom4-77/+190
2015-11-26Hanoch's review - changed update model to differentialimarom11-96/+184
also, graph is calculated on demand and once for each update
2015-11-26added support for 'update'imarom8-38/+150
2015-11-25move to real idle in case of stopHanoh Haim1-0/+1
2015-11-25fixed a bug with default start command in the consoleimarom2-3/+12
also added clear events and more types of events
2015-11-25added events logimarom2-2/+4
2015-11-25support for "total" flag for startimarom1-9/+5
also fixed a bug in mpps (trex console)
2015-11-24added support for percentage on startimarom5-9/+86
also added info about the correct interface driver and speed from DPDK layer
2015-11-24Merge branch 'master' of ↵imarom12-43/+618
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-24bug fixes for the graphimarom4-50/+260
2015-11-23add stream graph + support for console to use any of the followingimarom8-11/+380
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet
2015-11-23add pause/resume into the consoleHanoh Haim5-11/+32
2015-11-22dp support for pause/resume only continues is supportedHanoh Haim6-3/+220
2015-11-22fix stop on duration per portHanoh Haim8-29/+366
2015-11-21add back to back test of DPHanoh Haim4-9/+238
2015-11-21Merge from masterHanoh Haim14-127/+989
2015-11-21fix crash in case of CNTL-CHanoh Haim1-3/+9
2015-11-19Merge branch 'master' of ↵imarom3-3/+7
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-19BUG: didn't do all the states per port on the DP - now fixedimarom7-31/+45
2015-11-19a bug in back to back start/stopimarom2-8/+9
2015-11-19disable stop event when you got it as a sync requestimarom3-0/+14
2015-11-19full async DP stop supportimarom8-10/+157
2015-11-19support debug logs in case of dpdk debug imageHanoh Haim3-3/+7
2015-11-19Merge branch 'master' of ↵imarom1-0/+83
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-19Merge branch 'master' of ↵imarom16-119/+1001
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/+83
2015-11-19async events (DP to CP)imarom13-82/+641
2015-11-19another stream program testsHanoh Haim2-1/+70
2015-11-19another stream program testsHanoh Haim1-1/+62
2015-11-19 minor typo fixHanoh Haim2-32/+27
2015-11-19add a test for stream programHanoh Haim2-3/+67
2015-11-18add support for a program of streams. refactor the dp codeHanoh Haim13-79/+774
2015-11-17Merge branch 'master' of ↵imarom7-1/+114
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core Conflicts: src/main_dpdk.cpp
2015-11-17checkpoint before mergeimarom4-67/+196
2015-11-16Merge from masterHanoh Haim12-53/+546
2015-11-16 clean termination - stateless and stateful - fix pure virtual function errorHanoh Haim7-1/+114
2015-11-16basic compiler checksimarom5-16/+525
added checks against: 1. duplicate stream IDs 2. pointing to non existent streams 3. 'dead streams' - unreachable by any other stream
2015-11-15Merge branch 'rpc_intg1'imarom11-37/+21
2015-11-15added duration to the RPC server (and all the way to the DP)imarom11-37/+21
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE"
2015-11-15Merge from rpc_intg1Hanoh Haim1-6/+6