]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost_user.h
examples/vhost_blk: replace SMP barrier with thread fence
[dpdk.git] / lib / librte_vhost / vhost_user.h
index 82885ab5eb18cec76a6c485d34e8f859dd42f24e..16fe03f8891cc7aa6e9e2594baa58c698ab3be0d 100644 (file)
@@ -58,6 +58,7 @@ typedef enum VhostUserRequest {
        VHOST_USER_GET_INFLIGHT_FD = 31,
        VHOST_USER_SET_INFLIGHT_FD = 32,
        VHOST_USER_SET_STATUS = 39,
+       VHOST_USER_GET_STATUS = 40,
        VHOST_USER_MAX = 41
 } VhostUserRequest;