> > > This patch fixes compile failure with old kernels which have no
> > > VIRTIO_F_ANY_LAYOUT defined.
> > >
> > > Signed-off-by: Zhihong Wang <[email protected]>
> > > ---
> > > lib/librte_vhost/vhost.h | 4 ++++
> > > 1 file changed, 4 insertions(+)
> >
> > Reviewed-by: Maxime Coquelin <[email protected]>
>
> Cc: Thomas Monjalon <[email protected]>
>
> This fixes a cross compilation issue with arm64 too.
>
> Tested-by: Jerin Jacob <[email protected]>
Fixes: 5a8bb6e9020f ("vhost: claim to support any layout feature")
Applied, thanks