-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: virtio 1.0 cs01, virtio 1.0 cs02
-
None
-
Environment:
Cornelia Huck <cornelia.huck@de.ibm.com>
For virtio-ccw devices using classic queue indicators, we cannot handle devices with more than 64 queues as the indicator value is a 64 bit integer and we would not be able to notify for the higher number virtqueues. The driver needs to use two-stage indicators if a device has more than 64 virtqueues.