From: Jakub Kicinski Date: Sat, 10 Aug 2024 05:37:27 +0000 (-0700) Subject: netlink: specs: decode indirection table as u32 array X-Git-Tag: v6.12-rc1~232^2~277^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ad3be135212a99fe16961de0e6d7d0ddd8268a2;p=thirdparty%2Flinux.git 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 Reviewed-by: Donald Hunter Signed-off-by: David S. Miller --- diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index 4c2334c213b00..1bbeaba5c6442 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