summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-06-15 22:58:20 +0300
committerJakub Kicinski <kuba@kernel.org>2026-06-15 22:58:20 +0300
commitb260c97930bc62713d246670677ade2190f0ff87 (patch)
treea6aab04094b9c5cc8e4943e56e2350284ca59ce6 /include/uapi
parent0399e685927a4d1bc310771735b0c8780ddf1cab (diff)
parent18f65355e112dfc87d5e2e8a299119afd2e65e7e (diff)
downloadlinux-b260c97930bc62713d246670677ade2190f0ff87.tar.xz
Merge branch 'netdev-expose-page-pool-order-via-netlink'
Dragos Tatulea says: ==================== netdev: expose page pool order via netlink This small series exposes io_uring's high order page configuration via the page_pool netlink interface and updates the appropriate selftest to check this value. ==================== Link: https://patch.msgid.link/20260612211709.1456966-2-dtatulea@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/netdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/netdev.h b/include/uapi/linux/netdev.h
index 7df1056a35fd..2f3ab75e8cc0 100644
--- a/include/uapi/linux/netdev.h
+++ b/include/uapi/linux/netdev.h
@@ -97,6 +97,8 @@ enum {
};
enum {
+ NETDEV_A_IO_URING_PROVIDER_INFO_RX_BUF_LEN = 1,
+
__NETDEV_A_IO_URING_PROVIDER_INFO_MAX,
NETDEV_A_IO_URING_PROVIDER_INFO_MAX = (__NETDEV_A_IO_URING_PROVIDER_INFO_MAX - 1)
};