tools: unbind ports that were erroneously bound
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 18 Jun 2014 16:57:58 +0000 (17:57 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 27 Jun 2014 00:39:45 +0000 (02:39 +0200)
commit49c5044a36313314720a5e5a8a7e0348d7637c4e
tree5ea7cde12bcb2bee2472490a33657763935c01eb
parentb0f4a445eab2de2962f76e469abac08f079ec113
tools: unbind ports that were erroneously bound

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 bound. if such devices are found, they are unbound back.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
tools/dpdk_nic_bind.py