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 53305B0A3 for ; Tue, 17 Jun 2014 18:50:42 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 17 Jun 2014 09:50:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,495,1400050800"; d="scan'208";a="558970914" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga002.jf.intel.com with ESMTP; 17 Jun 2014 09:50:53 -0700 Received: from irsmsx152.ger.corp.intel.com (163.33.192.66) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 17 Jun 2014 17:50:52 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.58]) by IRSMSX152.ger.corp.intel.com ([169.254.6.197]) with mapi id 14.03.0123.003; Tue, 17 Jun 2014 17:50:52 +0100 From: "Richardson, Bruce" To: "Burakov, Anatoly" , "dev@dpdk.org" Thread-Topic: [PATCH] vfio: open VFIO container at startup rather than during init Thread-Index: AQHPigxZvqJy48zCy0O6CG8bZxdNF5t1hE+w Date: Tue, 17 Jun 2014 16:50:51 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B01AA371A9@IRSMSX103.ger.corp.intel.com> References: <4bf447650cc99e316e6427e3a1c134dd417af4ec.1402996488.git.anatoly.burakov@intel.com> In-Reply-To: <4bf447650cc99e316e6427e3a1c134dd417af4ec.1402996488.git.anatoly.burakov@intel.com> 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: open VFIO container at startup rather than during init 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:50:42 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Tuesday, June 17, 2014 2:12 AM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH] vfio: open VFIO container at startup rather than during = init >=20 >=20 > Signed-off-by: Anatoly Burakov > --- This seems to fix the issue I was having. \o/ Acked-by: Bruce Richardson