summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-07-12 01:07:11 +0300
committerJakub Kicinski <kuba@kernel.org>2024-07-13 08:16:23 +0300
commit9c34c6c28c704fb2f6124d7b6a6837bdbc8e72fc (patch)
tree11e94442148e683bc244ad3981165f9b72f8be54 /Kbuild
parent20c8ad72eb7f1510d2a802328cd0809b4db9e18a (diff)
downloadlinux-9c34c6c28c704fb2f6124d7b6a6837bdbc8e72fc.tar.xz
eth: bnxt: pad out the correct indirection table
bnxt allocates tables of max size, and changes the used size based on number of active rings. The unused entries get padded out with zeros. bnxt_modify_rss() seems to always pad out the table of the main / default RSS context, instead of the table of the modified context. I haven't observed any behavior change due to this patch, so I don't think it's a fix. Not entirely sure what role the padding plays, 0 is a valid queue ID. Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com> Link: https://patch.msgid.link/20240711220713.283778-10-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions