net/mlx5: remove hash Rx queues support
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 4718506..643bab6 100644 (file)
@@ -127,13 +127,7 @@ struct priv {
        unsigned int txqs_n; /* TX queues array size. */
        struct mlx5_rxq_data *(*rxqs)[]; /* RX queues. */
        struct mlx5_txq_data *(*txqs)[]; /* TX queues. */
-       /* Indirection tables referencing all RX WQs. */
-       struct ibv_rwq_ind_table *(*ind_tables)[];
-       unsigned int ind_tables_n; /* Number of indirection tables. */
        unsigned int ind_table_max_size; /* Maximum indirection table size. */
-       /* Hash RX QPs feeding the indirection table. */
-       struct hash_rxq (*hash_rxqs)[];
-       unsigned int hash_rxqs_n; /* Hash RX QPs array size. */
        struct rte_eth_rss_conf rss_conf; /* RSS configuration. */
        struct rte_intr_handle intr_handle; /* Interrupt handler. */
        unsigned int (*reta_idx)[]; /* RETA index table. */