Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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-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 | 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-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 | ||
2015-11-22 | dp support for pause/resume only continues is supported | 6 | -3/+220 | ||
2015-11-22 | fix stop on duration per port | 8 | -29/+366 | ||
2015-11-21 | add back to back test of DP | 4 | -9/+238 | ||
2015-11-21 | Merge from master | 14 | -127/+989 | ||
2015-11-21 | fix crash in case of CNTL-C | 1 | -3/+9 | ||
2015-11-19 | Merge branch 'master' of ↵ | 3 | -3/+7 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | BUG: didn't do all the states per port on the DP - now fixed | 7 | -31/+45 | ||
2015-11-19 | a bug in back to back start/stop | 2 | -8/+9 | ||
2015-11-19 | disable stop event when you got it as a sync request | 3 | -0/+14 | ||
2015-11-19 | full async DP stop support | 8 | -10/+157 | ||
2015-11-19 | support debug logs in case of dpdk debug image | 3 | -3/+7 | ||
2015-11-19 | Merge branch 'master' of ↵ | 1 | -0/+83 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | Merge branch 'master' of ↵ | 16 | -119/+1001 | ||
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 | another small test | 1 | -0/+83 | ||
2015-11-19 | async events (DP to CP) | 13 | -82/+641 | ||
2015-11-19 | another stream program tests | 2 | -1/+70 | ||
2015-11-19 | another stream program tests | 1 | -1/+62 | ||
2015-11-19 | minor typo fix | 2 | -32/+27 | ||
2015-11-19 | add a test for stream program | 2 | -3/+67 | ||
2015-11-18 | add support for a program of streams. refactor the dp code | 13 | -79/+774 | ||
2015-11-17 | Merge branch 'master' of ↵ | 7 | -1/+114 | ||
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 | 4 | -67/+196 | ||