mlx5: support promiscuous and allmulticast Rx modes
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx.h
index 4183820..020acf0 100644 (file)
@@ -106,6 +106,8 @@ struct rxq {
        struct ibv_exp_cq_family *if_cq; /* CQ interface. */
        /* MAC flow steering rules. */
        struct ibv_flow *mac_flow[MLX5_MAX_MAC_ADDRESSES];
+       struct ibv_flow *promisc_flow; /* Promiscuous flow. */
+       struct ibv_flow *allmulti_flow; /* Multicast flow. */
        unsigned int port_id; /* Port ID for incoming packets. */
        unsigned int elts_n; /* (*elts)[] length. */
        unsigned int elts_head; /* Current index in (*elts)[]. */