diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-28 15:08:47 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-28 15:08:47 +0100 |
| commit | 5e48183c6ecd816e6936be60c88e35dbeb41096f (patch) | |
| tree | 4fca39fe6873ab63d84306f9b5c54df65953fc71 /sys/linux/socket_amd64.const | |
| parent | 0692a5861fb0c78c0281363cc4bce655dc9c6f5a (diff) | |
sys/linux: add ethtool netlink descriptions
Diffstat (limited to 'sys/linux/socket_amd64.const')
| -rw-r--r-- | sys/linux/socket_amd64.const | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/linux/socket_amd64.const b/sys/linux/socket_amd64.const index 645d6db73..fe078230d 100644 --- a/sys/linux/socket_amd64.const +++ b/sys/linux/socket_amd64.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 = 54 __NR_shutdown = 48 __NR_socket = 41 __NR_socketpair = 53 +ethtool_per_queue_op_size = 128 |
