Skip to content

add asyncRoundtrip feature

Yiwei Zhang requested to merge zzyiwei/venus-protocol:async-roundtrip into master

The new asyncRoundtrip feature associates with:

  • For async roundtrip:
    • vkSubmitVirtqueueSeqnoMESA(ring, seqno) => via vq
    • vkWaitVirtqueueSeqnoMESA(seqno) => via ring
  • For async ringwait:
    • vkWaitRingSeqnoMESA(ring, seqno) => via vq

Related MRs:

Edited by Yiwei Zhang

Merge request reports