From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=XLTjYWk5w/BLWIAp4DhG8HbcntWSWfqr4TXlxPjYQ4I=; b=wXxMTf9Q/y3qi2YwvNhhhvkbpJS+t3WHb9nWAAXrodOdHcjRJjjem2CDrGPCtVUanz Txce6qnINvkRBDavR1KvKIR6t3qbF6roEnpYjqFLX0K9gCXJ3L4Z6Gu8m0H6fVb75/0r wV6bssLD84abVaoArh/bo/hbxliU6m77fOJkInGculW0JQkE5Uo8hfDwEgRrDcF7Bkls c2N6oEf+MQ/e3FLaLd3JOMHkigXL61cP3z15H2NQcQqL0SY3o2f8fT81h619oKgf3xG2 7pncg8lgNF5zI1pe8VN6PqJBLD/SOi0ONcMt+G1qDziR13TmuuWrwtMe2/Kn3YooPGwy mq+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=XLTjYWk5w/BLWIAp4DhG8HbcntWSWfqr4TXlxPjYQ4I=; b=PLo8NXT8MVSHxG6yVMynjqcpQg+QMAnKuKumsB8HSHnqwLBabAjh8EOqCRGcj2x542 jWlAFQjecZKfmVFydjRUrgbi2z9m8wtqdR2ZRRssUr7MgywR2ONJWN9OZfpGkxep2Shd dfmTfqCkt6R9BrfH/3QfFqLDnH1gyFDyFyqDYiUFoIPQktGDz2FBzpEBbUqYAc50QzST JgTpFCVRi4B86tDPVflyBOx3kJJlLd88q1WtImQwClFmaEKALJVE5E0ZmqZnsBs4rj4q 3uEv0TkdV5s06Hy5HxBQjgHOtbMDeRC9U6+zKgaBFYmXsGPuk0AlrGk+h8k4tfMUF6Cs pKIw== X-Gm-Message-State: ALoCoQmnYwDT33vK5EozunpE1OGHbkFdun+A63sefcg2d1EQKCd84WwbpIYZZrqXo4wgPTfozYzV X-Received: by 10.194.81.74 with SMTP id y10mr27787486wjx.110.1446550588868; Tue, 03 Nov 2015 03:36:28 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id bh5sm27077528wjb.42.2015.11.03.03.36.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Nov 2015 03:36:28 -0800 (PST) From: Thomas Monjalon To: Marcel Apfelbaum Date: Tue, 03 Nov 2015 12:35:17 +0100 Message-ID: <3729963.1eDQZW9JyU@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446550121-27776-1-git-send-email-marcel@redhat.com> References: <1446550121-27776-1-git-send-email-marcel@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [Qemu-devel] [PATCH] vhost: fix compilation issue caused by virtio 1.0 support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 11:36:29 -0000 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.