]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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

index 4c2334c213b00a55d7f88a0eceaddcee39e8550c..1bbeaba5c6442bc59534d425a0ac9b8b8118de73 100644 (file)
@@ -1022,6 +1022,7 @@ attribute-sets:
       -
         name: indir
         type: binary
+        sub-type: u32
       -
         name: hkey
         type: binary