vhost-user: handle message to enable vring
[dpdk.git] / lib / librte_vhost / vhost_user / virtio-net-user.h
index e7a6ff4..d46057e 100644 (file)
@@ -50,5 +50,8 @@ void user_set_protocol_features(struct vhost_device_ctx ctx,
 
 int user_get_vring_base(struct vhost_device_ctx, struct vhost_vring_state *);
 
+int user_set_vring_enable(struct vhost_device_ctx ctx,
+                         struct vhost_vring_state *state);
+
 void user_destroy_device(struct vhost_device_ctx);
 #endif