[dpdk-dev] [PATCH] dpdk_nic_bind: unbind ports that were erroneously bound

2014-06-27 Thread Thomas Monjalon
> When binding devices to a generic driver (i.e. one that doesn't have a > PCI ID table, 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 some of the previously-unbound devices were >

[dpdk-dev] [PATCH] dpdk_nic_bind: unbind ports that were erroneously bound

2014-06-18 Thread Anatoly Burakov
When binding devices to a generic driver (i.e. one that doesn't have a PCI ID table, 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 some of the previously-unbound devices were erroneously