diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-08-09 22:37:27 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-08-12 14:16:24 +0100 |
commit | 8ad3be135212a99fe16961de0e6d7d0ddd8268a2 (patch) | |
tree | 15607078a4e1ca41118ea76fc86f49844b48d20a /Documentation/netlink | |
parent | 3d50c66c0609c8b64fb22e9c188fca88f34e7c98 (diff) | |
download | linux-stable-8ad3be135212a99fe16961de0e6d7d0ddd8268a2.tar.gz linux-stable-8ad3be135212a99fe16961de0e6d7d0ddd8268a2.tar.bz2 linux-stable-8ad3be135212a99fe16961de0e6d7d0ddd8268a2.zip |
netlink: specs: decode indirection table as u32 array
Indirection table is dumped as a raw u32 array, decode it.
It's tempting to decode hash key, too, but it is an actual
bitstream, so leave it be for now.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/netlink')
-rw-r--r-- | Documentation/netlink/specs/ethtool.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index 4c2334c213b0..1bbeaba5c644 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -1022,6 +1022,7 @@ attribute-sets: - name: indir type: binary + sub-type: u32 - name: hkey type: binary |