mirror of https://gitee.com/openkylin/linux.git
virtio/s390: enable packed ring
Nothing precludes to accepting VIRTIO_F_RING_PACKED any more. Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
f35f54f11f
commit
050f4c4d2f
|
@ -773,10 +773,8 @@ static u64 virtio_ccw_get_features(struct virtio_device *vdev)
|
|||
static void ccw_transport_features(struct virtio_device *vdev)
|
||||
{
|
||||
/*
|
||||
* There shouldn't be anything that precludes supporting packed.
|
||||
* TODO: Remove the limitation after having another look into this.
|
||||
* Currently nothing to do here.
|
||||
*/
|
||||
__virtio_clear_bit(vdev, VIRTIO_F_RING_PACKED);
|
||||
}
|
||||
|
||||
static int virtio_ccw_finalize_features(struct virtio_device *vdev)
|
||||
|
|
Loading…
Reference in New Issue