New upstream version 18.11-rc2
[deb_dpdk.git] / drivers / net / mlx5 / mlx5_glue.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2018 6WIND S.A.
3  * Copyright 2018 Mellanox Technologies, Ltd
4  */
5
6 #ifndef MLX5_GLUE_H_
7 #define MLX5_GLUE_H_
8
9 #include <stddef.h>
10 #include <stdint.h>
11
12 /* Verbs headers do not support -pedantic. */
13 #ifdef PEDANTIC
14 #pragma GCC diagnostic ignored "-Wpedantic"
15 #endif
16 #include <infiniband/mlx5dv.h>
17 #include <infiniband/verbs.h>
18 #ifdef PEDANTIC
19 #pragma GCC diagnostic error "-Wpedantic"
20 #endif
21
22 #ifndef MLX5_GLUE_VERSION
23 #define MLX5_GLUE_VERSION ""
24 #endif
25
26 #ifndef HAVE_IBV_DEVICE_COUNTERS_SET_V42
27 struct ibv_counter_set;
28 struct ibv_counter_set_data;
29 struct ibv_counter_set_description;
30 struct ibv_counter_set_init_attr;
31 struct ibv_query_counter_set_attr;
32 #endif
33
34 #ifndef HAVE_IBV_DEVICE_COUNTERS_SET_V45
35 struct ibv_counters;
36 struct ibv_counters_init_attr;
37 struct ibv_counter_attach_attr;
38 #endif
39
40 #ifndef HAVE_IBV_DEVICE_TUNNEL_SUPPORT
41 struct mlx5dv_qp_init_attr;
42 #endif
43
44 #ifndef HAVE_IBV_DEVICE_STRIDING_RQ_SUPPORT
45 struct mlx5dv_wq_init_attr;
46 #endif
47
48 #ifndef HAVE_IBV_FLOW_DV_SUPPORT
49 struct mlx5dv_flow_matcher;
50 struct mlx5dv_flow_matcher_attr;
51 struct mlx5dv_flow_action_attr;
52 struct mlx5dv_flow_match_parameters;
53 struct ibv_flow_action;
54 enum mlx5dv_flow_action_packet_reformat_type { packet_reformat_type = 0, };
55 enum mlx5dv_flow_table_type { flow_table_type = 0, };
56 #endif
57
58 /* LIB_GLUE_VERSION must be updated every time this structure is modified. */
59 struct mlx5_glue {
60         const char *version;
61         int (*fork_init)(void);
62         struct ibv_pd *(*alloc_pd)(struct ibv_context *context);
63         int (*dealloc_pd)(struct ibv_pd *pd);
64         struct ibv_device **(*get_device_list)(int *num_devices);
65         void (*free_device_list)(struct ibv_device **list);
66         struct ibv_context *(*open_device)(struct ibv_device *device);
67         int (*close_device)(struct ibv_context *context);
68         int (*query_device)(struct ibv_context *context,
69                             struct ibv_device_attr *device_attr);
70         int (*query_device_ex)(struct ibv_context *context,
71                                const struct ibv_query_device_ex_input *input,
72                                struct ibv_device_attr_ex *attr);
73         int (*query_port)(struct ibv_context *context, uint8_t port_num,
74                           struct ibv_port_attr *port_attr);
75         struct ibv_comp_channel *(*create_comp_channel)
76                 (struct ibv_context *context);
77         int (*destroy_comp_channel)(struct ibv_comp_channel *channel);
78         struct ibv_cq *(*create_cq)(struct ibv_context *context, int cqe,
79                                     void *cq_context,
80                                     struct ibv_comp_channel *channel,
81                                     int comp_vector);
82         int (*destroy_cq)(struct ibv_cq *cq);
83         int (*get_cq_event)(struct ibv_comp_channel *channel,
84                             struct ibv_cq **cq, void **cq_context);
85         void (*ack_cq_events)(struct ibv_cq *cq, unsigned int nevents);
86         struct ibv_rwq_ind_table *(*create_rwq_ind_table)
87                 (struct ibv_context *context,
88                  struct ibv_rwq_ind_table_init_attr *init_attr);
89         int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table);
90         struct ibv_wq *(*create_wq)(struct ibv_context *context,
91                                     struct ibv_wq_init_attr *wq_init_attr);
92         int (*destroy_wq)(struct ibv_wq *wq);
93         int (*modify_wq)(struct ibv_wq *wq, struct ibv_wq_attr *wq_attr);
94         struct ibv_flow *(*create_flow)(struct ibv_qp *qp,
95                                         struct ibv_flow_attr *flow);
96         int (*destroy_flow)(struct ibv_flow *flow_id);
97         int (*destroy_flow_action)(struct ibv_flow_action *action);
98         struct ibv_qp *(*create_qp)(struct ibv_pd *pd,
99                                     struct ibv_qp_init_attr *qp_init_attr);
100         struct ibv_qp *(*create_qp_ex)
101                 (struct ibv_context *context,
102                  struct ibv_qp_init_attr_ex *qp_init_attr_ex);
103         int (*destroy_qp)(struct ibv_qp *qp);
104         int (*modify_qp)(struct ibv_qp *qp, struct ibv_qp_attr *attr,
105                          int attr_mask);
106         struct ibv_mr *(*reg_mr)(struct ibv_pd *pd, void *addr,
107                                  size_t length, int access);
108         int (*dereg_mr)(struct ibv_mr *mr);
109         struct ibv_counter_set *(*create_counter_set)
110                 (struct ibv_context *context,
111                  struct ibv_counter_set_init_attr *init_attr);
112         int (*destroy_counter_set)(struct ibv_counter_set *cs);
113         int (*describe_counter_set)
114                 (struct ibv_context *context,
115                  uint16_t counter_set_id,
116                  struct ibv_counter_set_description *cs_desc);
117         int (*query_counter_set)(struct ibv_query_counter_set_attr *query_attr,
118                                  struct ibv_counter_set_data *cs_data);
119         struct ibv_counters *(*create_counters)
120                 (struct ibv_context *context,
121                  struct ibv_counters_init_attr *init_attr);
122         int (*destroy_counters)(struct ibv_counters *counters);
123         int (*attach_counters)(struct ibv_counters *counters,
124                                struct ibv_counter_attach_attr *attr,
125                                struct ibv_flow *flow);
126         int (*query_counters)(struct ibv_counters *counters,
127                               uint64_t *counters_value,
128                               uint32_t ncounters,
129                               uint32_t flags);
130         void (*ack_async_event)(struct ibv_async_event *event);
131         int (*get_async_event)(struct ibv_context *context,
132                                struct ibv_async_event *event);
133         const char *(*port_state_str)(enum ibv_port_state port_state);
134         struct ibv_cq *(*cq_ex_to_cq)(struct ibv_cq_ex *cq);
135         struct ibv_cq_ex *(*dv_create_cq)
136                 (struct ibv_context *context,
137                  struct ibv_cq_init_attr_ex *cq_attr,
138                  struct mlx5dv_cq_init_attr *mlx5_cq_attr);
139         struct ibv_wq *(*dv_create_wq)
140                 (struct ibv_context *context,
141                  struct ibv_wq_init_attr *wq_attr,
142                  struct mlx5dv_wq_init_attr *mlx5_wq_attr);
143         int (*dv_query_device)(struct ibv_context *ctx_in,
144                                struct mlx5dv_context *attrs_out);
145         int (*dv_set_context_attr)(struct ibv_context *ibv_ctx,
146                                    enum mlx5dv_set_ctx_attr_type type,
147                                    void *attr);
148         int (*dv_init_obj)(struct mlx5dv_obj *obj, uint64_t obj_type);
149         struct ibv_qp *(*dv_create_qp)
150                 (struct ibv_context *context,
151                  struct ibv_qp_init_attr_ex *qp_init_attr_ex,
152                  struct mlx5dv_qp_init_attr *dv_qp_init_attr);
153         struct mlx5dv_flow_matcher *(*dv_create_flow_matcher)
154                 (struct ibv_context *context,
155                  struct mlx5dv_flow_matcher_attr *matcher_attr);
156         int (*dv_destroy_flow_matcher)(struct mlx5dv_flow_matcher *matcher);
157         struct ibv_flow *(*dv_create_flow)(struct mlx5dv_flow_matcher *matcher,
158                           struct mlx5dv_flow_match_parameters *match_value,
159                           size_t num_actions,
160                           struct mlx5dv_flow_action_attr *actions_attr);
161         struct ibv_flow_action *(*dv_create_flow_action_packet_reformat)
162                 (struct ibv_context *ctx,
163                  size_t data_sz,
164                  void *data,
165                  enum mlx5dv_flow_action_packet_reformat_type reformat_type,
166                  enum mlx5dv_flow_table_type ft_type);
167 };
168
169 const struct mlx5_glue *mlx5_glue;
170
171 #endif /* MLX5_GLUE_H_ */