Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2015-12-01 | vm compiler v0 | 4 | -3/+592 | ||
2015-12-01 | Added ICMP latency packet modes | 9 | -1473/+1885 | ||
2015-12-01 | 1. fixed ZMQ message limitation | 6 | -35/+57 | ||
2. added some scale yamls for IMIX (300 streams, 1000 streams) 3. return objects are always complex objects (not strings) - for backward compatability 4. some minor adjustments to ZMQ socket timeouts | |||||
2015-11-30 | another vm test | 3 | -1/+104 | ||
2015-11-30 | vm mode works - first test | 9 | -31/+229 | ||
2015-11-29 | support for update +/- request | 4 | -77/+190 | ||
2015-11-26 | Hanoch's review - changed update model to differential | 11 | -96/+184 | ||
also, graph is calculated on demand and once for each update | |||||
2015-11-26 | added support for 'update' | 8 | -38/+150 | ||
2015-11-25 | move to real idle in case of stop | 1 | -0/+1 | ||
2015-11-25 | fixed a bug with default start command in the console | 2 | -3/+12 | ||
also added clear events and more types of events | |||||
2015-11-25 | added events log | 2 | -2/+4 | ||
2015-11-25 | support for "total" flag for start | 1 | -9/+5 | ||
also fixed a bug in mpps (trex console) | |||||
2015-11-24 | added support for percentage on start | 5 | -9/+86 | ||
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-24 | Merge branch 'master' of ↵ | 12 | -43/+618 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-24 | bug fixes for the graph | 4 | -50/+260 | ||
2015-11-23 | add stream graph + support for console to use any of the following | 8 | -11/+380 | ||
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet | |||||
2015-11-23 | add pause/resume into the console | 5 | -11/+32 | ||