]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost_user.h
vhost: support postcopy end request
[dpdk.git] / lib / librte_vhost / vhost_user.h
index 55d8659ba3be40489e3e3704420e77ffb4508131..73b1fe2b98bb86de9035dab0e3d9527709aa3a29 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 {