mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
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
Block a user