summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13dpdk Python scripts small fixesYaroslav Brustinov13-59/+277
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version
2016-09-08dual mode fix: MAC address on the slave port was not updatedimarom2-1/+1
2016-09-07dual remote - tests missing PCAPsimarom3-1/+3
2016-09-07support for DUAL mode on small PCAPsimarom4-19/+265
2016-09-07dual mode : code review fixesimarom3-3/+32
2016-09-07dual mode - testsimarom2-0/+0
2016-09-07dual mode - refinementimarom1-4/+16
2016-09-07dual mode - check for ERF onlyimarom2-1/+4
2016-09-07DUAL mode - phase #1imarom5-10/+46
2016-09-05fix dpdk_nic_bind.py for virtio interfaces @ OpenStackYaroslav Brustinov1-4/+12
2016-09-04scapy service: added version handler, added packet reconstruct from binary, ↵itraviv4-262/+150
added support for building packet from dictionary, added support for scapy field enhancement. scapy_zmq_server: fixed some path issues, changed minor argument parsing
2016-08-31generation of native code: fix importsYaroslav Brustinov1-6/+29
2016-08-29regression: lower multiplier on asymmetric imix at trex17Yaroslav Brustinov1-1/+1
2016-08-29trex-cfg typoYaroslav Brustinov1-1/+1
2016-08-28add /sbin to path in trex-cfg (for cases like running without shell)Yaroslav Brustinov1-0/+2
2016-08-28regression: lower requirement on output packets, at 9k and quick cpu ↵Yaroslav Brustinov1-1/+1
stabilization it can be few
2016-08-24regression: fix case of division by zero in cpu benchmark calculationYaroslav Brustinov1-1/+7
2016-08-24regression: fix case of division by zero in cpu benchmark calculationYaroslav Brustinov1-129/+151
2016-08-24added logging mechanism with --log argumentitraviv1-11/+31
2016-08-24add example for pin coresHanoh Haim1-0/+72
2016-08-24v2.08Hanoh Haim1-0/+36
2016-08-24better logger for master_daemonYaroslav Brustinov3-18/+44
verify root priveleges in dpdk_* scripts call to functions of show status instead of calling process
2016-08-24hltapi example: add example command of removing all streams from portYaroslav Brustinov1-1/+5
2016-08-23fixes to create config script: in case of error input, ask again.Yaroslav Brustinov2-48/+89
2016-08-22interactive creation of config, finish returning DPDK interfaces to Linux ↵Yaroslav Brustinov2-81/+196
command.
2016-08-21Check if interfaces are in use at binding/unbinding/starting TRex.Yaroslav Brustinov3-29/+125
2016-08-21scapy_service:itraviv3-4/+84
supported_methods now returns all functions when invoked with parameter 'all' zmq_client: added simple console to interact with server scapy_zmq_server: added verbosity feature
2016-08-19dpdk_setup_ports: better error if no MAC determinedYaroslav Brustinov1-4/+4
2016-08-19update multiplier in stl benchmark, shorten title in NIC's tableYaroslav Brustinov2-2/+3
2016-08-19add --ignore-numa argument to config creationYaroslav Brustinov1-40/+45
2016-08-19disable scapy_server testYaroslav Brustinov1-0/+0
2016-08-18revert mmain_dpdk.h commited by mistake codeYaroslav Brustinov3-13/+732
add create config functional test change order of cores in config file
2016-08-18TRex argument --dump-interfaces <list of PCI> (by default will take ↵Yaroslav Brustinov2-44/+392
interfaces from /etc/trex_cfg.yaml if exists, if does not exists, will show all DPDK interfaces) get interface speed from DPDK instead of using constants per driver add script to generate config file /etc/trex_cfg.yaml: sudo ./dpdk_setup_ports.py -c <list of PCI> show table of interfaces in sudo ./dpdk_setup_ports.py -t
2016-08-18fixed path issue to resolve path for VXLAN and MPLSitraviv1-1/+2
2016-08-18fixed issues with path to include VXLAN and MPLSitraviv1-15/+15
2016-08-18Merge branch 'scapy_server'itraviv7-58/+931
2016-08-18scapy_server_test:itraviv4-27/+81
skiping python3 tests scapy_service.py: minor changes to protocol_struct function zmq_client: added zmq_server: minor changes in exception handling
2016-08-18previous commit was missing a file changeimarom1-9/+12
2016-08-18CPU util. measurements fix (more accurate and steady)imarom1-21/+59
see #trex-246
2016-08-17add another koHanoh Haim1-0/+0
2016-08-16regression failure due to previous commitimarom1-8/+5
2016-08-16simulator breakage fiximarom3-4/+5
2016-08-16personal code review tweaksimarom2-33/+48
2016-08-15fixed an issue in exception handlingitraviv1-8/+7
2016-08-15scapy_server_test:itraviv3-142/+204
added cases for testing: GRE, VXML, DNS, IPv6 changed test functions to include only the testted object and created other functions as testing engines. scapy_service: added api class. added documentry for api class changed method functions to include underscore
2016-08-15TUI screen bufferimarom6-81/+218
2016-08-15core mask - first phaseimarom4-23/+84
2016-08-111)removed unnecessary files from repositoryitraviv4-641/+2
2)fixed bug in checking update of data-base
2016-08-11IPv6 Latency/flow stats on x710 - supporting all packet typesIdo Barnea1-1/+1
2016-08-10***this is an example for a JSON-RPC (over ZMQ) client.***itraviv1-0/+45
started with -s for server IP address (default is local-host) started with -p for port number