virtio: add definition of VIRTIO_F_NOTIF_CONFIG_DATA feature bit
authorXuan Zhuo <xuanzhuo@linux.alibaba.com>
Tue, 10 Oct 2023 03:11:17 +0000 (11:11 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 1 Nov 2023 13:19:59 +0000 (09:19 -0400)
commit70e16c90ee23233bdd45462e1ebba72ff0c25c3a
tree734bb0c698a9e9f0a97e7c0e386b150987e69160
parent484f0a071f8d482649eaf025dee7b76a7202fec9
virtio: add definition of VIRTIO_F_NOTIF_CONFIG_DATA feature bit

This patch adds the definition of VIRTIO_F_NOTIF_CONFIG_DATA feature bit
in the relevant header file.

This feature indicates that the driver uses the data provided by the
device as a virtqueue identifier in available buffer notifications.

It comes from here:
    https://github.com/oasis-tcs/virtio-spec/issues/89

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Message-Id: <20231010031120.81272-2-xuanzhuo@linux.alibaba.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
include/uapi/linux/virtio_config.h