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:
e32cb57
)
usertools: fix a typo in bind script
author
Pavel Shirshov
<pavel.shirshov@gmail.com>
Fri, 10 Nov 2017 08:21:48 +0000
(
00:21
-0800)
committer
Thomas Monjalon
<thomas@monjalon.net>
Mon, 13 Nov 2017 05:26:28 +0000
(06:26 +0100)
Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
usertools/dpdk-devbind.py
patch
|
blob
|
history
diff --git
a/usertools/dpdk-devbind.py
b/usertools/dpdk-devbind.py
index
a539995
..
f9f7aee
100755
(executable)
--- a/
usertools/dpdk-devbind.py
+++ b/
usertools/dpdk-devbind.py
@@
-539,7
+539,7
@@
def bind_all(dev_list, driver, force=False):
for d in dev_list:
bind_one(d, driver, force)
- # For kenels < 3.15 when binding devices to a generic driver
+ # For ke
r
nels < 3.15 when binding devices to a generic driver
# (i.e. one that doesn't have a PCI ID table) using new_id, some devices
# that are not bound to any other driver could be bound even if no one has
# asked them to. hence, we check the list of drivers again, and see if