virtio/s390: enable packed ring
authorHalil Pasic <pasic@linux.ibm.com>
Fri, 26 Apr 2019 18:32:38 +0000 (20:32 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 12 May 2019 17:11:36 +0000 (13:11 -0400)
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>
drivers/s390/virtio/virtio_ccw.c

index 42832a1..6d989c3 100644 (file)
@@ -773,10 +773,8 @@ out_free:
 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)