vhost: support postcopy end request
[dpdk.git] / lib / librte_vhost / vhost_user.h
index 55d8659..73b1fe2 100644 (file)
@@ -52,7 +52,8 @@ typedef enum VhostUserRequest {
        VHOST_USER_CRYPTO_CLOSE_SESS = 27,
        VHOST_USER_POSTCOPY_ADVISE = 28,
        VHOST_USER_POSTCOPY_LISTEN = 29,
-       VHOST_USER_MAX = 30
+       VHOST_USER_POSTCOPY_END = 30,
+       VHOST_USER_MAX = 31
 } VhostUserRequest;
 
 typedef enum VhostUserSlaveRequest {