> > > 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>
Fixes: 5a8bb6e9020f ("vhost: claim to support any layout feature") Applied, thanks