net/mlx5e: Implement RX mapped page cache for page recycle
[cascardo/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / en.h
1 /*
2  * Copyright (c) 2015-2016, Mellanox Technologies. All rights reserved.
3  *
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:
9  *
10  *     Redistribution and use in source and binary forms, with or
11  *     without modification, are permitted provided that the following
12  *     conditions are met:
13  *
14  *      - Redistributions of source code must retain the above
15  *        copyright notice, this list of conditions and the following
16  *        disclaimer.
17  *
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.
22  *
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
30  * SOFTWARE.
31  */
32 #ifndef __MLX5_EN_H__
33 #define __MLX5_EN_H__
34
35 #include <linux/if_vlan.h>
36 #include <linux/etherdevice.h>
37 #include <linux/timecounter.h>
38 #include <linux/net_tstamp.h>
39 #include <linux/ptp_clock_kernel.h>
40 #include <linux/mlx5/driver.h>
41 #include <linux/mlx5/qp.h>
42 #include <linux/mlx5/cq.h>
43 #include <linux/mlx5/port.h>
44 #include <linux/mlx5/vport.h>
45 #include <linux/mlx5/transobj.h>
46 #include <linux/rhashtable.h>
47 #include <net/switchdev.h>
48 #include "wq.h"
49 #include "mlx5_core.h"
50 #include "en_stats.h"
51
52 #define MLX5_SET_CFG(p, f, v) MLX5_SET(create_flow_group_in, p, f, v)
53
54 #define MLX5E_MAX_NUM_TC        8
55
56 #define MLX5E_PARAMS_MINIMUM_LOG_SQ_SIZE                0x6
57 #define MLX5E_PARAMS_DEFAULT_LOG_SQ_SIZE                0xa
58 #define MLX5E_PARAMS_MAXIMUM_LOG_SQ_SIZE                0xd
59
60 #define MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE                0x1
61 #define MLX5E_PARAMS_DEFAULT_LOG_RQ_SIZE                0xa
62 #define MLX5E_PARAMS_MAXIMUM_LOG_RQ_SIZE                0xd
63
64 #define MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE_MPW            0x1
65 #define MLX5E_PARAMS_DEFAULT_LOG_RQ_SIZE_MPW            0x3
66 #define MLX5E_PARAMS_MAXIMUM_LOG_RQ_SIZE_MPW            0x6
67
68 #define MLX5_MPWRQ_LOG_STRIDE_SIZE              6  /* >= 6, HW restriction */
69 #define MLX5_MPWRQ_LOG_STRIDE_SIZE_CQE_COMPRESS 8  /* >= 6, HW restriction */
70 #define MLX5_MPWRQ_LOG_WQE_SZ                   18
71 #define MLX5_MPWRQ_WQE_PAGE_ORDER  (MLX5_MPWRQ_LOG_WQE_SZ - PAGE_SHIFT > 0 ? \
72                                     MLX5_MPWRQ_LOG_WQE_SZ - PAGE_SHIFT : 0)
73 #define MLX5_MPWRQ_PAGES_PER_WQE                BIT(MLX5_MPWRQ_WQE_PAGE_ORDER)
74 #define MLX5_MPWRQ_STRIDES_PER_PAGE             (MLX5_MPWRQ_NUM_STRIDES >> \
75                                                  MLX5_MPWRQ_WQE_PAGE_ORDER)
76
77 #define MLX5_MTT_OCTW(npages) (ALIGN(npages, 8) / 2)
78 #define MLX5E_REQUIRED_MTTS(rqs, wqes)\
79         (rqs * wqes * ALIGN(MLX5_MPWRQ_PAGES_PER_WQE, 8))
80 #define MLX5E_VALID_NUM_MTTS(num_mtts) (MLX5_MTT_OCTW(num_mtts) <= U16_MAX)
81
82 #define MLX5_UMR_ALIGN                          (2048)
83 #define MLX5_MPWRQ_SMALL_PACKET_THRESHOLD       (128)
84
85 #define MLX5E_PARAMS_DEFAULT_LRO_WQE_SZ                 (64 * 1024)
86 #define MLX5E_PARAMS_DEFAULT_RX_CQ_MODERATION_USEC      0x10
87 #define MLX5E_PARAMS_DEFAULT_RX_CQ_MODERATION_USEC_FROM_CQE 0x3
88 #define MLX5E_PARAMS_DEFAULT_RX_CQ_MODERATION_PKTS      0x20
89 #define MLX5E_PARAMS_DEFAULT_TX_CQ_MODERATION_USEC      0x10
90 #define MLX5E_PARAMS_DEFAULT_TX_CQ_MODERATION_PKTS      0x20
91 #define MLX5E_PARAMS_DEFAULT_MIN_RX_WQES                0x80
92 #define MLX5E_PARAMS_DEFAULT_MIN_RX_WQES_MPW            0x2
93
94 #define MLX5E_LOG_INDIR_RQT_SIZE       0x7
95 #define MLX5E_INDIR_RQT_SIZE           BIT(MLX5E_LOG_INDIR_RQT_SIZE)
96 #define MLX5E_MAX_NUM_CHANNELS         (MLX5E_INDIR_RQT_SIZE >> 1)
97 #define MLX5E_MAX_NUM_SQS              (MLX5E_MAX_NUM_CHANNELS * MLX5E_MAX_NUM_TC)
98 #define MLX5E_TX_CQ_POLL_BUDGET        128
99 #define MLX5E_UPDATE_STATS_INTERVAL    200 /* msecs */
100 #define MLX5E_SQ_BF_BUDGET             16
101
102 #define MLX5E_NUM_MAIN_GROUPS 9
103
104 static inline u16 mlx5_min_rx_wqes(int wq_type, u32 wq_size)
105 {
106         switch (wq_type) {
107         case MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ:
108                 return min_t(u16, MLX5E_PARAMS_DEFAULT_MIN_RX_WQES_MPW,
109                              wq_size / 2);
110         default:
111                 return min_t(u16, MLX5E_PARAMS_DEFAULT_MIN_RX_WQES,
112                              wq_size / 2);
113         }
114 }
115
116 static inline int mlx5_min_log_rq_size(int wq_type)
117 {
118         switch (wq_type) {
119         case MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ:
120                 return MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE_MPW;
121         default:
122                 return MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE;
123         }
124 }
125
126 static inline int mlx5_max_log_rq_size(int wq_type)
127 {
128         switch (wq_type) {
129         case MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ:
130                 return MLX5E_PARAMS_MAXIMUM_LOG_RQ_SIZE_MPW;
131         default:
132                 return MLX5E_PARAMS_MAXIMUM_LOG_RQ_SIZE;
133         }
134 }
135
136 enum {
137         MLX5E_INLINE_MODE_L2,
138         MLX5E_INLINE_MODE_VPORT_CONTEXT,
139         MLX5_INLINE_MODE_NOT_REQUIRED,
140 };
141
142 struct mlx5e_tx_wqe {
143         struct mlx5_wqe_ctrl_seg ctrl;
144         struct mlx5_wqe_eth_seg  eth;
145 };
146
147 struct mlx5e_rx_wqe {
148         struct mlx5_wqe_srq_next_seg  next;
149         struct mlx5_wqe_data_seg      data;
150 };
151
152 struct mlx5e_umr_wqe {
153         struct mlx5_wqe_ctrl_seg       ctrl;
154         struct mlx5_wqe_umr_ctrl_seg   uctrl;
155         struct mlx5_mkey_seg           mkc;
156         struct mlx5_wqe_data_seg       data;
157 };
158
159 static const char mlx5e_priv_flags[][ETH_GSTRING_LEN] = {
160         "rx_cqe_moder",
161 };
162
163 enum mlx5e_priv_flag {
164         MLX5E_PFLAG_RX_CQE_BASED_MODER = (1 << 0),
165 };
166
167 #define MLX5E_SET_PRIV_FLAG(priv, pflag, enable)    \
168         do {                                        \
169                 if (enable)                         \
170                         priv->pflags |= pflag;      \
171                 else                                \
172                         priv->pflags &= ~pflag;     \
173         } while (0)
174
175 #ifdef CONFIG_MLX5_CORE_EN_DCB
176 #define MLX5E_MAX_BW_ALLOC 100 /* Max percentage of BW allocation */
177 #endif
178
179 struct mlx5e_cq_moder {
180         u16 usec;
181         u16 pkts;
182 };
183
184 struct mlx5e_params {
185         u8  log_sq_size;
186         u8  rq_wq_type;
187         u8  mpwqe_log_stride_sz;
188         u8  mpwqe_log_num_strides;
189         u8  log_rq_size;
190         u16 num_channels;
191         u8  num_tc;
192         u8  rx_cq_period_mode;
193         bool rx_cqe_compress_admin;
194         bool rx_cqe_compress;
195         struct mlx5e_cq_moder rx_cq_moderation;
196         struct mlx5e_cq_moder tx_cq_moderation;
197         u16 min_rx_wqes;
198         bool lro_en;
199         u32 lro_wqe_sz;
200         u16 tx_max_inline;
201         u8  tx_min_inline_mode;
202         u8  rss_hfunc;
203         u8  toeplitz_hash_key[40];
204         u32 indirection_rqt[MLX5E_INDIR_RQT_SIZE];
205         bool vlan_strip_disable;
206 #ifdef CONFIG_MLX5_CORE_EN_DCB
207         struct ieee_ets ets;
208 #endif
209         bool rx_am_enabled;
210 };
211
212 struct mlx5e_tstamp {
213         rwlock_t                   lock;
214         struct cyclecounter        cycles;
215         struct timecounter         clock;
216         struct hwtstamp_config     hwtstamp_config;
217         u32                        nominal_c_mult;
218         unsigned long              overflow_period;
219         struct delayed_work        overflow_work;
220         struct mlx5_core_dev      *mdev;
221         struct ptp_clock          *ptp;
222         struct ptp_clock_info      ptp_info;
223 };
224
225 enum {
226         MLX5E_RQ_STATE_FLUSH,
227         MLX5E_RQ_STATE_UMR_WQE_IN_PROGRESS,
228         MLX5E_RQ_STATE_AM,
229 };
230
231 struct mlx5e_cq {
232         /* data path - accessed per cqe */
233         struct mlx5_cqwq           wq;
234
235         /* data path - accessed per napi poll */
236         u16                        event_ctr;
237         struct napi_struct        *napi;
238         struct mlx5_core_cq        mcq;
239         struct mlx5e_channel      *channel;
240         struct mlx5e_priv         *priv;
241
242         /* cqe decompression */
243         struct mlx5_cqe64          title;
244         struct mlx5_mini_cqe8      mini_arr[MLX5_MINI_CQE_ARRAY_SIZE];
245         u8                         mini_arr_idx;
246         u16                        decmprs_left;
247         u16                        decmprs_wqe_counter;
248
249         /* control */
250         struct mlx5_wq_ctrl        wq_ctrl;
251 } ____cacheline_aligned_in_smp;
252
253 struct mlx5e_rq;
254 typedef void (*mlx5e_fp_handle_rx_cqe)(struct mlx5e_rq *rq,
255                                        struct mlx5_cqe64 *cqe);
256 typedef int (*mlx5e_fp_alloc_wqe)(struct mlx5e_rq *rq, struct mlx5e_rx_wqe *wqe,
257                                   u16 ix);
258
259 typedef void (*mlx5e_fp_dealloc_wqe)(struct mlx5e_rq *rq, u16 ix);
260
261 struct mlx5e_dma_info {
262         struct page     *page;
263         dma_addr_t      addr;
264 };
265
266 struct mlx5e_rx_am_stats {
267         int ppms; /* packets per msec */
268         int epms; /* events per msec */
269 };
270
271 struct mlx5e_rx_am_sample {
272         ktime_t         time;
273         unsigned int    pkt_ctr;
274         u16             event_ctr;
275 };
276
277 struct mlx5e_rx_am { /* Adaptive Moderation */
278         u8                                      state;
279         struct mlx5e_rx_am_stats                prev_stats;
280         struct mlx5e_rx_am_sample               start_sample;
281         struct work_struct                      work;
282         u8                                      profile_ix;
283         u8                                      mode;
284         u8                                      tune_state;
285         u8                                      steps_right;
286         u8                                      steps_left;
287         u8                                      tired;
288 };
289
290 /* a single cache unit is capable to serve one napi call (for non-striding rq)
291  * or a MPWQE (for striding rq).
292  */
293 #define MLX5E_CACHE_UNIT        (MLX5_MPWRQ_PAGES_PER_WQE > NAPI_POLL_WEIGHT ? \
294                                  MLX5_MPWRQ_PAGES_PER_WQE : NAPI_POLL_WEIGHT)
295 #define MLX5E_CACHE_SIZE        (2 * roundup_pow_of_two(MLX5E_CACHE_UNIT))
296 struct mlx5e_page_cache {
297         u32 head;
298         u32 tail;
299         struct mlx5e_dma_info page_cache[MLX5E_CACHE_SIZE];
300 };
301
302 struct mlx5e_rq {
303         /* data path */
304         struct mlx5_wq_ll      wq;
305         u32                    wqe_sz;
306         struct sk_buff       **skb;
307         struct mlx5e_mpw_info *wqe_info;
308         void                  *mtt_no_align;
309         __be32                 mkey_be;
310
311         struct device         *pdev;
312         struct net_device     *netdev;
313         struct mlx5e_tstamp   *tstamp;
314         struct mlx5e_rq_stats  stats;
315         struct mlx5e_cq        cq;
316         struct mlx5e_page_cache page_cache;
317
318         mlx5e_fp_handle_rx_cqe handle_rx_cqe;
319         mlx5e_fp_alloc_wqe     alloc_wqe;
320         mlx5e_fp_dealloc_wqe   dealloc_wqe;
321
322         unsigned long          state;
323         int                    ix;
324         u32                    mpwqe_mtt_offset;
325
326         struct mlx5e_rx_am     am; /* Adaptive Moderation */
327
328         /* control */
329         struct mlx5_wq_ctrl    wq_ctrl;
330         u8                     wq_type;
331         u32                    mpwqe_stride_sz;
332         u32                    mpwqe_num_strides;
333         u32                    rqn;
334         struct mlx5e_channel  *channel;
335         struct mlx5e_priv     *priv;
336 } ____cacheline_aligned_in_smp;
337
338 struct mlx5e_umr_dma_info {
339         __be64                *mtt;
340         dma_addr_t             mtt_addr;
341         struct mlx5e_dma_info  dma_info[MLX5_MPWRQ_PAGES_PER_WQE];
342         struct mlx5e_umr_wqe   wqe;
343 };
344
345 struct mlx5e_mpw_info {
346         struct mlx5e_umr_dma_info umr;
347         u16 consumed_strides;
348         u16 skbs_frags[MLX5_MPWRQ_PAGES_PER_WQE];
349 };
350
351 struct mlx5e_tx_wqe_info {
352         u32 num_bytes;
353         u8  num_wqebbs;
354         u8  num_dma;
355 };
356
357 enum mlx5e_dma_map_type {
358         MLX5E_DMA_MAP_SINGLE,
359         MLX5E_DMA_MAP_PAGE
360 };
361
362 struct mlx5e_sq_dma {
363         dma_addr_t              addr;
364         u32                     size;
365         enum mlx5e_dma_map_type type;
366 };
367
368 enum {
369         MLX5E_SQ_STATE_FLUSH,
370         MLX5E_SQ_STATE_BF_ENABLE,
371 };
372
373 struct mlx5e_ico_wqe_info {
374         u8  opcode;
375         u8  num_wqebbs;
376 };
377
378 struct mlx5e_sq {
379         /* data path */
380
381         /* dirtied @completion */
382         u16                        cc;
383         u32                        dma_fifo_cc;
384
385         /* dirtied @xmit */
386         u16                        pc ____cacheline_aligned_in_smp;
387         u32                        dma_fifo_pc;
388         u16                        bf_offset;
389         u16                        prev_cc;
390         u8                         bf_budget;
391         struct mlx5e_sq_stats      stats;
392
393         struct mlx5e_cq            cq;
394
395         /* pointers to per packet info: write@xmit, read@completion */
396         struct sk_buff           **skb;
397         struct mlx5e_sq_dma       *dma_fifo;
398         struct mlx5e_tx_wqe_info  *wqe_info;
399
400         /* read only */
401         struct mlx5_wq_cyc         wq;
402         u32                        dma_fifo_mask;
403         void __iomem              *uar_map;
404         struct netdev_queue       *txq;
405         u32                        sqn;
406         u16                        bf_buf_size;
407         u16                        max_inline;
408         u8                         min_inline_mode;
409         u16                        edge;
410         struct device             *pdev;
411         struct mlx5e_tstamp       *tstamp;
412         __be32                     mkey_be;
413         unsigned long              state;
414
415         /* control path */
416         struct mlx5_wq_ctrl        wq_ctrl;
417         struct mlx5_uar            uar;
418         struct mlx5e_channel      *channel;
419         int                        tc;
420         struct mlx5e_ico_wqe_info *ico_wqe_info;
421         u32                        rate_limit;
422 } ____cacheline_aligned_in_smp;
423
424 static inline bool mlx5e_sq_has_room_for(struct mlx5e_sq *sq, u16 n)
425 {
426         return (((sq->wq.sz_m1 & (sq->cc - sq->pc)) >= n) ||
427                 (sq->cc  == sq->pc));
428 }
429
430 enum channel_flags {
431         MLX5E_CHANNEL_NAPI_SCHED = 1,
432 };
433
434 struct mlx5e_channel {
435         /* data path */
436         struct mlx5e_rq            rq;
437         struct mlx5e_sq            sq[MLX5E_MAX_NUM_TC];
438         struct mlx5e_sq            icosq;   /* internal control operations */
439         struct napi_struct         napi;
440         struct device             *pdev;
441         struct net_device         *netdev;
442         __be32                     mkey_be;
443         u8                         num_tc;
444         unsigned long              flags;
445
446         /* control */
447         struct mlx5e_priv         *priv;
448         int                        ix;
449         int                        cpu;
450 };
451
452 enum mlx5e_traffic_types {
453         MLX5E_TT_IPV4_TCP,
454         MLX5E_TT_IPV6_TCP,
455         MLX5E_TT_IPV4_UDP,
456         MLX5E_TT_IPV6_UDP,
457         MLX5E_TT_IPV4_IPSEC_AH,
458         MLX5E_TT_IPV6_IPSEC_AH,
459         MLX5E_TT_IPV4_IPSEC_ESP,
460         MLX5E_TT_IPV6_IPSEC_ESP,
461         MLX5E_TT_IPV4,
462         MLX5E_TT_IPV6,
463         MLX5E_TT_ANY,
464         MLX5E_NUM_TT,
465         MLX5E_NUM_INDIR_TIRS = MLX5E_TT_ANY,
466 };
467
468 enum {
469         MLX5E_STATE_ASYNC_EVENTS_ENABLED,
470         MLX5E_STATE_OPENED,
471         MLX5E_STATE_DESTROYING,
472 };
473
474 struct mlx5e_vxlan_db {
475         spinlock_t                      lock; /* protect vxlan table */
476         struct radix_tree_root          tree;
477 };
478
479 struct mlx5e_l2_rule {
480         u8  addr[ETH_ALEN + 2];
481         struct mlx5_flow_rule *rule;
482 };
483
484 struct mlx5e_flow_table {
485         int num_groups;
486         struct mlx5_flow_table *t;
487         struct mlx5_flow_group **g;
488 };
489
490 #define MLX5E_L2_ADDR_HASH_SIZE BIT(BITS_PER_BYTE)
491
492 struct mlx5e_tc_table {
493         struct mlx5_flow_table          *t;
494
495         struct rhashtable_params        ht_params;
496         struct rhashtable               ht;
497 };
498
499 struct mlx5e_vlan_table {
500         struct mlx5e_flow_table         ft;
501         unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
502         struct mlx5_flow_rule   *active_vlans_rule[VLAN_N_VID];
503         struct mlx5_flow_rule   *untagged_rule;
504         struct mlx5_flow_rule   *any_vlan_rule;
505         bool          filter_disabled;
506 };
507
508 struct mlx5e_l2_table {
509         struct mlx5e_flow_table    ft;
510         struct hlist_head          netdev_uc[MLX5E_L2_ADDR_HASH_SIZE];
511         struct hlist_head          netdev_mc[MLX5E_L2_ADDR_HASH_SIZE];
512         struct mlx5e_l2_rule       broadcast;
513         struct mlx5e_l2_rule       allmulti;
514         struct mlx5e_l2_rule       promisc;
515         bool                       broadcast_enabled;
516         bool                       allmulti_enabled;
517         bool                       promisc_enabled;
518 };
519
520 /* L3/L4 traffic type classifier */
521 struct mlx5e_ttc_table {
522         struct mlx5e_flow_table  ft;
523         struct mlx5_flow_rule    *rules[MLX5E_NUM_TT];
524 };
525
526 #define ARFS_HASH_SHIFT BITS_PER_BYTE
527 #define ARFS_HASH_SIZE BIT(BITS_PER_BYTE)
528 struct arfs_table {
529         struct mlx5e_flow_table  ft;
530         struct mlx5_flow_rule    *default_rule;
531         struct hlist_head        rules_hash[ARFS_HASH_SIZE];
532 };
533
534 enum  arfs_type {
535         ARFS_IPV4_TCP,
536         ARFS_IPV6_TCP,
537         ARFS_IPV4_UDP,
538         ARFS_IPV6_UDP,
539         ARFS_NUM_TYPES,
540 };
541
542 struct mlx5e_arfs_tables {
543         struct arfs_table arfs_tables[ARFS_NUM_TYPES];
544         /* Protect aRFS rules list */
545         spinlock_t                     arfs_lock;
546         struct list_head               rules;
547         int                            last_filter_id;
548         struct workqueue_struct        *wq;
549 };
550
551 /* NIC prio FTS */
552 enum {
553         MLX5E_VLAN_FT_LEVEL = 0,
554         MLX5E_L2_FT_LEVEL,
555         MLX5E_TTC_FT_LEVEL,
556         MLX5E_ARFS_FT_LEVEL
557 };
558
559 struct mlx5e_ethtool_table {
560         struct mlx5_flow_table *ft;
561         int                    num_rules;
562 };
563
564 #define ETHTOOL_NUM_L3_L4_FTS 7
565 #define ETHTOOL_NUM_L2_FTS 4
566
567 struct mlx5e_ethtool_steering {
568         struct mlx5e_ethtool_table      l3_l4_ft[ETHTOOL_NUM_L3_L4_FTS];
569         struct mlx5e_ethtool_table      l2_ft[ETHTOOL_NUM_L2_FTS];
570         struct list_head                rules;
571         int                             tot_num_rules;
572 };
573
574 struct mlx5e_flow_steering {
575         struct mlx5_flow_namespace      *ns;
576         struct mlx5e_ethtool_steering   ethtool;
577         struct mlx5e_tc_table           tc;
578         struct mlx5e_vlan_table         vlan;
579         struct mlx5e_l2_table           l2;
580         struct mlx5e_ttc_table          ttc;
581         struct mlx5e_arfs_tables        arfs;
582 };
583
584 struct mlx5e_rqt {
585         u32              rqtn;
586         bool             enabled;
587 };
588
589 struct mlx5e_tir {
590         u32               tirn;
591         struct mlx5e_rqt  rqt;
592         struct list_head  list;
593 };
594
595 enum {
596         MLX5E_TC_PRIO = 0,
597         MLX5E_NIC_PRIO
598 };
599
600 struct mlx5e_profile {
601         void    (*init)(struct mlx5_core_dev *mdev,
602                         struct net_device *netdev,
603                         const struct mlx5e_profile *profile, void *ppriv);
604         void    (*cleanup)(struct mlx5e_priv *priv);
605         int     (*init_rx)(struct mlx5e_priv *priv);
606         void    (*cleanup_rx)(struct mlx5e_priv *priv);
607         int     (*init_tx)(struct mlx5e_priv *priv);
608         void    (*cleanup_tx)(struct mlx5e_priv *priv);
609         void    (*enable)(struct mlx5e_priv *priv);
610         void    (*disable)(struct mlx5e_priv *priv);
611         void    (*update_stats)(struct mlx5e_priv *priv);
612         int     (*max_nch)(struct mlx5_core_dev *mdev);
613         int     max_tc;
614 };
615
616 struct mlx5e_priv {
617         /* priv data path fields - start */
618         struct mlx5e_sq            **txq_to_sq_map;
619         int channeltc_to_txq_map[MLX5E_MAX_NUM_CHANNELS][MLX5E_MAX_NUM_TC];
620         /* priv data path fields - end */
621
622         unsigned long              state;
623         struct mutex               state_lock; /* Protects Interface state */
624         struct mlx5_core_mkey      umr_mkey;
625         struct mlx5e_rq            drop_rq;
626
627         struct mlx5e_channel     **channel;
628         u32                        tisn[MLX5E_MAX_NUM_TC];
629         struct mlx5e_rqt           indir_rqt;
630         struct mlx5e_tir           indir_tir[MLX5E_NUM_INDIR_TIRS];
631         struct mlx5e_tir           direct_tir[MLX5E_MAX_NUM_CHANNELS];
632         u32                        tx_rates[MLX5E_MAX_NUM_SQS];
633
634         struct mlx5e_flow_steering fs;
635         struct mlx5e_vxlan_db      vxlan;
636
637         struct mlx5e_params        params;
638         struct workqueue_struct    *wq;
639         struct work_struct         update_carrier_work;
640         struct work_struct         set_rx_mode_work;
641         struct work_struct         tx_timeout_work;
642         struct delayed_work        update_stats_work;
643
644         u32                        pflags;
645         struct mlx5_core_dev      *mdev;
646         struct net_device         *netdev;
647         struct mlx5e_stats         stats;
648         struct mlx5e_tstamp        tstamp;
649         u16 q_counter;
650         const struct mlx5e_profile *profile;
651         void                      *ppriv;
652 };
653
654 void mlx5e_build_ptys2ethtool_map(void);
655
656 void mlx5e_send_nop(struct mlx5e_sq *sq, bool notify_hw);
657 u16 mlx5e_select_queue(struct net_device *dev, struct sk_buff *skb,
658                        void *accel_priv, select_queue_fallback_t fallback);
659 netdev_tx_t mlx5e_xmit(struct sk_buff *skb, struct net_device *dev);
660
661 void mlx5e_completion_event(struct mlx5_core_cq *mcq);
662 void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, enum mlx5_event event);
663 int mlx5e_napi_poll(struct napi_struct *napi, int budget);
664 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
665 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget);
666 void mlx5e_free_tx_descs(struct mlx5e_sq *sq);
667
668 void mlx5e_page_release(struct mlx5e_rq *rq, struct mlx5e_dma_info *dma_info,
669                         bool recycle);
670 void mlx5e_handle_rx_cqe(struct mlx5e_rq *rq, struct mlx5_cqe64 *cqe);
671 void mlx5e_handle_rx_cqe_mpwrq(struct mlx5e_rq *rq, struct mlx5_cqe64 *cqe);
672 bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq);
673 int mlx5e_alloc_rx_wqe(struct mlx5e_rq *rq, struct mlx5e_rx_wqe *wqe, u16 ix);
674 int mlx5e_alloc_rx_mpwqe(struct mlx5e_rq *rq, struct mlx5e_rx_wqe *wqe, u16 ix);
675 void mlx5e_dealloc_rx_wqe(struct mlx5e_rq *rq, u16 ix);
676 void mlx5e_dealloc_rx_mpwqe(struct mlx5e_rq *rq, u16 ix);
677 void mlx5e_post_rx_mpwqe(struct mlx5e_rq *rq);
678 void mlx5e_free_rx_mpwqe(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi);
679 struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq);
680
681 void mlx5e_rx_am(struct mlx5e_rq *rq);
682 void mlx5e_rx_am_work(struct work_struct *work);
683 struct mlx5e_cq_moder mlx5e_am_get_def_profile(u8 rx_cq_period_mode);
684
685 void mlx5e_update_stats(struct mlx5e_priv *priv);
686
687 int mlx5e_create_flow_steering(struct mlx5e_priv *priv);
688 void mlx5e_destroy_flow_steering(struct mlx5e_priv *priv);
689 void mlx5e_init_l2_addr(struct mlx5e_priv *priv);
690 void mlx5e_destroy_flow_table(struct mlx5e_flow_table *ft);
691 int mlx5e_ethtool_get_flow(struct mlx5e_priv *priv, struct ethtool_rxnfc *info,
692                            int location);
693 int mlx5e_ethtool_get_all_flows(struct mlx5e_priv *priv,
694                                 struct ethtool_rxnfc *info, u32 *rule_locs);
695 int mlx5e_ethtool_flow_replace(struct mlx5e_priv *priv,
696                                struct ethtool_rx_flow_spec *fs);
697 int mlx5e_ethtool_flow_remove(struct mlx5e_priv *priv,
698                               int location);
699 void mlx5e_ethtool_init_steering(struct mlx5e_priv *priv);
700 void mlx5e_ethtool_cleanup_steering(struct mlx5e_priv *priv);
701 void mlx5e_set_rx_mode_work(struct work_struct *work);
702
703 void mlx5e_fill_hwstamp(struct mlx5e_tstamp *clock, u64 timestamp,
704                         struct skb_shared_hwtstamps *hwts);
705 void mlx5e_timestamp_init(struct mlx5e_priv *priv);
706 void mlx5e_timestamp_cleanup(struct mlx5e_priv *priv);
707 int mlx5e_hwstamp_set(struct net_device *dev, struct ifreq *ifr);
708 int mlx5e_hwstamp_get(struct net_device *dev, struct ifreq *ifr);
709 void mlx5e_modify_rx_cqe_compression(struct mlx5e_priv *priv, bool val);
710
711 int mlx5e_vlan_rx_add_vid(struct net_device *dev, __always_unused __be16 proto,
712                           u16 vid);
713 int mlx5e_vlan_rx_kill_vid(struct net_device *dev, __always_unused __be16 proto,
714                            u16 vid);
715 void mlx5e_enable_vlan_filter(struct mlx5e_priv *priv);
716 void mlx5e_disable_vlan_filter(struct mlx5e_priv *priv);
717
718 int mlx5e_modify_rqs_vsd(struct mlx5e_priv *priv, bool vsd);
719
720 int mlx5e_redirect_rqt(struct mlx5e_priv *priv, u32 rqtn, int sz, int ix);
721 void mlx5e_build_tir_ctx_hash(void *tirc, struct mlx5e_priv *priv);
722
723 int mlx5e_open_locked(struct net_device *netdev);
724 int mlx5e_close_locked(struct net_device *netdev);
725 void mlx5e_build_default_indir_rqt(struct mlx5_core_dev *mdev,
726                                    u32 *indirection_rqt, int len,
727                                    int num_channels);
728 int mlx5e_get_max_linkspeed(struct mlx5_core_dev *mdev, u32 *speed);
729
730 void mlx5e_set_rx_cq_mode_params(struct mlx5e_params *params,
731                                  u8 cq_period_mode);
732
733 static inline void mlx5e_tx_notify_hw(struct mlx5e_sq *sq,
734                                       struct mlx5_wqe_ctrl_seg *ctrl, int bf_sz)
735 {
736         u16 ofst = MLX5_BF_OFFSET + sq->bf_offset;
737
738         /* ensure wqe is visible to device before updating doorbell record */
739         dma_wmb();
740
741         *sq->wq.db = cpu_to_be32(sq->pc);
742
743         /* ensure doorbell record is visible to device before ringing the
744          * doorbell
745          */
746         wmb();
747         if (bf_sz)
748                 __iowrite64_copy(sq->uar_map + ofst, ctrl, bf_sz);
749         else
750                 mlx5_write64((__be32 *)ctrl, sq->uar_map + ofst, NULL);
751         /* flush the write-combining mapped buffer */
752         wmb();
753
754         sq->bf_offset ^= sq->bf_buf_size;
755 }
756
757 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq)
758 {
759         struct mlx5_core_cq *mcq;
760
761         mcq = &cq->mcq;
762         mlx5_cq_arm(mcq, MLX5_CQ_DB_REQ_NOT, mcq->uar->map, NULL, cq->wq.cc);
763 }
764
765 static inline u32 mlx5e_get_wqe_mtt_offset(struct mlx5e_rq *rq, u16 wqe_ix)
766 {
767         return rq->mpwqe_mtt_offset +
768                 wqe_ix * ALIGN(MLX5_MPWRQ_PAGES_PER_WQE, 8);
769 }
770
771 static inline int mlx5e_get_max_num_channels(struct mlx5_core_dev *mdev)
772 {
773         return min_t(int, mdev->priv.eq_table.num_comp_vectors,
774                      MLX5E_MAX_NUM_CHANNELS);
775 }
776
777 extern const struct ethtool_ops mlx5e_ethtool_ops;
778 #ifdef CONFIG_MLX5_CORE_EN_DCB
779 extern const struct dcbnl_rtnl_ops mlx5e_dcbnl_ops;
780 int mlx5e_dcbnl_ieee_setets_core(struct mlx5e_priv *priv, struct ieee_ets *ets);
781 #endif
782
783 #ifndef CONFIG_RFS_ACCEL
784 static inline int mlx5e_arfs_create_tables(struct mlx5e_priv *priv)
785 {
786         return 0;
787 }
788
789 static inline void mlx5e_arfs_destroy_tables(struct mlx5e_priv *priv) {}
790
791 static inline int mlx5e_arfs_enable(struct mlx5e_priv *priv)
792 {
793         return -ENOTSUPP;
794 }
795
796 static inline int mlx5e_arfs_disable(struct mlx5e_priv *priv)
797 {
798         return -ENOTSUPP;
799 }
800 #else
801 int mlx5e_arfs_create_tables(struct mlx5e_priv *priv);
802 void mlx5e_arfs_destroy_tables(struct mlx5e_priv *priv);
803 int mlx5e_arfs_enable(struct mlx5e_priv *priv);
804 int mlx5e_arfs_disable(struct mlx5e_priv *priv);
805 int mlx5e_rx_flow_steer(struct net_device *dev, const struct sk_buff *skb,
806                         u16 rxq_index, u32 flow_id);
807 #endif
808
809 u16 mlx5e_get_max_inline_cap(struct mlx5_core_dev *mdev);
810 int mlx5e_create_tir(struct mlx5_core_dev *mdev,
811                      struct mlx5e_tir *tir, u32 *in, int inlen);
812 void mlx5e_destroy_tir(struct mlx5_core_dev *mdev,
813                        struct mlx5e_tir *tir);
814 int mlx5e_create_mdev_resources(struct mlx5_core_dev *mdev);
815 void mlx5e_destroy_mdev_resources(struct mlx5_core_dev *mdev);
816 int mlx5e_refresh_tirs_self_loopback_enable(struct mlx5_core_dev *mdev);
817
818 struct mlx5_eswitch_rep;
819 int mlx5e_vport_rep_load(struct mlx5_eswitch *esw,
820                          struct mlx5_eswitch_rep *rep);
821 void mlx5e_vport_rep_unload(struct mlx5_eswitch *esw,
822                             struct mlx5_eswitch_rep *rep);
823 int mlx5e_nic_rep_load(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep);
824 void mlx5e_nic_rep_unload(struct mlx5_eswitch *esw,
825                           struct mlx5_eswitch_rep *rep);
826 int mlx5e_add_sqs_fwd_rules(struct mlx5e_priv *priv);
827 void mlx5e_remove_sqs_fwd_rules(struct mlx5e_priv *priv);
828 int mlx5e_attr_get(struct net_device *dev, struct switchdev_attr *attr);
829
830 int mlx5e_create_direct_rqts(struct mlx5e_priv *priv);
831 void mlx5e_destroy_rqt(struct mlx5e_priv *priv, struct mlx5e_rqt *rqt);
832 int mlx5e_create_direct_tirs(struct mlx5e_priv *priv);
833 void mlx5e_destroy_direct_tirs(struct mlx5e_priv *priv);
834 int mlx5e_create_tises(struct mlx5e_priv *priv);
835 void mlx5e_cleanup_nic_tx(struct mlx5e_priv *priv);
836 int mlx5e_close(struct net_device *netdev);
837 int mlx5e_open(struct net_device *netdev);
838 void mlx5e_update_stats_work(struct work_struct *work);
839 struct net_device *mlx5e_create_netdev(struct mlx5_core_dev *mdev,
840                                        const struct mlx5e_profile *profile,
841                                        void *ppriv);
842 void mlx5e_destroy_netdev(struct mlx5_core_dev *mdev, struct mlx5e_priv *priv);
843 int mlx5e_attach_netdev(struct mlx5_core_dev *mdev, struct net_device *netdev);
844 void mlx5e_detach_netdev(struct mlx5_core_dev *mdev, struct net_device *netdev);
845 struct rtnl_link_stats64 *
846 mlx5e_get_stats(struct net_device *dev, struct rtnl_link_stats64 *stats);
847
848 #endif /* __MLX5_EN_H__ */