vhost-user: handle message to enable vring
[dpdk.git] / lib / librte_vhost / vhost_user / vhost-net-user.h
index 389d21d..38637cc 100644 (file)
@@ -66,6 +66,7 @@ typedef enum VhostUserRequest {
        VHOST_USER_GET_PROTOCOL_FEATURES = 15,
        VHOST_USER_SET_PROTOCOL_FEATURES = 16,
        VHOST_USER_GET_QUEUE_NUM = 17,
+       VHOST_USER_SET_VRING_ENABLE = 18,
        VHOST_USER_MAX
 } VhostUserRequest;