Skip to content
Commit b4b4ff73 authored by Xianting Tian's avatar Xianting Tian Committed by Michael S. Tsirkin
Browse files

virtio_ring: add unlikely annotation for free descs check



The 'if (vq->vq.num_free < descs_used)' check will almost always be false.

Signed-off-by: default avatarXianting Tian <xianting.tian@linux.alibaba.com>
Message-Id: <20220328105817.1028065-2-xianting.tian@linux.alibaba.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Reviewed-by: default avatarStefano Garzarella <sgarzare@redhat.com>
parent 35c51e09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment