Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-02 | Trex threads - pin DPDK master thread to the master core | 7 | -29/+61 | ||
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-31 | minor fixes | 3 | -4/+6 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-31 | In pre test - handle gratitues ARP, and answer ARP requests | 1 | -7/+39 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-30 | add ifdef guard to .h file | 1 | -0/+4 | ||
remove UUID from TUI STF Python API: show newlines instead of "\n\n\n" in Exception message STF Python API: remove "During handling of the above exception, another exception occurred:" in Python3.3+ dpdk_nic_bind.py: ensure needed PATH exists for lspci etc. t-rex-64: remove "stty: standard input: Inappropriate ioctl for device" t-rex-64: remove "cat: write error: Broken pipe" Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | Increased number of ARP retries at start to 10 | 1 | -1/+1 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-30 | Added inet_pton.cpp | 2 | -40/+174 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-28 | rebase merge typo | 1 | -2/+0 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | move port_attr from driver class to physical port class + small fixes ↵ | 10 | -178/+258 | ||
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | console: rearrange lines at "stats --ps" | 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 | disable fc change if not supported | 1 | -0/+3 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | Add method name to "Method not registered" error | 1 | -1/+3 | ||
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" | 12 | -110/+198 | ||
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 | 13 | -103/+440 | ||
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-10-26 | fixed performance issue (moved STRECH case to low priority cases) | 2 | -24/+56 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-25 | Remove useless print in server stateless mode | 1 | -1/+1 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-18 | severe crash when time strech push a node in the top of the priority queue | 2 | -5/+23 | ||
between TOP and POP it was obsereved during execution of the command push -r -f /auto/avc-devtest/CS-NBAR/SR_639103737/PcapPerIp.pcap -a -n 10000000 -s 1000 when two adject ports exists Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-18 | Help message fixes + removing unused command line options | 3 | -150/+62 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-13 | Revert "Fix bundeling in file names to bundling" | 1 | -1/+1 | ||
This reverts commit 9ed37dfeed71c3adac59f02e08ee08627bd7924c. Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-13 | Fix bundeling in file names to bundling | 1 | -1/+1 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-06 | put back --vlan option for stateless 82599 | 1 | -1/+9 | ||
2016-10-06 | Fix to set_rcv_all off on xl710 | 1 | -9/+13 | ||
2016-10-05 | Fix issue with set_rcv_all in 1G | 1 | -10/+11 | ||
2016-10-05 | pre test: Code review fixes | 14 | -236/+359 | ||
2016-10-05 | pre test: Some small fixes | 8 | -61/+128 | ||
2016-10-05 | pre test: Periodically send gratuitous ARP in stateful | 11 | -119/+240 | ||
2016-10-05 | pre test: Send grat ARP, and resolve gateway addresses | 7 | -25/+536 | ||
2016-10-05 | Implementation of Ipv6Header::getl4Proto + cleanup in Ipv6 files | 4 | -155/+273 | ||
2016-09-30 | refactor limit split | 2 | -14/+26 | ||
2016-09-29 | minor fix hw_cs in case of random pkt size | 1 | -63/+63 | ||
2016-09-29 | minor fix to hw_cs inst | 2 | -6/+7 | ||
2016-09-29 | add a way to dump packet as K12 format for debug | 2 | -0/+13 | ||
2016-09-29 | Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engine | 9 | -4/+300 | ||
2016-09-28 | performance measurements - class fix checksum does not work well | 1 | -4/+26 | ||
2016-09-28 | performance tweak - faster checksum | 2 | -5/+61 | ||
2016-09-28 | cpp arg parser changes argv, on second iteration data might be not valid => ↵ | 1 | -2/+19 | ||
copy the argv before each call. | |||||
2016-09-27 | fix regression issues with step/init values | 1 | -5/+6 | ||
TODO: random limit currently does not support limit less than core count - it is possible to solve this by giving redundant cores the same seed and limit (currently it is blocked) | |||||
2016-09-27 | /etc/trex_cfg.yaml allow MAC as string "12:34:56:78:9a:bc" etc. | 4 | -13/+57 | ||
dpdk_setup_ports: fix create config in case of VM & passthrough | |||||
2016-09-25 | merge issues with rand limit | 3 | -71/+61 | ||
2016-09-25 | split multicore - all tests pass | 3 | -461/+224 | ||
2016-09-25 | fixing up all gtests results (due to split now in order instead of | 1 | -7/+7 | ||
segments) | |||||
2016-09-25 | Splitter - padding for non circular VMs | 2 | -0/+46 | ||
2016-09-25 | client var support split now | 5 | -119/+193 | ||
2016-09-25 | draft: new split algorithm | 3 | -206/+163 | ||
2016-09-13 | add python test | 3 | -34/+52 | ||
2016-09-13 | add min/max to repeatable random inst | 5 | -20/+365 | ||
2016-09-13 | more tests | 1 | -0/+383 | ||
2016-09-13 | add rand_limit tests | 2 | -1/+50 | ||
2016-09-13 | add rand limit instruction DP | 3 | -59/+454 | ||
2016-09-13 | APIs and functions in preparation for receive all mode. XL710/i350 mode ↵ | 14 | -144/+391 | ||
toggling work. | |||||
2016-09-12 | added minimum values for validate command | 1 | -1/+7 | ||
see https://trex-tgn.cisco.com/youtrack/issue/trex-243 |