Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-18 | trex-234 - when allocating too many PG IDs an error get stuck | imarom | 1 | -5/+14 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-13 | minor fix (RX core sync time) | imarom | 2 | -6/+1 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-13 | Major refactor - L2 / L3 modes for ports | imarom | 8 | -36/+247 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-12 | grat ARP | imarom | 8 | -28/+172 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-06 | RX features phase 2 - ARP and ICMP self response | imarom | 4 | -5/+300 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-04 | Merge stateless rx core changes with Itay's changes | Ido Barnea | 5 | -35/+28 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | cleanup | Ido Barnea | 1 | -48/+0 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | take care of extra Ethernet FCS bytes handed to software in e1000 | Ido Barnea | 2 | -3/+38 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-04 | RX core stateless - do not go to idle mode in VM | Ido Barnea | 2 | -26/+3 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-01 | refactor RX core | imarom | 7 | -51/+98 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-30 | minor bugs | imarom | 1 | -14/+11 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-30 | reply to messages | imarom | 9 | -281/+300 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-28 | RX features - self code review | imarom | 7 | -138/+282 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-24 | self code review | imarom | 7 | -124/+169 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-22 | RX features - added timestamp to RX packets | imarom | 1 | -6/+13 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-16 | Merge branch 'master' to rx_features phase 0.5 | imarom | 1 | -3/+1 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-16 | RX features - ARP resolve | imarom | 1 | -17/+12 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-15 | STL push remote empty/incorrect pcap: fix cleanup | Yaroslav Brustinov | 1 | -3/+1 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-15 | RX features - another refinement | imarom | 4 | -28/+37 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-08 | RX queue - ARP request working | imarom | 5 | -14/+12 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-07 | RX features - queueing | imarom | 9 | -45/+205 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-06 | RX features | imarom | 2 | -4/+17 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-06 | RX features - RX sniffer | imarom | 9 | -11/+72 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-03 | moved RX filter feature to port attr | imarom | 8 | -86/+175 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-02 | RX software features | imarom | 4 | -51/+102 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-02 | some refactor to RX core to allow multiple features | imarom | 5 | -244/+310 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-02 | draft: RX software feature | imarom | 6 | -2/+169 | |
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 | 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-10-05 | pre test: Code review fixes | Ido Barnea | 2 | -2/+2 | |
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 | 3 | -3/+220 | |
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 | 3 | -9/+18 | |
toggling work. | |||||
2016-09-08 | dual mode fix: MAC address on the slave port was not updated | imarom | 2 | -7/+36 | |