From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost-user: enable virtio 1.0 Date: Tue, 03 Nov 2015 09:26:21 +0100 Message-ID: <2031631.BKEczujSzy@xps13> References: <1444907319-26348-1-git-send-email-marcel@redhat.com> <56386A34.2000004@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Michael S. Tsirkin" To: "Xie, Huawei" , Marcel Apfelbaum Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id D68D45A6B for ; Tue, 3 Nov 2015 09:27:38 +0100 (CET) Received: by wmll128 with SMTP id l128so80310830wml.0 for ; Tue, 03 Nov 2015 00:27:38 -0800 (PST) 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" 2015-11-03 08:16, Xie, Huawei: > 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. Everybody (including me) forgot the support of older kernel. Please provide a fix ASAP.