From 22f27fcb13175882abbcfc6f1138687432a7f072 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 13 Nov 2023 08:38:58 -0800 Subject: [PATCH] uapi: update headers from 6.7-rc1 Signed-off-by: Stephen Hemminger --- include/uapi/linux/virtio_config.h | 5 +++++ rdma/include/uapi/rdma/rdma_netlink.h | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/include/uapi/linux/virtio_config.h b/include/uapi/linux/virtio_config.h index 94a301954..8c3f151d7 100644 --- a/include/uapi/linux/virtio_config.h +++ b/include/uapi/linux/virtio_config.h @@ -103,6 +103,11 @@ */ #define VIRTIO_F_NOTIFICATION_DATA 38 +/* This feature indicates that the driver uses the data provided by the device + * as a virtqueue identifier in available buffer notifications. + */ +#define VIRTIO_F_NOTIF_CONFIG_DATA 39 + /* * This feature indicates that the driver can reset a queue individually. */ diff --git a/rdma/include/uapi/rdma/rdma_netlink.h b/rdma/include/uapi/rdma/rdma_netlink.h index 47ca21768..e8861b5ee 100644 --- a/rdma/include/uapi/rdma/rdma_netlink.h +++ b/rdma/include/uapi/rdma/rdma_netlink.h @@ -556,11 +556,7 @@ enum rdma_nldev_attr { RDMA_NLDEV_ATTR_STAT_HWCOUNTER_INDEX, /* u32 */ RDMA_NLDEV_ATTR_STAT_HWCOUNTER_DYNAMIC, /* u8 */ - /* - * To enable or disable using privileged_qkey without being - * a privileged user. - */ - RDMA_NLDEV_SYS_ATTR_PRIVILEGED_QKEY_MODE, /* u8 */ + RDMA_NLDEV_SYS_ATTR_PRIVILEGED_QKEY_MODE, /* u8 */ /* * Always the end -- 2.47.2