]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5.c
net/mlx5: remove hash Rx queues support
[dpdk.git] / drivers / net / mlx5 / mlx5.c
index 46c89c697c15addb5299eac432ca33a62695f07c..b206535bab05b13c5d088705e6c364bcb60a57b5 100644 (file)
@@ -198,7 +198,6 @@ mlx5_dev_close(struct rte_eth_dev *dev)
              ((priv->ctx != NULL) ? priv->ctx->device->name : ""));
        /* In case mlx5_dev_stop() has not been called. */
        priv_dev_interrupt_handler_uninstall(priv, dev);
-       priv_destroy_hash_rxqs(priv);
        priv_dev_traffic_disable(priv, dev);
        /* Prevent crashes when queues are still in use. */
        dev->rx_pkt_burst = removed_rx_burst;