]> www.infradead.org Git - users/jedix/linux-maple.git/commit
eth: fbnic: don't reset the secondary RSS indir table
authorJakub Kicinski <kuba@kernel.org>
Fri, 20 Dec 2024 02:52:34 +0000 (18:52 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 23 Dec 2024 18:35:54 +0000 (10:35 -0800)
commitef1c28817bf90aab3a6365ec81c30c09a3b18ece
treedb45811368006523efcccc16401b74438b317049
parent7cb06a6a777cf5a98d6f4edcde5b3937f324efb5
eth: fbnic: don't reset the secondary RSS indir table

Secondary RSS indirection table is for additional contexts.
It can / should be initialized when such context is created.
Since we don't support creating RSS contexts, yet, this change
has no user visible effect.

Link: https://patch.msgid.link/20241220025241.1522781-4-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c