git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36080ff
)
tools: fix comment in bind script
author
Stephen Hemminger
<shemming@brocade.com>
Wed, 8 Apr 2015 17:37:50 +0000
(10:37 -0700)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Mon, 3 Aug 2015 17:22:42 +0000
(19:22 +0200)
The function documentation was obviously copied and not updated.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
tools/dpdk_nic_bind.py
patch
|
blob
|
history
diff --git
a/tools/dpdk_nic_bind.py
b/tools/dpdk_nic_bind.py
index
8523f82
..
b7bd877
100755
(executable)
--- a/
tools/dpdk_nic_bind.py
+++ b/
tools/dpdk_nic_bind.py
@@
-391,7
+391,7
@@
def unbind_all(dev_list, force=False):
unbind_one(d, force)
def bind_all(dev_list, driver, force=False):
- """
Unb
ind method, takes a list of device locations"""
+ """
B
ind method, takes a list of device locations"""
global devices
dev_list = map(dev_id_from_dev_name, dev_list)