From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <huawei.xie@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 5C22E8E6E
 for <dev@dpdk.org>; Tue,  3 Nov 2015 09:16:20 +0100 (CET)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by orsmga101.jf.intel.com with ESMTP; 03 Nov 2015 00:16:19 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.20,238,1444719600"; d="scan'208";a="810419358"
Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204])
 by orsmga001.jf.intel.com with ESMTP; 03 Nov 2015 00:16:19 -0800
Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by
 FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Tue, 3 Nov 2015 00:16:18 -0800
Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by
 fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Tue, 3 Nov 2015 00:16:18 -0800
Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.57]) by
 SHSMSX104.ccr.corp.intel.com ([169.254.5.100]) with mapi id 14.03.0248.002;
 Tue, 3 Nov 2015 16:16:17 +0800
From: "Xie, Huawei" <huawei.xie@intel.com>
To: Marcel Apfelbaum <marcel@redhat.com>, "Xu, Qian Q" <qian.q.xu@intel.com>, 
 Thomas Monjalon <thomas.monjalon@6wind.com>
Thread-Topic: [dpdk-dev] [PATCH] vhost-user: enable virtio 1.0
Thread-Index: AdEWD+jsXynGiH5fRO6rQAEAFH2NpA==
Date: Tue, 3 Nov 2015 08:16:16 +0000
Message-ID: <C37D651A908B024F974696C65296B57B4B168145@SHSMSX101.ccr.corp.intel.com>
References: <1444907319-26348-1-git-send-email-marcel@redhat.com>
 <20151015161150-mutt-send-email-mst@redhat.com> <2518261.T4ICXTenZs@xps13>
 <82F45D86ADE5454A95A89742C8D1410E0317151D@shsmsx102.ccr.corp.intel.com>
 <82F45D86ADE5454A95A89742C8D1410E03171555@shsmsx102.ccr.corp.intel.com>
 <56386A34.2000004@redhat.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "dev@dpdk.org" <dev@dpdk.org>, "Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [dpdk-dev] [PATCH] vhost-user: enable virtio 1.0
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Tue, 03 Nov 2015 08:16:20 -0000

On 11/3/2015 4:03 PM, Marcel Apfelbaum wrote:=0A=
> On 11/03/2015 05:49 AM, Xu, Qian Q wrote:=0A=
>> Sorry, correct the kernel info, my kernel version is=0A=
>> 4.1.8-100.fc21.x86_64.=0A=
>=0A=
> Hi,=0A=
>=0A=
> This is weird, VIRTIO_F_VERSION_1 is defined in 4.0 (I think), and for=0A=
> sure in 4.1 .=0A=
> You can see commit 4ec22fae (virtio: add virtio 1.0 feature bit) from=0A=
> 2014-10-22 in kernel git.=0A=
>=0A=
> Can you please check a mismatch in header files of your development=0A=
> machine?=0A=
Marcel:=0A=
Would you prepare the ifdef fix? We have done the same thing in vhost=0A=
multiple queue patch.=0A=
>=0A=
> Thanks,=0A=
> Marcel=0A=
=0A=