]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/net/ethernet/mellanox/mlxsw/spectrum.h
976f5b6435761bd0f3ed31da6067df5d43826163
[karo-tx-linux.git] / drivers / net / ethernet / mellanox / mlxsw / spectrum.h
1 /*
2  * drivers/net/ethernet/mellanox/mlxsw/spectrum.h
3  * Copyright (c) 2015-2017 Mellanox Technologies. All rights reserved.
4  * Copyright (c) 2015-2017 Jiri Pirko <jiri@mellanox.com>
5  * Copyright (c) 2015 Ido Schimmel <idosch@mellanox.com>
6  * Copyright (c) 2015 Elad Raz <eladr@mellanox.com>
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted provided that the following conditions are met:
10  *
11  * 1. Redistributions of source code must retain the above copyright
12  *    notice, this list of conditions and the following disclaimer.
13  * 2. Redistributions in binary form must reproduce the above copyright
14  *    notice, this list of conditions and the following disclaimer in the
15  *    documentation and/or other materials provided with the distribution.
16  * 3. Neither the names of the copyright holders nor the names of its
17  *    contributors may be used to endorse or promote products derived from
18  *    this software without specific prior written permission.
19  *
20  * Alternatively, this software may be distributed under the terms of the
21  * GNU General Public License ("GPL") version 2 as published by the Free
22  * Software Foundation.
23  *
24  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
28  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34  * POSSIBILITY OF SUCH DAMAGE.
35  */
36
37 #ifndef _MLXSW_SPECTRUM_H
38 #define _MLXSW_SPECTRUM_H
39
40 #include <linux/types.h>
41 #include <linux/netdevice.h>
42 #include <linux/rhashtable.h>
43 #include <linux/bitops.h>
44 #include <linux/if_vlan.h>
45 #include <linux/list.h>
46 #include <linux/dcbnl.h>
47 #include <linux/in6.h>
48 #include <linux/notifier.h>
49 #include <net/psample.h>
50 #include <net/pkt_cls.h>
51
52 #include "port.h"
53 #include "core.h"
54 #include "core_acl_flex_keys.h"
55 #include "core_acl_flex_actions.h"
56
57 #define MLXSW_SP_VFID_BASE VLAN_N_VID
58 #define MLXSW_SP_VFID_MAX 1024  /* Bridged VLAN interfaces */
59
60 #define MLXSW_SP_DUMMY_FID 15359
61
62 #define MLXSW_SP_RFID_BASE 15360
63
64 #define MLXSW_SP_MID_MAX 7000
65
66 #define MLXSW_SP_PORTS_PER_CLUSTER_MAX 4
67
68 #define MLXSW_SP_PORT_BASE_SPEED 25000  /* Mb/s */
69
70 #define MLXSW_SP_KVD_LINEAR_SIZE 65536 /* entries */
71 #define MLXSW_SP_KVD_GRANULARITY 128
72
73 struct mlxsw_sp_port;
74 struct mlxsw_sp_rif;
75
76 struct mlxsw_sp_upper {
77         struct net_device *dev;
78         unsigned int ref_count;
79 };
80
81 struct mlxsw_sp_fid {
82         void (*leave)(struct mlxsw_sp_port *mlxsw_sp_vport);
83         struct list_head list;
84         unsigned int ref_count;
85         struct net_device *dev;
86         struct mlxsw_sp_rif *rif;
87         u16 fid;
88 };
89
90 struct mlxsw_sp_mid {
91         struct list_head list;
92         unsigned char addr[ETH_ALEN];
93         u16 fid;
94         u16 mid;
95         unsigned int ref_count;
96 };
97
98 static inline u16 mlxsw_sp_vfid_to_fid(u16 vfid)
99 {
100         return MLXSW_SP_VFID_BASE + vfid;
101 }
102
103 static inline u16 mlxsw_sp_fid_to_vfid(u16 fid)
104 {
105         return fid - MLXSW_SP_VFID_BASE;
106 }
107
108 static inline bool mlxsw_sp_fid_is_vfid(u16 fid)
109 {
110         return fid >= MLXSW_SP_VFID_BASE && fid < MLXSW_SP_DUMMY_FID;
111 }
112
113 #define MLXSW_SP_PREFIX_COUNT (sizeof(struct in6_addr) * BITS_PER_BYTE)
114
115 struct mlxsw_sp_prefix_usage {
116         DECLARE_BITMAP(b, MLXSW_SP_PREFIX_COUNT);
117 };
118
119 enum mlxsw_sp_l3proto {
120         MLXSW_SP_L3_PROTO_IPV4,
121         MLXSW_SP_L3_PROTO_IPV6,
122 };
123
124 struct mlxsw_sp_lpm_tree {
125         u8 id; /* tree ID */
126         unsigned int ref_count;
127         enum mlxsw_sp_l3proto proto;
128         struct mlxsw_sp_prefix_usage prefix_usage;
129 };
130
131 struct mlxsw_sp_fib;
132
133 struct mlxsw_sp_vr {
134         u16 id; /* virtual router ID */
135         u32 tb_id; /* kernel fib table id */
136         unsigned int rif_count;
137         struct mlxsw_sp_fib *fib4;
138 };
139
140 enum mlxsw_sp_span_type {
141         MLXSW_SP_SPAN_EGRESS,
142         MLXSW_SP_SPAN_INGRESS
143 };
144
145 struct mlxsw_sp_span_inspected_port {
146         struct list_head list;
147         enum mlxsw_sp_span_type type;
148         u8 local_port;
149 };
150
151 struct mlxsw_sp_span_entry {
152         u8 local_port;
153         bool used;
154         struct list_head bound_ports_list;
155         int ref_count;
156         int id;
157 };
158
159 enum mlxsw_sp_port_mall_action_type {
160         MLXSW_SP_PORT_MALL_MIRROR,
161         MLXSW_SP_PORT_MALL_SAMPLE,
162 };
163
164 struct mlxsw_sp_port_mall_mirror_tc_entry {
165         u8 to_local_port;
166         bool ingress;
167 };
168
169 struct mlxsw_sp_port_mall_tc_entry {
170         struct list_head list;
171         unsigned long cookie;
172         enum mlxsw_sp_port_mall_action_type type;
173         union {
174                 struct mlxsw_sp_port_mall_mirror_tc_entry mirror;
175         };
176 };
177
178 struct mlxsw_sp_router {
179         struct mlxsw_sp_vr *vrs;
180         struct rhashtable neigh_ht;
181         struct rhashtable nexthop_group_ht;
182         struct rhashtable nexthop_ht;
183         struct {
184                 struct mlxsw_sp_lpm_tree *trees;
185                 unsigned int tree_count;
186         } lpm;
187         struct {
188                 struct delayed_work dw;
189                 unsigned long interval; /* ms */
190         } neighs_update;
191         struct delayed_work nexthop_probe_dw;
192 #define MLXSW_SP_UNRESOLVED_NH_PROBE_INTERVAL 5000 /* ms */
193         struct list_head nexthop_neighs_list;
194         bool aborted;
195 };
196
197 struct mlxsw_sp_sb;
198 struct mlxsw_sp_acl;
199 struct mlxsw_sp_counter_pool;
200
201 struct mlxsw_sp {
202         struct {
203                 struct list_head list;
204                 DECLARE_BITMAP(mapped, MLXSW_SP_VFID_MAX);
205         } vfids;
206         struct {
207                 struct list_head list;
208                 DECLARE_BITMAP(mapped, MLXSW_SP_MID_MAX);
209         } br_mids;
210         struct list_head fids;  /* VLAN-aware bridge FIDs */
211         struct mlxsw_sp_rif **rifs;
212         struct mlxsw_sp_port **ports;
213         struct mlxsw_core *core;
214         const struct mlxsw_bus_info *bus_info;
215         unsigned char base_mac[ETH_ALEN];
216         struct {
217                 struct delayed_work dw;
218 #define MLXSW_SP_DEFAULT_LEARNING_INTERVAL 100
219                 unsigned int interval; /* ms */
220         } fdb_notify;
221 #define MLXSW_SP_MIN_AGEING_TIME 10
222 #define MLXSW_SP_MAX_AGEING_TIME 1000000
223 #define MLXSW_SP_DEFAULT_AGEING_TIME 300
224         u32 ageing_time;
225         struct mlxsw_sp_upper master_bridge;
226         struct mlxsw_sp_upper *lags;
227         u8 *port_to_module;
228         struct mlxsw_sp_sb *sb;
229         struct mlxsw_sp_router router;
230         struct mlxsw_sp_acl *acl;
231         struct {
232                 DECLARE_BITMAP(usage, MLXSW_SP_KVD_LINEAR_SIZE);
233         } kvdl;
234
235         struct mlxsw_sp_counter_pool *counter_pool;
236         struct {
237                 struct mlxsw_sp_span_entry *entries;
238                 int entries_count;
239         } span;
240         struct notifier_block fib_nb;
241 };
242
243 static inline struct mlxsw_sp_upper *
244 mlxsw_sp_lag_get(struct mlxsw_sp *mlxsw_sp, u16 lag_id)
245 {
246         return &mlxsw_sp->lags[lag_id];
247 }
248
249 struct mlxsw_sp_port_pcpu_stats {
250         u64                     rx_packets;
251         u64                     rx_bytes;
252         u64                     tx_packets;
253         u64                     tx_bytes;
254         struct u64_stats_sync   syncp;
255         u32                     tx_dropped;
256 };
257
258 struct mlxsw_sp_port_sample {
259         struct psample_group __rcu *psample_group;
260         u32 trunc_size;
261         u32 rate;
262         bool truncate;
263 };
264
265 struct mlxsw_sp_port {
266         struct net_device *dev;
267         struct mlxsw_sp_port_pcpu_stats __percpu *pcpu_stats;
268         struct mlxsw_sp *mlxsw_sp;
269         u8 local_port;
270         u8 stp_state;
271         u16 learning:1,
272            learning_sync:1,
273            uc_flood:1,
274            mc_flood:1,
275            mc_router:1,
276            mc_disabled:1,
277            bridged:1,
278            lagged:1,
279            split:1;
280         u16 pvid;
281         u16 lag_id;
282         struct {
283                 struct list_head list;
284                 struct mlxsw_sp_fid *f;
285                 u16 vid;
286         } vport;
287         struct {
288                 u8 tx_pause:1,
289                    rx_pause:1,
290                    autoneg:1;
291         } link;
292         struct {
293                 struct ieee_ets *ets;
294                 struct ieee_maxrate *maxrate;
295                 struct ieee_pfc *pfc;
296         } dcb;
297         struct {
298                 u8 module;
299                 u8 width;
300                 u8 lane;
301         } mapping;
302         /* 802.1Q bridge VLANs */
303         unsigned long *active_vlans;
304         unsigned long *untagged_vlans;
305         /* VLAN interfaces */
306         struct list_head vports_list;
307         /* TC handles */
308         struct list_head mall_tc_list;
309         struct {
310                 #define MLXSW_HW_STATS_UPDATE_TIME HZ
311                 struct rtnl_link_stats64 *cache;
312                 struct delayed_work update_dw;
313         } hw_stats;
314         struct mlxsw_sp_port_sample *sample;
315 };
316
317 bool mlxsw_sp_port_dev_check(const struct net_device *dev);
318 struct mlxsw_sp *mlxsw_sp_lower_get(struct net_device *dev);
319 struct mlxsw_sp_port *mlxsw_sp_port_lower_dev_hold(struct net_device *dev);
320 void mlxsw_sp_port_dev_put(struct mlxsw_sp_port *mlxsw_sp_port);
321
322 static inline bool
323 mlxsw_sp_port_is_pause_en(const struct mlxsw_sp_port *mlxsw_sp_port)
324 {
325         return mlxsw_sp_port->link.tx_pause || mlxsw_sp_port->link.rx_pause;
326 }
327
328 static inline struct mlxsw_sp_port *
329 mlxsw_sp_port_lagged_get(struct mlxsw_sp *mlxsw_sp, u16 lag_id, u8 port_index)
330 {
331         struct mlxsw_sp_port *mlxsw_sp_port;
332         u8 local_port;
333
334         local_port = mlxsw_core_lag_mapping_get(mlxsw_sp->core,
335                                                 lag_id, port_index);
336         mlxsw_sp_port = mlxsw_sp->ports[local_port];
337         return mlxsw_sp_port && mlxsw_sp_port->lagged ? mlxsw_sp_port : NULL;
338 }
339
340 static inline u16
341 mlxsw_sp_vport_vid_get(const struct mlxsw_sp_port *mlxsw_sp_vport)
342 {
343         return mlxsw_sp_vport->vport.vid;
344 }
345
346 static inline bool
347 mlxsw_sp_port_is_vport(const struct mlxsw_sp_port *mlxsw_sp_port)
348 {
349         u16 vid = mlxsw_sp_vport_vid_get(mlxsw_sp_port);
350
351         return vid != 0;
352 }
353
354 static inline void mlxsw_sp_vport_fid_set(struct mlxsw_sp_port *mlxsw_sp_vport,
355                                           struct mlxsw_sp_fid *f)
356 {
357         mlxsw_sp_vport->vport.f = f;
358 }
359
360 static inline struct mlxsw_sp_fid *
361 mlxsw_sp_vport_fid_get(const struct mlxsw_sp_port *mlxsw_sp_vport)
362 {
363         return mlxsw_sp_vport->vport.f;
364 }
365
366 static inline struct net_device *
367 mlxsw_sp_vport_dev_get(const struct mlxsw_sp_port *mlxsw_sp_vport)
368 {
369         struct mlxsw_sp_fid *f = mlxsw_sp_vport_fid_get(mlxsw_sp_vport);
370
371         return f ? f->dev : NULL;
372 }
373
374 static inline struct mlxsw_sp_port *
375 mlxsw_sp_port_vport_find(const struct mlxsw_sp_port *mlxsw_sp_port, u16 vid)
376 {
377         struct mlxsw_sp_port *mlxsw_sp_vport;
378
379         list_for_each_entry(mlxsw_sp_vport, &mlxsw_sp_port->vports_list,
380                             vport.list) {
381                 if (mlxsw_sp_vport_vid_get(mlxsw_sp_vport) == vid)
382                         return mlxsw_sp_vport;
383         }
384
385         return NULL;
386 }
387
388 static inline struct mlxsw_sp_port *
389 mlxsw_sp_port_vport_find_by_fid(const struct mlxsw_sp_port *mlxsw_sp_port,
390                                 u16 fid)
391 {
392         struct mlxsw_sp_port *mlxsw_sp_vport;
393
394         list_for_each_entry(mlxsw_sp_vport, &mlxsw_sp_port->vports_list,
395                             vport.list) {
396                 struct mlxsw_sp_fid *f = mlxsw_sp_vport_fid_get(mlxsw_sp_vport);
397
398                 if (f && f->fid == fid)
399                         return mlxsw_sp_vport;
400         }
401
402         return NULL;
403 }
404
405 static inline struct mlxsw_sp_fid *mlxsw_sp_fid_find(struct mlxsw_sp *mlxsw_sp,
406                                                      u16 fid)
407 {
408         struct mlxsw_sp_fid *f;
409
410         list_for_each_entry(f, &mlxsw_sp->fids, list)
411                 if (f->fid == fid)
412                         return f;
413
414         return NULL;
415 }
416
417 static inline struct mlxsw_sp_fid *
418 mlxsw_sp_vfid_find(const struct mlxsw_sp *mlxsw_sp,
419                    const struct net_device *br_dev)
420 {
421         struct mlxsw_sp_fid *f;
422
423         list_for_each_entry(f, &mlxsw_sp->vfids.list, list)
424                 if (f->dev == br_dev)
425                         return f;
426
427         return NULL;
428 }
429
430 enum mlxsw_sp_flood_table {
431         MLXSW_SP_FLOOD_TABLE_UC,
432         MLXSW_SP_FLOOD_TABLE_BC,
433         MLXSW_SP_FLOOD_TABLE_MC,
434 };
435
436 int mlxsw_sp_buffers_init(struct mlxsw_sp *mlxsw_sp);
437 void mlxsw_sp_buffers_fini(struct mlxsw_sp *mlxsw_sp);
438 int mlxsw_sp_port_buffers_init(struct mlxsw_sp_port *mlxsw_sp_port);
439 int mlxsw_sp_sb_pool_get(struct mlxsw_core *mlxsw_core,
440                          unsigned int sb_index, u16 pool_index,
441                          struct devlink_sb_pool_info *pool_info);
442 int mlxsw_sp_sb_pool_set(struct mlxsw_core *mlxsw_core,
443                          unsigned int sb_index, u16 pool_index, u32 size,
444                          enum devlink_sb_threshold_type threshold_type);
445 int mlxsw_sp_sb_port_pool_get(struct mlxsw_core_port *mlxsw_core_port,
446                               unsigned int sb_index, u16 pool_index,
447                               u32 *p_threshold);
448 int mlxsw_sp_sb_port_pool_set(struct mlxsw_core_port *mlxsw_core_port,
449                               unsigned int sb_index, u16 pool_index,
450                               u32 threshold);
451 int mlxsw_sp_sb_tc_pool_bind_get(struct mlxsw_core_port *mlxsw_core_port,
452                                  unsigned int sb_index, u16 tc_index,
453                                  enum devlink_sb_pool_type pool_type,
454                                  u16 *p_pool_index, u32 *p_threshold);
455 int mlxsw_sp_sb_tc_pool_bind_set(struct mlxsw_core_port *mlxsw_core_port,
456                                  unsigned int sb_index, u16 tc_index,
457                                  enum devlink_sb_pool_type pool_type,
458                                  u16 pool_index, u32 threshold);
459 int mlxsw_sp_sb_occ_snapshot(struct mlxsw_core *mlxsw_core,
460                              unsigned int sb_index);
461 int mlxsw_sp_sb_occ_max_clear(struct mlxsw_core *mlxsw_core,
462                               unsigned int sb_index);
463 int mlxsw_sp_sb_occ_port_pool_get(struct mlxsw_core_port *mlxsw_core_port,
464                                   unsigned int sb_index, u16 pool_index,
465                                   u32 *p_cur, u32 *p_max);
466 int mlxsw_sp_sb_occ_tc_port_bind_get(struct mlxsw_core_port *mlxsw_core_port,
467                                      unsigned int sb_index, u16 tc_index,
468                                      enum devlink_sb_pool_type pool_type,
469                                      u32 *p_cur, u32 *p_max);
470 u32 mlxsw_sp_cells_bytes(const struct mlxsw_sp *mlxsw_sp, u32 cells);
471 u32 mlxsw_sp_bytes_cells(const struct mlxsw_sp *mlxsw_sp, u32 bytes);
472
473 int mlxsw_sp_switchdev_init(struct mlxsw_sp *mlxsw_sp);
474 void mlxsw_sp_switchdev_fini(struct mlxsw_sp *mlxsw_sp);
475 int mlxsw_sp_port_vlan_init(struct mlxsw_sp_port *mlxsw_sp_port);
476 void mlxsw_sp_port_switchdev_init(struct mlxsw_sp_port *mlxsw_sp_port);
477 void mlxsw_sp_port_switchdev_fini(struct mlxsw_sp_port *mlxsw_sp_port);
478 int mlxsw_sp_port_vid_to_fid_set(struct mlxsw_sp_port *mlxsw_sp_port,
479                                  enum mlxsw_reg_svfa_mt mt, bool valid, u16 fid,
480                                  u16 vid);
481 int mlxsw_sp_port_vlan_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid_begin,
482                            u16 vid_end, bool is_member, bool untagged);
483 int mlxsw_sp_vport_flood_set(struct mlxsw_sp_port *mlxsw_sp_vport, u16 fid,
484                              bool set);
485 void mlxsw_sp_port_active_vlans_del(struct mlxsw_sp_port *mlxsw_sp_port);
486 int mlxsw_sp_port_pvid_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid);
487 int mlxsw_sp_port_fdb_flush(struct mlxsw_sp_port *mlxsw_sp_port, u16 fid);
488 int mlxsw_sp_rif_fdb_op(struct mlxsw_sp *mlxsw_sp, const char *mac, u16 fid,
489                         bool adding);
490 struct mlxsw_sp_fid *mlxsw_sp_fid_create(struct mlxsw_sp *mlxsw_sp, u16 fid);
491 void mlxsw_sp_fid_destroy(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_fid *f);
492 int mlxsw_sp_port_ets_set(struct mlxsw_sp_port *mlxsw_sp_port,
493                           enum mlxsw_reg_qeec_hr hr, u8 index, u8 next_index,
494                           bool dwrr, u8 dwrr_weight);
495 int mlxsw_sp_port_prio_tc_set(struct mlxsw_sp_port *mlxsw_sp_port,
496                               u8 switch_prio, u8 tclass);
497 int __mlxsw_sp_port_headroom_set(struct mlxsw_sp_port *mlxsw_sp_port, int mtu,
498                                  u8 *prio_tc, bool pause_en,
499                                  struct ieee_pfc *my_pfc);
500 int mlxsw_sp_port_ets_maxrate_set(struct mlxsw_sp_port *mlxsw_sp_port,
501                                   enum mlxsw_reg_qeec_hr hr, u8 index,
502                                   u8 next_index, u32 maxrate);
503 int __mlxsw_sp_port_vid_learning_set(struct mlxsw_sp_port *mlxsw_sp_port,
504                                      u16 vid_begin, u16 vid_end,
505                                      bool learn_enable);
506
507 #ifdef CONFIG_MLXSW_SPECTRUM_DCB
508
509 int mlxsw_sp_port_dcb_init(struct mlxsw_sp_port *mlxsw_sp_port);
510 void mlxsw_sp_port_dcb_fini(struct mlxsw_sp_port *mlxsw_sp_port);
511
512 #else
513
514 static inline int mlxsw_sp_port_dcb_init(struct mlxsw_sp_port *mlxsw_sp_port)
515 {
516         return 0;
517 }
518
519 static inline void mlxsw_sp_port_dcb_fini(struct mlxsw_sp_port *mlxsw_sp_port)
520 {}
521
522 #endif
523
524 int mlxsw_sp_router_init(struct mlxsw_sp *mlxsw_sp);
525 void mlxsw_sp_router_fini(struct mlxsw_sp *mlxsw_sp);
526 int mlxsw_sp_router_netevent_event(struct notifier_block *unused,
527                                    unsigned long event, void *ptr);
528 int mlxsw_sp_netdevice_router_port_event(struct net_device *dev);
529 int mlxsw_sp_inetaddr_event(struct notifier_block *unused,
530                             unsigned long event, void *ptr);
531 void mlxsw_sp_rif_bridge_destroy(struct mlxsw_sp *mlxsw_sp,
532                                  struct mlxsw_sp_rif *rif);
533 int mlxsw_sp_netdevice_vrf_event(struct net_device *l3_dev, unsigned long event,
534                                  struct netdev_notifier_changeupper_info *info);
535
536 int mlxsw_sp_kvdl_alloc(struct mlxsw_sp *mlxsw_sp, unsigned int entry_count,
537                         u32 *p_entry_index);
538 void mlxsw_sp_kvdl_free(struct mlxsw_sp *mlxsw_sp, int entry_index);
539
540 struct mlxsw_afk *mlxsw_sp_acl_afk(struct mlxsw_sp_acl *acl);
541
542 struct mlxsw_sp_acl_rule_info {
543         unsigned int priority;
544         struct mlxsw_afk_element_values values;
545         struct mlxsw_afa_block *act_block;
546         unsigned int counter_index;
547         bool counter_valid;
548 };
549
550 enum mlxsw_sp_acl_profile {
551         MLXSW_SP_ACL_PROFILE_FLOWER,
552 };
553
554 struct mlxsw_sp_acl_profile_ops {
555         size_t ruleset_priv_size;
556         int (*ruleset_add)(struct mlxsw_sp *mlxsw_sp,
557                            void *priv, void *ruleset_priv);
558         void (*ruleset_del)(struct mlxsw_sp *mlxsw_sp, void *ruleset_priv);
559         int (*ruleset_bind)(struct mlxsw_sp *mlxsw_sp, void *ruleset_priv,
560                             struct net_device *dev, bool ingress);
561         void (*ruleset_unbind)(struct mlxsw_sp *mlxsw_sp, void *ruleset_priv);
562         size_t rule_priv_size;
563         int (*rule_add)(struct mlxsw_sp *mlxsw_sp,
564                         void *ruleset_priv, void *rule_priv,
565                         struct mlxsw_sp_acl_rule_info *rulei);
566         void (*rule_del)(struct mlxsw_sp *mlxsw_sp, void *rule_priv);
567         int (*rule_activity_get)(struct mlxsw_sp *mlxsw_sp, void *rule_priv,
568                                  bool *activity);
569 };
570
571 struct mlxsw_sp_acl_ops {
572         size_t priv_size;
573         int (*init)(struct mlxsw_sp *mlxsw_sp, void *priv);
574         void (*fini)(struct mlxsw_sp *mlxsw_sp, void *priv);
575         const struct mlxsw_sp_acl_profile_ops *
576                         (*profile_ops)(struct mlxsw_sp *mlxsw_sp,
577                                        enum mlxsw_sp_acl_profile profile);
578 };
579
580 struct mlxsw_sp_acl_ruleset;
581
582 struct mlxsw_sp_acl_ruleset *
583 mlxsw_sp_acl_ruleset_get(struct mlxsw_sp *mlxsw_sp,
584                          struct net_device *dev, bool ingress,
585                          enum mlxsw_sp_acl_profile profile);
586 void mlxsw_sp_acl_ruleset_put(struct mlxsw_sp *mlxsw_sp,
587                               struct mlxsw_sp_acl_ruleset *ruleset);
588
589 struct mlxsw_sp_acl_rule_info *
590 mlxsw_sp_acl_rulei_create(struct mlxsw_sp_acl *acl);
591 void mlxsw_sp_acl_rulei_destroy(struct mlxsw_sp_acl_rule_info *rulei);
592 int mlxsw_sp_acl_rulei_commit(struct mlxsw_sp_acl_rule_info *rulei);
593 void mlxsw_sp_acl_rulei_priority(struct mlxsw_sp_acl_rule_info *rulei,
594                                  unsigned int priority);
595 void mlxsw_sp_acl_rulei_keymask_u32(struct mlxsw_sp_acl_rule_info *rulei,
596                                     enum mlxsw_afk_element element,
597                                     u32 key_value, u32 mask_value);
598 void mlxsw_sp_acl_rulei_keymask_buf(struct mlxsw_sp_acl_rule_info *rulei,
599                                     enum mlxsw_afk_element element,
600                                     const char *key_value,
601                                     const char *mask_value, unsigned int len);
602 void mlxsw_sp_acl_rulei_act_continue(struct mlxsw_sp_acl_rule_info *rulei);
603 void mlxsw_sp_acl_rulei_act_jump(struct mlxsw_sp_acl_rule_info *rulei,
604                                  u16 group_id);
605 int mlxsw_sp_acl_rulei_act_drop(struct mlxsw_sp_acl_rule_info *rulei);
606 int mlxsw_sp_acl_rulei_act_fwd(struct mlxsw_sp *mlxsw_sp,
607                                struct mlxsw_sp_acl_rule_info *rulei,
608                                struct net_device *out_dev);
609 int mlxsw_sp_acl_rulei_act_vlan(struct mlxsw_sp *mlxsw_sp,
610                                 struct mlxsw_sp_acl_rule_info *rulei,
611                                 u32 action, u16 vid, u16 proto, u8 prio);
612 int mlxsw_sp_acl_rulei_act_count(struct mlxsw_sp *mlxsw_sp,
613                                  struct mlxsw_sp_acl_rule_info *rulei);
614 int mlxsw_sp_acl_rulei_act_fid_set(struct mlxsw_sp *mlxsw_sp,
615                                    struct mlxsw_sp_acl_rule_info *rulei,
616                                    u16 fid);
617
618 struct mlxsw_sp_acl_rule;
619
620 struct mlxsw_sp_acl_rule *
621 mlxsw_sp_acl_rule_create(struct mlxsw_sp *mlxsw_sp,
622                          struct mlxsw_sp_acl_ruleset *ruleset,
623                          unsigned long cookie);
624 void mlxsw_sp_acl_rule_destroy(struct mlxsw_sp *mlxsw_sp,
625                                struct mlxsw_sp_acl_rule *rule);
626 int mlxsw_sp_acl_rule_add(struct mlxsw_sp *mlxsw_sp,
627                           struct mlxsw_sp_acl_rule *rule);
628 void mlxsw_sp_acl_rule_del(struct mlxsw_sp *mlxsw_sp,
629                            struct mlxsw_sp_acl_rule *rule);
630 struct mlxsw_sp_acl_rule *
631 mlxsw_sp_acl_rule_lookup(struct mlxsw_sp *mlxsw_sp,
632                          struct mlxsw_sp_acl_ruleset *ruleset,
633                          unsigned long cookie);
634 struct mlxsw_sp_acl_rule_info *
635 mlxsw_sp_acl_rule_rulei(struct mlxsw_sp_acl_rule *rule);
636 int mlxsw_sp_acl_rule_get_stats(struct mlxsw_sp *mlxsw_sp,
637                                 struct mlxsw_sp_acl_rule *rule,
638                                 u64 *packets, u64 *bytes, u64 *last_use);
639
640 int mlxsw_sp_acl_init(struct mlxsw_sp *mlxsw_sp);
641 void mlxsw_sp_acl_fini(struct mlxsw_sp *mlxsw_sp);
642
643 extern const struct mlxsw_sp_acl_ops mlxsw_sp_acl_tcam_ops;
644
645 int mlxsw_sp_flower_replace(struct mlxsw_sp_port *mlxsw_sp_port, bool ingress,
646                             __be16 protocol, struct tc_cls_flower_offload *f);
647 void mlxsw_sp_flower_destroy(struct mlxsw_sp_port *mlxsw_sp_port, bool ingress,
648                              struct tc_cls_flower_offload *f);
649 int mlxsw_sp_flower_stats(struct mlxsw_sp_port *mlxsw_sp_port, bool ingress,
650                           struct tc_cls_flower_offload *f);
651 int mlxsw_sp_flow_counter_get(struct mlxsw_sp *mlxsw_sp,
652                               unsigned int counter_index, u64 *packets,
653                               u64 *bytes);
654 int mlxsw_sp_flow_counter_alloc(struct mlxsw_sp *mlxsw_sp,
655                                 unsigned int *p_counter_index);
656 void mlxsw_sp_flow_counter_free(struct mlxsw_sp *mlxsw_sp,
657                                 unsigned int counter_index);
658
659 #endif