]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_ethdev.c
net/bnxt: add Truflow flush-timer to alloc table scope
[dpdk.git] / drivers / net / bnxt / bnxt_ethdev.c
index 1a3c7e60985f24608243330272168ce78d75fcc0..c2bee54d16026a441b25d7f9a446a9d9ef847ab9 100644 (file)
@@ -1752,7 +1752,7 @@ static int bnxt_rss_hash_conf_get_op(struct rte_eth_dev *eth_dev,
                }
                if (hash_types) {
                        PMD_DRV_LOG(ERR,
-                               "Unknwon RSS config from firmware (%08x), RSS disabled",
+                               "Unknown RSS config from firmware (%08x), RSS disabled",
                                vnic->hash_type);
                        return -ENOTSUP;
                }
@@ -2173,6 +2173,8 @@ static int bnxt_free_one_vnic(struct bnxt *bp, uint16_t vnic_id)
        rte_free(vnic->fw_grp_ids);
        vnic->fw_grp_ids = NULL;
 
+       vnic->rx_queue_cnt = 0;
+
        return 0;
 }