2 * Copyright (c) 2015, Mellanox Technologies, Ltd. All rights reserved.
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:
10 * Redistribution and use in source and binary forms, with or
11 * without modification, are permitted provided that the following
14 * - Redistributions of source code must retain the above
15 * copyright notice, this list of conditions and the following
18 * - Redistributions in binary form must reproduce the above
19 * copyright notice, this list of conditions and the following
20 * disclaimer in the documentation and/or other materials
21 * provided with the distribution.
23 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33 #ifndef __MLX5_ESWITCH_H__
34 #define __MLX5_ESWITCH_H__
36 #include <linux/if_ether.h>
37 #include <linux/if_link.h>
38 #include <net/devlink.h>
39 #include <linux/mlx5/device.h>
40 #include <linux/mlx5/eswitch.h>
43 #ifdef CONFIG_MLX5_ESWITCH
45 #define MLX5_MAX_UC_PER_VPORT(dev) \
46 (1 << MLX5_CAP_GEN(dev, log_max_current_uc_list))
48 #define MLX5_MAX_MC_PER_VPORT(dev) \
49 (1 << MLX5_CAP_GEN(dev, log_max_current_mc_list))
51 #define FDB_UPLINK_VPORT 0xffff
53 #define MLX5_MIN_BW_SHARE 1
55 #define MLX5_RATE_TO_BW_SHARE(rate, divider, limit) \
56 min_t(u32, max_t(u32, (rate) / (divider), MLX5_MIN_BW_SHARE), limit)
58 struct vport_ingress {
59 struct mlx5_flow_table *acl;
60 struct mlx5_flow_group *allow_untagged_spoofchk_grp;
61 struct mlx5_flow_group *allow_spoofchk_only_grp;
62 struct mlx5_flow_group *allow_untagged_only_grp;
63 struct mlx5_flow_group *drop_grp;
64 struct mlx5_flow_handle *allow_rule;
65 struct mlx5_flow_handle *drop_rule;
66 struct mlx5_fc *drop_counter;
70 struct mlx5_flow_table *acl;
71 struct mlx5_flow_group *allowed_vlans_grp;
72 struct mlx5_flow_group *drop_grp;
73 struct mlx5_flow_handle *allowed_vlan;
74 struct mlx5_flow_handle *drop_rule;
75 struct mlx5_fc *drop_counter;
78 struct mlx5_vport_drop_stats {
83 struct mlx5_vport_info {
96 struct mlx5_core_dev *dev;
98 struct hlist_head uc_list[MLX5_L2_ADDR_HASH_SIZE];
99 struct hlist_head mc_list[MLX5_L2_ADDR_HASH_SIZE];
100 struct mlx5_flow_handle *promisc_rule;
101 struct mlx5_flow_handle *allmulti_rule;
102 struct work_struct vport_change_handler;
104 struct vport_ingress ingress;
105 struct vport_egress egress;
107 struct mlx5_vport_info info;
119 struct mlx5_eswitch_fdb {
123 struct mlx5_flow_group *addr_grp;
124 struct mlx5_flow_group *allmulti_grp;
125 struct mlx5_flow_group *promisc_grp;
128 struct offloads_fdb {
129 struct mlx5_flow_table *fdb;
130 struct mlx5_flow_group *send_to_vport_grp;
131 struct mlx5_flow_group *miss_grp;
132 struct mlx5_flow_handle *miss_rule_uni;
133 struct mlx5_flow_handle *miss_rule_multi;
134 int vlan_push_pop_refcount;
139 struct mlx5_esw_offload {
140 struct mlx5_flow_table *ft_offloads;
141 struct mlx5_flow_group *vport_rx_group;
142 struct mlx5_eswitch_rep *vport_reps;
143 DECLARE_HASHTABLE(encap_tbl, 8);
144 DECLARE_HASHTABLE(mod_hdr_tbl, 8);
150 /* E-Switch MC FDB table hash node */
151 struct esw_mc_addr { /* SRIOV only */
152 struct l2addr_node node;
153 struct mlx5_flow_handle *uplink_rule; /* Forward to uplink rule */
157 struct mlx5_eswitch {
158 struct mlx5_core_dev *dev;
159 struct mlx5_eswitch_fdb fdb_table;
160 struct hlist_head mc_table[MLX5_L2_ADDR_HASH_SIZE];
161 struct workqueue_struct *work_queue;
162 struct mlx5_vport *vports;
165 /* Synchronize between vport change events
166 * and async SRIOV admin state changes
168 struct mutex state_lock;
169 struct esw_mc_addr mc_promisc;
176 struct mlx5_esw_offload offloads;
180 void esw_offloads_cleanup(struct mlx5_eswitch *esw, int nvports);
181 int esw_offloads_init(struct mlx5_eswitch *esw, int nvports);
182 void esw_offloads_cleanup_reps(struct mlx5_eswitch *esw);
183 int esw_offloads_init_reps(struct mlx5_eswitch *esw);
186 int mlx5_eswitch_init(struct mlx5_core_dev *dev);
187 void mlx5_eswitch_cleanup(struct mlx5_eswitch *esw);
188 void mlx5_eswitch_vport_event(struct mlx5_eswitch *esw, struct mlx5_eqe *eqe);
189 int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs, int mode);
190 void mlx5_eswitch_disable_sriov(struct mlx5_eswitch *esw);
191 int mlx5_eswitch_set_vport_mac(struct mlx5_eswitch *esw,
192 int vport, u8 mac[ETH_ALEN]);
193 int mlx5_eswitch_set_vport_state(struct mlx5_eswitch *esw,
194 int vport, int link_state);
195 int mlx5_eswitch_set_vport_vlan(struct mlx5_eswitch *esw,
196 int vport, u16 vlan, u8 qos);
197 int mlx5_eswitch_set_vport_spoofchk(struct mlx5_eswitch *esw,
198 int vport, bool spoofchk);
199 int mlx5_eswitch_set_vport_trust(struct mlx5_eswitch *esw,
200 int vport_num, bool setting);
201 int mlx5_eswitch_set_vport_rate(struct mlx5_eswitch *esw, int vport,
202 u32 max_rate, u32 min_rate);
203 int mlx5_eswitch_get_vport_config(struct mlx5_eswitch *esw,
204 int vport, struct ifla_vf_info *ivi);
205 int mlx5_eswitch_get_vport_stats(struct mlx5_eswitch *esw,
207 struct ifla_vf_stats *vf_stats);
208 void mlx5_eswitch_del_send_to_vport_rule(struct mlx5_flow_handle *rule);
210 struct mlx5_flow_spec;
211 struct mlx5_esw_flow_attr;
213 struct mlx5_flow_handle *
214 mlx5_eswitch_add_offloaded_rule(struct mlx5_eswitch *esw,
215 struct mlx5_flow_spec *spec,
216 struct mlx5_esw_flow_attr *attr);
218 mlx5_eswitch_del_offloaded_rule(struct mlx5_eswitch *esw,
219 struct mlx5_flow_handle *rule,
220 struct mlx5_esw_flow_attr *attr);
222 struct mlx5_flow_handle *
223 mlx5_eswitch_create_vport_rx_rule(struct mlx5_eswitch *esw, int vport, u32 tirn);
226 SET_VLAN_STRIP = BIT(0),
227 SET_VLAN_INSERT = BIT(1)
230 #define MLX5_FLOW_CONTEXT_ACTION_VLAN_POP 0x4000
231 #define MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH 0x8000
233 struct mlx5_esw_flow_attr {
234 struct mlx5_eswitch_rep *in_rep;
235 struct mlx5_eswitch_rep *out_rep;
242 struct mlx5e_tc_flow_parse_attr *parse_attr;
245 int mlx5_devlink_eswitch_mode_set(struct devlink *devlink, u16 mode);
246 int mlx5_devlink_eswitch_mode_get(struct devlink *devlink, u16 *mode);
247 int mlx5_devlink_eswitch_inline_mode_set(struct devlink *devlink, u8 mode);
248 int mlx5_devlink_eswitch_inline_mode_get(struct devlink *devlink, u8 *mode);
249 int mlx5_eswitch_inline_mode_get(struct mlx5_eswitch *esw, int nvfs, u8 *mode);
250 int mlx5_devlink_eswitch_encap_mode_set(struct devlink *devlink, u8 encap);
251 int mlx5_devlink_eswitch_encap_mode_get(struct devlink *devlink, u8 *encap);
252 void *mlx5_eswitch_get_uplink_priv(struct mlx5_eswitch *esw, u8 rep_type);
254 int mlx5_eswitch_add_vlan_action(struct mlx5_eswitch *esw,
255 struct mlx5_esw_flow_attr *attr);
256 int mlx5_eswitch_del_vlan_action(struct mlx5_eswitch *esw,
257 struct mlx5_esw_flow_attr *attr);
258 int __mlx5_eswitch_set_vport_vlan(struct mlx5_eswitch *esw,
259 int vport, u16 vlan, u8 qos, u8 set_flags);
261 #define MLX5_DEBUG_ESWITCH_MASK BIT(3)
263 #define esw_info(dev, format, ...) \
264 pr_info("(%s): E-Switch: " format, (dev)->priv.name, ##__VA_ARGS__)
266 #define esw_warn(dev, format, ...) \
267 pr_warn("(%s): E-Switch: " format, (dev)->priv.name, ##__VA_ARGS__)
269 #define esw_debug(dev, format, ...) \
270 mlx5_core_dbg_mask(dev, MLX5_DEBUG_ESWITCH_MASK, format, ##__VA_ARGS__)
271 #else /* CONFIG_MLX5_ESWITCH */
272 /* eswitch API stubs */
273 static inline int mlx5_eswitch_init(struct mlx5_core_dev *dev) { return 0; }
274 static inline void mlx5_eswitch_cleanup(struct mlx5_eswitch *esw) {}
275 static inline void mlx5_eswitch_vport_event(struct mlx5_eswitch *esw, struct mlx5_eqe *eqe) {}
276 static inline int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs, int mode) { return 0; }
277 static inline void mlx5_eswitch_disable_sriov(struct mlx5_eswitch *esw) {}
278 #endif /* CONFIG_MLX5_ESWITCH */
280 #endif /* __MLX5_ESWITCH_H__ */