vhost: fix build with old kernels
This patch fixes compile failure with old kernels which have no
VIRTIO_F_ANY_LAYOUT defined.
Fixes: 5a8bb6e902
("vhost: claim to support any layout feature")
Signed-off-by: Zhihong Wang <zhihong.wang@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Tested-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
This commit is contained in:
parent
8545289a29
commit
704098fc47
@ -130,6 +130,10 @@ struct vhost_virtqueue {
|
||||
#define VIRTIO_NET_F_MTU 3
|
||||
#endif
|
||||
|
||||
#ifndef VIRTIO_F_ANY_LAYOUT
|
||||
#define VIRTIO_F_ANY_LAYOUT 27
|
||||
#endif
|
||||
|
||||
/* Declare IOMMU related bits for older kernels */
|
||||
#ifndef VIRTIO_F_IOMMU_PLATFORM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user