Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2015-12-24 | fix display of huge positive number of drops (due to casting from negative ↵ | 1 | -2/+9 | ||
to unsinged) | |||||
2015-12-23 | connected control plane to split | 5 | -59/+121 | ||
2015-12-23 | support for client var split | 7 | -37/+144 | ||
2015-12-23 | VM wrap around issue | 1 | -32/+40 | ||
2015-12-23 | some fixes to the VM and the splitter | 4 | -78/+172 | ||
2015-12-23 | support for VM split - 1st phase | 11 | -201/+517 | ||
2015-12-21 | CRASH: uninit var at stateless port object | 1 | -0/+2 | ||
2015-12-21 | latency.cpp: update ports stats at CLatencyManager::update, instead of ↵ | 1 | -1/+5 | ||
CCPortLatency::DumpShort Python API added: * is_idle(): determine if TRex is in idle state * sample_x_seconds(): sample TRex for given number of seconds, useful for changing device (router etc.) config afterwards. | |||||
2015-12-16 | add tuple gen command and yaml example | 3 | -2/+32 | ||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | 7 | -5/+24 | ||
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | 12 | -92/+118 | ||
2015-12-15 | refactor the vm_tests | 1 | -98/+33 | ||
2015-12-15 | fix ubuntu compiler warnings | 3 | -4/+11 | ||
2015-12-15 | first test works | 6 | -44/+180 | ||
2015-12-15 | check VmDp object | 1 | -0/+77 | ||
2015-12-15 | check max packet update | 2 | -4/+122 | ||
2015-12-15 | fixing crash in ipv6 rx-check mode | 1 | -0/+2 | ||
2015-12-15 | moved all return code values to RC types (better for batch rc) | 2 | -1/+13 | ||
also few fixes | |||||
2015-12-14 | bugs fixes | 4 | -4/+9 | ||
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | fix merge issues | 1 | -10/+12 | ||
2015-12-14 | merge from master | 29 | -1978/+2638 | ||
2015-12-14 | add client command | 3 | -15/+509 | ||
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | 1 | -3/+5 | ||
2015-12-14 | vm - check ipv4 fix checksum | 1 | -90/+300 | ||
2015-12-14 | big edian support another test | 1 | -4/+4 | ||
2015-12-14 | big edian support | 3 | -10/+206 | ||
2015-12-13 | test inc8 | 1 | -0/+78 | ||
2015-12-13 | add commands | 3 | -16/+281 | ||
2015-12-13 | compile a program | 3 | -47/+427 | ||
2015-12-13 | minor | 2 | -2/+22 | ||
2015-12-13 | add git sha to version | 1 | -1/+2 | ||
2015-12-10 | removed session id - not necessary | 4 | -20/+8 | ||
2015-12-09 | read only support | 8 | -131/+222 | ||
2015-12-07 | added 'dry' option to start command | 3 | -2/+27 | ||
this enables showing a profile map before starting | |||||
2015-12-07 | fixed for Ubunutu compiler (more strict) | 1 | -1/+3 | ||
2015-12-07 | fix compiler error 4.8.4 | 1 | -1/+1 | ||
2015-12-07 | Make ICMP filter for 40G work | 4 | -13/+32 | ||
2015-12-06 | moved gtest to new compile API | 4 | -125/+95 | ||
2015-12-06 | burst bug - | 6 | -117/+213 | ||
generate compiler object per core send message per core instead of duplicating it | |||||
2015-12-06 | various fixes (each one is a minor one) | 7 | -109/+141 | ||