Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-15 | connectx-4 another benchmark update | 1 | -3/+3 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-15 | fix python3 regression issue | 1 | -2/+2 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-15 | STL push remote pcap: don't check that path exists at client side | 2 | -13/+29 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-15 | connectx-4 reduce the speed for the regression - some performance issue | 1 | -1/+1 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-15 | update connectx-4 regression values | 1 | -10/+11 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-15 | update client test for Connect4-X | 1 | -2/+6 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-15 | update Connect4-X setup benchmark | 1 | -13/+16 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-15 | add a way to load default args from config file | 1 | -2/+5 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-15 | https://trex-tgn.cisco.com/youtrack/issue/trex-271 | 3 | -21/+50 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-15 | backup old trex-07 setup config | 6 | -120/+429 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-14 | STL push dual port split fixes | 2 | -3/+15 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-14 | filter mlx5 attach driver | 1 | -1/+1 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-14 | mlx5 is both kerenl and dpdk | 1 | -5/+13 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-14 | check OFED version and tune mlx5 device for performance | 1 | -0/+72 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-14 | fix STL push pcap: start from zero (or explicit delay) | 1 | -1/+6 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-13 | dpdk_set_up minor fix | 1 | -3/+4 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-13 | fix gdb script | 1 | -0/+7 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | mlx5 add dependent verb so (lbnl) | 2 | -0/+0 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | add dummy verbs lib in case there is no OFED | 2 | -0/+6 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | mlx5 add TOS marker for mlx5 type of driver | 12 | -0/+0 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | WIP mlx5 don't check for conflict process - can't be done in case of mlx | 1 | -9/+11 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | mlx5 WIP Stateful work -- all traffic goes to RX_QUEUE=0 | 1 | -3/+1 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | minor mlx5 - load script works | 1 | -0/+0 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-11 | mlx5 support build WIP | 4 | -9/+45 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-10 | Add nicer error if -c is bigger than number of threads in platform config | 1 | -1/+2 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-08 | Merge branch 'scapy_service_gui_updates' of git://github.com/kisel/trex-core ↵ | 5 | -23/+483 | ||
into kisel-scapy_service_gui_updates | |||||
2016-11-08 | scapy_service payload gen: allow template_code without size property | 2 | -7/+20 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-08 | fixup template_code payload generation | 2 | -2/+2 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-07 | scapy_service: payload generator upper limit and null check | 1 | -11/+14 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy server python 3 compatibility fixes(file and pseudo-random generator) | 2 | -5/+10 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | add access to scapy.all from eval, tests to IPOptions, TCPOptions | 2 | -1/+23 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy_service: support total_bytes for BYTES payload generator | 3 | -16/+60 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy_service: support {vtype: BYTES, generate: ↵ | 3 | -2/+130 | ||
ascii/bytes/template/template code } Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | add protocol definition json for scapy server | 4 | -9/+254 | ||
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | update trex09 performance numbers | 1 | -1/+1 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-04 | update new performance number for kiwi02 | 1 | -1/+1 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-03 | add performance numbers to kiwi02 setup | 1 | -0/+50 | ||
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-11-03 | find_python.sh: search in more paths (python, /usr/bin/python etc.) | 1 | -32/+19 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-03 | changed google analytics reporting attr actionNumber to be BUILD ID instead ↵ | 1 | -3/+1 | ||
of a random string Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-11-03 | dpdk_setup_ports.py: config creation - don't run TRex if IP config is wanted | 2 | -34/+38 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-03 | regression: ga report - generate random action name | 1 | -1/+3 | ||
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-11-02 | dpdk_setup_ports.py config creation: | 2 | -56/+64 | ||
1) MACs as string instead of array. 2) add --force-macs flag to use MACs and not IPs Signed-off-by: Yaroslav Brustinov <ybrustin@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> |