]> www.infradead.org Git - nvme.git/commit
eth: bnxt: reject unsupported hash functions
authorJakub Kicinski <kuba@kernel.org>
Thu, 25 Jul 2024 22:23:49 +0000 (15:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jul 2024 09:59:07 +0000 (10:59 +0100)
commitdaefd348a5938d2256d304b57a9e787a83bb58d9
tree46dc98451fb6d914fd6dc357ae564523bfb51b04
parent9da49aa80d686582bc3a027112a30484c9be6b6e
eth: bnxt: reject unsupported hash functions

In commit under Fixes I split the bnxt_set_rxfh_context() function,
and attached the appropriate chunks to new ops. I missed that
bnxt_set_rxfh_context() gets called after some initial checks
in bnxt_set_rxfh(), namely that the hash function is Toeplitz.

Fixes: 5c466b4d4e75 ("eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c