[dpdk-dev] [PATCH] tools: Fix some strings and functions regarding VFIO support

2015-03-23 Thread Thomas Monjalon
Hi, Your patch looks good. Please could you resend it with a Signed-off-by line? Procedure is described here: http://dpdk.org/dev#send Thanks 2015-03-18 16:05, Andre Richter: > This patch fixes several minor issues in setup.sh: > > - show_nics() would not display the current Ethern

[dpdk-dev] [PATCH] tools: Fix some strings and functions regarding VFIO support

2015-03-23 Thread Andre Richter
Ah sorry, I wonder where that went missing. I'll resend. Thomas Monjalon schrieb am Mo., 23. M?rz 2015 um 12:10 Uhr: > Hi, > > Your patch looks good. > Please could you resend it with a Signed-off-by line? > Procedure is described here: > http://dpdk.org/dev#send > > Thanks > > 2015-03-1

[dpdk-dev] [PATCH] tools: Fix some strings and functions regarding VFIO support

2015-03-18 Thread Andre Richter
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 nam