From 95c3f16174cf7b8efee1d95b94e00c4f56b6ec32 Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Thu, 18 Jul 2024 13:53:55 +0000 Subject: sys/linux: update socket_netlink_generic_gtp description file Accounted for added command and added fields in gtp_policy and gtp_genl_policy. Users can create GTP devices without providing IFLA_GTP_FD0 and IFLA_GTP_FD1 arguments, if IFLA_GTP_CREATE_SOCKETS field is set. --- sys/linux/io_uring.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/io_uring.txt.const') diff --git a/sys/linux/io_uring.txt.const b/sys/linux/io_uring.txt.const index 2b38cf45c..e6781da71 100644 --- a/sys/linux/io_uring.txt.const +++ b/sys/linux/io_uring.txt.const @@ -38,7 +38,7 @@ IORING_OP_FADVISE = 24 IORING_OP_FALLOCATE = 17 IORING_OP_FILES_UPDATE = 20 IORING_OP_FSYNC = 3 -IORING_OP_LAST = 56 +IORING_OP_LAST = 58 IORING_OP_LINKAT = 39 IORING_OP_LINK_TIMEOUT = 15 IORING_OP_MADVISE = 25 -- cgit mrf-deployment