usertools: fix device binding with python 3
authorOmri Mor <omrimor2@illinois.edu>
Fri, 6 Oct 2017 21:38:38 +0000 (16:38 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Nov 2017 22:34:38 +0000 (23:34 +0100)
commit8fab26f8ee80ed7dff84cd90d343e5265a6128d1
tree3cd73aece118446b85ba6992c4aa5ac7389cc4e8
parent3b29f60f2d584d5086b735e0a6fab518a17eaa1e
usertools: fix device binding with python 3

When using Python 3, dpdk-devbind.py fails to detect modules other than
igb_uio.

Fixes: bb9f408550d1 ("tools: support binding to built-in kernel modules")

Signed-off-by: Omri Mor <omrimor2@illinois.edu>
usertools/dpdk-devbind.py