Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-10 | add alloc_error, queue_full, queue_drop stats report via ZMQ | 1 | -0/+3 | ||
regression: update kiwi02 and trex08 benchmarks add common "scripts_dir" variable for usage in tests configure router with proper MTU in jumbo test add --local flag for not connecting to remote server (useful for functional tests) | |||||
2016-01-07 | Merge | 1 | -605/+28 | ||
2016-01-07 | basic enic support- still has issues | 1 | -1/+30 | ||
2016-01-07 | Added --send-debug-pkt | 1 | -605/+28 | ||
Moved code from main_dpdk.cpp to new files. | |||||
2016-01-05 | Merge branch 'random_pkt' | 1 | -31/+103 | ||
2016-01-05 | 9k packet size does not work for VMXNET3 | 1 | -1/+6 | ||
2016-01-04 | Fixing 40G stuck input queue issue | 1 | -52/+38 | ||
2015-12-29 | trim packet size command works | 1 | -3/+6 | ||
2015-12-28 | maximum packet size support 9k - simulation | 1 | -30/+94 | ||
2015-12-28 | Better error message when user gives too big -c arg | 1 | -2/+54 | ||
2015-12-27 | No flow control disabling for 40G. | 1 | -15/+17 | ||
Add DPDK version to help string. | |||||
2015-12-27 | Full support dpdk 22. | 1 | -89/+75 | ||
2015-12-27 | Adding dpdk 2.2 instead of dpdk 1.8 and making changes to make compilation work. | 1 | -16/+26 | ||
40G and 10G filters do not work yet. | |||||
2015-12-24 | fix display of huge positive number of drops (due to casting from negative ↵ | 1 | -2/+9 | ||
to unsinged) | |||||
2015-12-15 | VM: connected control plane to DP | 1 | -0/+2 | ||
2015-12-14 | merge from master | 1 | -120/+118 | ||
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | 1 | -3/+5 | ||
2015-12-13 | add git sha to version | 1 | -1/+2 | ||
2015-12-07 | Make ICMP filter for 40G work | 1 | -10/+9 | ||
2015-12-01 | vm compiler v0 | 1 | -0/+1 | ||
2015-12-01 | Added ICMP latency packet modes | 1 | -114/+110 | ||
2015-11-30 | vm mode works - first test | 1 | -8/+11 | ||
2015-11-25 | added events log | 1 | -0/+1 | ||
2015-11-24 | added support for percentage on start | 1 | -0/+33 | ||
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-19 | Merge branch 'master' of ↵ | 1 | -1/+1 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | full async DP stop support | 1 | -3/+6 | ||
2015-11-19 | support debug logs in case of dpdk debug image | 1 | -1/+1 | ||
2015-11-19 | Merge branch 'master' of ↵ | 1 | -28/+23 | ||
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 | async events (DP to CP) | 1 | -15/+65 | ||
2015-11-19 | minor typo fix | 1 | -28/+23 | ||
2015-11-17 | Merge branch 'master' of ↵ | 1 | -0/+47 | ||
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 | 1 | -66/+2 | ||
2015-11-16 | clean termination - stateless and stateful - fix pure virtual function error | 1 | -0/+47 | ||
2015-11-09 | DPDK target is now built with -Wall -Werror | 1 | -50/+64 | ||
(with few expections) on both Fedora 18 and Ubunutu | |||||
2015-11-05 | fix normal trex | 1 | -1/+3 | ||
2015-11-04 | some fields were missing from the ZMQ publisher | 1 | -10/+33 | ||
2015-11-03 | now support multiple interfaces / ports | 1 | -0/+33 | ||
2015-11-02 | status is back online + ZMQ async stats | 1 | -1/+7 | ||
2015-11-01 | stateless cores starts on IDLE - and starts the scheduler only when | 1 | -24/+0 | ||
traffic is being transmitted if the traffic stops completely on the core - back to IDLE state | |||||
2015-10-29 | Hanoch's review comments #1 : fixed performancei issue | 1 | -0/+3 | ||
with the stateless node | |||||
2015-10-29 | some bug fixes: | 1 | -1/+1 | ||
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-26 | Merge branch 'rpc_intg1' of ↵ | 1 | -55/+59 | ||
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 | 1 | -48/+75 | ||
2015-10-26 | stateless dp works with static packet | 1 | -6/+29 | ||
2015-10-25 | add stateless io object | 1 | -53/+34 | ||
2015-10-25 | cp works now. no DP, no RPC integration | 1 | -40/+9 | ||
2015-10-25 | first version | 1 | -76/+117 | ||
2015-10-19 | Merge branch 'rpc' -> add support for interactive mode | 1 | -36/+124 | ||
2015-10-11 | DP cores now inject a single packet as a dummy to see stats | 1 | -15/+20 | ||
2015-10-11 | some DP base files | 1 | -1/+1 | ||