From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yliu@fridaylinux.org>
Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com
 [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id 7E9FD2B99
 for <dev@dpdk.org>; Sun,  2 Jul 2017 01:36:24 +0200 (CEST)
Received: by mail-pf0-f175.google.com with SMTP id e7so83400094pfk.0
 for <dev@dpdk.org>; Sat, 01 Jul 2017 16:36:24 -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=kGN9IDvarNDPLEe0p8fZtQsc77IeXC5NY7Is9Zy5X68=;
 b=loMHWTvn/ANRU9TOvGk27xl/QS9ewL3Vb21tQ7W8uUTkfSbba+8SmU5kIPhGWDmx1E
 G5LwsIZ+YFadhqDgJeei4UXgIvJhYjE8yJPJFUjx/L4Ms9Op2XN7PdrAwGotyuLGR31X
 NybPdBLyKRsvq05L7KQT0RxPyO/KYpzK8uSiKlfQ57NM8kfqf0QrCL5z6r9JxIoMH0IG
 f/3pJ1BBvsYVtCq5YKkqvwfclX7u+PJtlh1fP1479GFlCfj6eGEHjSjaj6QyayaolSHX
 EgxypdxcF4IpVimOjGu4PXkmsQz6HHP5he+4EE3y2NAtQSq3CgM25EQkwk9UiQ7pTK6K
 alGw==
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=kGN9IDvarNDPLEe0p8fZtQsc77IeXC5NY7Is9Zy5X68=;
 b=fAgBQ8wLWnfmYrLqeSOYO7Oj3RAd/0fhMKNzkoELsQtzXb5PzuC33spF0VvPY1ODyx
 Zr2CYzBW4vcFHGhtvSg15Bn/mcVajceZLnjLkvUDMzAYzDwqef7FDQd3OV8ginzFZCTl
 sRTB1jZg8HMzSvx7CTd/hD9jvGG5XfOvIqnZRskPcmB+NaqEq8nDnP+QuOuV30PFaVwX
 TKDGzxKEt3xsqsv9Ow94lsQ/Yr6jXNHMJ/co5YeEoGqD/36so+/A9JSHzb6d/3JkslwZ
 zJk48BubQofMzfUA3MfYp0iR0LJtGkrpda76O8aztKDMMOzuW0fRZOMxA+b2uF4btFtX
 i29Q==
X-Gm-Message-State: AIVw111Gs3Cxjn9AO6BqFkg4EM/sVF/Q6PbGpupkN7iLjtM6ZcMxjrpe
 ZRlF8MY9wbR5FIv2
X-Received: by 10.84.130.67 with SMTP id 61mr1990306plc.192.1498952183784;
 Sat, 01 Jul 2017 16:36:23 -0700 (PDT)
Received: from yliu-home ([45.63.61.64])
 by smtp.gmail.com with ESMTPSA id p186sm20246115pga.32.2017.07.01.16.36.20
 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Sat, 01 Jul 2017 16:36:22 -0700 (PDT)
Date: Sun, 2 Jul 2017 07:36:16 +0800
From: Yuanhan Liu <yliu@fridaylinux.org>
To: Ivan Dyukov <i.dyukov@samsung.com>
Cc: maxime.coquelin@redhat.com, dev@dpdk.org, i.maximets@samsung.com,
 heetae82.ahn@samsung.com, stable@dpdk.org
Message-ID: <20170701233616.GG11626@yliu-home>
References: <CGME20170628124049eucas1p1688178d88249ae416d653abfc19d0478@eucas1p1.samsung.com>
 <1498653631-15307-1-git-send-email-i.dyukov@samsung.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1498653631-15307-1-git-send-email-i.dyukov@samsung.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
Subject: Re: [dpdk-dev] [PATCH] vhost: fix checking of device features
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:24 -0000

On Wed, Jun 28, 2017 at 03:40:31PM +0300, Ivan Dyukov wrote:
> To compare enabled features in current device we must use bit
> mask instead of bit position.
> 
> CC: stable@dpdk.org
> Fixes: c843af3aa13e ("vhost: access header only")
> 
> Signed-off-by: Ivan Dyukov <i.dyukov@samsung.com>

Applied to dpdk-next-virtio.

Thanks.

	--yliu