Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-12 | refactor stream object | 1 | -12/+6 | ||
2015-11-11 | add support for multi-burst | 3 | -31/+127 | ||
2015-11-11 | fix duration for stl tests | 2 | -8/+9 | ||
2015-11-11 | remove default duration | 1 | -1/+1 | ||
2015-11-11 | add first stl test and cleanup valgrind | 3 | -4/+60 | ||
2015-11-08 | tests golden were updated because main loop | 1 | -0/+1 | ||
exit model has changed (sometimes one more packet was written to the dump file) | |||||
2015-11-08 | code review notes: | 2 | -8/+21 | ||
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-03 | now support multiple interfaces / ports | 2 | -5/+27 | ||
2015-11-01 | stateless cores starts on IDLE - and starts the scheduler only when | 2 | -2/+55 | ||
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 | 3 | -9/+22 | ||
and not all of them | |||||
2015-10-29 | Hanoch's review comments #1 : fixed performancei issue | 3 | -48/+109 | ||
with the stateless node | |||||
2015-10-29 | some bug fixes: | 2 | -10/+39 | ||
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 | moved all stream compiling phase to a new file | 1 | -2/+2 | ||
trex_streams_compiler.cpp | |||||
2015-10-28 | support for multiple streams | 2 | -5/+12 | ||
2015-10-27 | working cont. stream on 1 core | 2 | -0/+257 | ||
2015-10-26 | RPC control plane now integarted with DPDK | 2 | -178/+0 | ||
2015-10-19 | fix new compiler warning issue in stateless | 1 | -0/+3 | ||
2015-10-11 | DP cores now inject a single packet as a dummy to see stats | 2 | -3/+99 | ||
2015-10-11 | some DP base files | 2 | -0/+79 | ||