-----Original Message----- > Date: Wed, 31 Jan 2018 09:07:49 +0100 > From: Maxime Coquelin <maxime.coque...@redhat.com> > To: Zhihong Wang <zhihong.w...@intel.com>, y...@fridaylinux.org > CC: dev@dpdk.org, jianfeng....@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 <zhihong.w...@intel.com> > > --- > > lib/librte_vhost/vhost.h | 4 ++++ > > 1 file changed, 4 insertions(+) > > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>
Cc: Thomas Monjalon <tho...@monjalon.net> This fixes a cross compilation issue with arm64 too. Tested-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>