From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8959FB0A9 for ; Tue, 17 Jun 2014 18:31:25 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 17 Jun 2014 09:31:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,495,1400050800"; d="scan'208";a="529912996" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 17 Jun 2014 09:31:32 -0700 Received: from irsmsx151.ger.corp.intel.com (163.33.192.59) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 17 Jun 2014 17:31:32 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.58]) by IRSMSX151.ger.corp.intel.com ([169.254.4.152]) with mapi id 14.03.0123.003; Tue, 17 Jun 2014 17:31:32 +0100 From: "Richardson, Bruce" To: "Burakov, Anatoly" , "dev@dpdk.org" Thread-Topic: [PATCH] vfio: make container open error non-fatal Thread-Index: AQHPibJrptGjPQIyl0q8LYsiSadHgZt0UaRwgACdB4CAAJDdgA== Date: Tue, 17 Jun 2014 16:31:31 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B01AA370DD@IRSMSX103.ger.corp.intel.com> References: <1402957745-31967-1-git-send-email-bruce.richardson@intel.com> <59AF69C657FD0841A61C55336867B5B01AA36B94@IRSMSX103.ger.corp.intel.com> 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] vfio: make container open error non-fatal 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: Tue, 17 Jun 2014 16:31:26 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Tuesday, June 17, 2014 1:52 AM > To: Richardson, Bruce; dev@dpdk.org > Subject: RE: [PATCH] vfio: make container open error non-fatal >=20 > Hi Bruce, >=20 > > The below patch is the quickest fix I found to make my applications wor= k > > again, but I'm not sure it's the best solution. Can anyone else offer o= ther > > suggestions to improve this? >=20 > Are you running things as root? If not, I suggest to try and use the setu= p.sh script > to correct permissions on the VFIO container and see if it works. >=20 Same error running with or without sudo. I'm not trying to get vfio to work= , I'm trying to find out how to make dpdk ignore vfio since I didn't do any= setting up of vfio. :-)