bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()
authorPavan Chebbi <pavan.chebbi@broadcom.com>
Wed, 7 Jun 2023 07:54:04 +0000 (00:54 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 8 Jun 2023 08:52:45 +0000 (10:52 +0200)
commit095d5dc0c1d9f3284e3c575ccf4c0e8b04b548f8
tree1dada7de516e34ed9390f2f06b1a9d715c48c3f3
parent182620ab3660c5a9098ffaa0e8a898e41b164987
bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()

We must specify the vnic id of the vnic in the input structure of this
firmware message.  Otherwise we will get an error from the firmware.

Fixes: 98a4322b70e8 ("bnxt_en: update RSS config using difference algorithm")
Reviewed-by: Kalesh Anakkur Purayil <kalesh-anakkur.purayil@broadcom.com>
Reviewed-by: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/broadcom/bnxt/bnxt.c