On 07/02/2025 3:31, Jakub Kicinski wrote: > On Wed, 5 Feb 2025 15:53:40 +0200 Gal Pressman wrote: >> @@ -997,7 +996,7 @@ struct kernel_ethtool_ts_info { >> struct ethtool_ops { >> u32 cap_link_lanes_supported:1; >> u32 cap_rss_ctx_supported:1; >> - u32 cap_rss_sym_xor_supported:1; >> + u32 supported_input_xfrm:8; >> u32 rxfh_per_ctx_key:1; >> u32 cap_rss_rxnfc_adds:1; >> u32 rxfh_indir_space; > > reorder the fields, please, so the 8b one is aligned to a byte Will do, thanks!