OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (VIRTIO-15) Simplify indirect descriptors


Simplify indirect descriptors
-----------------------------

                 Key: VIRTIO-15
                 URL: http://tools.oasis-open.org/issues/browse/VIRTIO-15
             Project: OASIS Virtual I/O Device (VIRTIO) TC
          Issue Type: Improvement
            Reporter: Rusty Russell


The current definition of VIRTIO_DESC_F_INDIRECT is that it stacks: you can set that bit and VIRTIO_DESC_F_NEXT and after processing the (only single level!) of indirect descriptors, the device then processes the next descriptor as normal (which may also be indirect).  No implementation I am aware of generates such multi-part indirect descriptors, but they could be useful if we allow huge indirect descriptors as proposed.

Perhaps we should make the bit chain, so if any descriptor has that set, we start traversing that descriptor as a new table, and never return.  This is simpler to implement, and backwards compatible as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]