From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id F15E22A7 for ; Thu, 19 Jun 2014 01:09:31 +0200 (CEST) Received: by mail-wi0-f175.google.com with SMTP id r20so8478865wiv.8 for ; Wed, 18 Jun 2014 16:09:48 -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=5crwSXG3hmBepPCrbCuo42ZFP6wh+TNq6dhyfJ6IhQE=; b=dckhtI1KmsXfLiwYQ3E6KlxAD8CE+i+c0yhQzzGe+GAuzJiRIMQBTzDxxxj+PLDU6l cTjgVW6XyHeJ0ISiDlQSDJm38Drbps0CygZm/gvFAsNdeqAJWxEYNODhUSBJbK9d/s7S BWkO3nAK4d6VEx/elHD+zOFpNGzhWPJZebCg9iokqVtvWaubnMdeYq0Zqi7bYXL29QAq rfQCJgfNE3IHfFTYE0JHGu0/knpY2yjYMTeptgKIGFfVeUJy6YZiDptQg74XQqk2m8ii qI6nBwZsm3bx2/rckImOP/mC6yIHtNnhafWUO/x7NezB/wns8oirDBzfsV98fPBaEVaJ Cg2A== X-Gm-Message-State: ALoCoQloGdXuWLeHyZVNpjrX8iUB0stwKd6yqEm9Agp4G9eM4hEhkN+6rYVR3mvOsDEdTQcjknbu X-Received: by 10.194.1.164 with SMTP id 4mr969816wjn.17.1403132988619; Wed, 18 Jun 2014 16:09:48 -0700 (PDT) Received: from xps13.localnet (ip-96.net-80-236-123.rev.numericable.fr. [80.236.123.96]) by mx.google.com with ESMTPSA id gc5sm6085951wic.6.2014.06.18.16.09.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jun 2014 16:09:47 -0700 (PDT) From: Thomas Monjalon To: "Burakov, Anatoly" Date: Thu, 19 Jun 2014 01:09:45 +0200 Message-ID: <2054993.Lex6RrZ5Qt@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <59AF69C657FD0841A61C55336867B5B01AA37B5B@IRSMSX103.ger.corp.intel.com> References: <59AF69C657FD0841A61C55336867B5B01AA37B5B@IRSMSX103.ger.corp.intel.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 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 23:09:32 -0000 > > 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. > > > > Anatoly Burakov (2): > > vfio: open VFIO container at startup rather than during init > > vfio: more verbose error messages > > Both patches work fine for me. Thanks Anatoly and Neil! > > Acked-by: Bruce Richardson Acked-by: Neil Horman Applied for version 1.7.0. Thanks -- Thomas