]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost_user.h
vhost: introduce postcopy advise message
[dpdk.git] / lib / librte_vhost / vhost_user.h
index dd0262f8f00e242d699965d0c5083f1c8bd82248..2030b40a56b72d2df46529789d5e8ab1dd282555 100644 (file)
@@ -50,7 +50,8 @@ typedef enum VhostUserRequest {
        VHOST_USER_IOTLB_MSG = 22,
        VHOST_USER_CRYPTO_CREATE_SESS = 26,
        VHOST_USER_CRYPTO_CLOSE_SESS = 27,
-       VHOST_USER_MAX = 28
+       VHOST_USER_POSTCOPY_ADVISE = 28,
+       VHOST_USER_MAX = 29
 } VhostUserRequest;
 
 typedef enum VhostUserSlaveRequest {