Skip to content

virtqueue disable cb and virtqueue kick condition #67

Description

@wangy1ran

virtqueue_disable_cb sets avail ring flag is only suitable on master side, used ring flag shoud be write on remote side.
also, when judging vq_ring_must_notify_host in virtqueue_kick, used ring flag is checked on either master/remote side. used ring flag check is only suitable for master side checking notification need or not, avail ring flag should be checked instead when trying kick on remote side.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions