Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 20c8ad72 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

eth: bnxt: use the RSS context XArray instead of the local list


Core already maintains all RSS contexts in an XArray, no need
to keep a second list in the driver.

Remove bnxt_get_max_rss_ctx_ring() completely since core performs
the same check already.

Reviewed-by: default avatarPavan Chebbi <pavan.chebbi@broadcom.com>
Link: https://patch.msgid.link/20240711220713.283778-9-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 63d4769c
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment