aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-07-11 15:07:11 -0700
committerJakub Kicinski <kuba@kernel.org>2024-07-12 22:16:23 -0700
commit9c34c6c28c704fb2f6124d7b6a6837bdbc8e72fc (patch)
tree11e94442148e683bc244ad3981165f9b72f8be54 /fs
parent20c8ad72eb7f1510d2a802328cd0809b4db9e18a (diff)
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 'fs')
0 files changed, 0 insertions, 0 deletions