diff options
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: |