From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [Qemu-devel] [PATCH] vhost: fix compilation issue caused by virtio 1.0 support Date: Tue, 03 Nov 2015 12:35:17 +0100 Message-ID: <3729963.1eDQZW9JyU@xps13> References: <1446550121-27776-1-git-send-email-marcel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Marcel Apfelbaum Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 04B9F8E6E for ; Tue, 3 Nov 2015 12:36:29 +0100 (CET) Received: by wicfv8 with SMTP id fv8so9619057wic.0 for ; Tue, 03 Nov 2015 03:36:28 -0800 (PST) In-Reply-To: <1446550121-27776-1-git-send-email-marcel@redhat.com> 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 13:28, Marcel Apfelbaum: > Commit 15e9ee6982a4822ce395fd597dd500a61ceafa7c (vhost: enable virtio 1.0) > uses the VIRTIO_F_VERSION_1 macro existing only in newer kernels. > > Fixed it by manually defining it for older kernels. > > Reported-by: Xu, Qian Q > Signed-off-by: Marcel Apfelbaum Applied, thanks > By the way, what is the earlier kernel that DPDK supports? > I tried 3.19 with no luck. We always try to support the latest one. If there is a bug with 3.19, please report.