tools: allow binding to other network class devices
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Fri, 6 May 2016 18:27:01 +0000 (15:27 -0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 10:24:18 +0000 (12:24 +0200)
commite114696200ce29439c8ab82aa1279d5ca30644f0
treea6da0e7b366166d28a3165962a7333e80102946c
parent5c37334a3d2218180135bfe4716d35e0cfb293ba
tools: allow binding to other network class devices

dpdk_nic_bind will only handle Ethernet devices, but Mellanox ConnectX-3 Pro,
for example, is a Network class device, but not an Ethernet one. Even though
this allows other devices in the list, like Wireless devices, this should not be
a problem.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
tools/dpdk_nic_bind.py