nic_uio: probe and attach devices after unload
authorRaz Amir <razamir22@gmail.com>
Thu, 5 Mar 2015 16:24:23 +0000 (18:24 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Jul 2015 22:48:27 +0000 (00:48 +0200)
Added code that saves the pointers to the detached devices, during
driver loading, and during driver unloading, go over the list,
and re-attach them by calling device_probe_and_attach
on each device.

Signed-off-by: Raz Amir <razamir22@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

No differences found