From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost: fix ANY_LAYOUT definition for old kernels Date: Wed, 31 Jan 2018 12:11:53 +0100 Message-ID: <1724337.z8UajUIRIT@xps> References: <1517408457-17271-1-git-send-email-zhihong.wang@intel.com> <38636143-a2bd-188e-ccd8-c60ad08c30e3@redhat.com> <20180131093241.GA23724@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob , Maxime Coquelin , yliu@fridaylinux.org, jianfeng.tan@intel.com To: Zhihong Wang Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id E47CE1B74A for ; Wed, 31 Jan 2018 12:12:39 +0100 (CET) In-Reply-To: <20180131093241.GA23724@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > This patch fixes compile failure with old kernels which have no > > > VIRTIO_F_ANY_LAYOUT defined. > > > > > > Signed-off-by: Zhihong Wang > > > --- > > > lib/librte_vhost/vhost.h | 4 ++++ > > > 1 file changed, 4 insertions(+) > > > > Reviewed-by: Maxime Coquelin > > Cc: Thomas Monjalon > > This fixes a cross compilation issue with arm64 too. > > Tested-by: Jerin Jacob Fixes: 5a8bb6e9020f ("vhost: claim to support any layout feature") Applied, thanks