From 8fecec2eb071e9ae0a62e9e3d34ac41eb4cc8ab2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 22 Dec 2019 09:29:44 +0100 Subject: sys/linux: another batch of warning fixes The only remaining part now is dev_video4linux.txt Update #590 --- sys/linux/socket_vnet_386.const | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/socket_vnet_386.const') diff --git a/sys/linux/socket_vnet_386.const b/sys/linux/socket_vnet_386.const index 8ef6d24d9..9a1f5ddba 100644 --- a/sys/linux/socket_vnet_386.const +++ b/sys/linux/socket_vnet_386.const @@ -18,8 +18,11 @@ VHOST_IOTLB_ACCESS_FAIL = 4 VHOST_IOTLB_INVALIDATE = 3 VHOST_IOTLB_MISS = 1 VHOST_IOTLB_MSG = 1 +VHOST_IOTLB_MSG_V2 = 2 VHOST_IOTLB_UPDATE = 2 VHOST_LOG_ALL = 67108864 +VHOST_MSG_SIZE = 68 +VHOST_MSG_V2_SIZE = 72 VHOST_NET_SET_BACKEND = 1074310960 VHOST_NET_VIRTIO_NET_HDR = 134217728 VHOST_RESET_OWNER = 44802 -- cgit mrf-deployment