Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f959a128 authored by Tiwei Bie's avatar Tiwei Bie Committed by David S. Miller
Browse files

virtio_ring: advertize packed ring layout



Advertize the packed ring layout support.

Signed-off-by: default avatarTiwei Bie <tiwei.bie@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3a814fdf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);