Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525053 > unrolled thread

[PATCH 1/2] vhost: remove unused feature bit

Started byJason Wang <jasowang@redhat.com>
First post2016-11-18 09:00 +0100
Last post2016-11-18 09:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] vhost: remove unused feature bit Jason Wang <jasowang@redhat.com> - 2016-11-18 09:00 +0100

#1525053 — [PATCH 1/2] vhost: remove unused feature bit

FromJason Wang <jasowang@redhat.com>
Date2016-11-18 09:00 +0100
Subject[PATCH 1/2] vhost: remove unused feature bit
Message-ID<sEMfv-49Z-7@gated-at.bofh.it>
Signed-off-by: Jason Wang <jasowang@redhat.com>
---
 include/uapi/linux/vhost.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h
index 56b7ab5..60180c0 100644
--- a/include/uapi/linux/vhost.h
+++ b/include/uapi/linux/vhost.h
@@ -172,8 +172,6 @@ struct vhost_memory {
 #define VHOST_F_LOG_ALL 26
 /* vhost-net should add virtio_net_hdr for RX, and strip for TX packets. */
 #define VHOST_NET_F_VIRTIO_NET_HDR 27
-/* Vhost have device IOTLB */
-#define VHOST_F_DEVICE_IOTLB 63
 
 /* VHOST_SCSI specific definitions */
 
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web