diff options
author | 2016-03-14 13:48:40 +0200 | |
---|---|---|
committer | 2016-03-14 13:48:40 +0200 | |
commit | 22f33006471cfed556e6987f88d3d9f7e532687a (patch) | |
tree | d82c114419afa32076cb2edb687a1137aa3967f7 /scripts/dpdk_setup_ports.py | |
parent | d82201e2da3beb0e81e0c8ba30600d87f1b8276f (diff) | |
parent | 22e06f3c3532890ad336341c279012afc0710a9d (diff) |
merge cleanup
Diffstat (limited to 'scripts/dpdk_setup_ports.py')
-rwxr-xr-x | scripts/dpdk_setup_ports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpdk_setup_ports.py b/scripts/dpdk_setup_ports.py index 9472c0b3..62eac038 100755 --- a/scripts/dpdk_setup_ports.py +++ b/scripts/dpdk_setup_ports.py @@ -97,7 +97,7 @@ Other network devices def do_bind_one (self,key): - cmd='./dpdk_nic_bind.py --force --bind=igb_uio %s ' % ( key) + cmd='./dpdk_nic_bind.py --bind=igb_uio %s ' % ( key) print cmd res=os.system(cmd); if res!=0: |