summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-05-23 02:06:44 +0300
committerJakub Kicinski <kuba@kernel.org>2026-05-26 18:17:56 +0300
commit8d60141a32875248ef71d49c9920fa5e2aa40b29 (patch)
tree84f04483805a82c790eb35ae7755caf179bc7c6c /include/linux
parent3e6c6e9782ff8a8d8ded774b07ad4590cd61d04c (diff)
downloadlinux-8d60141a32875248ef71d49c9920fa5e2aa40b29.tar.xz
ethtool: rss: fix falsely ignoring indir table updates
rss_set_prep_indir() compares the new indirection table against the current one to determine whether any update is needed. The memcmp call passes data->indir_size as the length argument, but indir_size is the number of u32 entries, not the byte count. Fixes: c0ae03588bbb ("ethtool: rss: initial RSS_SET (indirection table handling)") Link: https://patch.msgid.link/20260522230647.1705600-4-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions