[dpdk-dev] [PATCH] tools: allow binding to other network class devices

2016-05-19 Thread Thomas Monjalon
2016-05-06 15:27, Thadeu Lima de Souza Cascardo: > 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 p

[dpdk-dev] [PATCH] tools: allow binding to other network class devices

2016-05-06 Thread Thadeu Lima de Souza Cascardo
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 ---