From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yliu@fridaylinux.org>
Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com
 [209.85.192.196]) by dpdk.org (Postfix) with ESMTP id 963FB324A
 for <dev@dpdk.org>; Sun,  2 Jul 2017 01:36:52 +0200 (CEST)
Received: by mail-pf0-f196.google.com with SMTP id z6so21400915pfk.3
 for <dev@dpdk.org>; Sat, 01 Jul 2017 16:36:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=fridaylinux-org.20150623.gappssmtp.com; s=20150623;
 h=date:from:to:cc:subject:message-id:references:mime-version
 :content-disposition:in-reply-to:user-agent;
 bh=ppXy51yJiU+0LJypqwQ3ufw7eGmswUPWiMAOgD4hbvc=;
 b=oqlCZgqVKLgylXVmtc8oqOti9ih5MFHGF+yCTOkETZWaJ6C+AMtE79TwUUd7yuvrg0
 mh4LwIOwVO5Fmnvv2cJMo0n6kZK64OrUaSewqgK0p7i49jYCP6g7IZtvIc6DTfq7aN98
 Da5cKGJD6Usb9zh4TrLzAuWbMCqDeEGP5g+Nv3pSPcxP0W0jOeNZTytyjeWV2soRXehE
 CRqQjuN4Xcl47WEkLB0exJG137257IsDgH7Q3avnXi8bVL60jJuC05SuZwZDCazwsOzE
 ETTFE2kkyGFMfqyU9OE/8SZ4f85G1V/ydeiQDrNBcDsVosuCocd7y0Y99+1Q3ShBPuMa
 y5uA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:references
 :mime-version:content-disposition:in-reply-to:user-agent;
 bh=ppXy51yJiU+0LJypqwQ3ufw7eGmswUPWiMAOgD4hbvc=;
 b=SPZsbtw9NToIbPtP8e6XFpGCNR33kSppffjoGuL/1Bv1WWQkNrq5xjZmJylW6S9TTO
 3YjcCQUUetWsJZ1Lf7Ek2aUEcAU5UyCuVhoU1l9u7BzpTzKuNyjwqBtRuO7DyceaZYh3
 QwWLvV161pk0fjFaxaG1lL8HofzrzR8Do3Oj5bg4fMhFKG9W+JBpnFqEx+FiEAiy0Qgy
 oQ3h/75hQhGB+5GZX0Yk/3PO/0qOsXEYRMkFE13esJS11sXIvuUcLRKs2S3LhxkU930F
 Cvadw36bYFItXDAXh52I8a641c2DG16Wf5/wwRCuuEZSeifMVgP+WJCYphsNwULtv7p2
 QBFw==
X-Gm-Message-State: AIVw112isxHWqMYPG4RgVgLQe4/jAH8QP85H0UGPMnmFOpkyiqzs7mFL
 lla7iFPwZwyqdOGo
X-Received: by 10.98.36.154 with SMTP id k26mr2672662pfk.151.1498952211933;
 Sat, 01 Jul 2017 16:36:51 -0700 (PDT)
Received: from yliu-home ([45.63.61.64])
 by smtp.gmail.com with ESMTPSA id r9sm24616658pfi.114.2017.07.01.16.36.49
 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Sat, 01 Jul 2017 16:36:50 -0700 (PDT)
Date: Sun, 2 Jul 2017 07:36:45 +0800
From: Yuanhan Liu <yliu@fridaylinux.org>
To: "Tan, Jianfeng" <jianfeng.tan@intel.com>
Cc: Maxime Coquelin <maxime.coquelin@redhat.com>,
 "dev@dpdk.org" <dev@dpdk.org>,
 "i.dyukov@samsung.com" <i.dyukov@samsung.com>,
 "stable@dpdk.org" <stable@dpdk.org>
Message-ID: <20170701233645.GH11626@yliu-home>
References: <20170629075810.4225-1-maxime.coquelin@redhat.com>
 <ED26CBA2FAD1BF48A8719AEF02201E365121CBB2@SHSMSX103.ccr.corp.intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <ED26CBA2FAD1BF48A8719AEF02201E365121CBB2@SHSMSX103.ccr.corp.intel.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
Subject: Re: [dpdk-dev] [PATCH] vhost: fix MTU device feature check
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://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: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 01 Jul 2017 23:36:53 -0000

On Thu, Jun 29, 2017 at 08:01:45AM +0000, Tan, Jianfeng wrote:
> 
> 
> > -----Original Message-----
> > From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com]
> > Sent: Thursday, June 29, 2017 3:58 PM
> > To: dev@dpdk.org; yliu@fridaylinux.org
> > Cc: i.dyukov@samsung.com; Tan, Jianfeng; stable@dpdk.org; Maxime
> > Coquelin
> > Subject: [PATCH] vhost: fix MTU device feature check
> > 
> > The MTU feature support check has to be done against MTU
> > feature bit mask, and not bit position.
> > 
> > Cc: stable@dpdk.org
> > Fixes: 72e8543093df ("vhost: add API to get MTU value")
> > 
> > Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> 
> Reviewed-by: Jianfeng Tan <jianfeng.tan@intel.com>

Applied to dpdk-next-virtio.

Thanks.

	--yliu