Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2015-10-25 | first version | 5 | -86/+161 | ||
2015-10-20 | Merge remote-tracking branch 'origin/master' | 1 | -54/+58 | ||
2015-10-20 | merge tuple_gen loader fix | 1 | -54/+58 | ||
2015-10-20 | minor | 1 | -1/+1 | ||
2015-10-20 | clean up the code | 1 | -29/+23 | ||
2015-10-20 | minor change | 1 | -13/+5 | ||
2015-10-20 | trex-131 | 2 | -88/+85 | ||
2015-10-20 | Merge branch 'master' into master-demo + | 32 | -742/+1726 | ||
working demo of loading a YAML, and attaching it to server | |||||
2015-10-19 | fix new compiler warning issue in stateless | 2 | -0/+5 | ||
2015-10-19 | fix flow_var_name -> name | 1 | -1/+1 | ||
2015-10-19 | Merge branch 'rpc' -> add support for interactive mode | 26 | -354/+1321 | ||
2015-10-18 | another small fix for trex-130 | 4 | -176/+117 | ||
2015-10-18 | fix trex-130 issue | 1 | -33/+31 | ||
2015-10-15 | Merge from tuple_gen_phase2 | 7 | -176/+249 | ||
2015-10-11 | DP cores now inject a single packet as a dummy to see stats | 17 | -56/+316 | ||
2015-10-11 | some DP base files | 6 | -12/+104 | ||
2015-10-09 | minor change | 1 | -14/+14 | ||
2015-10-09 | code update after review | 3 | -186/+216 | ||
2015-10-08 | first integration with DPDK layer | 6 | -51/+198 | ||
2015-10-08 | fixed some bugs in the async server | 7 | -46/+129 | ||
also added affinity to the stateless main object | |||||
2015-10-08 | some file renaming | 11 | -17/+17 | ||
2015-10-07 | added some dir structure to the stateless | 8 | -0/+0 | ||
2015-10-07 | added async publisher to the RPC server | 13 | -266/+502 | ||