Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-06 | RX features - RX sniffer | 5 | -26/+156 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-03 | moved RX filter feature to port attr | 6 | -34/+70 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-02 | draft: RX software feature | 2 | -1/+33 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-02 | ZMQ library on script path | 1 | -0/+0 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-02 | Trex threads - pin DPDK master thread to the master core | 1 | -0/+80 | ||
also, some names to the threads to make things clear and a script to show them Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-02 | regression: stl performance test Python3 fix | 1 | -1/+1 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-02 | dpdk_setup_ports: do not check if TRex is already running when called --help | 1 | -1/+4 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-31 | fix trex25 config file | 1 | -1/+1 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-31 | Put real MACs on trex-dan and trex25 ipv6 router regression setup | 2 | -10/+10 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-31 | regression: do not clear is_init at end | 1 | -1/+1 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-31 | regression functional gtests fix imports | 1 | -0/+2 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-31 | regression: fix gtests in functional can't run on b94 | 1 | -1/+1 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | syntax sugar on GA + fill ActionNumber with dummy value | 2 | -6/+7 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | regression STL: first configure router, then start TRex for IP resolve to work. | 3 | -10/+28 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | add gtests as functional test | 1 | -0/+44 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | add ifdef guard to .h file | 6 | -19/+30 | ||
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 | for now shutdown stateful GA | 2 | -10/+12 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-30 | added action name to differ between same tests on different times | 1 | -4/+5 | ||
Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-30 | performance integration with GA | 2 | -15/+37 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-30 | Added goldenMin and GoldenMax metrics for Google Analytics regression ↵ | 1 | -3/+7 | ||
testing report Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-30 | Updated Google Analytics Manager for regression | 1 | -84/+18 | ||
Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-28 | move port_attr from driver class to physical port class + small fixes ↵ | 3 | -19/+5 | ||
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | console: rearrange lines at "stats --ps" | 3 | -6/+11 | ||
in case of start traffic with link down, return error with link state Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | console "stats --ps" move link status to another line | 2 | -5/+7 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | stl port attr event: show exactly what was changed | 1 | -12/+23 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | typo | 1 | -1/+2 | ||
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" | 10 | -101/+294 | ||
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 | 7 | -34/+160 | ||
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-27 | Fix to functional tests | 2 | -7/+7 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-27 | Putting back MAC config in IPv6 regression tests | 6 | -15/+36 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-27 | fix scapy_service ARP issue and add more layers in the service | 5 | -78/+18 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-10-27 | performance - more tolerant values | 2 | -5/+5 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-27 | regression: fix for python3 client test | 1 | -3/+1 | ||
2016-10-26 | typo | 1 | -4/+7 | ||
2016-10-26 | regression: stateless rx_check allow 0.1% errors | 1 | -1/+1 | ||
2016-10-26 | fixed performance issue (moved STRECH case to low priority cases) | 2 | -12/+16 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-26 | regression: fix client pkg test to configure the dut interfaces | 2 | -0/+7 | ||
2016-10-26 | Changed trex25 config to be IP based | 1 | -8/+8 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-26 | changed simple_cfg.yaml to be IP based | 1 | -7/+8 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-25 | Added support for router IP based config in regression, and changed TRex Dan ↵ | 3 | -43/+63 | ||
to use it Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-25 | Merge from master | 3 | -1/+383 | ||
2016-10-25 | Merge branch 'scapy_service_for_gui' of git://github.com/kisel/trex-core ↵ | 4 | -91/+677 | ||
into kisel-scapy_service_for_gui | |||||
2016-10-25 | performance test did disconnect after end of tests | 1 | -1/+0 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-25 | added performance test (starting with trex09) | 3 | -1/+384 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-21 | preserve abstract model structure, calculate values and show structure changes | 3 | -6/+87 | ||
2016-10-20 | fix dpdk_setup_ports.py for Python3 | 1 | -1/+1 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-20 | Small fix to dpdk_setup_ports.py | 1 | -1/+1 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-20 | Added support for ip based config generation to dpdk_setup_ports.py | 1 | -45/+143 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-18 | Help message fixes + removing unused command line options | 1 | -1/+1 | ||
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-10-18 | add unit tests for scapy service | 2 | -0/+175 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> |