summaryrefslogtreecommitdiffstats
path: root/src/stateless/dp/trex_stateless_dp_core.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-12-24improve multi-core random VM supportHanoh Haim1-2/+6
2015-12-23support for client var splitimarom1-0/+2
2015-12-23support for VM split - 1st phaseimarom1-11/+13
2015-12-15first test worksHanoh Haim1-4/+32
2015-12-14merge from masterHanoh Haim1-1/+1
2015-12-06burst bug -imarom1-1/+1
generate compiler object per core send message per core instead of duplicating it
2015-11-30another vm testHanoh Haim1-0/+3
2015-11-30vm mode works - first testHanoh Haim1-13/+85
2015-11-26Hanoch's review - changed update model to differentialimarom1-6/+5
also, graph is calculated on demand and once for each update
2015-11-26added support for 'update'imarom1-6/+28
2015-11-25move to real idle in case of stopHanoh Haim1-0/+1
2015-11-23add pause/resume into the consoleHanoh Haim1-0/+1
2015-11-22dp support for pause/resume only continues is supportedHanoh Haim1-0/+52
2015-11-22fix stop on duration per portHanoh Haim1-17/+39
2015-11-21add back to back test of DPHanoh Haim1-3/+8
2015-11-21Merge from masterHanoh Haim1-0/+12
2015-11-21fix crash in case of CNTL-CHanoh Haim1-3/+9
2015-11-19BUG: didn't do all the states per port on the DP - now fixedimarom1-1/+1
2015-11-19Merge branch 'master' of ↵imarom1-37/+293
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-19async events (DP to CP)imarom1-4/+9
2015-11-19add a test for stream programHanoh Haim1-3/+4
2015-11-18add support for a program of streams. refactor the dp codeHanoh Haim1-37/+291
2015-11-17Merge branch 'master' of ↵imarom1-0/+12
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core Conflicts: src/main_dpdk.cpp
2015-11-17checkpoint before mergeimarom1-1/+7
2015-11-16Merge from masterHanoh Haim1-4/+2
2015-11-16 clean termination - stateless and stateful - fix pure virtual function errorHanoh Haim1-0/+12
2015-11-15added duration to the RPC server (and all the way to the DP)imarom1-4/+2
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE"
2015-11-12refactor stream objectHanoh Haim1-12/+6
2015-11-11add support for multi-burstHanoh Haim1-17/+44
2015-11-11fix duration for stl testsHanoh Haim1-6/+7
2015-11-11 remove default durationHanoh Haim1-1/+1
2015-11-11add first stl test and cleanup valgrindHanoh Haim1-2/+42
2015-11-08tests golden were updated because main loopimarom1-0/+1
exit model has changed (sometimes one more packet was written to the dump file)
2015-11-08code review notes:imarom1-7/+9
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
2015-11-03now support multiple interfaces / portsimarom1-4/+22
2015-11-01stateless cores starts on IDLE - and starts the scheduler only whenimarom1-2/+42
traffic is being transmitted if the traffic stops completely on the core - back to IDLE state
2015-11-01DP stop message now disables only port related nodesimarom1-6/+18
and not all of them
2015-10-29Hanoch's review comments #1 : fixed performancei issueimarom1-39/+4
with the stateless node
2015-10-29some bug fixes:imarom1-8/+32
1. added a active bit to all the active nodes - when a stop arrives it invalidates them for next time 2. some small flag issues in the stateless port
2015-10-28moved all stream compiling phase to a new fileimarom1-2/+2
trex_streams_compiler.cpp
2015-10-28support for multiple streamsimarom1-4/+8
2015-10-27working cont. stream on 1 coreimarom1-0/+137
2015-10-26RPC control plane now integarted with DPDKimarom1-135/+0
2015-10-19fix new compiler warning issue in statelessHanoh Haim1-0/+3
2015-10-11DP cores now inject a single packet as a dummy to see statsimarom1-3/+98
2015-10-11some DP base filesimarom1-0/+37