net/bnxt: fix using RSS config struct
authorAjit Khaparde <ajit.khaparde@broadcom.com>
Fri, 15 May 2020 11:25:11 +0000 (04:25 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 18 May 2020 18:35:57 +0000 (20:35 +0200)
commit39395b9d41aff5488db4924df94098abbe4d4e8c
tree0f72474ad00093064cf0eb2ce6b013bb38588076
parente8fe0e067b68c9941c3006e9e3b65c0e3becb906
net/bnxt: fix using RSS config struct

There is no need to maintain local copy.
This helps reduce the size of the bnxt structure.

Fixes: fcc0aa1edc10 ("net/bnxt: add RSS hash configuration")
Cc: stable@dpdk.org
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
drivers/net/bnxt/bnxt.h
drivers/net/bnxt/bnxt_ethdev.c
drivers/net/bnxt/bnxt_rxq.c