提交 f959a128 编写于 作者: T Tiwei Bie 提交者: David S. Miller

virtio_ring: advertize packed ring layout

Advertize the packed ring layout support.
Signed-off-by: NTiwei Bie <tiwei.bie@intel.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3a814fdf
...@@ -2211,6 +2211,8 @@ void vring_transport_features(struct virtio_device *vdev) ...@@ -2211,6 +2211,8 @@ void vring_transport_features(struct virtio_device *vdev)
break; break;
case VIRTIO_F_IOMMU_PLATFORM: case VIRTIO_F_IOMMU_PLATFORM:
break; break;
case VIRTIO_F_RING_PACKED:
break;
default: default:
/* We don't understand this bit. */ /* We don't understand this bit. */
__virtio_clear_bit(vdev, i); __virtio_clear_bit(vdev, i);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册