mirror of https://gitee.com/openkylin/linux.git
virtio_ring: advertize packed ring layout
Advertize the packed ring layout support. Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3a814fdf27
commit
f959a128fe
|
@ -2211,6 +2211,8 @@ void vring_transport_features(struct virtio_device *vdev)
|
|||
break;
|
||||
case VIRTIO_F_IOMMU_PLATFORM:
|
||||
break;
|
||||
case VIRTIO_F_RING_PACKED:
|
||||
break;
|
||||
default:
|
||||
/* We don't understand this bit. */
|
||||
__virtio_clear_bit(vdev, i);
|
||||
|
|
Loading…
Reference in New Issue