From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 8E788A69
 for <dev@dpdk.org>; Mon, 23 Mar 2015 14:43:09 +0100 (CET)
Received: by wixw10 with SMTP id w10so35080833wix.0
 for <dev@dpdk.org>; Mon, 23 Mar 2015 06:43:09 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=PxrUcKD/dCq9wMDzdnF3XzeXoySPkuqadJefVl6WV5M=;
 b=H+G4KwrH6+GEf255CtyPwJamFLaiigSoZCibo0Az0dtJNUK4QsDFSl8G8wqa5kqXHG
 2tyLO/bRpNFf/6gJF9XFWdR9FatmTtIUPvm6M/VML04ZMy958RSumU2vfFsXpMXFvrnf
 M3aAFQ+HwLDt3+d9L/p7rH1YFa+hEMil9XTshRFe2mtZM3G4tXnm59HcJxUuqHY4psds
 a8aiPXWwEshRoVf+0Nq0q5hJTKQuhF71TOj6GJ55eTGMI8FoAlrERykQYsgraryTQKBh
 HNSvlruMvjctriYjJT3vAQnEQT2tZr/PeBFSBLe7JnHcJ23kLfoMD9MiwqQ2PEf4olDs
 amjg==
X-Gm-Message-State: ALoCoQmnsq6IwkYI1egBBqqV5NLY5zSPkM/Th4LW6erNz5dT0ic+SDaDCnwGon070m704/m5pp2E
X-Received: by 10.194.78.231 with SMTP id e7mr180999258wjx.33.1427118189310;
 Mon, 23 Mar 2015 06:43:09 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id r3sm1484059wjw.7.2015.03.23.06.43.07
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 23 Mar 2015 06:43:08 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Andre Richter <andre.o.richter@gmail.com>
Date: Mon, 23 Mar 2015 14:42:27 +0100
Message-ID: <2444308.RjgQs5hdWH@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1427112386-2657-1-git-send-email-andre.o.richter@gmail.com>
References: <1427112386-2657-1-git-send-email-andre.o.richter@gmail.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 1/1] tools: Fix some strings and functions
	regarding VFIO support
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Mar 2015 13:43:09 -0000

> 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>

Applied, thanks