Skip to content
Commit 935cdee7 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

vhost: avoid backend flush on vring ops



vring changes already do a flush internally where appropriate, so we do
not need a second flush.

It's currently not very expensive but a follow-up patch makes flush more
heavy-weight, so remove the extra flush here to avoid regressing
performance if call or kick fds are changed on data path.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 4a7d6455
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