mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 00:57:33 +07:00
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)
|
static void ccw_transport_features(struct virtio_device *vdev)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* There shouldn't be anything that precludes supporting packed.
|
* Currently nothing to do here.
|
||||||
* TODO: Remove the limitation after having another look into this.
|
|
||||||
*/
|
*/
|
||||||
__virtio_clear_bit(vdev, VIRTIO_F_RING_PACKED);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int virtio_ccw_finalize_features(struct virtio_device *vdev)
|
static int virtio_ccw_finalize_features(struct virtio_device *vdev)
|
||||||
|
Loading…
Reference in New Issue
Block a user