From 9a4781d43abfb86fe8521cb6fb084519e237454c Mon Sep 17 00:00:00 2001 From: Zi Fan Tan Date: Wed, 28 Jul 2021 05:45:39 +0000 Subject: sys/linux: update consts Update dev_vhci consts as they were updated to use inclusive language in commit 3d4f9c00492b and 6397729bb74d. Remove caif_hsi consts as they were removed in commit ca75bcf0a83b. Remove raw driver ioctls as they were removed in commit 603e4922f1c8. --- sys/linux/socket_netlink_route.txt.const | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/linux/socket_netlink_route.txt.const') diff --git a/sys/linux/socket_netlink_route.txt.const b/sys/linux/socket_netlink_route.txt.const index 605dd5991..983c70847 100644 --- a/sys/linux/socket_netlink_route.txt.const +++ b/sys/linux/socket_netlink_route.txt.const @@ -656,11 +656,5 @@ XDP_FLAGS_DRV_MODE = 4 XDP_FLAGS_HW_MODE = 8 XDP_FLAGS_SKB_MODE = 2 XDP_FLAGS_UPDATE_IF_NOEXIST = 1 -__IFLA_CAIF_HSI_AGGREGATION_TOUT = 2 -__IFLA_CAIF_HSI_HEAD_ALIGN = 3 -__IFLA_CAIF_HSI_INACTIVITY_TOUT = 1 -__IFLA_CAIF_HSI_QHIGH_WATERMARK = 5 -__IFLA_CAIF_HSI_QLOW_WATERMARK = 6 -__IFLA_CAIF_HSI_TAIL_ALIGN = 4 __NR_sendmsg = 211, 386:s390x:370, amd64:46, arm:296, mips64le:5045, ppc64le:341 __NR_socket = 198, 386:s390x:359, amd64:41, arm:281, mips64le:5040, ppc64le:326 -- cgit mrf-deployment