From 5e48183c6ecd816e6936be60c88e35dbeb41096f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 28 Jan 2020 15:08:47 +0100 Subject: sys/linux: add ethtool netlink descriptions --- sys/linux/socket_arm64.const | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sys/linux/socket_arm64.const') diff --git a/sys/linux/socket_arm64.const b/sys/linux/socket_arm64.const index 97c2c92f6..71a1e9f5d 100644 --- a/sys/linux/socket_arm64.const +++ b/sys/linux/socket_arm64.const @@ -126,6 +126,15 @@ ETHTOOL_SUFO = 34 ETHTOOL_SWOL = 6 ETHTOOL_TEST = 26 ETH_RX_NFC_IP4 = 1 +ETH_SS_FEATURES = 4 +ETH_SS_NTUPLE_FILTERS = 3 +ETH_SS_PHY_STATS = 7 +ETH_SS_PHY_TUNABLES = 8 +ETH_SS_PRIV_FLAGS = 2 +ETH_SS_RSS_HASH_FUNCS = 5 +ETH_SS_STATS = 1 +ETH_SS_TEST = 0 +ETH_SS_TUNABLES = 6 FIOGETOWN = 35075 FIOSETOWN = 35073 GET_VLAN_EGRESS_PRIORITY_CMD = 5 @@ -151,7 +160,6 @@ IPV4_USER_FLOW = 13 IPV6_FLOW = 17 IPV6_USER_FLOW = 14 IP_USER_FLOW = 13 -MAX_NUM_QUEUE = 4096 MSG_BATCH = 262144 MSG_CMSG_CLOEXEC = 1073741824 MSG_CONFIRM = 2048 @@ -394,3 +402,4 @@ __NR_setsockopt = 208 __NR_shutdown = 210 __NR_socket = 198 __NR_socketpair = 199 +ethtool_per_queue_op_size = 128 -- cgit mrf-deployment