Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-22 | fix stop on duration per port | Hanoh Haim | 8 | -29/+366 | |
2015-11-21 | add back to back test of DP | Hanoh Haim | 4 | -9/+238 | |
2015-11-21 | Merge from master | Hanoh Haim | 14 | -127/+989 | |
2015-11-21 | fix crash in case of CNTL-C | Hanoh Haim | 1 | -3/+9 | |
2015-11-19 | Merge branch 'master' of ↵ | imarom | 3 | -3/+7 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | BUG: didn't do all the states per port on the DP - now fixed | imarom | 7 | -31/+45 | |
2015-11-19 | a bug in back to back start/stop | imarom | 2 | -8/+9 | |
2015-11-19 | disable stop event when you got it as a sync request | imarom | 3 | -0/+14 | |
2015-11-19 | full async DP stop support | imarom | 8 | -10/+157 | |
2015-11-19 | support debug logs in case of dpdk debug image | Hanoh Haim | 3 | -3/+7 | |
2015-11-19 | Merge branch 'master' of ↵ | imarom | 1 | -0/+83 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | Merge branch 'master' of ↵ | imarom | 16 | -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-19 | another small test | Hanoh Haim | 1 | -0/+83 | |
2015-11-19 | async events (DP to CP) | imarom | 13 | -82/+641 | |
2015-11-19 | another stream program tests | Hanoh Haim | 2 | -1/+70 | |
2015-11-19 | another stream program tests | Hanoh Haim | 1 | -1/+62 | |
2015-11-19 | minor typo fix | Hanoh Haim | 2 | -32/+27 | |
2015-11-19 | add a test for stream program | Hanoh Haim | 2 | -3/+67 | |
2015-11-18 | add support for a program of streams. refactor the dp code | Hanoh Haim | 13 | -79/+774 | |
2015-11-17 | Merge branch 'master' of ↵ | imarom | 7 | -1/+114 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core Conflicts: src/main_dpdk.cpp | |||||
2015-11-17 | checkpoint before merge | imarom | 4 | -67/+196 | |
2015-11-16 | Merge from master | Hanoh Haim | 12 | -53/+546 | |
2015-11-16 | clean termination - stateless and stateful - fix pure virtual function error | Hanoh Haim | 7 | -1/+114 | |
2015-11-16 | basic compiler checks | imarom | 5 | -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-15 | Merge branch 'rpc_intg1' | imarom | 11 | -37/+21 | |
2015-11-15 | added duration to the RPC server (and all the way to the DP) | imarom | 11 | -37/+21 | |
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-15 | Merge from rpc_intg1 | Hanoh Haim | 1 | -6/+6 | |
2015-11-13 | Merge branch 'rpc_intg1' of ↵ | imarom | 21 | -444/+931 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-11-12 | DRAFT - only for internal purpose | imarom | 1 | -6/+6 | |
2015-11-12 | fix version.h issue | Hanoh Haim | 1 | -2/+2 | |
2015-11-12 | refactor stream object | Hanoh Haim | 8 | -86/+132 | |
2015-11-11 | add support for multi-burst | Hanoh Haim | 8 | -103/+464 | |
2015-11-11 | fix duration for stl tests | Hanoh Haim | 5 | -13/+24 | |
2015-11-11 | remove default duration | Hanoh Haim | 2 | -2/+3 | |
2015-11-11 | Merge first stateless test | Hanoh Haim | 5 | -4/+11 | |
2015-11-11 | add first stl test and cleanup valgrind | Hanoh Haim | 16 | -344/+412 | |
2015-11-11 | a bug causing rate to be sqaure | imarom | 1 | -1/+5 | |
2015-11-11 | lightweight console | imarom | 2 | -2/+4 | |
2015-11-10 | added "update" command | imarom | 2 | -1/+2 | |
2015-11-09 | moved logic to the port class | imarom | 7 | -106/+465 | |
also implemented the state machine for CP port | |||||
2015-11-09 | DPDK target is now built with -Wall -Werror | imarom | 4 | -60/+85 | |
(with few expections) on both Fedora 18 and Ubunutu | |||||
2015-11-08 | ubunutu compiler warning | imarom | 1 | -1/+1 | |
2015-11-08 | tests golden were updated because main loop | imarom | 2 | -6/+6 | |
exit model has changed (sometimes one more packet was written to the dump file) | |||||
2015-11-08 | fixed all warnings | imarom | 17 | -92/+114 | |
now compiles with -Wall -Werror | |||||
2015-11-08 | code review notes: | imarom | 5 | -33/+66 | |
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-05 | fix normal trex | Hanoh Haim | 1 | -1/+3 | |
2015-11-05 | bug fixes in status window | imarom | 3 | -4/+53 | |
2015-11-04 | some fields were missing from the ZMQ publisher | imarom | 1 | -10/+33 | |
2015-11-03 | support for multicore | imarom | 5 | -1/+66 | |
2015-11-03 | now support multiple interfaces / ports | imarom | 11 | -25/+116 | |