From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Apfelbaum Subject: Re: [PATCH] vhost-user: enable virtio 1.0 Date: Tue, 3 Nov 2015 10:31:34 +0200 Message-ID: <563870E6.1070300@redhat.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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "Michael S. Tsirkin" To: "Xie, Huawei" , "Xu, Qian Q" , Thomas Monjalon Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 17EF08E9A for ; Tue, 3 Nov 2015 09:31:39 +0100 (CET) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/03/2015 10:16 AM, Xie, Huawei wrote: > On 11/3/2015 4:03 PM, Marcel Apfelbaum wrote: >> On 11/03/2015 05:49 AM, Xu, Qian Q wrote: >>> Sorry, correct the kernel info, my kernel version is >>> 4.1.8-100.fc21.x86_64. >> >> Hi, >> >> This is weird, VIRTIO_F_VERSION_1 is defined in 4.0 (I think), and for >> sure in 4.1 . >> You can see commit 4ec22fae (virtio: add virtio 1.0 feature bit) from >> 2014-10-22 in kernel git. >> >> Can you please check a mismatch in header files of your development >> machine? > Marcel: > Would you prepare the ifdef fix? We have done the same thing in vhost > multiple queue patch. Yes, thanks for pointing me to the solution. Marcel >> >> Thanks, >> Marcel >