Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-02 | Trex threads - pin DPDK master thread to the master core | imarom | 1 | -9/+0 | |
also, some names to the threads to make things clear and a script to show them Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-28 | move port_attr from driver class to physical port class + small fixes ↵ | Yaroslav Brustinov | 4 | -10/+9 | |
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | console: rearrange lines at "stats --ps" | Yaroslav Brustinov | 1 | -5/+19 | |
in case of start traffic with link down, return error with link state Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" | Yaroslav Brustinov | 2 | -6/+11 | |
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | new port attr commands: flow control, link status, led status | Yaroslav Brustinov | 3 | -27/+18 | |
add user friendly description to ports add xstats enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase. Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-09-30 | refactor limit split | Hanoh Haim | 1 | -12/+24 | |
2016-09-29 | minor fix hw_cs in case of random pkt size | Hanoh Haim | 1 | -63/+63 | |
2016-09-29 | minor fix to hw_cs inst | Hanoh Haim | 2 | -6/+7 | |
2016-09-29 | Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engine | Hanoh Haim | 2 | -3/+219 | |
2016-09-28 | performance measurements - class fix checksum does not work well | imarom | 1 | -4/+26 | |
2016-09-28 | performance tweak - faster checksum | imarom | 1 | -5/+4 | |
2016-09-25 | merge issues with rand limit | imarom | 2 | -69/+51 | |
2016-09-25 | split multicore - all tests pass | imarom | 2 | -454/+210 | |
2016-09-25 | client var support split now | imarom | 3 | -105/+193 | |
2016-09-25 | draft: new split algorithm | imarom | 3 | -206/+163 | |
2016-09-13 | add python test | Hanoh Haim | 1 | -1/+1 | |
2016-09-13 | add min/max to repeatable random inst | Hanoh Haim | 2 | -9/+55 | |
2016-09-13 | add rand_limit tests | Hanoh Haim | 1 | -1/+28 | |
2016-09-13 | add rand limit instruction DP | Hanoh Haim | 2 | -59/+443 | |
2016-09-13 | APIs and functions in preparation for receive all mode. XL710/i350 mode ↵ | Ido Barnea | 1 | -0/+1 | |
toggling work. | |||||
2016-09-07 | dual mode : code review fixes | imarom | 1 | -0/+4 | |
2016-09-07 | dual mode - check for ERF only | imarom | 1 | -2/+1 | |
2016-09-07 | DUAL mode - phase #1 | imarom | 2 | -18/+23 | |
2016-08-18 | TRex argument --dump-interfaces <list of PCI> (by default will take ↵ | Yaroslav Brustinov | 2 | -15/+3 | |
interfaces from /etc/trex_cfg.yaml if exists, if does not exists, will show all DPDK interfaces) get interface speed from DPDK instead of using constants per driver add script to generate config file /etc/trex_cfg.yaml: sudo ./dpdk_setup_ports.py -c <list of PCI> show table of interfaces in sudo ./dpdk_setup_ports.py -t | |||||
2016-08-18 | core_mask backward compatability (for GUI) | imarom | 1 | -1/+1 | |
2016-08-16 | personal code review tweaks | imarom | 2 | -3/+4 | |
2016-08-15 | TUI screen buffer | imarom | 2 | -5/+17 | |
2016-08-15 | core mask - first phase | imarom | 4 | -24/+111 | |
2016-08-08 | IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 ↵ | Ido Barnea | 1 | -0/+1 | |
packets with extension header. | |||||
2016-08-03 | fix for https://trex-tgn.cisco.com/youtrack/issue/trex-226 | imarom | 4 | -6/+51 | |
commit #trex-226 | |||||
2016-08-03 | async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232 | imarom | 1 | -1/+1 | |
2016-07-27 | support for graceful shutdown | imarom | 2 | -6/+32 | |
2016-07-25 | TRex console - add support for L1 BPS | imarom | 2 | -1/+8 | |
https://trex-tgn.cisco.com/youtrack/issue/trex-230 | |||||
2016-07-24 | breakge by previous commit - variable packet size can be inc/dec and not | imarom | 1 | -2/+9 | |
random | |||||
2016-07-24 | BUG: trex-227 - random packet size with -m 100% does not give 100% line rate | imarom | 4 | -8/+67 | |
https://trex-tgn.cisco.com/youtrack/issue/trex-227 | |||||
2016-07-06 | increase server<->client API version from 1.2 to 1.3 | Yaroslav Brustinov | 1 | -1/+5 | |
various fixes | |||||
2016-06-28 | Latency stream crash in case multiplier is the rate of latency stream | Hanoh Haim | 1 | -1/+1 | |
2016-06-22 | FLOW_STATS: extract start_stream from the compiler to start_traffic | imarom | 3 | -23/+85 | |
2016-06-20 | only latency streams might get the graph to crash while calculating | imarom | 1 | -1/+1 | |
duration (because latency is considered a fixed DC and not a real event) | |||||
2016-06-02 | watchdog phase 2 | imarom | 2 | -3/+2 | |
2016-05-23 | replace t-rex to TRex | Yaroslav Brustinov | 1 | -1/+1 | |
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807) | |||||
2016-05-18 | fix for validating L1 B/W with latency streams | imarom | 2 | -10/+10 | |
2016-05-18 | amplifying a port's bandwidth does not affect latency streams | imarom | 4 | -39/+134 | |
2016-05-18 | fixes according to Hanoch's code review | Ido Barnea | 1 | -1/+5 | |
2016-05-18 | remove stopping stream in stream destructor | Ido Barnea | 1 | -0/+2 | |
2016-05-18 | unit tests + simulator work | Ido Barnea | 1 | -0/+5 | |
2016-05-18 | Regression tests working. Still missing python API to parse latency json | Ido Barnea | 1 | -1/+0 | |
2016-05-18 | Working version. temporary send_node that duplicates the mbuf data | Ido Barnea | 1 | -1/+1 | |
2016-05-18 | payload tx stat work | Ido Barnea | 3 | -2/+4 | |
2016-05-10 | merge from master | Hanoh Haim | 4 | -13/+119 | |