net/bnxt: set the hash key size
We were not setting the dev_info.hash_key_size. Setting it now.
Fixes: 0a6d2a7200
("net/bnxt: get device infos")
Cc: stable@dpdk.org
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
This commit is contained in:
parent
1ebb765090
commit
2ba07b7dbd
@ -378,6 +378,7 @@ static void bnxt_dev_info_get_op(struct rte_eth_dev *eth_dev,
|
||||
dev_info->max_rx_queues = max_rx_rings;
|
||||
dev_info->max_tx_queues = max_rx_rings;
|
||||
dev_info->reta_size = bp->max_rsscos_ctx;
|
||||
dev_info->hash_key_size = 40;
|
||||
max_vnics = bp->max_vnics;
|
||||
|
||||
/* Fast path specifics */
|
||||
|
Loading…
Reference in New Issue
Block a user