From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C51561B2CB for ; Mon, 6 Nov 2017 21:25:17 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 187F920854; Mon, 6 Nov 2017 15:25:17 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 15:25:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=76iCbSvunukGbLDq3SyZ0i/uVL wyYPygOMBBbQrQcxg=; b=IsB8lCyFv4/n/UqyChsnLwKMsU/kFnMf9sNmLnscaz 46HYEV1bSE4Zm4F5RUMP8zufMx0m684J3Yqoy5apjfaCmC0qY8niUfjm+4TngusB 54aRuqRHd8JG/ziXO7pg/AldWnbmryps+e34RaKN3wePnLQCrTLIeSvwCKHGNtuG Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=76iCbS vunukGbLDq3SyZ0i/uVLwyYPygOMBBbQrQcxg=; b=LkGQQZqNtGoiJbEZrlartE jta1f9z2uywLrZPDlf3gRTYuuIcMzgjfwWIkPGzVEmL5hJwBc9cNExiqoKW1nWVz +YjLLwniGN0QradPiLJ7En41K4SoatQzoJ5TfQBxomb3f809vH2NURlIym4l19w2 oJWdQIl7hPjTX14U/nxvcm91rhwPlyZNCtImJSQXhkwf+9tbkYYggNpYViRxC7UZ mgcDg4gMRp8qmbryRA6lklL48Lq624LjBrHGi0W/IMn5yyLCmfRos6R9ADNGLgTu +WyCgTxzOV7w192+RaqcoYTCI2MgL7Wp2D3odnoAHCj2aqq5UUP0UAhHaZMF5nMw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CE56324E4D; Mon, 6 Nov 2017 15:25:16 -0500 (EST) From: Thomas Monjalon To: Jonas Pfefferle , anatoly.burakov@intel.com Cc: dev@dpdk.org Date: Mon, 06 Nov 2017 21:25:15 +0100 Message-ID: <3884119.bRk7rexRDt@xps> In-Reply-To: <1509465586-7436-1-git-send-email-jpf@zurich.ibm.com> References: <1509465586-7436-1-git-send-email-jpf@zurich.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] vfio: noiommu check error handling X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 20:25:18 -0000 31/10/2017 16:59, Jonas Pfefferle: > Check and report errors on open/read in noiommu check. > > Signed-off-by: Jonas Pfefferle I cannot decide to apply this patch as it does not explain what it is fixing, and as it is not reviewed.