summaryrefslogtreecommitdiffstats
path: root/scripts/dpdk_nic_bind.py
AgeCommit message (Collapse)AuthorFilesLines
2016-09-21fixes to dpdk startup scriptsYaroslav Brustinov1-3/+3
2016-09-13dpdk Python scripts small fixesYaroslav Brustinov1-2/+2
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version
2016-09-05fix dpdk_nic_bind.py for virtio interfaces @ OpenStackYaroslav Brustinov1-4/+12
2016-08-24better logger for master_daemonYaroslav Brustinov1-0/+8
verify root priveleges in dpdk_* scripts call to functions of show status instead of calling process
2016-08-23fixes to create config script: in case of error input, ask again.Yaroslav Brustinov1-7/+15
2016-08-22interactive creation of config, finish returning DPDK interfaces to Linux ↵Yaroslav Brustinov1-16/+25
command.
2016-08-21Check if interfaces are in use at binding/unbinding/starting TRex.Yaroslav Brustinov1-16/+71
2016-08-19update multiplier in stl benchmark, shorten title in NIC's tableYaroslav Brustinov1-1/+1
2016-08-18revert mmain_dpdk.h commited by mistake codeYaroslav Brustinov1-2/+4
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 Brustinov1-5/+81
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-01Python3 support for Stateful daemonYaroslav Brustinov1-45/+44
Python 3.5 support in ZMQ Verify ZMQ health in Stateful daemon Add get_trex_config() command to Stateful daemon Strip debug info on Python ZMQ .so files
2016-03-13TRex will ask before bind/unbind interfaces with active (established) tcp ↵Yaroslav Brustinov1-26/+36
connections
2015-12-16Latest dpdk_nic_bind.py from dpdk upstreamIdo Barnea1-10/+10
2015-06-24first versionHanoh Haim1-0/+539