From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com
 [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 8BB032B82
 for <dev@dpdk.org>; Mon,  2 Apr 2018 21:56:09 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 01F0421070;
 Mon,  2 Apr 2018 15:56:09 -0400 (EDT)
Received: from mailfrontend2 ([10.202.2.163])
 by compute1.internal (MEProxy); Mon, 02 Apr 2018 15:56:09 -0400
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=mevpcmcPUWMdEKii2ft+dZ5/gm
 iSVzaYAt1gpNrV61I=; b=pW0GTMsW0prG1pSm6lmbMzwnERGsKF8VWVoFbKT3wa
 98WEKGyPwjGvDgk3mmyl3HB23QN14P9WEGNr0XpLdBrKpAgkYDToHnw+EBK/2aOY
 xBMVIzlq9sZe+xpSWTwdj0ZzSwhaexZ4VkH4i9XAWAhHiRg4yxGqmnXPVkO5h8Dy
 U=
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=fm2; bh=mevpcm
 cPUWMdEKii2ft+dZ5/gmiSVzaYAt1gpNrV61I=; b=G+SOC/CBF4tL3rZjLU+89R
 PZX93hnOV3w5Cjs1TosX87TmaKOaCAO3DXR9yv7bNp5h6WISsNB6NMms03y+EPN2
 yKJTjVf29Ltnvh7YVc2LaocfBEYP9dJZZkWlVD0XBWwxHzNZca2vweZkqNh74Vve
 CM2sidp/f/gt22/UQQdK6hcGK2xraJ+zHtvmvJDfdDbdrCTjF6m427OCoXRhfbsw
 Ikr0KNRKIH5gPaZiFu9Aw3F6KBalCHmTY030zhh88L51e5Ni1u+0KmMlq/XgI+zc
 D4QlkuvNM/fz4JhwJ1l/8yeq2zm8l8nSgr9CmzmZx3yMUM4Rh67U+KYOvNlgEStQ
 ==
X-ME-Sender: <xms:2IrCWnjU96H9_4ty1jXyz3dJ3-VRnWeRRKAt430xNKmK1zOL21z2oA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 7048410252;
 Mon,  2 Apr 2018 15:56:08 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: "Burakov, Anatoly" <anatoly.burakov@intel.com>
Cc: dev@dpdk.org, santosh.shukla@caviumnetworks.com
Date: Mon, 02 Apr 2018 21:55:50 +0200
Message-ID: <2150891.lHFGnLmqhT@xps>
In-Reply-To: <cee15d8f-ca8e-0a9b-1f37-caa0b97b8e7e@intel.com>
References: <37c2e329be49799fae8328e4dd93e5c95da3d326.1522585461.git.anatoly.burakov@intel.com>
 <1879734.oMB4ugugbB@xps> <cee15d8f-ca8e-0a9b-1f37-caa0b97b8e7e@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 4/4] vfio: do not needlessly
	check for IOVA mode
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Apr 2018 19:56:09 -0000

02/04/2018 19:12, Burakov, Anatoly:
> On 02-Apr-18 5:29 PM, Thomas Monjalon wrote:
> > 01/04/2018 14:26, Anatoly Burakov:
> >> Cc: stable@dpdk.org
> >>
> >> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> > 
> > It deserves an explanation.
> > 
> > Please Anatoly, think about commit explanations more often.
> > 
> 
> I was under the impression that from context of previous patches, it 
> would be obvious?

When we'll check this file in the git history, the context
of previous patch won't be so useful.

> But OK, i'll respin.

Thanks, it's important to consider each patch individually.