Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-15 | TUI screen buffer | imarom | 8 | -86/+235 | |
2016-08-15 | core mask - first phase | imarom | 20 | -95/+401 | |
2016-08-14 | Exit if x710 firmware version is too old | Ido Barnea | 3 | -0/+58 | |
2016-08-11 | 1)removed unnecessary files from repository | itraviv | 4 | -641/+2 | |
2)fixed bug in checking update of data-base | |||||
2016-08-11 | IPv6 Latency/flow stats on x710 - supporting all packet types | Ido Barnea | 4 | -22/+47 | |
2016-08-10 | ***this is an example for a JSON-RPC (over ZMQ) client.*** | itraviv | 1 | -0/+45 | |
started with -s for server IP address (default is local-host) started with -p for port number | |||||
2016-08-10 | move 'main' function to bottom of file | itraviv | 1 | -19/+14 | |
2016-08-10 | 1)added feature: running the entire test via RPC (over ZMQ) on a "remote" ↵ | itraviv | 1 | -4/+23 | |
scapy server. 2) the mentioned above server is implemented as a thread running on the local machine,so in this commit a thread mechanism is added | |||||
2016-08-10 | 1) fixed "main function": mechanism for running this script as a stand-alone ↵ | itraviv | 1 | -17/+29 | |
program and running it from another python script 2) added closure of sockets and context explicitly (counting on python garbage-collector caused errors) 3) added support for 'remote shutdown' feature. now the server can be shut-down using 'shut_down' method as RPC from client | |||||
2016-08-10 | Better flow stat parser unit tests, including IPv6 | Ido Barnea | 8 | -260/+459 | |
2016-08-09 | added wrapper class to support testing of scapy_server, this class wraps ↵ | itraviv | 1 | -6/+81 | |
server interaction. added test of offsets versus actual packet dump | |||||
2016-08-09 | changed file name from scapy_server to scapy_service | itraviv | 2 | -0/+396 | |
changed file for scapy_zmq_server changed functionality for scapy_server, added support for port with -s flag. scapy_service now functions as a service for the server wrapper | |||||
2016-08-08 | Fix to stateless latency test | Ido Barnea | 1 | -2/+2 | |
2016-08-08 | change default to not run rte_eth_dev_stop/close | Ido Barnea | 2 | -9/+9 | |
2016-08-08 | Changing DPDK latency patch, so we can easily merge it for next DPDK version | Ido Barnea | 2 | -40/+21 | |
2016-08-08 | removed dpdk22 files | Ido Barnea | 399 | -248801/+0 | |
2016-08-08 | Adding --no-close option | Ido Barnea | 2 | -23/+20 | |
2016-08-08 | IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 ↵ | Ido Barnea | 9 | -117/+169 | |
packets with extension header. | |||||
2016-08-08 | master_daemon: run the Stateless RPC proxy without superuser privileges | Yaroslav Brustinov | 1 | -1/+1 | |
2016-08-07 | regression: compare pcaps in functional tests robust to order of packets ↵ | Yaroslav Brustinov | 1 | -4/+23 | |
with same timestamp | |||||
2016-08-07 | generated code on PCAP should be fixed to support default MACs | imarom | 1 | -8/+8 | |
2016-08-07 | random tests are now provided with seed | imarom | 9 | -36/+58 | |
2016-08-07 | fix for #trex-240 | imarom | 2 | -24/+37 | |
https://trex-tgn.cisco.com/youtrack/issue/trex-240 | |||||
2016-08-06 | typo in master_daemon | Yaroslav Brustinov | 1 | -1/+1 | |
2016-08-04 | server was made as an object with execute function | itraviv | 1 | -34/+39 | |
2016-08-04 | 1) made a class Scapy_server encapsulating scapy_wrapper and scapy_service | itraviv | 3 | -66/+10 | |
2) fixed some exception handling | |||||
2016-08-04 | v2.07 | Hanoh Haim | 1 | -1/+1 | |
2016-08-04 | 1) added build_pkt when calculating offsets | itraviv | 1 | -0/+1 | |
2016-08-04 | 1) changed class name to 'scapy_service' | itraviv | 4 | -21/+173 | |
2) changed returned values to be dictionaries instead of arrays | |||||
2016-08-04 | Added IPv6 router config to stateless tests | Ido Barnea | 1 | -1/+2 | |
2016-08-04 | remove 10G setups from ipv6 latency tests | Ido Barnea | 1 | -5/+11 | |
2016-08-04 | fix for failing test | imarom | 1 | -2/+1 | |
2016-08-03 | remove old VSI patch | Hanoh Haim | 1 | -1/+0 | |
2016-08-03 | master_daemon: create working directory if it was deleted | Yaroslav Brustinov | 1 | -3/+8 | |
2016-08-03 | revert typo | Yaroslav Brustinov | 1 | -0/+5 | |
2016-08-03 | Fix compilation error on ubuntu | Ido Barnea | 1 | -3/+3 | |
2016-08-03 | stf daemon: add support for zipped zmq | Yaroslav Brustinov | 2 | -6/+42 | |
2016-08-03 | add -m bpsl1 | Hanoh Haim | 1 | -4/+13 | |
2016-08-03 | fix for https://trex-tgn.cisco.com/youtrack/issue/trex-226 | imarom | 5 | -6/+78 | |
commit #trex-226 | |||||
2016-08-03 | IPv6 latency tests and --rx-check tests | Ido Barnea | 3 | -4/+21 | |
2016-08-03 | IPv6 XL710 stateless support and stateful --rx-check | Ido Barnea | 6 | -107/+397 | |
2016-08-03 | ipv6 flow stat i350 | Ido Barnea | 1 | -4/+34 | |
2016-08-03 | ipv6 flow stat on vm working | Ido Barnea | 10 | -264/+298 | |
2016-08-03 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 12 | -109/+166 | |
2016-08-03 | set default stateful duration 1 hour, forbid duration in stateless | Yaroslav Brustinov | 4 | -11/+69 | |
add "add_profile"stateless Python API command fix trex_perf.py | |||||
2016-08-03 | trex-214 another small optimization- move to 0x407 AQ command | Hanoh Haim | 1 | -6/+8 | |
2016-08-03 | push_remote with all packet times zero sends only one packet | imarom | 2 | -4/+4 | |
fix for #trex-235 | |||||
2016-08-03 | async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232 | imarom | 9 | -40/+88 | |
2016-08-03 | another latency improvment - see trex-214. remove old workaround and add TX ↵ | Hanoh Haim | 2 | -66/+73 | |
QSet with strict priorty | |||||
2016-08-03 | fixed path after relocation of scapy_server | itraviv | 1 | -99/+58 | |