-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
rhel-sst-virtualization-windows
-
ssg_virtualization
-
3
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
None
Goal
- Currently we are allocating one page for the indirect descriptors and therefore can only support descriptor chain of 256. But according to the spec there is no limit other than virt queue size. Let's be more complient
2.7.5.2 Driver Requirements: The Virtqueue Descriptor Table
Drivers MUST NOT add a descriptor chain longer than 232 bytes in total; this implies that loops in the descriptor chain are forbidden!
- Places in code to check:
- Definition of MAX_FRAGMENTS_IN_ONE_NB
- virtio_get_indirect_page_capacity()
Acceptance Criteria
A list of verification conditions, successful functional tests, or expected outcomes in order to declare this story/task successfully completed.
- Verify X
- Verify Y
- Verify Z