From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost: fix MTU device feature check Date: Sun, 2 Jul 2017 07:36:45 +0800 Message-ID: <20170701233645.GH11626@yliu-home> References: <20170629075810.4225-1-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Maxime Coquelin , "dev@dpdk.org" , "i.dyukov@samsung.com" , "stable@dpdk.org" To: "Tan, Jianfeng" Return-path: 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 ; Sun, 2 Jul 2017 01:36:52 +0200 (CEST) Received: by mail-pf0-f196.google.com with SMTP id z6so21400915pfk.3 for ; Sat, 01 Jul 2017 16:36:52 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > > Reviewed-by: Jianfeng Tan Applied to dpdk-next-virtio. Thanks. --yliu