tools: fix vfio support
authorAndre Richter <andre.o.richter@gmail.com>
Mon, 23 Mar 2015 12:06:25 +0000 (13:06 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Mar 2015 13:29:31 +0000 (14:29 +0100)
commit25a69127965b58c6d430ea111f92a9a6f01e1cef
tree6e0642a067818f83c2886c6ad25401bc4a09042a
parent12a8e30fd73dbb6c238a585c995eca5e2c58e24f
tools: fix vfio support

This patch fixes several minor issues in setup.sh:

     - show_nics() would not display the current Ethernet settings if
       the user only loads the vfio-pci module, b/c it only checks for
       presence of igb_uio. Fix this by adding a check for vfio-pci.

     - unbind_nics(): Fix option naming and string inside function.

     - Exchange a forgotten "igb_uio" with "vfio-pci" in a comment.

Signed-off-by: Andre Richter <andre.o.richter@gmail.com>
tools/setup.sh