From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] tools: Fix some strings and functions regarding VFIO support Date: Mon, 23 Mar 2015 12:09:45 +0100 Message-ID: <2986196.1mfTVxFWUh@xps13> References: <1426691107-7399-1-git-send-email-andre.o.richter@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Andre Richter Return-path: In-Reply-To: <1426691107-7399-1-git-send-email-andre.o.richter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 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.