Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-01 | Merge from origin | 9 | -18/+143 | ||
2016-02-01 | fix for http://trex-tgn.cisco.com/youtrack/issue/trex-174 | 9 | -18/+143 | ||
2016-02-01 | Merge from origin | 4 | -18/+22 | ||
2016-02-01 | Merge branch 'trex-173' of git://github.com/wofanli/trex-core into ↵ | 1 | -6/+4 | ||
wofanli-trex-173 | |||||
2016-02-01 | trex-173, remove support for one-app-server in global configuration. | 1 | -6/+4 | ||
2016-02-01 | simulator support (API and profiles) | 4 | -18/+22 | ||
2016-02-01 | fix vm bug with packet size bigger than 128 and field<33 | 2 | -6/+6 | ||
2016-01-27 | ZMQ stubbed on simulation | 2 | -23/+81 | ||
2016-01-26 | 1. fixed failing regression test | 2 | -12/+14 | ||
2. enabled STL nose tests 3. fixed packet size padding to 60 | |||||
2016-01-26 | packet is now base64 encoded | 3 | -4/+138 | ||
2016-01-25 | Fix of printf in latency debug | 1 | -1/+1 | ||
2016-01-24 | added support for L1 B/W check | 4 | -19/+45 | ||
both start/update now enforce this and it can be bypassed by providing 'force' | |||||
2016-01-24 | fixed issue trex-172: Console -m 100% is L2 and no L1 | 6 | -48/+84 | ||
http://trex-tgn.cisco.com/youtrack/issue/trex-172 | |||||
2016-01-24 | Merge from origin | 10 | -42/+127 | ||
2016-01-24 | 82599 report input errors on drop queue- remove the MPC in this case | 1 | -3/+7 | ||
2016-01-21 | async publish now | 10 | -42/+127 | ||
2016-01-19 | Fix issue of --learn-mode ignored if --learn-verify was set before it in ↵ | 1 | -3/+4 | ||
command line | |||||
2016-01-19 | In latency check, do not send responses for requests that were actually dropped | 1 | -3/+5 | ||
2016-01-19 | Adding option to pass NAT info in TCP ACK of first SYN | 13 | -325/+451 | ||
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-10 | random packet size - uses expected packet size | 5 | -26/+82 | ||
instead of the value as is | |||||
2016-01-07 | Merge | 12 | -670/+846 | ||
2016-01-07 | basic enic support- still has issues | 1 | -1/+30 | ||
2016-01-07 | simulation bug - mbuf refinc | 2 | -5/+13 | ||
2016-01-07 | Added --send-debug-pkt | 5 | -605/+559 | ||
Moved code from main_dpdk.cpp to new files. | |||||
2016-01-07 | stateless sim dry was "too much" dry - no only I/O is skipped | 3 | -14/+43 | ||
2016-01-07 | first bug caught by the simulator - memory leak | 2 | -0/+7 | ||
2016-01-07 | yet another stateless simulation phase | 5 | -18/+100 | ||
2016-01-07 | more options to the stateless simulation | 5 | -44/+140 | ||
2016-01-05 | Merge branch 'random_pkt' | 14 | -99/+668 | ||
2016-01-05 | stateful load 9k packets | 1 | -4/+1 | ||
2016-01-05 | 9k packet size does not work for VMXNET3 | 2 | -3/+8 | ||
2016-01-05 | random 9k works on 10gb nics | 2 | -3/+5 | ||
2016-01-05 | stateless sim - core_index and all cores simulation | 5 | -46/+117 | ||
2016-01-04 | some additions to the stateless simulation mode | 6 | -39/+158 | ||
2016-01-04 | a script to inject simulation stateless files | 2 | -1/+47 | ||
2016-01-04 | simulation end to end | 18 | -652/+1162 | ||
2016-01-04 | Fixing 40G stuck input queue issue | 1 | -52/+38 | ||
2015-12-29 | trim packet size command works | 4 | -6/+24 | ||
2015-12-28 | fix simulation stats | 1 | -5/+5 | ||
2015-12-28 | maximum packet size support 9k - simulation | 11 | -87/+634 | ||
2015-12-28 | Better error message when user gives too big -c arg | 1 | -2/+54 | ||
2015-12-27 | Added README to dpdk dir | 1 | -0/+3 | ||
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 | Changes only to DPDK files: dpdk22 40G fixes for TTL and ip_protocol match ↵ | 7 | -10/+104 | ||
and IPv6 support + TX hang issue fix | |||||
2015-12-27 | Adding dpdk 2.2 instead of dpdk 1.8 and making changes to make compilation work. | 653 | -145660/+96435 | ||
40G and 10G filters do not work yet. | |||||
2015-12-24 | merge vm random support | 12 | -276/+867 | ||
2015-12-24 | add refresh option to stream - should be enabled by stream bit | 2 | -0/+21 | ||
2015-12-24 | improve multi-core random VM support | 6 | -26/+237 | ||