Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

vhost: remove unused feature bit

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

authored by

Jason Wang and committed by
Michael S. Tsirkin
8d390464 0c7eaf59

-2
-2
include/uapi/linux/vhost.h
··· 172 172 #define VHOST_F_LOG_ALL 26 173 173 /* vhost-net should add virtio_net_hdr for RX, and strip for TX packets. */ 174 174 #define VHOST_NET_F_VIRTIO_NET_HDR 27 175 - /* Vhost have device IOTLB */ 176 - #define VHOST_F_DEVICE_IOTLB 63 177 175 178 176 /* VHOST_SCSI specific definitions */ 179 177