]> git.ipfire.org Git - thirdparty/linux.git/commit
netlink: specs: decode indirection table as u32 array
authorJakub Kicinski <kuba@kernel.org>
Sat, 10 Aug 2024 05:37:27 +0000 (22:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Aug 2024 13:16:24 +0000 (14:16 +0100)
commit8ad3be135212a99fe16961de0e6d7d0ddd8268a2
tree15607078a4e1ca41118ea76fc86f49844b48d20a
parent3d50c66c0609c8b64fb22e9c188fca88f34e7c98
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>
Documentation/netlink/specs/ethtool.yaml