From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 70EE9677B for ; Wed, 18 Jun 2014 19:55:09 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 18 Jun 2014 10:50:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,501,1400050800"; d="scan'208";a="559690423" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga002.jf.intel.com with ESMTP; 18 Jun 2014 10:55:05 -0700 Received: from irsmsx106.ger.corp.intel.com (163.33.3.31) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 18 Jun 2014 18:55:04 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.58]) by IRSMSX106.ger.corp.intel.com ([169.254.8.14]) with mapi id 14.03.0123.003; Wed, 18 Jun 2014 18:55:04 +0100 From: "Richardson, Bruce" To: "Burakov, Anatoly" , "dev@dpdk.org" Thread-Topic: [PATCH v3 0/2] Fix issues with VFIO Thread-Index: AQHPiwcWzSkVz1WTl0eTwaOcnl99aJt3JpjA Date: Wed, 18 Jun 2014 17:55:03 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B01AA37B5B@IRSMSX103.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/2] Fix issues with VFIO X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 17:55:10 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Wednesday, June 18, 2014 8:07 AM > To: dev@dpdk.org > Cc: Richardson, Bruce; nhorman@tuxdriver.com > Subject: [PATCH v3 0/2] Fix issues with VFIO >=20 > This patchset fixes an issue with VFIO where DPDK initialization could > fail even if the user didn't want to use VFIO in the first place. Also, > more verbose and descriptive error messages were added to VFIO code, for > example distinguishing between a failed ioctl() call and an unsupported > VFIO API version. >=20 > Anatoly Burakov (2): > vfio: open VFIO container at startup rather than during init > vfio: more verbose error messages >=20 > lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 63 ++++++++++++++++--------= ------ > 1 file changed, 34 insertions(+), 29 deletions(-) >=20 > -- Both patches work fine for me. Thanks Anatoly and Neil! Acked-by: Bruce Richardson