Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-19 | another stream program tests | 1 | -1/+62 | ||
2015-11-19 | minor typo fix | 2 | -32/+27 | ||
2015-11-19 | add a test for stream program | 2 | -3/+67 | ||
2015-11-18 | add support for a program of streams. refactor the dp code | 13 | -79/+774 | ||
2015-11-16 | Merge from master | 12 | -53/+546 | ||
2015-11-16 | clean termination - stateless and stateful - fix pure virtual function error | 7 | -1/+114 | ||
2015-11-16 | basic compiler checks | 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' | 11 | -37/+21 | ||
2015-11-15 | added duration to the RPC server (and all the way to the DP) | 11 | -37/+21 | ||
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-15 | Merge from rpc_intg1 | 1 | -6/+6 | ||
2015-11-13 | Merge branch 'rpc_intg1' of ↵ | 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 | 1 | -6/+6 | ||
2015-11-12 | fix version.h issue | 1 | -2/+2 | ||
2015-11-12 | refactor stream object | 8 | -86/+132 | ||
2015-11-11 | add support for multi-burst | 8 | -103/+464 | ||
2015-11-11 | fix duration for stl tests | 5 | -13/+24 | ||
2015-11-11 | remove default duration | 2 | -2/+3 | ||
2015-11-11 | Merge first stateless test | 5 | -4/+11 | ||
2015-11-11 | add first stl test and cleanup valgrind | 16 | -344/+412 | ||
2015-11-11 | a bug causing rate to be sqaure | 1 | -1/+5 | ||
2015-11-11 | lightweight console | 2 | -2/+4 | ||
2015-11-10 | added "update" command | 2 | -1/+2 | ||
2015-11-09 | moved logic to the port class | 7 | -106/+465 | ||
also implemented the state machine for CP port | |||||
2015-11-09 | DPDK target is now built with -Wall -Werror | 4 | -60/+85 | ||
(with few expections) on both Fedora 18 and Ubunutu | |||||
2015-11-08 | ubunutu compiler warning | 1 | -1/+1 | ||
2015-11-08 | tests golden were updated because main loop | 2 | -6/+6 | ||
exit model has changed (sometimes one more packet was written to the dump file) | |||||
2015-11-08 | fixed all warnings | 17 | -92/+114 | ||
now compiles with -Wall -Werror | |||||
2015-11-08 | code review notes: | 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 | 1 | -1/+3 | ||
2015-11-05 | bug fixes in status window | 3 | -4/+53 | ||
2015-11-04 | some fields were missing from the ZMQ publisher | 1 | -10/+33 | ||
2015-11-03 | support for multicore | 5 | -1/+66 | ||
2015-11-03 | now support multiple interfaces / ports | 11 | -25/+116 | ||
2015-11-02 | status is back online + ZMQ async stats | 1 | -1/+7 | ||
2015-11-01 | added support for a new RPC command : sync_user | 5 | -0/+51 | ||
provides a way to sync a console / GUI to the server for a specific user | |||||
2015-11-01 | added support for 'mul' field in start_traffic RPC command | 6 | -8/+10 | ||
2015-11-01 | stateless cores starts on IDLE - and starts the scheduler only when | 8 | -93/+102 | ||
traffic is being transmitted if the traffic stops completely on the core - back to IDLE state | |||||
2015-11-01 | DP stop message now disables only port related nodes | 9 | -14/+40 | ||
and not all of them | |||||
2015-10-29 | Hanoch's review comments #1 : fixed performancei issue | 6 | -107/+122 | ||
with the stateless node | |||||
2015-10-29 | some bug fixes: | 5 | -18/+51 | ||
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-28 | compiler missing files | 2 | -0/+149 | ||
2015-10-28 | moved all stream compiling phase to a new file | 7 | -94/+60 | ||
trex_streams_compiler.cpp | |||||
2015-10-28 | support for multiple streams | 8 | -51/+120 | ||
2015-10-27 | working cont. stream on 1 core | 13 | -91/+519 | ||
2015-10-26 | few breakage to the test simulation | 2 | -4/+1 | ||
2015-10-26 | Merge branch 'rpc_intg1' of ↵ | 7 | -139/+369 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-10-26 | RPC control plane now integarted with DPDK | 17 | -586/+497 | ||
2015-10-26 | stateless dp works with static packet | 7 | -90/+337 | ||
2015-10-25 | add stateless io object | 2 | -53/+36 | ||
2015-10-25 | cp works now. no DP, no RPC integration | 3 | -45/+14 | ||