2 * Copyright (c) 2007 Mellanox Technologies. 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
34 #include <linux/kernel.h>
35 #include <linux/ethtool.h>
36 #include <linux/netdevice.h>
37 #include <linux/mlx4/driver.h>
38 #include <linux/mlx4/device.h>
41 #include <linux/bitmap.h>
42 #include <linux/mii.h>
47 #define EN_ETHTOOL_QP_ATTACH (1ull << 63)
48 #define EN_ETHTOOL_SHORT_MASK cpu_to_be16(0xffff)
49 #define EN_ETHTOOL_WORD_MASK cpu_to_be32(0xffffffff)
51 int mlx4_en_moderation_update(struct mlx4_en_priv *priv)
56 for (t = 0 ; t < MLX4_EN_NUM_TX_TYPES; t++) {
57 for (i = 0; i < priv->tx_ring_num[t]; i++) {
58 priv->tx_cq[t][i]->moder_cnt = priv->tx_frames;
59 priv->tx_cq[t][i]->moder_time = priv->tx_usecs;
61 err = mlx4_en_set_cq_moder(priv,
69 if (priv->adaptive_rx_coal)
72 for (i = 0; i < priv->rx_ring_num; i++) {
73 priv->rx_cq[i]->moder_cnt = priv->rx_frames;
74 priv->rx_cq[i]->moder_time = priv->rx_usecs;
75 priv->last_moder_time[i] = MLX4_EN_AUTO_CONF;
77 err = mlx4_en_set_cq_moder(priv, priv->rx_cq[i]);
87 mlx4_en_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo)
89 struct mlx4_en_priv *priv = netdev_priv(dev);
90 struct mlx4_en_dev *mdev = priv->mdev;
92 strlcpy(drvinfo->driver, DRV_NAME, sizeof(drvinfo->driver));
93 strlcpy(drvinfo->version, DRV_VERSION,
94 sizeof(drvinfo->version));
95 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version),
97 (u16) (mdev->dev->caps.fw_ver >> 32),
98 (u16) ((mdev->dev->caps.fw_ver >> 16) & 0xffff),
99 (u16) (mdev->dev->caps.fw_ver & 0xffff));
100 strlcpy(drvinfo->bus_info, pci_name(mdev->dev->persist->pdev),
101 sizeof(drvinfo->bus_info));
104 static const char mlx4_en_priv_flags[][ETH_GSTRING_LEN] = {
109 static const char main_strings[][ETH_GSTRING_LEN] = {
110 /* main statistics */
111 "rx_packets", "tx_packets", "rx_bytes", "tx_bytes", "rx_errors",
112 "tx_errors", "rx_dropped", "tx_dropped", "multicast", "collisions",
113 "rx_length_errors", "rx_over_errors", "rx_crc_errors",
114 "rx_frame_errors", "rx_fifo_errors", "rx_missed_errors",
115 "tx_aborted_errors", "tx_carrier_errors", "tx_fifo_errors",
116 "tx_heartbeat_errors", "tx_window_errors",
118 /* port statistics */
121 "queue_stopped", "wake_queue", "tx_timeout", "rx_alloc_pages",
122 "rx_csum_good", "rx_csum_none", "rx_csum_complete", "tx_chksum_offload",
130 /* priority flow control statistics rx */
131 "rx_pause_prio_0", "rx_pause_duration_prio_0",
132 "rx_pause_transition_prio_0",
133 "rx_pause_prio_1", "rx_pause_duration_prio_1",
134 "rx_pause_transition_prio_1",
135 "rx_pause_prio_2", "rx_pause_duration_prio_2",
136 "rx_pause_transition_prio_2",
137 "rx_pause_prio_3", "rx_pause_duration_prio_3",
138 "rx_pause_transition_prio_3",
139 "rx_pause_prio_4", "rx_pause_duration_prio_4",
140 "rx_pause_transition_prio_4",
141 "rx_pause_prio_5", "rx_pause_duration_prio_5",
142 "rx_pause_transition_prio_5",
143 "rx_pause_prio_6", "rx_pause_duration_prio_6",
144 "rx_pause_transition_prio_6",
145 "rx_pause_prio_7", "rx_pause_duration_prio_7",
146 "rx_pause_transition_prio_7",
148 /* flow control statistics rx */
149 "rx_pause", "rx_pause_duration", "rx_pause_transition",
151 /* priority flow control statistics tx */
152 "tx_pause_prio_0", "tx_pause_duration_prio_0",
153 "tx_pause_transition_prio_0",
154 "tx_pause_prio_1", "tx_pause_duration_prio_1",
155 "tx_pause_transition_prio_1",
156 "tx_pause_prio_2", "tx_pause_duration_prio_2",
157 "tx_pause_transition_prio_2",
158 "tx_pause_prio_3", "tx_pause_duration_prio_3",
159 "tx_pause_transition_prio_3",
160 "tx_pause_prio_4", "tx_pause_duration_prio_4",
161 "tx_pause_transition_prio_4",
162 "tx_pause_prio_5", "tx_pause_duration_prio_5",
163 "tx_pause_transition_prio_5",
164 "tx_pause_prio_6", "tx_pause_duration_prio_6",
165 "tx_pause_transition_prio_6",
166 "tx_pause_prio_7", "tx_pause_duration_prio_7",
167 "tx_pause_transition_prio_7",
169 /* flow control statistics tx */
170 "tx_pause", "tx_pause_duration", "tx_pause_transition",
172 /* packet statistics */
173 "rx_multicast_packets",
174 "rx_broadcast_packets",
176 "rx_in_range_length_error",
177 "rx_out_range_length_error",
178 "tx_multicast_packets",
179 "tx_broadcast_packets",
180 "rx_prio_0_packets", "rx_prio_0_bytes",
181 "rx_prio_1_packets", "rx_prio_1_bytes",
182 "rx_prio_2_packets", "rx_prio_2_bytes",
183 "rx_prio_3_packets", "rx_prio_3_bytes",
184 "rx_prio_4_packets", "rx_prio_4_bytes",
185 "rx_prio_5_packets", "rx_prio_5_bytes",
186 "rx_prio_6_packets", "rx_prio_6_bytes",
187 "rx_prio_7_packets", "rx_prio_7_bytes",
188 "rx_novlan_packets", "rx_novlan_bytes",
189 "tx_prio_0_packets", "tx_prio_0_bytes",
190 "tx_prio_1_packets", "tx_prio_1_bytes",
191 "tx_prio_2_packets", "tx_prio_2_bytes",
192 "tx_prio_3_packets", "tx_prio_3_bytes",
193 "tx_prio_4_packets", "tx_prio_4_bytes",
194 "tx_prio_5_packets", "tx_prio_5_bytes",
195 "tx_prio_6_packets", "tx_prio_6_bytes",
196 "tx_prio_7_packets", "tx_prio_7_bytes",
197 "tx_novlan_packets", "tx_novlan_bytes",
202 "rx_xdp_redirect_fail",
207 "rx_packets_phy", "rx_bytes_phy",
208 "tx_packets_phy", "tx_bytes_phy",
211 static const char mlx4_en_test_names[][ETH_GSTRING_LEN]= {
219 static u32 mlx4_en_get_msglevel(struct net_device *dev)
221 return ((struct mlx4_en_priv *) netdev_priv(dev))->msg_enable;
224 static void mlx4_en_set_msglevel(struct net_device *dev, u32 val)
226 ((struct mlx4_en_priv *) netdev_priv(dev))->msg_enable = val;
229 static void mlx4_en_get_wol(struct net_device *netdev,
230 struct ethtool_wolinfo *wol)
232 struct mlx4_en_priv *priv = netdev_priv(netdev);
233 struct mlx4_caps *caps = &priv->mdev->dev->caps;
238 if ((priv->port < 1) || (priv->port > 2)) {
239 en_err(priv, "Failed to get WoL information\n");
243 mask = (priv->port == 1) ? MLX4_DEV_CAP_FLAG_WOL_PORT1 :
244 MLX4_DEV_CAP_FLAG_WOL_PORT2;
246 if (!(caps->flags & mask)) {
252 if (caps->wol_port[priv->port])
253 wol->supported = WAKE_MAGIC;
257 err = mlx4_wol_read(priv->mdev->dev, &config, priv->port);
259 en_err(priv, "Failed to get WoL information\n");
263 if ((config & MLX4_EN_WOL_ENABLED) && (config & MLX4_EN_WOL_MAGIC))
264 wol->wolopts = WAKE_MAGIC;
269 static int mlx4_en_set_wol(struct net_device *netdev,
270 struct ethtool_wolinfo *wol)
272 struct mlx4_en_priv *priv = netdev_priv(netdev);
277 if ((priv->port < 1) || (priv->port > 2))
280 mask = (priv->port == 1) ? MLX4_DEV_CAP_FLAG_WOL_PORT1 :
281 MLX4_DEV_CAP_FLAG_WOL_PORT2;
283 if (!(priv->mdev->dev->caps.flags & mask))
286 if (wol->supported & ~WAKE_MAGIC)
289 err = mlx4_wol_read(priv->mdev->dev, &config, priv->port);
291 en_err(priv, "Failed to get WoL info, unable to modify\n");
295 if (wol->wolopts & WAKE_MAGIC) {
296 config |= MLX4_EN_WOL_DO_MODIFY | MLX4_EN_WOL_ENABLED |
299 config &= ~(MLX4_EN_WOL_ENABLED | MLX4_EN_WOL_MAGIC);
300 config |= MLX4_EN_WOL_DO_MODIFY;
303 err = mlx4_wol_write(priv->mdev->dev, config, priv->port);
305 en_err(priv, "Failed to set WoL information\n");
310 struct bitmap_iterator {
311 unsigned long *stats_bitmap;
313 unsigned int iterator;
314 bool advance_array; /* if set, force no increments */
317 static inline void bitmap_iterator_init(struct bitmap_iterator *h,
318 unsigned long *stats_bitmap,
322 h->advance_array = !bitmap_empty(stats_bitmap, count);
323 h->count = h->advance_array ? bitmap_weight(stats_bitmap, count)
325 h->stats_bitmap = stats_bitmap;
328 static inline int bitmap_iterator_test(struct bitmap_iterator *h)
330 return !h->advance_array ? 1 : test_bit(h->iterator, h->stats_bitmap);
333 static inline int bitmap_iterator_inc(struct bitmap_iterator *h)
335 return h->iterator++;
338 static inline unsigned int
339 bitmap_iterator_count(struct bitmap_iterator *h)
344 static int mlx4_en_get_sset_count(struct net_device *dev, int sset)
346 struct mlx4_en_priv *priv = netdev_priv(dev);
347 struct bitmap_iterator it;
349 bitmap_iterator_init(&it, priv->stats_bitmap.bitmap, NUM_ALL_STATS);
353 return bitmap_iterator_count(&it) +
354 (priv->tx_ring_num[TX] * 2) +
355 (priv->rx_ring_num * (3 + NUM_XDP_STATS));
357 return MLX4_EN_NUM_SELF_TEST - !(priv->mdev->dev->caps.flags
358 & MLX4_DEV_CAP_FLAG_UC_LOOPBACK) * 2;
359 case ETH_SS_PRIV_FLAGS:
360 return ARRAY_SIZE(mlx4_en_priv_flags);
366 static void mlx4_en_get_ethtool_stats(struct net_device *dev,
367 struct ethtool_stats *stats, uint64_t *data)
369 struct mlx4_en_priv *priv = netdev_priv(dev);
372 struct bitmap_iterator it;
374 bitmap_iterator_init(&it, priv->stats_bitmap.bitmap, NUM_ALL_STATS);
376 spin_lock_bh(&priv->stats_lock);
378 mlx4_en_fold_software_stats(dev);
380 for (i = 0; i < NUM_MAIN_STATS; i++, bitmap_iterator_inc(&it))
381 if (bitmap_iterator_test(&it))
382 data[index++] = ((unsigned long *)&dev->stats)[i];
384 for (i = 0; i < NUM_PORT_STATS; i++, bitmap_iterator_inc(&it))
385 if (bitmap_iterator_test(&it))
386 data[index++] = ((unsigned long *)&priv->port_stats)[i];
388 for (i = 0; i < NUM_PF_STATS; i++, bitmap_iterator_inc(&it))
389 if (bitmap_iterator_test(&it))
391 ((unsigned long *)&priv->pf_stats)[i];
393 for (i = 0; i < NUM_FLOW_PRIORITY_STATS_RX;
394 i++, bitmap_iterator_inc(&it))
395 if (bitmap_iterator_test(&it))
397 ((u64 *)&priv->rx_priority_flowstats)[i];
399 for (i = 0; i < NUM_FLOW_STATS_RX; i++, bitmap_iterator_inc(&it))
400 if (bitmap_iterator_test(&it))
401 data[index++] = ((u64 *)&priv->rx_flowstats)[i];
403 for (i = 0; i < NUM_FLOW_PRIORITY_STATS_TX;
404 i++, bitmap_iterator_inc(&it))
405 if (bitmap_iterator_test(&it))
407 ((u64 *)&priv->tx_priority_flowstats)[i];
409 for (i = 0; i < NUM_FLOW_STATS_TX; i++, bitmap_iterator_inc(&it))
410 if (bitmap_iterator_test(&it))
411 data[index++] = ((u64 *)&priv->tx_flowstats)[i];
413 for (i = 0; i < NUM_PKT_STATS; i++, bitmap_iterator_inc(&it))
414 if (bitmap_iterator_test(&it))
415 data[index++] = ((unsigned long *)&priv->pkstats)[i];
417 for (i = 0; i < NUM_XDP_STATS; i++, bitmap_iterator_inc(&it))
418 if (bitmap_iterator_test(&it))
419 data[index++] = ((unsigned long *)&priv->xdp_stats)[i];
421 for (i = 0; i < NUM_PHY_STATS; i++, bitmap_iterator_inc(&it))
422 if (bitmap_iterator_test(&it))
423 data[index++] = ((unsigned long *)&priv->phy_stats)[i];
425 for (i = 0; i < priv->tx_ring_num[TX]; i++) {
426 data[index++] = priv->tx_ring[TX][i]->packets;
427 data[index++] = priv->tx_ring[TX][i]->bytes;
429 for (i = 0; i < priv->rx_ring_num; i++) {
430 data[index++] = priv->rx_ring[i]->packets;
431 data[index++] = priv->rx_ring[i]->bytes;
432 data[index++] = priv->rx_ring[i]->dropped;
433 data[index++] = priv->rx_ring[i]->xdp_drop;
434 data[index++] = priv->rx_ring[i]->xdp_redirect;
435 data[index++] = priv->rx_ring[i]->xdp_redirect_fail;
436 data[index++] = priv->rx_ring[i]->xdp_tx;
437 data[index++] = priv->rx_ring[i]->xdp_tx_full;
439 spin_unlock_bh(&priv->stats_lock);
443 static void mlx4_en_self_test(struct net_device *dev,
444 struct ethtool_test *etest, u64 *buf)
446 mlx4_en_ex_selftest(dev, &etest->flags, buf);
449 static void mlx4_en_get_strings(struct net_device *dev,
450 uint32_t stringset, uint8_t *data)
452 struct mlx4_en_priv *priv = netdev_priv(dev);
455 struct bitmap_iterator it;
457 bitmap_iterator_init(&it, priv->stats_bitmap.bitmap, NUM_ALL_STATS);
461 for (i = 0; i < MLX4_EN_NUM_SELF_TEST - 2; i++)
462 strcpy(data + i * ETH_GSTRING_LEN, mlx4_en_test_names[i]);
463 if (priv->mdev->dev->caps.flags & MLX4_DEV_CAP_FLAG_UC_LOOPBACK)
464 for (; i < MLX4_EN_NUM_SELF_TEST; i++)
465 strcpy(data + i * ETH_GSTRING_LEN, mlx4_en_test_names[i]);
469 /* Add main counters */
470 for (i = 0; i < NUM_MAIN_STATS; i++, strings++,
471 bitmap_iterator_inc(&it))
472 if (bitmap_iterator_test(&it))
473 strcpy(data + (index++) * ETH_GSTRING_LEN,
474 main_strings[strings]);
476 for (i = 0; i < NUM_PORT_STATS; i++, strings++,
477 bitmap_iterator_inc(&it))
478 if (bitmap_iterator_test(&it))
479 strcpy(data + (index++) * ETH_GSTRING_LEN,
480 main_strings[strings]);
482 for (i = 0; i < NUM_PF_STATS; i++, strings++,
483 bitmap_iterator_inc(&it))
484 if (bitmap_iterator_test(&it))
485 strcpy(data + (index++) * ETH_GSTRING_LEN,
486 main_strings[strings]);
488 for (i = 0; i < NUM_FLOW_STATS; i++, strings++,
489 bitmap_iterator_inc(&it))
490 if (bitmap_iterator_test(&it))
491 strcpy(data + (index++) * ETH_GSTRING_LEN,
492 main_strings[strings]);
494 for (i = 0; i < NUM_PKT_STATS; i++, strings++,
495 bitmap_iterator_inc(&it))
496 if (bitmap_iterator_test(&it))
497 strcpy(data + (index++) * ETH_GSTRING_LEN,
498 main_strings[strings]);
500 for (i = 0; i < NUM_XDP_STATS; i++, strings++,
501 bitmap_iterator_inc(&it))
502 if (bitmap_iterator_test(&it))
503 strcpy(data + (index++) * ETH_GSTRING_LEN,
504 main_strings[strings]);
506 for (i = 0; i < NUM_PHY_STATS; i++, strings++,
507 bitmap_iterator_inc(&it))
508 if (bitmap_iterator_test(&it))
509 strcpy(data + (index++) * ETH_GSTRING_LEN,
510 main_strings[strings]);
512 for (i = 0; i < priv->tx_ring_num[TX]; i++) {
513 sprintf(data + (index++) * ETH_GSTRING_LEN,
515 sprintf(data + (index++) * ETH_GSTRING_LEN,
518 for (i = 0; i < priv->rx_ring_num; i++) {
519 sprintf(data + (index++) * ETH_GSTRING_LEN,
521 sprintf(data + (index++) * ETH_GSTRING_LEN,
523 sprintf(data + (index++) * ETH_GSTRING_LEN,
525 sprintf(data + (index++) * ETH_GSTRING_LEN,
527 sprintf(data + (index++) * ETH_GSTRING_LEN,
528 "rx%d_xdp_redirect", i);
529 sprintf(data + (index++) * ETH_GSTRING_LEN,
530 "rx%d_xdp_redirect_fail", i);
531 sprintf(data + (index++) * ETH_GSTRING_LEN,
533 sprintf(data + (index++) * ETH_GSTRING_LEN,
534 "rx%d_xdp_tx_full", i);
537 case ETH_SS_PRIV_FLAGS:
538 for (i = 0; i < ARRAY_SIZE(mlx4_en_priv_flags); i++)
539 strcpy(data + i * ETH_GSTRING_LEN,
540 mlx4_en_priv_flags[i]);
546 static u32 mlx4_en_autoneg_get(struct net_device *dev)
548 struct mlx4_en_priv *priv = netdev_priv(dev);
549 struct mlx4_en_dev *mdev = priv->mdev;
550 u32 autoneg = AUTONEG_DISABLE;
552 if ((mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_ETH_BACKPL_AN_REP) &&
553 (priv->port_state.flags & MLX4_EN_PORT_ANE))
554 autoneg = AUTONEG_ENABLE;
559 static void ptys2ethtool_update_supported_port(unsigned long *mask,
560 struct mlx4_ptys_reg *ptys_reg)
562 u32 eth_proto = be32_to_cpu(ptys_reg->eth_proto_cap);
564 if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_T)
565 | MLX4_PROT_MASK(MLX4_1000BASE_T)
566 | MLX4_PROT_MASK(MLX4_100BASE_TX))) {
567 __set_bit(ETHTOOL_LINK_MODE_TP_BIT, mask);
568 } else if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_CR)
569 | MLX4_PROT_MASK(MLX4_10GBASE_SR)
570 | MLX4_PROT_MASK(MLX4_56GBASE_SR4)
571 | MLX4_PROT_MASK(MLX4_40GBASE_CR4)
572 | MLX4_PROT_MASK(MLX4_40GBASE_SR4)
573 | MLX4_PROT_MASK(MLX4_1000BASE_CX_SGMII))) {
574 __set_bit(ETHTOOL_LINK_MODE_FIBRE_BIT, mask);
575 } else if (eth_proto & (MLX4_PROT_MASK(MLX4_56GBASE_KR4)
576 | MLX4_PROT_MASK(MLX4_40GBASE_KR4)
577 | MLX4_PROT_MASK(MLX4_20GBASE_KR2)
578 | MLX4_PROT_MASK(MLX4_10GBASE_KR)
579 | MLX4_PROT_MASK(MLX4_10GBASE_KX4)
580 | MLX4_PROT_MASK(MLX4_1000BASE_KX))) {
581 __set_bit(ETHTOOL_LINK_MODE_Backplane_BIT, mask);
585 static u32 ptys_get_active_port(struct mlx4_ptys_reg *ptys_reg)
587 u32 eth_proto = be32_to_cpu(ptys_reg->eth_proto_oper);
589 if (!eth_proto) /* link down */
590 eth_proto = be32_to_cpu(ptys_reg->eth_proto_cap);
592 if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_T)
593 | MLX4_PROT_MASK(MLX4_1000BASE_T)
594 | MLX4_PROT_MASK(MLX4_100BASE_TX))) {
598 if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_SR)
599 | MLX4_PROT_MASK(MLX4_56GBASE_SR4)
600 | MLX4_PROT_MASK(MLX4_40GBASE_SR4)
601 | MLX4_PROT_MASK(MLX4_1000BASE_CX_SGMII))) {
605 if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_CR)
606 | MLX4_PROT_MASK(MLX4_56GBASE_CR4)
607 | MLX4_PROT_MASK(MLX4_40GBASE_CR4))) {
611 if (eth_proto & (MLX4_PROT_MASK(MLX4_56GBASE_KR4)
612 | MLX4_PROT_MASK(MLX4_40GBASE_KR4)
613 | MLX4_PROT_MASK(MLX4_20GBASE_KR2)
614 | MLX4_PROT_MASK(MLX4_10GBASE_KR)
615 | MLX4_PROT_MASK(MLX4_10GBASE_KX4)
616 | MLX4_PROT_MASK(MLX4_1000BASE_KX))) {
622 #define MLX4_LINK_MODES_SZ \
623 (sizeof_field(struct mlx4_ptys_reg, eth_proto_cap) * 8)
625 enum ethtool_report {
630 struct ptys2ethtool_config {
631 __ETHTOOL_DECLARE_LINK_MODE_MASK(supported);
632 __ETHTOOL_DECLARE_LINK_MODE_MASK(advertised);
636 static unsigned long *ptys2ethtool_link_mode(struct ptys2ethtool_config *cfg,
637 enum ethtool_report report)
641 return cfg->supported;
643 return cfg->advertised;
648 #define MLX4_BUILD_PTYS2ETHTOOL_CONFIG(reg_, speed_, ...) \
650 struct ptys2ethtool_config *cfg; \
651 static const unsigned int modes[] = { __VA_ARGS__ }; \
653 cfg = &ptys2ethtool_map[reg_]; \
654 cfg->speed = speed_; \
655 linkmode_zero(cfg->supported); \
656 linkmode_zero(cfg->advertised); \
657 for (i = 0 ; i < ARRAY_SIZE(modes) ; ++i) { \
658 __set_bit(modes[i], cfg->supported); \
659 __set_bit(modes[i], cfg->advertised); \
663 /* Translates mlx4 link mode to equivalent ethtool Link modes/speed */
664 static struct ptys2ethtool_config ptys2ethtool_map[MLX4_LINK_MODES_SZ];
666 void __init mlx4_en_init_ptys2ethtool_map(void)
668 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_100BASE_TX, SPEED_100,
669 ETHTOOL_LINK_MODE_100baseT_Full_BIT);
670 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_1000BASE_T, SPEED_1000,
671 ETHTOOL_LINK_MODE_1000baseT_Full_BIT);
672 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_1000BASE_CX_SGMII, SPEED_1000,
673 ETHTOOL_LINK_MODE_1000baseX_Full_BIT);
674 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_1000BASE_KX, SPEED_1000,
675 ETHTOOL_LINK_MODE_1000baseKX_Full_BIT);
676 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_10GBASE_T, SPEED_10000,
677 ETHTOOL_LINK_MODE_10000baseT_Full_BIT);
678 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_10GBASE_CX4, SPEED_10000,
679 ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT);
680 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_10GBASE_KX4, SPEED_10000,
681 ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT);
682 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_10GBASE_KR, SPEED_10000,
683 ETHTOOL_LINK_MODE_10000baseKR_Full_BIT);
684 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_10GBASE_CR, SPEED_10000,
685 ETHTOOL_LINK_MODE_10000baseCR_Full_BIT);
686 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_10GBASE_SR, SPEED_10000,
687 ETHTOOL_LINK_MODE_10000baseSR_Full_BIT);
688 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_20GBASE_KR2, SPEED_20000,
689 ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT,
690 ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT);
691 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_40GBASE_CR4, SPEED_40000,
692 ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT);
693 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_40GBASE_KR4, SPEED_40000,
694 ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT);
695 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_40GBASE_SR4, SPEED_40000,
696 ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT);
697 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_56GBASE_KR4, SPEED_56000,
698 ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT);
699 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_56GBASE_CR4, SPEED_56000,
700 ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT);
701 MLX4_BUILD_PTYS2ETHTOOL_CONFIG(MLX4_56GBASE_SR4, SPEED_56000,
702 ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT);
705 static void ptys2ethtool_update_link_modes(unsigned long *link_modes,
707 enum ethtool_report report)
710 for (i = 0; i < MLX4_LINK_MODES_SZ; i++) {
711 if (eth_proto & MLX4_PROT_MASK(i))
712 linkmode_or(link_modes, link_modes,
713 ptys2ethtool_link_mode(&ptys2ethtool_map[i], report));
717 static u32 ethtool2ptys_link_modes(const unsigned long *link_modes,
718 enum ethtool_report report)
723 for (i = 0; i < MLX4_LINK_MODES_SZ; i++) {
724 ulong *map_mode = ptys2ethtool_link_mode(&ptys2ethtool_map[i],
726 if (linkmode_intersects(map_mode, link_modes))
727 ptys_modes |= 1 << i;
732 /* Convert actual speed (SPEED_XXX) to ptys link modes */
733 static u32 speed2ptys_link_modes(u32 speed)
738 for (i = 0; i < MLX4_LINK_MODES_SZ; i++) {
739 if (ptys2ethtool_map[i].speed == speed)
740 ptys_modes |= 1 << i;
746 ethtool_get_ptys_link_ksettings(struct net_device *dev,
747 struct ethtool_link_ksettings *link_ksettings)
749 struct mlx4_en_priv *priv = netdev_priv(dev);
750 struct mlx4_ptys_reg ptys_reg;
754 memset(&ptys_reg, 0, sizeof(ptys_reg));
755 ptys_reg.local_port = priv->port;
756 ptys_reg.proto_mask = MLX4_PTYS_EN;
757 ret = mlx4_ACCESS_PTYS_REG(priv->mdev->dev,
758 MLX4_ACCESS_REG_QUERY, &ptys_reg);
760 en_warn(priv, "Failed to run mlx4_ACCESS_PTYS_REG status(%x)",
764 en_dbg(DRV, priv, "ptys_reg.proto_mask %x\n",
765 ptys_reg.proto_mask);
766 en_dbg(DRV, priv, "ptys_reg.eth_proto_cap %x\n",
767 be32_to_cpu(ptys_reg.eth_proto_cap));
768 en_dbg(DRV, priv, "ptys_reg.eth_proto_admin %x\n",
769 be32_to_cpu(ptys_reg.eth_proto_admin));
770 en_dbg(DRV, priv, "ptys_reg.eth_proto_oper %x\n",
771 be32_to_cpu(ptys_reg.eth_proto_oper));
772 en_dbg(DRV, priv, "ptys_reg.eth_proto_lp_adv %x\n",
773 be32_to_cpu(ptys_reg.eth_proto_lp_adv));
775 /* reset supported/advertising masks */
776 ethtool_link_ksettings_zero_link_mode(link_ksettings, supported);
777 ethtool_link_ksettings_zero_link_mode(link_ksettings, advertising);
779 ptys2ethtool_update_supported_port(link_ksettings->link_modes.supported,
782 eth_proto = be32_to_cpu(ptys_reg.eth_proto_cap);
783 ptys2ethtool_update_link_modes(link_ksettings->link_modes.supported,
784 eth_proto, SUPPORTED);
786 eth_proto = be32_to_cpu(ptys_reg.eth_proto_admin);
787 ptys2ethtool_update_link_modes(link_ksettings->link_modes.advertising,
788 eth_proto, ADVERTISED);
790 ethtool_link_ksettings_add_link_mode(link_ksettings, supported,
792 ethtool_link_ksettings_add_link_mode(link_ksettings, supported,
795 if (priv->prof->tx_pause)
796 ethtool_link_ksettings_add_link_mode(link_ksettings,
798 if (priv->prof->tx_pause ^ priv->prof->rx_pause)
799 ethtool_link_ksettings_add_link_mode(link_ksettings,
800 advertising, Asym_Pause);
802 link_ksettings->base.port = ptys_get_active_port(&ptys_reg);
804 if (mlx4_en_autoneg_get(dev)) {
805 ethtool_link_ksettings_add_link_mode(link_ksettings,
807 ethtool_link_ksettings_add_link_mode(link_ksettings,
808 advertising, Autoneg);
811 link_ksettings->base.autoneg
812 = (priv->port_state.flags & MLX4_EN_PORT_ANC) ?
813 AUTONEG_ENABLE : AUTONEG_DISABLE;
815 eth_proto = be32_to_cpu(ptys_reg.eth_proto_lp_adv);
817 ethtool_link_ksettings_zero_link_mode(link_ksettings, lp_advertising);
818 ptys2ethtool_update_link_modes(
819 link_ksettings->link_modes.lp_advertising,
820 eth_proto, ADVERTISED);
821 if (priv->port_state.flags & MLX4_EN_PORT_ANC)
822 ethtool_link_ksettings_add_link_mode(link_ksettings,
823 lp_advertising, Autoneg);
825 link_ksettings->base.phy_address = 0;
826 link_ksettings->base.mdio_support = 0;
827 link_ksettings->base.eth_tp_mdix = ETH_TP_MDI_INVALID;
828 link_ksettings->base.eth_tp_mdix_ctrl = ETH_TP_MDI_AUTO;
834 ethtool_get_default_link_ksettings(
835 struct net_device *dev, struct ethtool_link_ksettings *link_ksettings)
837 struct mlx4_en_priv *priv = netdev_priv(dev);
840 link_ksettings->base.autoneg = AUTONEG_DISABLE;
842 ethtool_link_ksettings_zero_link_mode(link_ksettings, supported);
843 ethtool_link_ksettings_add_link_mode(link_ksettings, supported,
846 ethtool_link_ksettings_zero_link_mode(link_ksettings, advertising);
847 ethtool_link_ksettings_add_link_mode(link_ksettings, advertising,
850 trans_type = priv->port_state.transceiver;
851 if (trans_type > 0 && trans_type <= 0xC) {
852 link_ksettings->base.port = PORT_FIBRE;
853 ethtool_link_ksettings_add_link_mode(link_ksettings,
855 ethtool_link_ksettings_add_link_mode(link_ksettings,
857 } else if (trans_type == 0x80 || trans_type == 0) {
858 link_ksettings->base.port = PORT_TP;
859 ethtool_link_ksettings_add_link_mode(link_ksettings,
861 ethtool_link_ksettings_add_link_mode(link_ksettings,
864 link_ksettings->base.port = -1;
869 mlx4_en_get_link_ksettings(struct net_device *dev,
870 struct ethtool_link_ksettings *link_ksettings)
872 struct mlx4_en_priv *priv = netdev_priv(dev);
875 if (mlx4_en_QUERY_PORT(priv->mdev, priv->port))
878 en_dbg(DRV, priv, "query port state.flags ANC(%x) ANE(%x)\n",
879 priv->port_state.flags & MLX4_EN_PORT_ANC,
880 priv->port_state.flags & MLX4_EN_PORT_ANE);
882 if (priv->mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL)
883 ret = ethtool_get_ptys_link_ksettings(dev, link_ksettings);
884 if (ret) /* ETH PROT CRTL is not supported or PTYS CMD failed */
885 ethtool_get_default_link_ksettings(dev, link_ksettings);
887 if (netif_carrier_ok(dev)) {
888 link_ksettings->base.speed = priv->port_state.link_speed;
889 link_ksettings->base.duplex = DUPLEX_FULL;
891 link_ksettings->base.speed = SPEED_UNKNOWN;
892 link_ksettings->base.duplex = DUPLEX_UNKNOWN;
897 /* Calculate PTYS admin according ethtool speed (SPEED_XXX) */
898 static __be32 speed_set_ptys_admin(struct mlx4_en_priv *priv, u32 speed,
901 __be32 proto_admin = 0;
903 if (!speed) { /* Speed = 0 ==> Reset Link modes */
904 proto_admin = proto_cap;
905 en_info(priv, "Speed was set to 0, Reset advertised Link Modes to default (%x)\n",
906 be32_to_cpu(proto_cap));
908 u32 ptys_link_modes = speed2ptys_link_modes(speed);
910 proto_admin = cpu_to_be32(ptys_link_modes) & proto_cap;
911 en_info(priv, "Setting Speed to %d\n", speed);
917 mlx4_en_set_link_ksettings(struct net_device *dev,
918 const struct ethtool_link_ksettings *link_ksettings)
920 struct mlx4_en_priv *priv = netdev_priv(dev);
921 struct mlx4_ptys_reg ptys_reg;
926 u32 ptys_adv = ethtool2ptys_link_modes(
927 link_ksettings->link_modes.advertising, ADVERTISED);
928 const int speed = link_ksettings->base.speed;
931 "Set Speed=%d adv={%*pbl} autoneg=%d duplex=%d\n",
932 speed, __ETHTOOL_LINK_MODE_MASK_NBITS,
933 link_ksettings->link_modes.advertising,
934 link_ksettings->base.autoneg,
935 link_ksettings->base.duplex);
937 if (!(priv->mdev->dev->caps.flags2 &
938 MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL) ||
939 (link_ksettings->base.duplex == DUPLEX_HALF))
942 memset(&ptys_reg, 0, sizeof(ptys_reg));
943 ptys_reg.local_port = priv->port;
944 ptys_reg.proto_mask = MLX4_PTYS_EN;
945 ret = mlx4_ACCESS_PTYS_REG(priv->mdev->dev,
946 MLX4_ACCESS_REG_QUERY, &ptys_reg);
948 en_warn(priv, "Failed to QUERY mlx4_ACCESS_PTYS_REG status(%x)\n",
953 cur_autoneg = ptys_reg.flags & MLX4_PTYS_AN_DISABLE_ADMIN ?
954 AUTONEG_DISABLE : AUTONEG_ENABLE;
956 if (link_ksettings->base.autoneg == AUTONEG_DISABLE) {
957 proto_admin = speed_set_ptys_admin(priv, speed,
958 ptys_reg.eth_proto_cap);
959 if ((be32_to_cpu(proto_admin) &
960 (MLX4_PROT_MASK(MLX4_1000BASE_CX_SGMII) |
961 MLX4_PROT_MASK(MLX4_1000BASE_KX))) &&
962 (ptys_reg.flags & MLX4_PTYS_AN_DISABLE_CAP))
963 ptys_reg.flags |= MLX4_PTYS_AN_DISABLE_ADMIN;
965 proto_admin = cpu_to_be32(ptys_adv);
966 ptys_reg.flags &= ~MLX4_PTYS_AN_DISABLE_ADMIN;
969 proto_admin &= ptys_reg.eth_proto_cap;
971 en_warn(priv, "Not supported link mode(s) requested, check supported link modes.\n");
972 return -EINVAL; /* nothing to change due to bad input */
975 if ((proto_admin == ptys_reg.eth_proto_admin) &&
976 ((ptys_reg.flags & MLX4_PTYS_AN_DISABLE_CAP) &&
977 (link_ksettings->base.autoneg == cur_autoneg)))
978 return 0; /* Nothing to change */
980 en_dbg(DRV, priv, "mlx4_ACCESS_PTYS_REG SET: ptys_reg.eth_proto_admin = 0x%x\n",
981 be32_to_cpu(proto_admin));
983 ptys_reg.eth_proto_admin = proto_admin;
984 ret = mlx4_ACCESS_PTYS_REG(priv->mdev->dev, MLX4_ACCESS_REG_WRITE,
987 en_warn(priv, "Failed to write mlx4_ACCESS_PTYS_REG eth_proto_admin(0x%x) status(0x%x)",
988 be32_to_cpu(ptys_reg.eth_proto_admin), ret);
992 mutex_lock(&priv->mdev->state_lock);
994 en_warn(priv, "Port link mode changed, restarting port...\n");
995 mlx4_en_stop_port(dev, 1);
996 if (mlx4_en_start_port(dev))
997 en_err(priv, "Failed restarting port %d\n", priv->port);
999 mutex_unlock(&priv->mdev->state_lock);
1003 static int mlx4_en_get_coalesce(struct net_device *dev,
1004 struct ethtool_coalesce *coal,
1005 struct kernel_ethtool_coalesce *kernel_coal,
1006 struct netlink_ext_ack *extack)
1008 struct mlx4_en_priv *priv = netdev_priv(dev);
1010 coal->tx_coalesce_usecs = priv->tx_usecs;
1011 coal->tx_max_coalesced_frames = priv->tx_frames;
1012 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit;
1014 coal->rx_coalesce_usecs = priv->rx_usecs;
1015 coal->rx_max_coalesced_frames = priv->rx_frames;
1017 coal->pkt_rate_low = priv->pkt_rate_low;
1018 coal->rx_coalesce_usecs_low = priv->rx_usecs_low;
1019 coal->pkt_rate_high = priv->pkt_rate_high;
1020 coal->rx_coalesce_usecs_high = priv->rx_usecs_high;
1021 coal->rate_sample_interval = priv->sample_interval;
1022 coal->use_adaptive_rx_coalesce = priv->adaptive_rx_coal;
1027 static int mlx4_en_set_coalesce(struct net_device *dev,
1028 struct ethtool_coalesce *coal,
1029 struct kernel_ethtool_coalesce *kernel_coal,
1030 struct netlink_ext_ack *extack)
1032 struct mlx4_en_priv *priv = netdev_priv(dev);
1034 if (!coal->tx_max_coalesced_frames_irq)
1037 if (coal->tx_coalesce_usecs > MLX4_EN_MAX_COAL_TIME ||
1038 coal->rx_coalesce_usecs > MLX4_EN_MAX_COAL_TIME ||
1039 coal->rx_coalesce_usecs_low > MLX4_EN_MAX_COAL_TIME ||
1040 coal->rx_coalesce_usecs_high > MLX4_EN_MAX_COAL_TIME) {
1041 netdev_info(dev, "%s: maximum coalesce time supported is %d usecs\n",
1042 __func__, MLX4_EN_MAX_COAL_TIME);
1046 if (coal->tx_max_coalesced_frames > MLX4_EN_MAX_COAL_PKTS ||
1047 coal->rx_max_coalesced_frames > MLX4_EN_MAX_COAL_PKTS) {
1048 netdev_info(dev, "%s: maximum coalesced frames supported is %d\n",
1049 __func__, MLX4_EN_MAX_COAL_PKTS);
1053 priv->rx_frames = (coal->rx_max_coalesced_frames ==
1054 MLX4_EN_AUTO_CONF) ?
1055 MLX4_EN_RX_COAL_TARGET :
1056 coal->rx_max_coalesced_frames;
1057 priv->rx_usecs = (coal->rx_coalesce_usecs ==
1058 MLX4_EN_AUTO_CONF) ?
1059 MLX4_EN_RX_COAL_TIME :
1060 coal->rx_coalesce_usecs;
1062 /* Setting TX coalescing parameters */
1063 if (coal->tx_coalesce_usecs != priv->tx_usecs ||
1064 coal->tx_max_coalesced_frames != priv->tx_frames) {
1065 priv->tx_usecs = coal->tx_coalesce_usecs;
1066 priv->tx_frames = coal->tx_max_coalesced_frames;
1069 /* Set adaptive coalescing params */
1070 priv->pkt_rate_low = coal->pkt_rate_low;
1071 priv->rx_usecs_low = coal->rx_coalesce_usecs_low;
1072 priv->pkt_rate_high = coal->pkt_rate_high;
1073 priv->rx_usecs_high = coal->rx_coalesce_usecs_high;
1074 priv->sample_interval = coal->rate_sample_interval;
1075 priv->adaptive_rx_coal = coal->use_adaptive_rx_coalesce;
1076 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq;
1078 return mlx4_en_moderation_update(priv);
1081 static int mlx4_en_set_pauseparam(struct net_device *dev,
1082 struct ethtool_pauseparam *pause)
1084 struct mlx4_en_priv *priv = netdev_priv(dev);
1085 struct mlx4_en_dev *mdev = priv->mdev;
1086 u8 tx_pause, tx_ppp, rx_pause, rx_ppp;
1092 tx_pause = !!(pause->tx_pause);
1093 rx_pause = !!(pause->rx_pause);
1094 rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp;
1095 tx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->tx_ppp;
1097 err = mlx4_SET_PORT_general(mdev->dev, priv->port,
1098 priv->rx_skb_size + ETH_FCS_LEN,
1099 tx_pause, tx_ppp, rx_pause, rx_ppp);
1101 en_err(priv, "Failed setting pause params, err = %d\n", err);
1105 mlx4_en_update_pfc_stats_bitmap(mdev->dev, &priv->stats_bitmap,
1106 rx_ppp, rx_pause, tx_ppp, tx_pause);
1108 priv->prof->tx_pause = tx_pause;
1109 priv->prof->rx_pause = rx_pause;
1110 priv->prof->tx_ppp = tx_ppp;
1111 priv->prof->rx_ppp = rx_ppp;
1116 static void mlx4_en_get_pause_stats(struct net_device *dev,
1117 struct ethtool_pause_stats *stats)
1119 struct mlx4_en_priv *priv = netdev_priv(dev);
1120 struct bitmap_iterator it;
1122 bitmap_iterator_init(&it, priv->stats_bitmap.bitmap, NUM_ALL_STATS);
1124 spin_lock_bh(&priv->stats_lock);
1125 if (test_bit(FLOW_PRIORITY_STATS_IDX_TX_FRAMES,
1126 priv->stats_bitmap.bitmap))
1127 stats->tx_pause_frames = priv->tx_flowstats.tx_pause;
1128 if (test_bit(FLOW_PRIORITY_STATS_IDX_RX_FRAMES,
1129 priv->stats_bitmap.bitmap))
1130 stats->rx_pause_frames = priv->rx_flowstats.rx_pause;
1131 spin_unlock_bh(&priv->stats_lock);
1134 static void mlx4_en_get_pauseparam(struct net_device *dev,
1135 struct ethtool_pauseparam *pause)
1137 struct mlx4_en_priv *priv = netdev_priv(dev);
1139 pause->tx_pause = priv->prof->tx_pause;
1140 pause->rx_pause = priv->prof->rx_pause;
1143 static int mlx4_en_set_ringparam(struct net_device *dev,
1144 struct ethtool_ringparam *param,
1145 struct kernel_ethtool_ringparam *kernel_param,
1146 struct netlink_ext_ack *extack)
1148 struct mlx4_en_priv *priv = netdev_priv(dev);
1149 struct mlx4_en_dev *mdev = priv->mdev;
1150 struct mlx4_en_port_profile new_prof;
1151 struct mlx4_en_priv *tmp;
1152 u32 rx_size, tx_size;
1156 if (param->rx_jumbo_pending || param->rx_mini_pending)
1159 if (param->rx_pending < MLX4_EN_MIN_RX_SIZE) {
1160 en_warn(priv, "%s: rx_pending (%d) < min (%d)\n",
1161 __func__, param->rx_pending,
1162 MLX4_EN_MIN_RX_SIZE);
1165 if (param->tx_pending < MLX4_EN_MIN_TX_SIZE) {
1166 en_warn(priv, "%s: tx_pending (%d) < min (%lu)\n",
1167 __func__, param->tx_pending,
1168 MLX4_EN_MIN_TX_SIZE);
1172 rx_size = roundup_pow_of_two(param->rx_pending);
1173 tx_size = roundup_pow_of_two(param->tx_pending);
1175 if (rx_size == (priv->port_up ? priv->rx_ring[0]->actual_size :
1176 priv->rx_ring[0]->size) &&
1177 tx_size == priv->tx_ring[TX][0]->size)
1180 tmp = kzalloc(sizeof(*tmp), GFP_KERNEL);
1184 mutex_lock(&mdev->state_lock);
1185 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile));
1186 new_prof.tx_ring_size = tx_size;
1187 new_prof.rx_ring_size = rx_size;
1188 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true);
1192 if (priv->port_up) {
1194 mlx4_en_stop_port(dev, 1);
1197 mlx4_en_safe_replace_resources(priv, tmp);
1200 err = mlx4_en_start_port(dev);
1202 en_err(priv, "Failed starting port\n");
1205 err = mlx4_en_moderation_update(priv);
1208 mutex_unlock(&mdev->state_lock);
1212 static void mlx4_en_get_ringparam(struct net_device *dev,
1213 struct ethtool_ringparam *param,
1214 struct kernel_ethtool_ringparam *kernel_param,
1215 struct netlink_ext_ack *extack)
1217 struct mlx4_en_priv *priv = netdev_priv(dev);
1219 memset(param, 0, sizeof(*param));
1220 param->rx_max_pending = MLX4_EN_MAX_RX_SIZE;
1221 param->tx_max_pending = MLX4_EN_MAX_TX_SIZE;
1222 param->rx_pending = priv->port_up ?
1223 priv->rx_ring[0]->actual_size : priv->rx_ring[0]->size;
1224 param->tx_pending = priv->tx_ring[TX][0]->size;
1227 static u32 mlx4_en_get_rxfh_indir_size(struct net_device *dev)
1229 struct mlx4_en_priv *priv = netdev_priv(dev);
1231 return rounddown_pow_of_two(priv->rx_ring_num);
1234 static u32 mlx4_en_get_rxfh_key_size(struct net_device *netdev)
1236 return MLX4_EN_RSS_KEY_SIZE;
1239 static int mlx4_en_check_rxfh_func(struct net_device *dev, u8 hfunc)
1241 struct mlx4_en_priv *priv = netdev_priv(dev);
1243 /* check if requested function is supported by the device */
1244 if (hfunc == ETH_RSS_HASH_TOP) {
1245 if (!(priv->mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_RSS_TOP))
1247 if (!(dev->features & NETIF_F_RXHASH))
1248 en_warn(priv, "Toeplitz hash function should be used in conjunction with RX hashing for optimal performance\n");
1250 } else if (hfunc == ETH_RSS_HASH_XOR) {
1251 if (!(priv->mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_RSS_XOR))
1253 if (dev->features & NETIF_F_RXHASH)
1254 en_warn(priv, "Enabling both XOR Hash function and RX Hashing can limit RPS functionality\n");
1261 static int mlx4_en_get_rxfh(struct net_device *dev, u32 *ring_index, u8 *key,
1264 struct mlx4_en_priv *priv = netdev_priv(dev);
1265 u32 n = mlx4_en_get_rxfh_indir_size(dev);
1268 rss_rings = priv->prof->rss_rings ?: n;
1269 rss_rings = rounddown_pow_of_two(rss_rings);
1271 for (i = 0; i < n; i++) {
1274 ring_index[i] = i % rss_rings;
1277 memcpy(key, priv->rss_key, MLX4_EN_RSS_KEY_SIZE);
1279 *hfunc = priv->rss_hash_fn;
1283 static int mlx4_en_set_rxfh(struct net_device *dev, const u32 *ring_index,
1284 const u8 *key, const u8 hfunc)
1286 struct mlx4_en_priv *priv = netdev_priv(dev);
1287 u32 n = mlx4_en_get_rxfh_indir_size(dev);
1288 struct mlx4_en_dev *mdev = priv->mdev;
1294 /* Calculate RSS table size and make sure flows are spread evenly
1297 for (i = 0; i < n; i++) {
1300 if (i > 0 && !ring_index[i] && !rss_rings)
1303 if (ring_index[i] != (i % (rss_rings ?: n)))
1310 /* RSS table size must be an order of 2 */
1311 if (!is_power_of_2(rss_rings))
1314 if (hfunc != ETH_RSS_HASH_NO_CHANGE) {
1315 err = mlx4_en_check_rxfh_func(dev, hfunc);
1320 mutex_lock(&mdev->state_lock);
1321 if (priv->port_up) {
1323 mlx4_en_stop_port(dev, 1);
1327 priv->prof->rss_rings = rss_rings;
1329 memcpy(priv->rss_key, key, MLX4_EN_RSS_KEY_SIZE);
1330 if (hfunc != ETH_RSS_HASH_NO_CHANGE)
1331 priv->rss_hash_fn = hfunc;
1334 err = mlx4_en_start_port(dev);
1336 en_err(priv, "Failed starting port\n");
1339 mutex_unlock(&mdev->state_lock);
1343 #define all_zeros_or_all_ones(field) \
1344 ((field) == 0 || (field) == (__force typeof(field))-1)
1346 static int mlx4_en_validate_flow(struct net_device *dev,
1347 struct ethtool_rxnfc *cmd)
1349 struct ethtool_usrip4_spec *l3_mask;
1350 struct ethtool_tcpip4_spec *l4_mask;
1351 struct ethhdr *eth_mask;
1353 if (cmd->fs.location >= MAX_NUM_OF_FS_RULES)
1356 if (cmd->fs.flow_type & FLOW_MAC_EXT) {
1357 /* dest mac mask must be ff:ff:ff:ff:ff:ff */
1358 if (!is_broadcast_ether_addr(cmd->fs.m_ext.h_dest))
1362 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
1365 if (cmd->fs.m_u.tcp_ip4_spec.tos)
1367 l4_mask = &cmd->fs.m_u.tcp_ip4_spec;
1368 /* don't allow mask which isn't all 0 or 1 */
1369 if (!all_zeros_or_all_ones(l4_mask->ip4src) ||
1370 !all_zeros_or_all_ones(l4_mask->ip4dst) ||
1371 !all_zeros_or_all_ones(l4_mask->psrc) ||
1372 !all_zeros_or_all_ones(l4_mask->pdst))
1376 l3_mask = &cmd->fs.m_u.usr_ip4_spec;
1377 if (l3_mask->l4_4_bytes || l3_mask->tos || l3_mask->proto ||
1378 cmd->fs.h_u.usr_ip4_spec.ip_ver != ETH_RX_NFC_IP4 ||
1379 (!l3_mask->ip4src && !l3_mask->ip4dst) ||
1380 !all_zeros_or_all_ones(l3_mask->ip4src) ||
1381 !all_zeros_or_all_ones(l3_mask->ip4dst))
1385 eth_mask = &cmd->fs.m_u.ether_spec;
1386 /* source mac mask must not be set */
1387 if (!is_zero_ether_addr(eth_mask->h_source))
1390 /* dest mac mask must be ff:ff:ff:ff:ff:ff */
1391 if (!is_broadcast_ether_addr(eth_mask->h_dest))
1394 if (!all_zeros_or_all_ones(eth_mask->h_proto))
1401 if ((cmd->fs.flow_type & FLOW_EXT)) {
1402 if (cmd->fs.m_ext.vlan_etype ||
1403 !((cmd->fs.m_ext.vlan_tci & cpu_to_be16(VLAN_VID_MASK)) ==
1405 (cmd->fs.m_ext.vlan_tci & cpu_to_be16(VLAN_VID_MASK)) ==
1406 cpu_to_be16(VLAN_VID_MASK)))
1409 if (cmd->fs.m_ext.vlan_tci) {
1410 if (be16_to_cpu(cmd->fs.h_ext.vlan_tci) >= VLAN_N_VID)
1419 static int mlx4_en_ethtool_add_mac_rule(struct ethtool_rxnfc *cmd,
1420 struct list_head *rule_list_h,
1421 struct mlx4_spec_list *spec_l2,
1424 __be64 mac_msk = cpu_to_be64(MLX4_MAC_MASK << 16);
1426 spec_l2->id = MLX4_NET_TRANS_RULE_ID_ETH;
1427 memcpy(spec_l2->eth.dst_mac_msk, &mac_msk, ETH_ALEN);
1428 memcpy(spec_l2->eth.dst_mac, mac, ETH_ALEN);
1430 if ((cmd->fs.flow_type & FLOW_EXT) &&
1431 (cmd->fs.m_ext.vlan_tci & cpu_to_be16(VLAN_VID_MASK))) {
1432 spec_l2->eth.vlan_id = cmd->fs.h_ext.vlan_tci;
1433 spec_l2->eth.vlan_id_msk = cpu_to_be16(VLAN_VID_MASK);
1436 list_add_tail(&spec_l2->list, rule_list_h);
1441 static int mlx4_en_ethtool_add_mac_rule_by_ipv4(struct mlx4_en_priv *priv,
1442 struct ethtool_rxnfc *cmd,
1443 struct list_head *rule_list_h,
1444 struct mlx4_spec_list *spec_l2,
1448 unsigned char mac[ETH_ALEN];
1450 if (!ipv4_is_multicast(ipv4_dst)) {
1451 if (cmd->fs.flow_type & FLOW_MAC_EXT)
1452 memcpy(&mac, cmd->fs.h_ext.h_dest, ETH_ALEN);
1454 memcpy(&mac, priv->dev->dev_addr, ETH_ALEN);
1456 ip_eth_mc_map(ipv4_dst, mac);
1459 return mlx4_en_ethtool_add_mac_rule(cmd, rule_list_h, spec_l2, &mac[0]);
1465 static int add_ip_rule(struct mlx4_en_priv *priv,
1466 struct ethtool_rxnfc *cmd,
1467 struct list_head *list_h)
1470 struct mlx4_spec_list *spec_l2 = NULL;
1471 struct mlx4_spec_list *spec_l3 = NULL;
1472 struct ethtool_usrip4_spec *l3_mask = &cmd->fs.m_u.usr_ip4_spec;
1474 spec_l3 = kzalloc(sizeof(*spec_l3), GFP_KERNEL);
1475 spec_l2 = kzalloc(sizeof(*spec_l2), GFP_KERNEL);
1476 if (!spec_l2 || !spec_l3) {
1481 err = mlx4_en_ethtool_add_mac_rule_by_ipv4(priv, cmd, list_h, spec_l2,
1483 usr_ip4_spec.ip4dst);
1486 spec_l3->id = MLX4_NET_TRANS_RULE_ID_IPV4;
1487 spec_l3->ipv4.src_ip = cmd->fs.h_u.usr_ip4_spec.ip4src;
1488 if (l3_mask->ip4src)
1489 spec_l3->ipv4.src_ip_msk = EN_ETHTOOL_WORD_MASK;
1490 spec_l3->ipv4.dst_ip = cmd->fs.h_u.usr_ip4_spec.ip4dst;
1491 if (l3_mask->ip4dst)
1492 spec_l3->ipv4.dst_ip_msk = EN_ETHTOOL_WORD_MASK;
1493 list_add_tail(&spec_l3->list, list_h);
1503 static int add_tcp_udp_rule(struct mlx4_en_priv *priv,
1504 struct ethtool_rxnfc *cmd,
1505 struct list_head *list_h, int proto)
1508 struct mlx4_spec_list *spec_l2 = NULL;
1509 struct mlx4_spec_list *spec_l3 = NULL;
1510 struct mlx4_spec_list *spec_l4 = NULL;
1511 struct ethtool_tcpip4_spec *l4_mask = &cmd->fs.m_u.tcp_ip4_spec;
1513 spec_l2 = kzalloc(sizeof(*spec_l2), GFP_KERNEL);
1514 spec_l3 = kzalloc(sizeof(*spec_l3), GFP_KERNEL);
1515 spec_l4 = kzalloc(sizeof(*spec_l4), GFP_KERNEL);
1516 if (!spec_l2 || !spec_l3 || !spec_l4) {
1521 spec_l3->id = MLX4_NET_TRANS_RULE_ID_IPV4;
1523 if (proto == TCP_V4_FLOW) {
1524 err = mlx4_en_ethtool_add_mac_rule_by_ipv4(priv, cmd, list_h,
1527 tcp_ip4_spec.ip4dst);
1530 spec_l4->id = MLX4_NET_TRANS_RULE_ID_TCP;
1531 spec_l3->ipv4.src_ip = cmd->fs.h_u.tcp_ip4_spec.ip4src;
1532 spec_l3->ipv4.dst_ip = cmd->fs.h_u.tcp_ip4_spec.ip4dst;
1533 spec_l4->tcp_udp.src_port = cmd->fs.h_u.tcp_ip4_spec.psrc;
1534 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.tcp_ip4_spec.pdst;
1536 err = mlx4_en_ethtool_add_mac_rule_by_ipv4(priv, cmd, list_h,
1539 udp_ip4_spec.ip4dst);
1542 spec_l4->id = MLX4_NET_TRANS_RULE_ID_UDP;
1543 spec_l3->ipv4.src_ip = cmd->fs.h_u.udp_ip4_spec.ip4src;
1544 spec_l3->ipv4.dst_ip = cmd->fs.h_u.udp_ip4_spec.ip4dst;
1545 spec_l4->tcp_udp.src_port = cmd->fs.h_u.udp_ip4_spec.psrc;
1546 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.udp_ip4_spec.pdst;
1549 if (l4_mask->ip4src)
1550 spec_l3->ipv4.src_ip_msk = EN_ETHTOOL_WORD_MASK;
1551 if (l4_mask->ip4dst)
1552 spec_l3->ipv4.dst_ip_msk = EN_ETHTOOL_WORD_MASK;
1555 spec_l4->tcp_udp.src_port_msk = EN_ETHTOOL_SHORT_MASK;
1557 spec_l4->tcp_udp.dst_port_msk = EN_ETHTOOL_SHORT_MASK;
1559 list_add_tail(&spec_l3->list, list_h);
1560 list_add_tail(&spec_l4->list, list_h);
1571 static int mlx4_en_ethtool_to_net_trans_rule(struct net_device *dev,
1572 struct ethtool_rxnfc *cmd,
1573 struct list_head *rule_list_h)
1576 struct ethhdr *eth_spec;
1577 struct mlx4_spec_list *spec_l2;
1578 struct mlx4_en_priv *priv = netdev_priv(dev);
1580 err = mlx4_en_validate_flow(dev, cmd);
1584 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
1586 spec_l2 = kzalloc(sizeof(*spec_l2), GFP_KERNEL);
1590 eth_spec = &cmd->fs.h_u.ether_spec;
1591 mlx4_en_ethtool_add_mac_rule(cmd, rule_list_h, spec_l2,
1592 ð_spec->h_dest[0]);
1593 spec_l2->eth.ether_type = eth_spec->h_proto;
1594 if (eth_spec->h_proto)
1595 spec_l2->eth.ether_type_enable = 1;
1598 err = add_ip_rule(priv, cmd, rule_list_h);
1601 err = add_tcp_udp_rule(priv, cmd, rule_list_h, TCP_V4_FLOW);
1604 err = add_tcp_udp_rule(priv, cmd, rule_list_h, UDP_V4_FLOW);
1611 static int mlx4_en_flow_replace(struct net_device *dev,
1612 struct ethtool_rxnfc *cmd)
1615 struct mlx4_en_priv *priv = netdev_priv(dev);
1616 struct ethtool_flow_id *loc_rule;
1617 struct mlx4_spec_list *spec, *tmp_spec;
1621 struct mlx4_net_trans_rule rule = {
1622 .queue_mode = MLX4_NET_TRANS_Q_FIFO,
1624 .allow_loopback = 1,
1625 .promisc_mode = MLX4_FS_REGULAR,
1628 rule.port = priv->port;
1629 rule.priority = MLX4_DOMAIN_ETHTOOL | cmd->fs.location;
1630 INIT_LIST_HEAD(&rule.list);
1632 /* Allow direct QP attaches if the EN_ETHTOOL_QP_ATTACH flag is set */
1633 if (cmd->fs.ring_cookie == RX_CLS_FLOW_DISC)
1634 qpn = priv->drop_qp.qpn;
1635 else if (cmd->fs.ring_cookie & EN_ETHTOOL_QP_ATTACH) {
1636 qpn = cmd->fs.ring_cookie & (EN_ETHTOOL_QP_ATTACH - 1);
1638 if (cmd->fs.ring_cookie >= priv->rx_ring_num) {
1639 en_warn(priv, "rxnfc: RX ring (%llu) doesn't exist\n",
1640 cmd->fs.ring_cookie);
1643 qpn = priv->rss_map.qps[cmd->fs.ring_cookie].qpn;
1645 en_warn(priv, "rxnfc: RX ring (%llu) is inactive\n",
1646 cmd->fs.ring_cookie);
1651 err = mlx4_en_ethtool_to_net_trans_rule(dev, cmd, &rule.list);
1655 loc_rule = &priv->ethtool_rules[cmd->fs.location];
1657 err = mlx4_flow_detach(priv->mdev->dev, loc_rule->id);
1659 en_err(priv, "Fail to detach network rule at location %d. registration id = %llx\n",
1660 cmd->fs.location, loc_rule->id);
1664 memset(&loc_rule->flow_spec, 0,
1665 sizeof(struct ethtool_rx_flow_spec));
1666 list_del(&loc_rule->list);
1668 err = mlx4_flow_attach(priv->mdev->dev, &rule, ®_id);
1670 en_err(priv, "Fail to attach network rule at location %d\n",
1674 loc_rule->id = reg_id;
1675 memcpy(&loc_rule->flow_spec, &cmd->fs,
1676 sizeof(struct ethtool_rx_flow_spec));
1677 list_add_tail(&loc_rule->list, &priv->ethtool_list);
1680 list_for_each_entry_safe(spec, tmp_spec, &rule.list, list) {
1681 list_del(&spec->list);
1687 static int mlx4_en_flow_detach(struct net_device *dev,
1688 struct ethtool_rxnfc *cmd)
1691 struct ethtool_flow_id *rule;
1692 struct mlx4_en_priv *priv = netdev_priv(dev);
1694 if (cmd->fs.location >= MAX_NUM_OF_FS_RULES)
1697 rule = &priv->ethtool_rules[cmd->fs.location];
1703 err = mlx4_flow_detach(priv->mdev->dev, rule->id);
1705 en_err(priv, "Fail to detach network rule at location %d. registration id = 0x%llx\n",
1706 cmd->fs.location, rule->id);
1710 memset(&rule->flow_spec, 0, sizeof(struct ethtool_rx_flow_spec));
1711 list_del(&rule->list);
1717 static int mlx4_en_get_flow(struct net_device *dev, struct ethtool_rxnfc *cmd,
1721 struct ethtool_flow_id *rule;
1722 struct mlx4_en_priv *priv = netdev_priv(dev);
1724 if (loc < 0 || loc >= MAX_NUM_OF_FS_RULES)
1727 rule = &priv->ethtool_rules[loc];
1729 memcpy(&cmd->fs, &rule->flow_spec,
1730 sizeof(struct ethtool_rx_flow_spec));
1737 static int mlx4_en_get_num_flows(struct mlx4_en_priv *priv)
1741 for (i = 0; i < MAX_NUM_OF_FS_RULES; i++) {
1742 if (priv->ethtool_rules[i].id)
1749 static int mlx4_en_get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd,
1752 struct mlx4_en_priv *priv = netdev_priv(dev);
1753 struct mlx4_en_dev *mdev = priv->mdev;
1755 int i = 0, priority = 0;
1757 if ((cmd->cmd == ETHTOOL_GRXCLSRLCNT ||
1758 cmd->cmd == ETHTOOL_GRXCLSRULE ||
1759 cmd->cmd == ETHTOOL_GRXCLSRLALL) &&
1760 (mdev->dev->caps.steering_mode !=
1761 MLX4_STEERING_MODE_DEVICE_MANAGED || !priv->port_up))
1765 case ETHTOOL_GRXRINGS:
1766 cmd->data = priv->rx_ring_num;
1768 case ETHTOOL_GRXCLSRLCNT:
1769 cmd->rule_cnt = mlx4_en_get_num_flows(priv);
1771 case ETHTOOL_GRXCLSRULE:
1772 err = mlx4_en_get_flow(dev, cmd, cmd->fs.location);
1774 case ETHTOOL_GRXCLSRLALL:
1775 cmd->data = MAX_NUM_OF_FS_RULES;
1776 while ((!err || err == -ENOENT) && priority < cmd->rule_cnt) {
1777 err = mlx4_en_get_flow(dev, cmd, i);
1779 rule_locs[priority++] = i;
1792 static int mlx4_en_set_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd)
1795 struct mlx4_en_priv *priv = netdev_priv(dev);
1796 struct mlx4_en_dev *mdev = priv->mdev;
1798 if (mdev->dev->caps.steering_mode !=
1799 MLX4_STEERING_MODE_DEVICE_MANAGED || !priv->port_up)
1803 case ETHTOOL_SRXCLSRLINS:
1804 err = mlx4_en_flow_replace(dev, cmd);
1806 case ETHTOOL_SRXCLSRLDEL:
1807 err = mlx4_en_flow_detach(dev, cmd);
1810 en_warn(priv, "Unsupported ethtool command. (%d)\n", cmd->cmd);
1817 static int mlx4_en_get_max_num_rx_rings(struct net_device *dev)
1819 return min_t(int, num_online_cpus(), MAX_RX_RINGS);
1822 static void mlx4_en_get_channels(struct net_device *dev,
1823 struct ethtool_channels *channel)
1825 struct mlx4_en_priv *priv = netdev_priv(dev);
1827 channel->max_rx = mlx4_en_get_max_num_rx_rings(dev);
1828 channel->max_tx = priv->mdev->profile.max_num_tx_rings_p_up;
1830 channel->rx_count = priv->rx_ring_num;
1831 channel->tx_count = priv->tx_ring_num[TX] /
1835 static int mlx4_en_set_channels(struct net_device *dev,
1836 struct ethtool_channels *channel)
1838 struct mlx4_en_priv *priv = netdev_priv(dev);
1839 struct mlx4_en_dev *mdev = priv->mdev;
1840 struct mlx4_en_port_profile new_prof;
1841 struct mlx4_en_priv *tmp;
1848 if (!channel->tx_count || !channel->rx_count)
1851 tmp = kzalloc(sizeof(*tmp), GFP_KERNEL);
1855 mutex_lock(&mdev->state_lock);
1856 xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0;
1857 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count;
1858 if (total_tx_count > MAX_TX_RINGS) {
1861 "Total number of TX and XDP rings (%d) exceeds the maximum supported (%d)\n",
1862 total_tx_count, MAX_TX_RINGS);
1866 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile));
1867 new_prof.num_tx_rings_p_up = channel->tx_count;
1868 new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->num_up;
1869 new_prof.tx_ring_num[TX_XDP] = xdp_count;
1870 new_prof.rx_ring_num = channel->rx_count;
1872 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true);
1876 if (priv->port_up) {
1878 mlx4_en_stop_port(dev, 1);
1881 mlx4_en_safe_replace_resources(priv, tmp);
1883 netif_set_real_num_rx_queues(dev, priv->rx_ring_num);
1885 up = (priv->prof->num_up == MLX4_EN_NUM_UP_LOW) ?
1886 0 : priv->prof->num_up;
1887 mlx4_en_setup_tc(dev, up);
1889 en_warn(priv, "Using %d TX rings\n", priv->tx_ring_num[TX]);
1890 en_warn(priv, "Using %d RX rings\n", priv->rx_ring_num);
1893 err = mlx4_en_start_port(dev);
1895 en_err(priv, "Failed starting port\n");
1898 err = mlx4_en_moderation_update(priv);
1900 mutex_unlock(&mdev->state_lock);
1905 static int mlx4_en_get_ts_info(struct net_device *dev,
1906 struct ethtool_ts_info *info)
1908 struct mlx4_en_priv *priv = netdev_priv(dev);
1909 struct mlx4_en_dev *mdev = priv->mdev;
1912 ret = ethtool_op_get_ts_info(dev, info);
1916 if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_TS) {
1917 info->so_timestamping |=
1918 SOF_TIMESTAMPING_TX_HARDWARE |
1919 SOF_TIMESTAMPING_RX_HARDWARE |
1920 SOF_TIMESTAMPING_RAW_HARDWARE;
1923 (1 << HWTSTAMP_TX_OFF) |
1924 (1 << HWTSTAMP_TX_ON);
1927 (1 << HWTSTAMP_FILTER_NONE) |
1928 (1 << HWTSTAMP_FILTER_ALL);
1930 if (mdev->ptp_clock)
1931 info->phc_index = ptp_clock_index(mdev->ptp_clock);
1937 static int mlx4_en_set_priv_flags(struct net_device *dev, u32 flags)
1939 struct mlx4_en_priv *priv = netdev_priv(dev);
1940 struct mlx4_en_dev *mdev = priv->mdev;
1941 bool bf_enabled_new = !!(flags & MLX4_EN_PRIV_FLAGS_BLUEFLAME);
1942 bool bf_enabled_old = !!(priv->pflags & MLX4_EN_PRIV_FLAGS_BLUEFLAME);
1943 bool phv_enabled_new = !!(flags & MLX4_EN_PRIV_FLAGS_PHV);
1944 bool phv_enabled_old = !!(priv->pflags & MLX4_EN_PRIV_FLAGS_PHV);
1948 if (bf_enabled_new != bf_enabled_old) {
1951 if (bf_enabled_new) {
1952 bool bf_supported = true;
1954 for (t = 0; t < MLX4_EN_NUM_TX_TYPES; t++)
1955 for (i = 0; i < priv->tx_ring_num[t]; i++)
1957 priv->tx_ring[t][i]->bf_alloced;
1959 if (!bf_supported) {
1960 en_err(priv, "BlueFlame is not supported\n");
1964 priv->pflags |= MLX4_EN_PRIV_FLAGS_BLUEFLAME;
1966 priv->pflags &= ~MLX4_EN_PRIV_FLAGS_BLUEFLAME;
1969 for (t = 0; t < MLX4_EN_NUM_TX_TYPES; t++)
1970 for (i = 0; i < priv->tx_ring_num[t]; i++)
1971 priv->tx_ring[t][i]->bf_enabled =
1974 en_info(priv, "BlueFlame %s\n",
1975 bf_enabled_new ? "Enabled" : "Disabled");
1978 if (phv_enabled_new != phv_enabled_old) {
1979 ret = set_phv_bit(mdev->dev, priv->port, (int)phv_enabled_new);
1982 else if (phv_enabled_new)
1983 priv->pflags |= MLX4_EN_PRIV_FLAGS_PHV;
1985 priv->pflags &= ~MLX4_EN_PRIV_FLAGS_PHV;
1986 en_info(priv, "PHV bit %s\n",
1987 phv_enabled_new ? "Enabled" : "Disabled");
1992 static u32 mlx4_en_get_priv_flags(struct net_device *dev)
1994 struct mlx4_en_priv *priv = netdev_priv(dev);
1996 return priv->pflags;
1999 static int mlx4_en_get_tunable(struct net_device *dev,
2000 const struct ethtool_tunable *tuna,
2003 const struct mlx4_en_priv *priv = netdev_priv(dev);
2007 case ETHTOOL_TX_COPYBREAK:
2008 *(u32 *)data = priv->prof->inline_thold;
2018 static int mlx4_en_set_tunable(struct net_device *dev,
2019 const struct ethtool_tunable *tuna,
2022 struct mlx4_en_priv *priv = netdev_priv(dev);
2026 case ETHTOOL_TX_COPYBREAK:
2028 if (val < MIN_PKT_LEN || val > MAX_INLINE)
2031 priv->prof->inline_thold = val;
2041 static int mlx4_en_get_module_info(struct net_device *dev,
2042 struct ethtool_modinfo *modinfo)
2044 struct mlx4_en_priv *priv = netdev_priv(dev);
2045 struct mlx4_en_dev *mdev = priv->mdev;
2049 /* Read first 2 bytes to get Module & REV ID */
2050 ret = mlx4_get_module_info(mdev->dev, priv->port,
2051 0/*offset*/, 2/*size*/, data);
2055 switch (data[0] /* identifier */) {
2056 case MLX4_MODULE_ID_QSFP:
2057 modinfo->type = ETH_MODULE_SFF_8436;
2058 modinfo->eeprom_len = ETH_MODULE_SFF_8436_LEN;
2060 case MLX4_MODULE_ID_QSFP_PLUS:
2061 if (data[1] >= 0x3) { /* revision id */
2062 modinfo->type = ETH_MODULE_SFF_8636;
2063 modinfo->eeprom_len = ETH_MODULE_SFF_8636_LEN;
2065 modinfo->type = ETH_MODULE_SFF_8436;
2066 modinfo->eeprom_len = ETH_MODULE_SFF_8436_LEN;
2069 case MLX4_MODULE_ID_QSFP28:
2070 modinfo->type = ETH_MODULE_SFF_8636;
2071 modinfo->eeprom_len = ETH_MODULE_SFF_8636_LEN;
2073 case MLX4_MODULE_ID_SFP:
2074 modinfo->type = ETH_MODULE_SFF_8472;
2075 modinfo->eeprom_len = ETH_MODULE_SFF_8472_LEN;
2084 static int mlx4_en_get_module_eeprom(struct net_device *dev,
2085 struct ethtool_eeprom *ee,
2088 struct mlx4_en_priv *priv = netdev_priv(dev);
2089 struct mlx4_en_dev *mdev = priv->mdev;
2090 int offset = ee->offset;
2096 memset(data, 0, ee->len);
2098 while (i < ee->len) {
2100 "mlx4_get_module_info i(%d) offset(%d) len(%d)\n",
2101 i, offset, ee->len - i);
2103 ret = mlx4_get_module_info(mdev->dev, priv->port,
2104 offset, ee->len - i, data + i);
2106 if (!ret) /* Done reading */
2111 "mlx4_get_module_info i(%d) offset(%d) bytes_to_read(%d) - FAILED (0x%x)\n",
2112 i, offset, ee->len - i, ret);
2122 static int mlx4_en_set_phys_id(struct net_device *dev,
2123 enum ethtool_phys_id_state state)
2126 u16 beacon_duration;
2127 struct mlx4_en_priv *priv = netdev_priv(dev);
2128 struct mlx4_en_dev *mdev = priv->mdev;
2130 if (!(mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_PORT_BEACON))
2134 case ETHTOOL_ID_ACTIVE:
2135 beacon_duration = PORT_BEACON_MAX_LIMIT;
2137 case ETHTOOL_ID_INACTIVE:
2138 beacon_duration = 0;
2144 err = mlx4_SET_PORT_BEACON(mdev->dev, priv->port, beacon_duration);
2148 const struct ethtool_ops mlx4_en_ethtool_ops = {
2149 .supported_coalesce_params = ETHTOOL_COALESCE_USECS |
2150 ETHTOOL_COALESCE_MAX_FRAMES |
2151 ETHTOOL_COALESCE_TX_MAX_FRAMES_IRQ |
2152 ETHTOOL_COALESCE_PKT_RATE_RX_USECS,
2153 .get_drvinfo = mlx4_en_get_drvinfo,
2154 .get_link_ksettings = mlx4_en_get_link_ksettings,
2155 .set_link_ksettings = mlx4_en_set_link_ksettings,
2156 .get_link = ethtool_op_get_link,
2157 .get_strings = mlx4_en_get_strings,
2158 .get_sset_count = mlx4_en_get_sset_count,
2159 .get_ethtool_stats = mlx4_en_get_ethtool_stats,
2160 .self_test = mlx4_en_self_test,
2161 .set_phys_id = mlx4_en_set_phys_id,
2162 .get_wol = mlx4_en_get_wol,
2163 .set_wol = mlx4_en_set_wol,
2164 .get_msglevel = mlx4_en_get_msglevel,
2165 .set_msglevel = mlx4_en_set_msglevel,
2166 .get_coalesce = mlx4_en_get_coalesce,
2167 .set_coalesce = mlx4_en_set_coalesce,
2168 .get_pause_stats = mlx4_en_get_pause_stats,
2169 .get_pauseparam = mlx4_en_get_pauseparam,
2170 .set_pauseparam = mlx4_en_set_pauseparam,
2171 .get_ringparam = mlx4_en_get_ringparam,
2172 .set_ringparam = mlx4_en_set_ringparam,
2173 .get_rxnfc = mlx4_en_get_rxnfc,
2174 .set_rxnfc = mlx4_en_set_rxnfc,
2175 .get_rxfh_indir_size = mlx4_en_get_rxfh_indir_size,
2176 .get_rxfh_key_size = mlx4_en_get_rxfh_key_size,
2177 .get_rxfh = mlx4_en_get_rxfh,
2178 .set_rxfh = mlx4_en_set_rxfh,
2179 .get_channels = mlx4_en_get_channels,
2180 .set_channels = mlx4_en_set_channels,
2181 .get_ts_info = mlx4_en_get_ts_info,
2182 .set_priv_flags = mlx4_en_set_priv_flags,
2183 .get_priv_flags = mlx4_en_get_priv_flags,
2184 .get_tunable = mlx4_en_get_tunable,
2185 .set_tunable = mlx4_en_set_tunable,
2186 .get_module_info = mlx4_en_get_module_info,
2187 .get_module_eeprom = mlx4_en_get_module_eeprom