summaryrefslogtreecommitdiffstats
path: root/scripts/dpdk_setup_ports.py
AgeCommit message (Expand)AuthorFilesLines
2017-03-10dpdk_setup_ports: fix path if missing, and check of uio is loaded at first tr...Yaroslav Brustinov1-5/+16
2017-03-07dpdk_setup_ports: fix vfio-pci always raisingYaroslav Brustinov1-8/+8
2017-03-06dpdk_setup_ports: fix MellanoxYaroslav Brustinov1-2/+3
2017-03-05Deal with loaded Kernel modules in Python:Yaroslav Brustinov1-49/+135
2017-03-05Use vfio-pci as DPDK driver if prerequisites are satisfiedYichen Wang1-1/+3
2017-03-05update return status of dpdk_nic_bind.pyYaroslav Brustinov1-12/+12
2017-03-02dpdk_setup_ports: don't setpci on Mellanox Virtual functionsYaroslav Brustinov1-2/+3
2017-02-27Fix for dump interfaces @ MellanoxYaroslav Brustinov1-1/+4
2017-02-27dpdk_setup_ports: change return code to 32 in case of Mellanox NICs.Yaroslav Brustinov1-3/+4
2017-02-27mlx5, enforce OFED 4.0Hanoh Haim1-2/+2
2017-02-22Dumping interface info was broken in v2.18Yaroslav Brustinov1-2/+5
2017-02-20fix trex-355Hanoh Haim1-3/+9
2017-02-13OFED version at least 3.4.1, 4.0.0 would be validHanoh Haim1-3/+13
2017-02-13fix error handelingHanoh Haim1-1/+1
2017-02-13move so flag in case of mellanoxHanoh Haim1-1/+9
2017-02-13Changes to our files to make dpdk1702 workIdo Barnea1-7/+9
2017-01-04Create config script: fix verify custom MAC in interactive modeYaroslav Brustinov1-2/+4
2017-01-02add warning about lack of read permissions for user "nobody" to run scapy ser...Yaroslav Brustinov1-1/+3
2017-01-02Creating config script: by default dump config to screen, note on -o flag to ...Yaroslav Brustinov1-7/+7
2017-01-01minorYaroslav Brustinov1-2/+2
2017-01-01Max number of ports: 16Yaroslav Brustinov1-9/+9
2016-12-22Fix IP based creation of config in case of interactive tooYaroslav Brustinov1-2/+2
2016-12-22Config creation script (IP based): wrong IP in case of 10+ interfacesYaroslav Brustinov1-2/+2
2016-12-21Add affinity for scapy_daemon_server to master thread from config fileYaroslav Brustinov1-1/+5
2016-12-20Fix the way root user is being determined in Python; Running scapy_daemon_ser...Yaroslav Brustinov1-2/+1
2016-12-20scapy launcherYaroslav Brustinov1-15/+21
2016-12-20Check OS version for Mellanox NICs; More detailed args error prints; 40G and ...Yaroslav Brustinov1-6/+20
2016-12-11Cantos MTU is printed in a different wayHanoh Haim1-1/+5
2016-12-11more flexiable OFED version checkHanoh Haim1-2/+6
2016-11-16change order of cores in produced config fileYaroslav Brustinov1-36/+61
2016-11-15backup old trex-07 setup configHanoh Haim1-0/+27
2016-11-14filter mlx5 attach driverHanoh Haim1-1/+1
2016-11-14check OFED version and tune mlx5 device for performanceHanoh Haim1-0/+72
2016-11-13dpdk_set_up minor fixHanoh Haim1-3/+4
2016-11-11WIP mlx5 don't check for conflict process - can't be done in case of mlxHanoh Haim1-9/+11
2016-11-11mlx5 support build WIPHanoh Haim1-7/+40
2016-11-03dpdk_setup_ports.py: config creation - don't run TRex if IP config is wantedYaroslav Brustinov1-27/+30
2016-11-02dpdk_setup_ports.py config creation:Yaroslav Brustinov1-24/+32
2016-11-02dpdk_setup_ports: do not check if TRex is already running when called --helpYaroslav Brustinov1-1/+4
2016-10-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov1-9/+14
2016-10-28new port attr commands: flow control, link status, led statusYaroslav Brustinov1-0/+6
2016-10-20fix dpdk_setup_ports.py for Python3Yaroslav Brustinov1-1/+1
2016-10-20Small fix to dpdk_setup_ports.pyIdo Barnea1-1/+1
2016-10-20Added support for ip based config generation to dpdk_setup_ports.pyIdo Barnea1-45/+143
2016-10-18Help message fixes + removing unused command line optionsIdo Barnea1-1/+1
2016-09-27/etc/trex_cfg.yaml allow MAC as string "12:34:56:78:9a:bc" etc.Yaroslav Brustinov1-1/+3
2016-09-21fixes to dpdk startup scriptsYaroslav Brustinov1-2/+2
2016-09-13dpdk Python scripts small fixesYaroslav Brustinov1-1/+1
2016-08-24better logger for master_daemonYaroslav Brustinov1-4/+8
2016-08-23fixes to create config script: in case of error input, ask again.Yaroslav Brustinov1-41/+74