From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] vhost: fix ANY_LAYOUT definition for old kernels Date: Wed, 31 Jan 2018 15:02:42 +0530 Message-ID: <20180131093241.GA23724@jerin> References: <1517408457-17271-1-git-send-email-zhihong.wang@intel.com> <38636143-a2bd-188e-ccd8-c60ad08c30e3@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Zhihong Wang , yliu@fridaylinux.org, dev@dpdk.org, jianfeng.tan@intel.com, thomas@monjalon.net To: Maxime Coquelin Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0085.outbound.protection.outlook.com [104.47.38.85]) by dpdk.org (Postfix) with ESMTP id E72311B74F for ; Wed, 31 Jan 2018 10:33:01 +0100 (CET) Content-Disposition: inline In-Reply-To: <38636143-a2bd-188e-ccd8-c60ad08c30e3@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Wed, 31 Jan 2018 09:07:49 +0100 > From: Maxime Coquelin > To: Zhihong Wang , yliu@fridaylinux.org > CC: dev@dpdk.org, jianfeng.tan@intel.com > Subject: Re: [dpdk-dev] [PATCH] vhost: fix ANY_LAYOUT definition for old > kernels > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 > Thunderbird/52.5.2 > > > On 01/31/2018 03:20 PM, Zhihong Wang wrote: > > 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