From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id B46632BF1 for ; Fri, 11 Mar 2016 14:22:43 +0100 (CET) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1aeN3A-0000kI-Cw; Fri, 11 Mar 2016 14:24:16 +0100 To: Thomas Monjalon References: <1450321921-27799-1-git-send-email-yuanhan.liu@linux.intel.com> <1454043483-24579-6-git-send-email-yuanhan.liu@linux.intel.com> <56E2BC8A.8070801@6wind.com> <5375042.yDKAvMJ3bF@xps13> From: Olivier MATZ Message-ID: <56E2C69C.1050307@6wind.com> Date: Fri, 11 Mar 2016 14:22:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <5375042.yDKAvMJ3bF@xps13> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 5/8] vhost: claim that we support GUEST_ANNOUNCE feature 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: Fri, 11 Mar 2016 13:22:43 -0000 On 03/11/2016 02:16 PM, Thomas Monjalon wrote: > 2016-03-11 13:39, Olivier MATZ: >> I'm trying to compile the dpdk on an debian-7, and it fails due >> to this patch. Indeed, the define VIRTIO_NET_F_GUEST_ANNOUNCE is >> not present in /usr/include/linux/virtio_net.h on this distribution. > > It will be fixed by this patch: > http://dpdk.org/dev/patchwork/patch/11195/ OK, thanks Thomas