]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_glue.h
net/mlx5: check Tx queue size overflow
[dpdk.git] / drivers / net / mlx5 / mlx5_glue.h
index eb29ffa80bec4007c0c816a6e79b8572192a7a65..1d06583f48beb3b42934457219886c69b074d261 100644 (file)
@@ -145,6 +145,9 @@ struct mlx5_glue {
                               struct ibv_async_event *event);
        const char *(*port_state_str)(enum ibv_port_state port_state);
        struct ibv_cq *(*cq_ex_to_cq)(struct ibv_cq_ex *cq);
+       void *(*dr_create_flow_action_dest_flow_tbl)(void *tbl);
+       void *(*dr_create_flow_action_dest_vport)(void *ns, uint32_t vport);
+       void *(*dr_create_flow_action_drop)();
        void *(*dr_create_flow_tbl)(void *ns, uint32_t level);
        int (*dr_destroy_flow_tbl)(void *tbl);
        void *(*dr_create_ns)(struct ibv_context *ctx,