vhost: handle IOTLB update and invalidate requests
[dpdk.git] / lib / librte_vhost / vhost_user.h
index 0b2aff1..46c6ff9 100644 (file)
@@ -80,6 +80,7 @@ typedef enum VhostUserRequest {
        VHOST_USER_SEND_RARP = 19,
        VHOST_USER_NET_SET_MTU = 20,
        VHOST_USER_SET_SLAVE_REQ_FD = 21,
+       VHOST_USER_IOTLB_MSG = 22,
        VHOST_USER_MAX
 } VhostUserRequest;