tools: allow nic status query without igb_uio
authorBruce richardson <bruce.richardson@intel.com>
Thu, 26 Jun 2014 03:36:38 +0000 (04:36 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 27 Jun 2014 01:08:18 +0000 (03:08 +0200)
commit604f829fb3b8b882cf34b9d298837b8bf8455a8f
treea78b6b0f444a6e7918577e587aa4731ca70f8b3f
parent49c5044a36313314720a5e5a8a7e0348d7637c4e
tools: allow nic status query without igb_uio

Allow the nic bind/unbind script to print out its status messages even
if the igb_uio driver is not loaded. For binding and unbinding NICs, the
behaviour is the same, and the igb_uio driver still needs to be loaded.

Signed-off-by: Bruce richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
tools/dpdk_nic_bind.py