Skip to content

Commit f959a12

Browse files
Tiwei Biedavem330
authored andcommitted
virtio_ring: advertize packed ring layout
Advertize the packed ring layout support. Signed-off-by: Tiwei Bie <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3a814fd commit f959a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/virtio/virtio_ring.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,6 +2211,8 @@ void vring_transport_features(struct virtio_device *vdev)
22112211
break;
22122212
case VIRTIO_F_IOMMU_PLATFORM:
22132213
break;
2214+
case VIRTIO_F_RING_PACKED:
2215+
break;
22142216
default:
22152217
/* We don't understand this bit. */
22162218
__virtio_clear_bit(vdev, i);

0 commit comments

Comments
 (0)