Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-21 | latency.cpp: update ports stats at CLatencyManager::update, instead of ↵ | Yaroslav Brustinov | 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 | Hanoh Haim | 3 | -2/+32 | |
2015-12-15 | Merging lastest 'master' to side branch 'vm' | imarom | 7 | -5/+24 | |
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | imarom | 12 | -92/+118 | |
2015-12-15 | refactor the vm_tests | Hanoh Haim | 1 | -98/+33 | |
2015-12-15 | fix ubuntu compiler warnings | Hanoh Haim | 3 | -4/+11 | |
2015-12-15 | first test works | Hanoh Haim | 6 | -44/+180 | |
2015-12-15 | check VmDp object | Hanoh Haim | 1 | -0/+77 | |
2015-12-15 | check max packet update | Hanoh Haim | 2 | -4/+122 | |
2015-12-15 | fixing crash in ipv6 rx-check mode | Ido Barnea | 1 | -0/+2 | |
2015-12-15 | moved all return code values to RC types (better for batch rc) | imarom | 2 | -1/+13 | |
also few fixes | |||||
2015-12-14 | bugs fixes | imarom | 4 | -4/+9 | |
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | fix merge issues | Hanoh Haim | 1 | -10/+12 | |
2015-12-14 | merge from master | Hanoh Haim | 29 | -1978/+2638 | |
2015-12-14 | add client command | Hanoh Haim | 3 | -15/+509 | |
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | Yaroslav Brustinov | 1 | -3/+5 | |
2015-12-14 | vm - check ipv4 fix checksum | Hanoh Haim | 1 | -90/+300 | |
2015-12-14 | big edian support another test | Hanoh Haim | 1 | -4/+4 | |
2015-12-14 | big edian support | Hanoh Haim | 3 | -10/+206 | |
2015-12-13 | test inc8 | Hanoh Haim | 1 | -0/+78 | |
2015-12-13 | add commands | Hanoh Haim | 3 | -16/+281 | |
2015-12-13 | compile a program | Hanoh Haim | 3 | -47/+427 | |
2015-12-13 | minor | Hanoh Haim | 2 | -2/+22 | |
2015-12-13 | add git sha to version | Hanoh Haim | 1 | -1/+2 | |
2015-12-10 | removed session id - not necessary | imarom | 4 | -20/+8 | |
2015-12-09 | read only support | imarom | 8 | -131/+222 | |
2015-12-07 | added 'dry' option to start command | imarom | 3 | -2/+27 | |
this enables showing a profile map before starting | |||||
2015-12-07 | fixed for Ubunutu compiler (more strict) | imarom | 1 | -1/+3 | |
2015-12-07 | fix compiler error 4.8.4 | Hanoh Haim | 1 | -1/+1 | |
2015-12-07 | Make ICMP filter for 40G work | Ido Barnea | 4 | -13/+32 | |
2015-12-06 | moved gtest to new compile API | imarom | 4 | -125/+95 | |
2015-12-06 | burst bug - | imarom | 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) | imarom | 7 | -109/+141 | |
2015-12-01 | vm compiler v0 | Hanoh Haim | 4 | -3/+592 | |
2015-12-01 | Added ICMP latency packet modes | Ido Barnea | 9 | -1473/+1885 | |
2015-12-01 | 1. fixed ZMQ message limitation | imarom | 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 | Hanoh Haim | 3 | -1/+104 | |
2015-11-30 | vm mode works - first test | Hanoh Haim | 9 | -31/+229 | |
2015-11-29 | support for update +/- request | imarom | 4 | -77/+190 | |
2015-11-26 | Hanoch's review - changed update model to differential | imarom | 11 | -96/+184 | |
also, graph is calculated on demand and once for each update | |||||
2015-11-26 | added support for 'update' | imarom | 8 | -38/+150 | |
2015-11-25 | move to real idle in case of stop | Hanoh Haim | 1 | -0/+1 | |
2015-11-25 | fixed a bug with default start command in the console | imarom | 2 | -3/+12 | |
also added clear events and more types of events | |||||
2015-11-25 | added events log | imarom | 2 | -2/+4 | |
2015-11-25 | support for "total" flag for start | imarom | 1 | -9/+5 | |
also fixed a bug in mpps (trex console) | |||||
2015-11-24 | added support for percentage on start | imarom | 5 | -9/+86 | |
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-24 | Merge branch 'master' of ↵ | imarom | 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 | imarom | 4 | -50/+260 | |
2015-11-23 | add stream graph + support for console to use any of the following | imarom | 8 | -11/+380 | |
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet | |||||
2015-11-23 | add pause/resume into the console | Hanoh Haim | 5 | -11/+32 | |