Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-02 | draft: RX software feature | imarom | 12 | -4/+286 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-02 | RX software features - some new files | imarom | 3 | -0/+389 | |
2016-11-02 | Trex threads - pin DPDK master thread to the master core | imarom | 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 | Ido Barnea | 3 | -4/+6 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-31 | In pre test - handle gratitues ARP, and answer ARP requests | Ido Barnea | 1 | -7/+39 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-30 | add ifdef guard to .h file | Yaroslav Brustinov | 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 | Ido Barnea | 1 | -1/+1 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-30 | Added inet_pton.cpp | Ido Barnea | 2 | -40/+174 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-28 | rebase merge typo | Yaroslav Brustinov | 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 ↵ | Yaroslav Brustinov | 10 | -178/+258 | |
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 | disable fc change if not supported | Yaroslav Brustinov | 1 | -0/+3 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | Add method name to "Method not registered" error | Yaroslav Brustinov | 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" | Yaroslav Brustinov | 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 | Yaroslav Brustinov | 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) | imarom | 2 | -24/+56 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-25 | Remove useless print in server stateless mode | Ido Barnea | 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 | imarom | 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 | Ido Barnea | 3 | -150/+62 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-13 | Revert "Fix bundeling in file names to bundling" | Ido Barnea | 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 | Ido Barnea | 1 | -1/+1 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-06 | put back --vlan option for stateless 82599 | Ido Barnea | 1 | -1/+9 | |
2016-10-06 | Fix to set_rcv_all off on xl710 | Ido Barnea | 1 | -9/+13 | |
2016-10-05 | Fix issue with set_rcv_all in 1G | Ido Barnea | 1 | -10/+11 | |
2016-10-05 | pre test: Code review fixes | Ido Barnea | 14 | -236/+359 | |
2016-10-05 | pre test: Some small fixes | Ido Barnea | 8 | -61/+128 | |
2016-10-05 | pre test: Periodically send gratuitous ARP in stateful | Ido Barnea | 11 | -119/+240 | |
2016-10-05 | pre test: Send grat ARP, and resolve gateway addresses | Ido Barnea | 7 | -25/+536 | |
2016-10-05 | Implementation of Ipv6Header::getl4Proto + cleanup in Ipv6 files | Ido Barnea | 4 | -155/+273 | |
2016-09-30 | refactor limit split | Hanoh Haim | 2 | -14/+26 | |
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 a way to dump packet as K12 format for debug | Hanoh Haim | 2 | -0/+13 | |
2016-09-29 | Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engine | Hanoh Haim | 9 | -4/+300 | |
2016-09-28 | performance measurements - class fix checksum does not work well | imarom | 1 | -4/+26 | |
2016-09-28 | performance tweak - faster checksum | imarom | 2 | -5/+61 | |
2016-09-28 | cpp arg parser changes argv, on second iteration data might be not valid => ↵ | Yaroslav Brustinov | 1 | -2/+19 | |
copy the argv before each call. | |||||
2016-09-27 | fix regression issues with step/init values | imarom | 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. | Yaroslav Brustinov | 4 | -13/+57 | |
dpdk_setup_ports: fix create config in case of VM & passthrough | |||||
2016-09-25 | merge issues with rand limit | imarom | 3 | -71/+61 | |
2016-09-25 | split multicore - all tests pass | imarom | 3 | -461/+224 | |
2016-09-25 | fixing up all gtests results (due to split now in order instead of | imarom | 1 | -7/+7 | |
segments) | |||||
2016-09-25 | Splitter - padding for non circular VMs | imarom | 2 | -0/+46 | |
2016-09-25 | client var support split now | imarom | 5 | -119/+193 | |
2016-09-25 | draft: new split algorithm | imarom | 3 | -206/+163 | |
2016-09-13 | add python test | Hanoh Haim | 3 | -34/+52 | |
2016-09-13 | add min/max to repeatable random inst | Hanoh Haim | 5 | -20/+365 | |
2016-09-13 | more tests | Hanoh Haim | 1 | -0/+383 | |
2016-09-13 | add rand_limit tests | Hanoh Haim | 2 | -1/+50 | |
2016-09-13 | add rand limit instruction DP | Hanoh Haim | 3 | -59/+454 | |