From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] tools: Fix some strings and functions regarding VFIO support Date: Mon, 23 Mar 2015 14:42:27 +0100 Message-ID: <2444308.RjgQs5hdWH@xps13> References: <1427112386-2657-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: <1427112386-2657-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" > 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 Applied, thanks