diff --git a/vhost_user_net/src/lib.rs b/vhost_user_net/src/lib.rs index 50cf7d52c..5555cd62b 100644 --- a/vhost_user_net/src/lib.rs +++ b/vhost_user_net/src/lib.rs @@ -185,7 +185,7 @@ impl VhostUserBackend for VhostUserNetBackend { } fn protocol_features(&self) -> VhostUserProtocolFeatures { - VhostUserProtocolFeatures::all() + VhostUserProtocolFeatures::MQ | VhostUserProtocolFeatures::REPLY_ACK } fn set_event_idx(&mut self, _enabled: bool) {}