]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_rxtx.h
mlx5: support promiscuous and allmulticast Rx modes
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx.h
index 41838203473fc55b0fd4d31457c8313d038d26cc..020acf0712698ee2f72ff69d690576c9ab867c79 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)[]. */