blob: 44a2803cb1ec78bda3f09247e2130e677986e31a [file] [log] [blame]
Jeff Kirsherae06c702018-03-22 10:08:48 -07001// SPDX-License-Identifier: GPL-2.0
Jeff Kirsher51dce242018-04-26 08:08:09 -07002/* Copyright(c) 2013 - 2018 Intel Corporation. */
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003
4/* ethtool support for i40e */
5
6#include "i40e.h"
7#include "i40e_diag.h"
8
9struct i40e_stats {
10 char stat_string[ETH_GSTRING_LEN];
11 int sizeof_stat;
12 int stat_offset;
13};
14
15#define I40E_STAT(_type, _name, _stat) { \
16 .stat_string = _name, \
17 .sizeof_stat = FIELD_SIZEOF(_type, _stat), \
18 .stat_offset = offsetof(_type, _stat) \
19}
Shannon Nelsonfad177d2014-11-11 20:07:27 +000020
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +000021#define I40E_NETDEV_STAT(_net_stat) \
Jacob Keller132ee002018-05-10 05:59:43 -070022 I40E_STAT(struct rtnl_link_stats64, #_net_stat, _net_stat)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +000023#define I40E_PF_STAT(_name, _stat) \
Jacob Keller132ee002018-05-10 05:59:43 -070024 I40E_STAT(struct i40e_pf, _name, _stat)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +000025#define I40E_VSI_STAT(_name, _stat) \
Jacob Keller132ee002018-05-10 05:59:43 -070026 I40E_STAT(struct i40e_vsi, _name, _stat)
Shannon Nelson8eab9cf2014-04-23 04:49:55 +000027#define I40E_VEB_STAT(_name, _stat) \
Jacob Keller132ee002018-05-10 05:59:43 -070028 I40E_STAT(struct i40e_veb, _name, _stat)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +000029
30static const struct i40e_stats i40e_gstrings_net_stats[] = {
31 I40E_NETDEV_STAT(rx_packets),
32 I40E_NETDEV_STAT(tx_packets),
33 I40E_NETDEV_STAT(rx_bytes),
34 I40E_NETDEV_STAT(tx_bytes),
35 I40E_NETDEV_STAT(rx_errors),
36 I40E_NETDEV_STAT(tx_errors),
37 I40E_NETDEV_STAT(rx_dropped),
38 I40E_NETDEV_STAT(tx_dropped),
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +000039 I40E_NETDEV_STAT(collisions),
40 I40E_NETDEV_STAT(rx_length_errors),
41 I40E_NETDEV_STAT(rx_crc_errors),
42};
43
Shannon Nelson8eab9cf2014-04-23 04:49:55 +000044static const struct i40e_stats i40e_gstrings_veb_stats[] = {
Jacob Kellerbf1c39e2018-05-17 01:08:37 -070045 I40E_VEB_STAT("veb.rx_bytes", stats.rx_bytes),
46 I40E_VEB_STAT("veb.tx_bytes", stats.tx_bytes),
47 I40E_VEB_STAT("veb.rx_unicast", stats.rx_unicast),
48 I40E_VEB_STAT("veb.tx_unicast", stats.tx_unicast),
49 I40E_VEB_STAT("veb.rx_multicast", stats.rx_multicast),
50 I40E_VEB_STAT("veb.tx_multicast", stats.tx_multicast),
51 I40E_VEB_STAT("veb.rx_broadcast", stats.rx_broadcast),
52 I40E_VEB_STAT("veb.tx_broadcast", stats.tx_broadcast),
53 I40E_VEB_STAT("veb.rx_discards", stats.rx_discards),
54 I40E_VEB_STAT("veb.tx_discards", stats.tx_discards),
55 I40E_VEB_STAT("veb.tx_errors", stats.tx_errors),
56 I40E_VEB_STAT("veb.rx_unknown_protocol", stats.rx_unknown_protocol),
Shannon Nelson8eab9cf2014-04-23 04:49:55 +000057};
58
Shannon Nelson41a9e552014-04-23 04:50:20 +000059static const struct i40e_stats i40e_gstrings_misc_stats[] = {
Shannon Nelson418631d2014-04-23 04:50:07 +000060 I40E_VSI_STAT("rx_unicast", eth_stats.rx_unicast),
61 I40E_VSI_STAT("tx_unicast", eth_stats.tx_unicast),
62 I40E_VSI_STAT("rx_multicast", eth_stats.rx_multicast),
63 I40E_VSI_STAT("tx_multicast", eth_stats.tx_multicast),
Shannon Nelson41a9e552014-04-23 04:50:20 +000064 I40E_VSI_STAT("rx_broadcast", eth_stats.rx_broadcast),
65 I40E_VSI_STAT("tx_broadcast", eth_stats.tx_broadcast),
Shannon Nelson418631d2014-04-23 04:50:07 +000066 I40E_VSI_STAT("rx_unknown_protocol", eth_stats.rx_unknown_protocol),
Anjali Singhai Jain2fc3d712015-08-27 11:42:29 -040067 I40E_VSI_STAT("tx_linearize", tx_linearize),
Anjali Singhai Jain164c9f52015-10-21 19:47:08 -040068 I40E_VSI_STAT("tx_force_wb", tx_force_wb),
Harshitha Ramamurthy3f76d012018-05-10 05:59:45 -070069 I40E_VSI_STAT("tx_busy", tx_busy),
Jesse Brandeburgc40918c2016-01-04 10:33:10 -080070 I40E_VSI_STAT("rx_alloc_fail", rx_buf_failed),
71 I40E_VSI_STAT("rx_pg_alloc_fail", rx_page_failed),
Shannon Nelson41a9e552014-04-23 04:50:20 +000072};
73
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +000074/* These PF_STATs might look like duplicates of some NETDEV_STATs,
75 * but they are separate. This device supports Virtualization, and
76 * as such might have several netdevs supporting VMDq and FCoE going
77 * through a single port. The NETDEV_STATs are for individual netdevs
78 * seen at the top of the stack, and the PF_STATs are for the physical
79 * function at the bottom of the stack hosting those netdevs.
80 *
81 * The PF_STATs are appended to the netdev stats only when ethtool -S
82 * is queried on the base PF netdev, not on the VMDq or FCoE netdev.
83 */
Joe Perchesfe180a52016-09-26 20:17:01 -070084static const struct i40e_stats i40e_gstrings_stats[] = {
Jacob Kellerbf1c39e2018-05-17 01:08:37 -070085 I40E_PF_STAT("port.rx_bytes", stats.eth.rx_bytes),
86 I40E_PF_STAT("port.tx_bytes", stats.eth.tx_bytes),
87 I40E_PF_STAT("port.rx_unicast", stats.eth.rx_unicast),
88 I40E_PF_STAT("port.tx_unicast", stats.eth.tx_unicast),
89 I40E_PF_STAT("port.rx_multicast", stats.eth.rx_multicast),
90 I40E_PF_STAT("port.tx_multicast", stats.eth.tx_multicast),
91 I40E_PF_STAT("port.rx_broadcast", stats.eth.rx_broadcast),
92 I40E_PF_STAT("port.tx_broadcast", stats.eth.tx_broadcast),
93 I40E_PF_STAT("port.tx_errors", stats.eth.tx_errors),
94 I40E_PF_STAT("port.rx_dropped", stats.eth.rx_discards),
95 I40E_PF_STAT("port.tx_dropped_link_down", stats.tx_dropped_link_down),
96 I40E_PF_STAT("port.rx_crc_errors", stats.crc_errors),
97 I40E_PF_STAT("port.illegal_bytes", stats.illegal_bytes),
98 I40E_PF_STAT("port.mac_local_faults", stats.mac_local_faults),
99 I40E_PF_STAT("port.mac_remote_faults", stats.mac_remote_faults),
100 I40E_PF_STAT("port.tx_timeout", tx_timeout_count),
101 I40E_PF_STAT("port.rx_csum_bad", hw_csum_rx_error),
102 I40E_PF_STAT("port.rx_length_errors", stats.rx_length_errors),
103 I40E_PF_STAT("port.link_xon_rx", stats.link_xon_rx),
104 I40E_PF_STAT("port.link_xoff_rx", stats.link_xoff_rx),
105 I40E_PF_STAT("port.link_xon_tx", stats.link_xon_tx),
106 I40E_PF_STAT("port.link_xoff_tx", stats.link_xoff_tx),
107 I40E_PF_STAT("port.rx_size_64", stats.rx_size_64),
108 I40E_PF_STAT("port.rx_size_127", stats.rx_size_127),
109 I40E_PF_STAT("port.rx_size_255", stats.rx_size_255),
110 I40E_PF_STAT("port.rx_size_511", stats.rx_size_511),
111 I40E_PF_STAT("port.rx_size_1023", stats.rx_size_1023),
112 I40E_PF_STAT("port.rx_size_1522", stats.rx_size_1522),
113 I40E_PF_STAT("port.rx_size_big", stats.rx_size_big),
114 I40E_PF_STAT("port.tx_size_64", stats.tx_size_64),
115 I40E_PF_STAT("port.tx_size_127", stats.tx_size_127),
116 I40E_PF_STAT("port.tx_size_255", stats.tx_size_255),
117 I40E_PF_STAT("port.tx_size_511", stats.tx_size_511),
118 I40E_PF_STAT("port.tx_size_1023", stats.tx_size_1023),
119 I40E_PF_STAT("port.tx_size_1522", stats.tx_size_1522),
120 I40E_PF_STAT("port.tx_size_big", stats.tx_size_big),
121 I40E_PF_STAT("port.rx_undersize", stats.rx_undersize),
122 I40E_PF_STAT("port.rx_fragments", stats.rx_fragments),
123 I40E_PF_STAT("port.rx_oversize", stats.rx_oversize),
124 I40E_PF_STAT("port.rx_jabber", stats.rx_jabber),
125 I40E_PF_STAT("port.VF_admin_queue_requests", vf_aq_requests),
126 I40E_PF_STAT("port.arq_overflows", arq_overflows),
127 I40E_PF_STAT("port.tx_hwtstamp_timeouts", tx_hwtstamp_timeouts),
128 I40E_PF_STAT("port.rx_hwtstamp_cleared", rx_hwtstamp_cleared),
129 I40E_PF_STAT("port.tx_hwtstamp_skipped", tx_hwtstamp_skipped),
130 I40E_PF_STAT("port.fdir_flush_cnt", fd_flush_cnt),
131 I40E_PF_STAT("port.fdir_atr_match", stats.fd_atr_match),
132 I40E_PF_STAT("port.fdir_atr_tunnel_match", stats.fd_atr_tunnel_match),
133 I40E_PF_STAT("port.fdir_atr_status", stats.fd_atr_status),
134 I40E_PF_STAT("port.fdir_sb_match", stats.fd_sb_match),
135 I40E_PF_STAT("port.fdir_sb_status", stats.fd_sb_status),
Anjali Singhai Jain433c47d2014-05-22 06:32:17 +0000136
Anjali Singhai Jainbee5af72014-03-06 08:59:50 +0000137 /* LPI stats */
Jacob Kellerbf1c39e2018-05-17 01:08:37 -0700138 I40E_PF_STAT("port.tx_lpi_status", stats.tx_lpi_status),
139 I40E_PF_STAT("port.rx_lpi_status", stats.rx_lpi_status),
140 I40E_PF_STAT("port.tx_lpi_count", stats.tx_lpi_count),
141 I40E_PF_STAT("port.rx_lpi_count", stats.rx_lpi_count),
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000142};
143
Jacob Kellerb8312362018-05-17 01:08:34 -0700144/* We use num_tx_queues here as a proxy for the maximum number of queues
145 * available because we always allocate queues symmetrically.
146 */
147#define I40E_MAX_NUM_QUEUES(n) ((n)->num_tx_queues)
148#define I40E_QUEUE_STATS_LEN(n) \
149 (I40E_MAX_NUM_QUEUES(n) \
Shannon Nelson31cd8402014-04-04 04:43:12 +0000150 * 2 /* Tx and Rx together */ \
151 * (sizeof(struct i40e_queue_stats) / sizeof(u64)))
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000152#define I40E_GLOBAL_STATS_LEN ARRAY_SIZE(i40e_gstrings_stats)
Jacob Keller132ee002018-05-10 05:59:43 -0700153#define I40E_NETDEV_STATS_LEN ARRAY_SIZE(i40e_gstrings_net_stats)
Shannon Nelson41a9e552014-04-23 04:50:20 +0000154#define I40E_MISC_STATS_LEN ARRAY_SIZE(i40e_gstrings_misc_stats)
Jacob Keller132ee002018-05-10 05:59:43 -0700155#define I40E_VSI_STATS_LEN(n) (I40E_NETDEV_STATS_LEN + \
Shannon Nelson41a9e552014-04-23 04:50:20 +0000156 I40E_MISC_STATS_LEN + \
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000157 I40E_QUEUE_STATS_LEN((n)))
158#define I40E_PFC_STATS_LEN ( \
159 (FIELD_SIZEOF(struct i40e_pf, stats.priority_xoff_rx) + \
160 FIELD_SIZEOF(struct i40e_pf, stats.priority_xon_rx) + \
161 FIELD_SIZEOF(struct i40e_pf, stats.priority_xoff_tx) + \
162 FIELD_SIZEOF(struct i40e_pf, stats.priority_xon_tx) + \
163 FIELD_SIZEOF(struct i40e_pf, stats.priority_xon_2_xoff)) \
164 / sizeof(u64))
Neerav Parikhfe860af2015-07-10 19:36:02 -0400165#define I40E_VEB_TC_STATS_LEN ( \
166 (FIELD_SIZEOF(struct i40e_veb, tc_stats.tc_rx_packets) + \
167 FIELD_SIZEOF(struct i40e_veb, tc_stats.tc_rx_bytes) + \
168 FIELD_SIZEOF(struct i40e_veb, tc_stats.tc_tx_packets) + \
169 FIELD_SIZEOF(struct i40e_veb, tc_stats.tc_tx_bytes)) \
170 / sizeof(u64))
Shannon Nelson8eab9cf2014-04-23 04:49:55 +0000171#define I40E_VEB_STATS_LEN ARRAY_SIZE(i40e_gstrings_veb_stats)
Neerav Parikhfe860af2015-07-10 19:36:02 -0400172#define I40E_VEB_STATS_TOTAL (I40E_VEB_STATS_LEN + I40E_VEB_TC_STATS_LEN)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000173#define I40E_PF_STATS_LEN(n) (I40E_GLOBAL_STATS_LEN + \
174 I40E_PFC_STATS_LEN + \
175 I40E_VSI_STATS_LEN((n)))
176
177enum i40e_ethtool_test_id {
178 I40E_ETH_TEST_REG = 0,
179 I40E_ETH_TEST_EEPROM,
180 I40E_ETH_TEST_INTR,
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000181 I40E_ETH_TEST_LINK,
182};
183
184static const char i40e_gstrings_test[][ETH_GSTRING_LEN] = {
185 "Register test (offline)",
186 "Eeprom test (offline)",
187 "Interrupt test (offline)",
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000188 "Link test (on/offline)"
189};
190
191#define I40E_TEST_LEN (sizeof(i40e_gstrings_test) / ETH_GSTRING_LEN)
192
Alexander Duyckaca955d2017-03-10 12:22:01 -0800193struct i40e_priv_flags {
194 char flag_string[ETH_GSTRING_LEN];
195 u64 flag;
196 bool read_only;
Greg Rose7e45ab42015-02-06 08:52:19 +0000197};
198
Alexander Duyckaca955d2017-03-10 12:22:01 -0800199#define I40E_PRIV_FLAG(_name, _flag, _read_only) { \
200 .flag_string = _name, \
201 .flag = _flag, \
202 .read_only = _read_only, \
203}
204
205static const struct i40e_priv_flags i40e_gstrings_priv_flags[] = {
206 /* NOTE: MFP setting cannot be changed */
207 I40E_PRIV_FLAG("MFP", I40E_FLAG_MFP_ENABLED, 1),
208 I40E_PRIV_FLAG("LinkPolling", I40E_FLAG_LINK_POLLING_ENABLED, 0),
209 I40E_PRIV_FLAG("flow-director-atr", I40E_FLAG_FD_ATR_ENABLED, 0),
210 I40E_PRIV_FLAG("veb-stats", I40E_FLAG_VEB_STATS_ENABLED, 0),
Jacob Keller6964e532017-06-12 15:38:36 -0700211 I40E_PRIV_FLAG("hw-atr-eviction", I40E_FLAG_HW_ATR_EVICT_ENABLED, 0),
Mariusz Stachurac3880bd2017-11-14 07:00:50 -0500212 I40E_PRIV_FLAG("link-down-on-close",
213 I40E_FLAG_LINK_DOWN_ON_CLOSE_ENABLED, 0),
Alexander Duyckc424d4a2017-03-14 10:15:26 -0700214 I40E_PRIV_FLAG("legacy-rx", I40E_FLAG_LEGACY_RX, 0),
Mitch Williams64615b52017-08-29 05:32:30 -0400215 I40E_PRIV_FLAG("disable-source-pruning",
216 I40E_FLAG_SOURCE_PRUNING_DISABLED, 0),
Dave Ertmanc61c8fe2017-12-27 08:18:21 -0500217 I40E_PRIV_FLAG("disable-fw-lldp", I40E_FLAG_DISABLE_FW_LLDP, 0),
Alexander Duyckaca955d2017-03-10 12:22:01 -0800218};
219
220#define I40E_PRIV_FLAGS_STR_LEN ARRAY_SIZE(i40e_gstrings_priv_flags)
Greg Rose7e45ab42015-02-06 08:52:19 +0000221
Jacob Kellerd182a5c2016-10-25 16:08:50 -0700222/* Private flags with a global effect, restricted to PF 0 */
Alexander Duyckaca955d2017-03-10 12:22:01 -0800223static const struct i40e_priv_flags i40e_gl_gstrings_priv_flags[] = {
224 I40E_PRIV_FLAG("vf-true-promisc-support",
225 I40E_FLAG_TRUE_PROMISC_SUPPORT, 0),
Jacob Kellerd182a5c2016-10-25 16:08:50 -0700226};
227
Alexander Duyckaca955d2017-03-10 12:22:01 -0800228#define I40E_GL_PRIV_FLAGS_STR_LEN ARRAY_SIZE(i40e_gl_gstrings_priv_flags)
Jacob Kellerd182a5c2016-10-25 16:08:50 -0700229
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000230/**
Shannon Nelsonf0d8c732014-12-11 07:06:32 +0000231 * i40e_partition_setting_complaint - generic complaint for MFP restriction
232 * @pf: the PF struct
233 **/
234static void i40e_partition_setting_complaint(struct i40e_pf *pf)
235{
236 dev_info(&pf->pdev->dev,
237 "The link settings are allowed to be changed only from the first partition of a given port. Please switch to the first partition in order to change the setting.\n");
238}
239
240/**
Catherine Sullivan06566e52016-05-03 15:13:14 -0700241 * i40e_phy_type_to_ethtool - convert the phy_types to ethtool link modes
Alan Brady52e2d022017-10-05 14:53:35 -0700242 * @pf: PF struct with phy_types
Alan Brady1eaae512017-10-05 14:53:41 -0700243 * @ks: ethtool link ksettings struct to fill out
Catherine Sullivan06566e52016-05-03 15:13:14 -0700244 *
245 **/
Alan Brady1eaae512017-10-05 14:53:41 -0700246static void i40e_phy_type_to_ethtool(struct i40e_pf *pf,
247 struct ethtool_link_ksettings *ks)
Catherine Sullivan06566e52016-05-03 15:13:14 -0700248{
Avinash Dayanand28537042016-06-20 09:10:33 -0700249 struct i40e_link_status *hw_link_info = &pf->hw.phy.link_info;
Carolyn Wyborny31232372016-11-21 13:03:48 -0800250 u64 phy_types = pf->hw.phy.phy_types;
251
Alan Brady1eaae512017-10-05 14:53:41 -0700252 ethtool_link_ksettings_zero_link_mode(ks, supported);
253 ethtool_link_ksettings_zero_link_mode(ks, advertising);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700254
255 if (phy_types & I40E_CAP_PHY_TYPE_SGMII) {
Alan Brady1eaae512017-10-05 14:53:41 -0700256 ethtool_link_ksettings_add_link_mode(ks, supported,
257 1000baseT_Full);
Avinash Dayanand28537042016-06-20 09:10:33 -0700258 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB)
Alan Brady1eaae512017-10-05 14:53:41 -0700259 ethtool_link_ksettings_add_link_mode(ks, advertising,
260 1000baseT_Full);
Jacob Kellerd36e41d2017-06-23 04:24:46 -0400261 if (pf->hw_features & I40E_HW_100M_SGMII_CAPABLE) {
Alan Brady1eaae512017-10-05 14:53:41 -0700262 ethtool_link_ksettings_add_link_mode(ks, supported,
263 100baseT_Full);
264 ethtool_link_ksettings_add_link_mode(ks, advertising,
265 100baseT_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700266 }
267 }
268 if (phy_types & I40E_CAP_PHY_TYPE_XAUI ||
269 phy_types & I40E_CAP_PHY_TYPE_XFI ||
270 phy_types & I40E_CAP_PHY_TYPE_SFI ||
271 phy_types & I40E_CAP_PHY_TYPE_10GBASE_SFPP_CU ||
Alan Brady1eaae512017-10-05 14:53:41 -0700272 phy_types & I40E_CAP_PHY_TYPE_10GBASE_AOC) {
273 ethtool_link_ksettings_add_link_mode(ks, supported,
274 10000baseT_Full);
Avinash Dayanand28537042016-06-20 09:10:33 -0700275 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
Alan Brady1eaae512017-10-05 14:53:41 -0700276 ethtool_link_ksettings_add_link_mode(ks, advertising,
277 10000baseT_Full);
278 }
279 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_T) {
280 ethtool_link_ksettings_add_link_mode(ks, supported,
281 10000baseT_Full);
282 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
283 ethtool_link_ksettings_add_link_mode(ks, advertising,
284 10000baseT_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700285 }
286 if (phy_types & I40E_CAP_PHY_TYPE_XLAUI ||
287 phy_types & I40E_CAP_PHY_TYPE_XLPPI ||
288 phy_types & I40E_CAP_PHY_TYPE_40GBASE_AOC)
Alan Brady1eaae512017-10-05 14:53:41 -0700289 ethtool_link_ksettings_add_link_mode(ks, supported,
290 40000baseCR4_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700291 if (phy_types & I40E_CAP_PHY_TYPE_40GBASE_CR4_CU ||
292 phy_types & I40E_CAP_PHY_TYPE_40GBASE_CR4) {
Alan Brady1eaae512017-10-05 14:53:41 -0700293 ethtool_link_ksettings_add_link_mode(ks, supported,
294 40000baseCR4_Full);
Avinash Dayanand28537042016-06-20 09:10:33 -0700295 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_40GB)
Alan Brady1eaae512017-10-05 14:53:41 -0700296 ethtool_link_ksettings_add_link_mode(ks, advertising,
297 40000baseCR4_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700298 }
Avinash Dayanand01a7a9f2016-05-16 10:26:40 -0700299 if (phy_types & I40E_CAP_PHY_TYPE_100BASE_TX) {
Alan Brady1eaae512017-10-05 14:53:41 -0700300 ethtool_link_ksettings_add_link_mode(ks, supported,
301 100baseT_Full);
Avinash Dayanand28537042016-06-20 09:10:33 -0700302 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_100MB)
Alan Brady1eaae512017-10-05 14:53:41 -0700303 ethtool_link_ksettings_add_link_mode(ks, advertising,
304 100baseT_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700305 }
Alan Brady1eaae512017-10-05 14:53:41 -0700306 if (phy_types & I40E_CAP_PHY_TYPE_1000BASE_T) {
307 ethtool_link_ksettings_add_link_mode(ks, supported,
308 1000baseT_Full);
Avinash Dayanand28537042016-06-20 09:10:33 -0700309 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB)
Alan Brady1eaae512017-10-05 14:53:41 -0700310 ethtool_link_ksettings_add_link_mode(ks, advertising,
311 1000baseT_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700312 }
313 if (phy_types & I40E_CAP_PHY_TYPE_40GBASE_SR4)
Alan Brady1eaae512017-10-05 14:53:41 -0700314 ethtool_link_ksettings_add_link_mode(ks, supported,
315 40000baseSR4_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700316 if (phy_types & I40E_CAP_PHY_TYPE_40GBASE_LR4)
Alan Brady1eaae512017-10-05 14:53:41 -0700317 ethtool_link_ksettings_add_link_mode(ks, supported,
318 40000baseLR4_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700319 if (phy_types & I40E_CAP_PHY_TYPE_40GBASE_KR4) {
Alan Brady1eaae512017-10-05 14:53:41 -0700320 ethtool_link_ksettings_add_link_mode(ks, supported,
321 40000baseLR4_Full);
322 ethtool_link_ksettings_add_link_mode(ks, advertising,
323 40000baseLR4_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700324 }
325 if (phy_types & I40E_CAP_PHY_TYPE_20GBASE_KR2) {
Alan Brady1eaae512017-10-05 14:53:41 -0700326 ethtool_link_ksettings_add_link_mode(ks, supported,
327 20000baseKR2_Full);
Avinash Dayanand28537042016-06-20 09:10:33 -0700328 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_20GB)
Alan Brady1eaae512017-10-05 14:53:41 -0700329 ethtool_link_ksettings_add_link_mode(ks, advertising,
330 20000baseKR2_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700331 }
332 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_KX4) {
Alan Brady1eaae512017-10-05 14:53:41 -0700333 ethtool_link_ksettings_add_link_mode(ks, supported,
334 10000baseKX4_Full);
Avinash Dayanand28537042016-06-20 09:10:33 -0700335 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
Alan Brady1eaae512017-10-05 14:53:41 -0700336 ethtool_link_ksettings_add_link_mode(ks, advertising,
337 10000baseKX4_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700338 }
Alan Brady6987bd252017-10-05 14:53:38 -0700339 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_KR &&
340 !(pf->hw_features & I40E_HW_HAVE_CRT_RETIMER)) {
Alan Brady1eaae512017-10-05 14:53:41 -0700341 ethtool_link_ksettings_add_link_mode(ks, supported,
342 10000baseKR_Full);
Alan Brady6987bd252017-10-05 14:53:38 -0700343 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
Alan Brady1eaae512017-10-05 14:53:41 -0700344 ethtool_link_ksettings_add_link_mode(ks, advertising,
345 10000baseKR_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700346 }
Alan Brady6987bd252017-10-05 14:53:38 -0700347 if (phy_types & I40E_CAP_PHY_TYPE_1000BASE_KX &&
348 !(pf->hw_features & I40E_HW_HAVE_CRT_RETIMER)) {
Alan Brady1eaae512017-10-05 14:53:41 -0700349 ethtool_link_ksettings_add_link_mode(ks, supported,
350 1000baseKX_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700351 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB)
Alan Brady1eaae512017-10-05 14:53:41 -0700352 ethtool_link_ksettings_add_link_mode(ks, advertising,
353 1000baseKX_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700354 }
Alan Brady1eaae512017-10-05 14:53:41 -0700355 /* need to add 25G PHY types */
356 if (phy_types & I40E_CAP_PHY_TYPE_25GBASE_KR) {
357 ethtool_link_ksettings_add_link_mode(ks, supported,
358 25000baseKR_Full);
359 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_25GB)
360 ethtool_link_ksettings_add_link_mode(ks, advertising,
361 25000baseKR_Full);
362 }
363 if (phy_types & I40E_CAP_PHY_TYPE_25GBASE_CR) {
364 ethtool_link_ksettings_add_link_mode(ks, supported,
365 25000baseCR_Full);
366 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_25GB)
367 ethtool_link_ksettings_add_link_mode(ks, advertising,
368 25000baseCR_Full);
369 }
370 if (phy_types & I40E_CAP_PHY_TYPE_25GBASE_SR ||
Carolyn Wyborny31232372016-11-21 13:03:48 -0800371 phy_types & I40E_CAP_PHY_TYPE_25GBASE_LR) {
Alan Brady1eaae512017-10-05 14:53:41 -0700372 ethtool_link_ksettings_add_link_mode(ks, supported,
373 25000baseSR_Full);
374 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_25GB)
375 ethtool_link_ksettings_add_link_mode(ks, advertising,
376 25000baseSR_Full);
377 }
378 if (phy_types & I40E_CAP_PHY_TYPE_25GBASE_AOC ||
379 phy_types & I40E_CAP_PHY_TYPE_25GBASE_ACC) {
380 ethtool_link_ksettings_add_link_mode(ks, supported,
381 25000baseCR_Full);
382 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_25GB)
383 ethtool_link_ksettings_add_link_mode(ks, advertising,
384 25000baseCR_Full);
385 }
386 /* need to add new 10G PHY types */
387 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_CR1 ||
388 phy_types & I40E_CAP_PHY_TYPE_10GBASE_CR1_CU) {
389 ethtool_link_ksettings_add_link_mode(ks, supported,
390 10000baseCR_Full);
391 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
392 ethtool_link_ksettings_add_link_mode(ks, advertising,
393 10000baseCR_Full);
394 }
395 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_SR) {
396 ethtool_link_ksettings_add_link_mode(ks, supported,
397 10000baseSR_Full);
398 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
399 ethtool_link_ksettings_add_link_mode(ks, advertising,
400 10000baseSR_Full);
401 }
402 if (phy_types & I40E_CAP_PHY_TYPE_10GBASE_LR) {
403 ethtool_link_ksettings_add_link_mode(ks, supported,
404 10000baseLR_Full);
405 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
406 ethtool_link_ksettings_add_link_mode(ks, advertising,
407 10000baseLR_Full);
408 }
409 if (phy_types & I40E_CAP_PHY_TYPE_1000BASE_SX ||
410 phy_types & I40E_CAP_PHY_TYPE_1000BASE_LX ||
411 phy_types & I40E_CAP_PHY_TYPE_1000BASE_T_OPTICAL) {
412 ethtool_link_ksettings_add_link_mode(ks, supported,
413 1000baseX_Full);
414 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB)
415 ethtool_link_ksettings_add_link_mode(ks, advertising,
416 1000baseX_Full);
Alan Brady6987bd252017-10-05 14:53:38 -0700417 }
418 /* Autoneg PHY types */
419 if (phy_types & I40E_CAP_PHY_TYPE_SGMII ||
420 phy_types & I40E_CAP_PHY_TYPE_40GBASE_KR4 ||
421 phy_types & I40E_CAP_PHY_TYPE_40GBASE_CR4_CU ||
422 phy_types & I40E_CAP_PHY_TYPE_40GBASE_CR4 ||
Carolyn Wyborny31232372016-11-21 13:03:48 -0800423 phy_types & I40E_CAP_PHY_TYPE_25GBASE_SR ||
Alan Brady6987bd252017-10-05 14:53:38 -0700424 phy_types & I40E_CAP_PHY_TYPE_25GBASE_LR ||
425 phy_types & I40E_CAP_PHY_TYPE_25GBASE_KR ||
426 phy_types & I40E_CAP_PHY_TYPE_25GBASE_CR ||
427 phy_types & I40E_CAP_PHY_TYPE_20GBASE_KR2 ||
428 phy_types & I40E_CAP_PHY_TYPE_10GBASE_T ||
429 phy_types & I40E_CAP_PHY_TYPE_10GBASE_SR ||
430 phy_types & I40E_CAP_PHY_TYPE_10GBASE_LR ||
431 phy_types & I40E_CAP_PHY_TYPE_10GBASE_KX4 ||
432 phy_types & I40E_CAP_PHY_TYPE_10GBASE_KR ||
433 phy_types & I40E_CAP_PHY_TYPE_10GBASE_CR1_CU ||
434 phy_types & I40E_CAP_PHY_TYPE_10GBASE_CR1 ||
435 phy_types & I40E_CAP_PHY_TYPE_1000BASE_T_OPTICAL ||
436 phy_types & I40E_CAP_PHY_TYPE_1000BASE_T ||
437 phy_types & I40E_CAP_PHY_TYPE_1000BASE_SX ||
438 phy_types & I40E_CAP_PHY_TYPE_1000BASE_LX ||
439 phy_types & I40E_CAP_PHY_TYPE_1000BASE_KX ||
440 phy_types & I40E_CAP_PHY_TYPE_100BASE_TX) {
Alan Brady1eaae512017-10-05 14:53:41 -0700441 ethtool_link_ksettings_add_link_mode(ks, supported,
442 Autoneg);
443 ethtool_link_ksettings_add_link_mode(ks, advertising,
444 Autoneg);
Carolyn Wyborny31232372016-11-21 13:03:48 -0800445 }
Catherine Sullivan06566e52016-05-03 15:13:14 -0700446}
447
448/**
Catherine Sullivane8278452015-02-06 08:52:08 +0000449 * i40e_get_settings_link_up - Get the Link settings for when link is up
450 * @hw: hw structure
Alan Brady1c142e12017-10-05 14:53:31 -0700451 * @ks: ethtool ksettings to fill in
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000452 * @netdev: network interface device structure
Alan Brady1c142e12017-10-05 14:53:31 -0700453 * @pf: pointer to physical function struct
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000454 **/
Catherine Sullivane8278452015-02-06 08:52:08 +0000455static void i40e_get_settings_link_up(struct i40e_hw *hw,
Alan Brady1c142e12017-10-05 14:53:31 -0700456 struct ethtool_link_ksettings *ks,
Catherine Sullivan3b6c2172015-09-03 17:18:52 -0400457 struct net_device *netdev,
458 struct i40e_pf *pf)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000459{
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000460 struct i40e_link_status *hw_link_info = &hw->phy.link_info;
Alan Brady1eaae512017-10-05 14:53:41 -0700461 struct ethtool_link_ksettings cap_ksettings;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000462 u32 link_speed = hw_link_info->link_speed;
463
Catherine Sullivane8278452015-02-06 08:52:08 +0000464 /* Initialize supported and advertised settings based on phy settings */
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000465 switch (hw_link_info->phy_type) {
466 case I40E_PHY_TYPE_40GBASE_CR4:
467 case I40E_PHY_TYPE_40GBASE_CR4_CU:
Alan Brady79f04a32017-10-05 14:53:42 -0700468 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
469 ethtool_link_ksettings_add_link_mode(ks, supported,
470 40000baseCR4_Full);
471 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
472 ethtool_link_ksettings_add_link_mode(ks, advertising,
473 40000baseCR4_Full);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000474 break;
Catherine Sullivane8278452015-02-06 08:52:08 +0000475 case I40E_PHY_TYPE_XLAUI:
476 case I40E_PHY_TYPE_XLPPI:
Catherine Sullivan180204c2015-02-26 16:14:58 +0000477 case I40E_PHY_TYPE_40GBASE_AOC:
Alan Brady79f04a32017-10-05 14:53:42 -0700478 ethtool_link_ksettings_add_link_mode(ks, supported,
479 40000baseCR4_Full);
Catherine Sullivane8278452015-02-06 08:52:08 +0000480 break;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000481 case I40E_PHY_TYPE_40GBASE_SR4:
Alan Brady79f04a32017-10-05 14:53:42 -0700482 ethtool_link_ksettings_add_link_mode(ks, supported,
483 40000baseSR4_Full);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000484 break;
485 case I40E_PHY_TYPE_40GBASE_LR4:
Alan Brady79f04a32017-10-05 14:53:42 -0700486 ethtool_link_ksettings_add_link_mode(ks, supported,
487 40000baseLR4_Full);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000488 break;
Alan Brady79f04a32017-10-05 14:53:42 -0700489 case I40E_PHY_TYPE_25GBASE_SR:
490 case I40E_PHY_TYPE_25GBASE_LR:
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000491 case I40E_PHY_TYPE_10GBASE_SR:
492 case I40E_PHY_TYPE_10GBASE_LR:
Catherine Sullivan124ed152014-07-12 07:28:12 +0000493 case I40E_PHY_TYPE_1000BASE_SX:
494 case I40E_PHY_TYPE_1000BASE_LX:
Alan Brady79f04a32017-10-05 14:53:42 -0700495 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
496 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
497 ethtool_link_ksettings_add_link_mode(ks, supported,
498 25000baseSR_Full);
499 ethtool_link_ksettings_add_link_mode(ks, advertising,
500 25000baseSR_Full);
501 ethtool_link_ksettings_add_link_mode(ks, supported,
502 10000baseSR_Full);
503 ethtool_link_ksettings_add_link_mode(ks, advertising,
504 10000baseSR_Full);
505 ethtool_link_ksettings_add_link_mode(ks, supported,
506 10000baseLR_Full);
507 ethtool_link_ksettings_add_link_mode(ks, advertising,
508 10000baseLR_Full);
509 ethtool_link_ksettings_add_link_mode(ks, supported,
510 1000baseX_Full);
511 ethtool_link_ksettings_add_link_mode(ks, advertising,
512 1000baseX_Full);
513 ethtool_link_ksettings_add_link_mode(ks, supported,
514 10000baseT_Full);
Catherine Sullivan0a862b42015-08-31 19:54:53 -0400515 if (hw_link_info->module_type[2] &
516 I40E_MODULE_TYPE_1000BASE_SX ||
517 hw_link_info->module_type[2] &
518 I40E_MODULE_TYPE_1000BASE_LX) {
Alan Brady79f04a32017-10-05 14:53:42 -0700519 ethtool_link_ksettings_add_link_mode(ks, supported,
520 1000baseT_Full);
Catherine Sullivan0a862b42015-08-31 19:54:53 -0400521 if (hw_link_info->requested_speeds &
522 I40E_LINK_SPEED_1GB)
Alan Brady79f04a32017-10-05 14:53:42 -0700523 ethtool_link_ksettings_add_link_mode(
524 ks, advertising, 1000baseT_Full);
Catherine Sullivan0a862b42015-08-31 19:54:53 -0400525 }
Catherine Sullivane8278452015-02-06 08:52:08 +0000526 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
Alan Brady79f04a32017-10-05 14:53:42 -0700527 ethtool_link_ksettings_add_link_mode(ks, advertising,
528 10000baseT_Full);
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000529 break;
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000530 case I40E_PHY_TYPE_10GBASE_T:
Catherine Sullivane8278452015-02-06 08:52:08 +0000531 case I40E_PHY_TYPE_1000BASE_T:
Catherine Sullivan06566e52016-05-03 15:13:14 -0700532 case I40E_PHY_TYPE_100BASE_TX:
Alan Brady79f04a32017-10-05 14:53:42 -0700533 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
534 ethtool_link_ksettings_add_link_mode(ks, supported,
535 10000baseT_Full);
536 ethtool_link_ksettings_add_link_mode(ks, supported,
537 1000baseT_Full);
538 ethtool_link_ksettings_add_link_mode(ks, supported,
539 100baseT_Full);
540 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
Catherine Sullivane8278452015-02-06 08:52:08 +0000541 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
Alan Brady79f04a32017-10-05 14:53:42 -0700542 ethtool_link_ksettings_add_link_mode(ks, advertising,
543 10000baseT_Full);
Catherine Sullivane8278452015-02-06 08:52:08 +0000544 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB)
Alan Brady79f04a32017-10-05 14:53:42 -0700545 ethtool_link_ksettings_add_link_mode(ks, advertising,
546 1000baseT_Full);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700547 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_100MB)
Alan Brady79f04a32017-10-05 14:53:42 -0700548 ethtool_link_ksettings_add_link_mode(ks, advertising,
549 100baseT_Full);
Catherine Sullivan3b6c2172015-09-03 17:18:52 -0400550 break;
Catherine Sullivan48becae2015-09-28 14:12:41 -0400551 case I40E_PHY_TYPE_1000BASE_T_OPTICAL:
Alan Brady79f04a32017-10-05 14:53:42 -0700552 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
553 ethtool_link_ksettings_add_link_mode(ks, supported,
554 1000baseT_Full);
555 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
556 ethtool_link_ksettings_add_link_mode(ks, advertising,
557 1000baseT_Full);
Catherine Sullivan48becae2015-09-28 14:12:41 -0400558 break;
Catherine Sullivane8278452015-02-06 08:52:08 +0000559 case I40E_PHY_TYPE_10GBASE_CR1_CU:
560 case I40E_PHY_TYPE_10GBASE_CR1:
Alan Brady79f04a32017-10-05 14:53:42 -0700561 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
562 ethtool_link_ksettings_add_link_mode(ks, supported,
563 10000baseT_Full);
564 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
565 ethtool_link_ksettings_add_link_mode(ks, advertising,
566 10000baseT_Full);
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000567 break;
568 case I40E_PHY_TYPE_XAUI:
569 case I40E_PHY_TYPE_XFI:
570 case I40E_PHY_TYPE_SFI:
571 case I40E_PHY_TYPE_10GBASE_SFPP_CU:
Catherine Sullivan180204c2015-02-26 16:14:58 +0000572 case I40E_PHY_TYPE_10GBASE_AOC:
Alan Brady79f04a32017-10-05 14:53:42 -0700573 ethtool_link_ksettings_add_link_mode(ks, supported,
574 10000baseT_Full);
575 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_10GB)
576 ethtool_link_ksettings_add_link_mode(ks, advertising,
577 10000baseT_Full);
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000578 break;
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000579 case I40E_PHY_TYPE_SGMII:
Alan Brady79f04a32017-10-05 14:53:42 -0700580 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
581 ethtool_link_ksettings_add_link_mode(ks, supported,
582 1000baseT_Full);
Catherine Sullivane8278452015-02-06 08:52:08 +0000583 if (hw_link_info->requested_speeds & I40E_LINK_SPEED_1GB)
Alan Brady79f04a32017-10-05 14:53:42 -0700584 ethtool_link_ksettings_add_link_mode(ks, advertising,
585 1000baseT_Full);
Jacob Kellerd36e41d2017-06-23 04:24:46 -0400586 if (pf->hw_features & I40E_HW_100M_SGMII_CAPABLE) {
Alan Brady79f04a32017-10-05 14:53:42 -0700587 ethtool_link_ksettings_add_link_mode(ks, supported,
588 100baseT_Full);
Catherine Sullivan3b6c2172015-09-03 17:18:52 -0400589 if (hw_link_info->requested_speeds &
590 I40E_LINK_SPEED_100MB)
Alan Brady79f04a32017-10-05 14:53:42 -0700591 ethtool_link_ksettings_add_link_mode(
592 ks, advertising, 100baseT_Full);
Catherine Sullivan3b6c2172015-09-03 17:18:52 -0400593 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000594 break;
Catherine Sullivanfc72dbc2015-09-01 11:36:30 -0400595 case I40E_PHY_TYPE_40GBASE_KR4:
Alan Brady79f04a32017-10-05 14:53:42 -0700596 case I40E_PHY_TYPE_25GBASE_KR:
Catherine Sullivanfc72dbc2015-09-01 11:36:30 -0400597 case I40E_PHY_TYPE_20GBASE_KR2:
598 case I40E_PHY_TYPE_10GBASE_KR:
599 case I40E_PHY_TYPE_10GBASE_KX4:
600 case I40E_PHY_TYPE_1000BASE_KX:
Alan Brady79f04a32017-10-05 14:53:42 -0700601 ethtool_link_ksettings_add_link_mode(ks, supported,
602 40000baseKR4_Full);
603 ethtool_link_ksettings_add_link_mode(ks, supported,
604 25000baseKR_Full);
605 ethtool_link_ksettings_add_link_mode(ks, supported,
606 20000baseKR2_Full);
607 ethtool_link_ksettings_add_link_mode(ks, supported,
608 10000baseKR_Full);
609 ethtool_link_ksettings_add_link_mode(ks, supported,
610 10000baseKX4_Full);
611 ethtool_link_ksettings_add_link_mode(ks, supported,
612 1000baseKX_Full);
613 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
614 ethtool_link_ksettings_add_link_mode(ks, advertising,
615 40000baseKR4_Full);
616 ethtool_link_ksettings_add_link_mode(ks, advertising,
617 25000baseKR_Full);
618 ethtool_link_ksettings_add_link_mode(ks, advertising,
619 20000baseKR2_Full);
620 ethtool_link_ksettings_add_link_mode(ks, advertising,
621 10000baseKR_Full);
622 ethtool_link_ksettings_add_link_mode(ks, advertising,
623 10000baseKX4_Full);
624 ethtool_link_ksettings_add_link_mode(ks, advertising,
625 1000baseKX_Full);
626 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
Catherine Sullivanfc72dbc2015-09-01 11:36:30 -0400627 break;
Carolyn Wyborny31232372016-11-21 13:03:48 -0800628 case I40E_PHY_TYPE_25GBASE_CR:
Alan Brady79f04a32017-10-05 14:53:42 -0700629 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
630 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
631 ethtool_link_ksettings_add_link_mode(ks, supported,
632 25000baseCR_Full);
633 ethtool_link_ksettings_add_link_mode(ks, advertising,
634 25000baseCR_Full);
635 break;
Sudheer Mogilappagari211b4c12017-10-05 14:53:39 -0700636 case I40E_PHY_TYPE_25GBASE_AOC:
637 case I40E_PHY_TYPE_25GBASE_ACC:
Alan Brady79f04a32017-10-05 14:53:42 -0700638 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
639 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
640 ethtool_link_ksettings_add_link_mode(ks, supported,
641 25000baseCR_Full);
642
643 ethtool_link_ksettings_add_link_mode(ks, advertising,
644 25000baseCR_Full);
645 ethtool_link_ksettings_add_link_mode(ks, supported,
646 10000baseCR_Full);
647 ethtool_link_ksettings_add_link_mode(ks, advertising,
648 10000baseCR_Full);
Carolyn Wyborny31232372016-11-21 13:03:48 -0800649 break;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000650 default:
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000651 /* if we got here and link is up something bad is afoot */
Alan Bradya03af692017-10-05 14:53:37 -0700652 netdev_info(netdev,
653 "WARNING: Link is up but PHY type 0x%x is not recognized.\n",
Catherine Sullivan124ed152014-07-12 07:28:12 +0000654 hw_link_info->phy_type);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000655 }
656
Catherine Sullivan06566e52016-05-03 15:13:14 -0700657 /* Now that we've worked out everything that could be supported by the
Alan Brady91a5c442017-10-05 14:53:36 -0700658 * current PHY type, get what is supported by the NVM and intersect
659 * them to get what is truly supported
Catherine Sullivan06566e52016-05-03 15:13:14 -0700660 */
Alan Brady1eaae512017-10-05 14:53:41 -0700661 memset(&cap_ksettings, 0, sizeof(struct ethtool_link_ksettings));
662 i40e_phy_type_to_ethtool(pf, &cap_ksettings);
663 ethtool_intersect_link_masks(ks, &cap_ksettings);
Catherine Sullivan06566e52016-05-03 15:13:14 -0700664
Catherine Sullivane8278452015-02-06 08:52:08 +0000665 /* Set speed and duplex */
666 switch (link_speed) {
667 case I40E_LINK_SPEED_40GB:
Alan Brady1c142e12017-10-05 14:53:31 -0700668 ks->base.speed = SPEED_40000;
Catherine Sullivane8278452015-02-06 08:52:08 +0000669 break;
Carolyn Wyborny31232372016-11-21 13:03:48 -0800670 case I40E_LINK_SPEED_25GB:
Alan Brady1c142e12017-10-05 14:53:31 -0700671 ks->base.speed = SPEED_25000;
Carolyn Wyborny31232372016-11-21 13:03:48 -0800672 break;
Jesse Brandeburgae24b402015-03-27 00:12:09 -0700673 case I40E_LINK_SPEED_20GB:
Alan Brady1c142e12017-10-05 14:53:31 -0700674 ks->base.speed = SPEED_20000;
Jesse Brandeburgae24b402015-03-27 00:12:09 -0700675 break;
Catherine Sullivane8278452015-02-06 08:52:08 +0000676 case I40E_LINK_SPEED_10GB:
Alan Brady1c142e12017-10-05 14:53:31 -0700677 ks->base.speed = SPEED_10000;
Catherine Sullivane8278452015-02-06 08:52:08 +0000678 break;
679 case I40E_LINK_SPEED_1GB:
Alan Brady1c142e12017-10-05 14:53:31 -0700680 ks->base.speed = SPEED_1000;
Catherine Sullivane8278452015-02-06 08:52:08 +0000681 break;
682 case I40E_LINK_SPEED_100MB:
Alan Brady1c142e12017-10-05 14:53:31 -0700683 ks->base.speed = SPEED_100;
Catherine Sullivane8278452015-02-06 08:52:08 +0000684 break;
685 default:
686 break;
687 }
Alan Brady1c142e12017-10-05 14:53:31 -0700688 ks->base.duplex = DUPLEX_FULL;
Catherine Sullivane8278452015-02-06 08:52:08 +0000689}
690
691/**
692 * i40e_get_settings_link_down - Get the Link settings for when link is down
693 * @hw: hw structure
Alan Brady1c142e12017-10-05 14:53:31 -0700694 * @ks: ethtool ksettings to fill in
695 * @pf: pointer to physical function struct
Catherine Sullivane8278452015-02-06 08:52:08 +0000696 *
697 * Reports link settings that can be determined when link is down
698 **/
699static void i40e_get_settings_link_down(struct i40e_hw *hw,
Alan Brady1c142e12017-10-05 14:53:31 -0700700 struct ethtool_link_ksettings *ks,
Catherine Sullivan3b6c2172015-09-03 17:18:52 -0400701 struct i40e_pf *pf)
Catherine Sullivane8278452015-02-06 08:52:08 +0000702{
Catherine Sullivane8278452015-02-06 08:52:08 +0000703 /* link is down and the driver needs to fall back on
Catherine Sullivanfc72dbc2015-09-01 11:36:30 -0400704 * supported phy types to figure out what info to display
Catherine Sullivane8278452015-02-06 08:52:08 +0000705 */
Alan Brady1eaae512017-10-05 14:53:41 -0700706 i40e_phy_type_to_ethtool(pf, ks);
Catherine Sullivane8278452015-02-06 08:52:08 +0000707
708 /* With no link speed and duplex are unknown */
Alan Brady1c142e12017-10-05 14:53:31 -0700709 ks->base.speed = SPEED_UNKNOWN;
710 ks->base.duplex = DUPLEX_UNKNOWN;
Catherine Sullivane8278452015-02-06 08:52:08 +0000711}
712
713/**
Alan Brady1c142e12017-10-05 14:53:31 -0700714 * i40e_get_link_ksettings - Get Link Speed and Duplex settings
Catherine Sullivane8278452015-02-06 08:52:08 +0000715 * @netdev: network interface device structure
Alan Brady1c142e12017-10-05 14:53:31 -0700716 * @ks: ethtool ksettings
Catherine Sullivane8278452015-02-06 08:52:08 +0000717 *
718 * Reports speed/duplex settings based on media_type
719 **/
Philippe Reynesa7f90942017-02-04 22:05:06 +0100720static int i40e_get_link_ksettings(struct net_device *netdev,
Alan Brady1c142e12017-10-05 14:53:31 -0700721 struct ethtool_link_ksettings *ks)
Catherine Sullivane8278452015-02-06 08:52:08 +0000722{
723 struct i40e_netdev_priv *np = netdev_priv(netdev);
724 struct i40e_pf *pf = np->vsi->back;
725 struct i40e_hw *hw = &pf->hw;
726 struct i40e_link_status *hw_link_info = &hw->phy.link_info;
727 bool link_up = hw_link_info->link_info & I40E_AQ_LINK_UP;
Alan Brady5f434992017-10-05 14:53:34 -0700728
729 ethtool_link_ksettings_zero_link_mode(ks, supported);
730 ethtool_link_ksettings_zero_link_mode(ks, advertising);
Catherine Sullivane8278452015-02-06 08:52:08 +0000731
732 if (link_up)
Alan Brady1c142e12017-10-05 14:53:31 -0700733 i40e_get_settings_link_up(hw, ks, netdev, pf);
Catherine Sullivane8278452015-02-06 08:52:08 +0000734 else
Alan Brady1c142e12017-10-05 14:53:31 -0700735 i40e_get_settings_link_down(hw, ks, pf);
Catherine Sullivane8278452015-02-06 08:52:08 +0000736
737 /* Now set the settings that don't rely on link being up/down */
Catherine Sullivane8278452015-02-06 08:52:08 +0000738 /* Set autoneg settings */
Alan Brady1c142e12017-10-05 14:53:31 -0700739 ks->base.autoneg = ((hw_link_info->an_info & I40E_AQ_AN_COMPLETED) ?
740 AUTONEG_ENABLE : AUTONEG_DISABLE);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000741
Alan Bradya03af692017-10-05 14:53:37 -0700742 /* Set media type settings */
Jesse Brandeburgc9a3d472013-11-26 10:49:10 +0000743 switch (hw->phy.media_type) {
744 case I40E_MEDIA_TYPE_BACKPLANE:
Alan Bradya03af692017-10-05 14:53:37 -0700745 ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
746 ethtool_link_ksettings_add_link_mode(ks, supported, Backplane);
747 ethtool_link_ksettings_add_link_mode(ks, advertising, Autoneg);
Alan Brady1c142e12017-10-05 14:53:31 -0700748 ethtool_link_ksettings_add_link_mode(ks, advertising,
Philippe Reynesa7f90942017-02-04 22:05:06 +0100749 Backplane);
Alan Brady1c142e12017-10-05 14:53:31 -0700750 ks->base.port = PORT_NONE;
Jesse Brandeburgc9a3d472013-11-26 10:49:10 +0000751 break;
752 case I40E_MEDIA_TYPE_BASET:
Alan Brady1c142e12017-10-05 14:53:31 -0700753 ethtool_link_ksettings_add_link_mode(ks, supported, TP);
754 ethtool_link_ksettings_add_link_mode(ks, advertising, TP);
755 ks->base.port = PORT_TP;
Jesse Brandeburgc9a3d472013-11-26 10:49:10 +0000756 break;
757 case I40E_MEDIA_TYPE_DA:
758 case I40E_MEDIA_TYPE_CX4:
Alan Brady1c142e12017-10-05 14:53:31 -0700759 ethtool_link_ksettings_add_link_mode(ks, supported, FIBRE);
760 ethtool_link_ksettings_add_link_mode(ks, advertising, FIBRE);
761 ks->base.port = PORT_DA;
Jesse Brandeburgc9a3d472013-11-26 10:49:10 +0000762 break;
763 case I40E_MEDIA_TYPE_FIBER:
Alan Brady1c142e12017-10-05 14:53:31 -0700764 ethtool_link_ksettings_add_link_mode(ks, supported, FIBRE);
765 ks->base.port = PORT_FIBRE;
Jesse Brandeburgc9a3d472013-11-26 10:49:10 +0000766 break;
767 case I40E_MEDIA_TYPE_UNKNOWN:
768 default:
Alan Brady1c142e12017-10-05 14:53:31 -0700769 ks->base.port = PORT_OTHER;
Jesse Brandeburgc9a3d472013-11-26 10:49:10 +0000770 break;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000771 }
772
Catherine Sullivane8278452015-02-06 08:52:08 +0000773 /* Set flow control settings */
Alan Brady1c142e12017-10-05 14:53:31 -0700774 ethtool_link_ksettings_add_link_mode(ks, supported, Pause);
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000775
Catherine Sullivane8278452015-02-06 08:52:08 +0000776 switch (hw->fc.requested_mode) {
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000777 case I40E_FC_FULL:
Alan Bradya03af692017-10-05 14:53:37 -0700778 ethtool_link_ksettings_add_link_mode(ks, advertising, Pause);
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000779 break;
780 case I40E_FC_TX_PAUSE:
Alan Brady1c142e12017-10-05 14:53:31 -0700781 ethtool_link_ksettings_add_link_mode(ks, advertising,
Philippe Reynesa7f90942017-02-04 22:05:06 +0100782 Asym_Pause);
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000783 break;
784 case I40E_FC_RX_PAUSE:
Alan Bradya03af692017-10-05 14:53:37 -0700785 ethtool_link_ksettings_add_link_mode(ks, advertising, Pause);
Alan Brady1c142e12017-10-05 14:53:31 -0700786 ethtool_link_ksettings_add_link_mode(ks, advertising,
Philippe Reynesa7f90942017-02-04 22:05:06 +0100787 Asym_Pause);
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000788 break;
789 default:
Alan Brady5f434992017-10-05 14:53:34 -0700790 ethtool_link_ksettings_del_link_mode(ks, advertising, Pause);
791 ethtool_link_ksettings_del_link_mode(ks, advertising,
792 Asym_Pause);
Jesse Brandeburg4e91bcd2014-06-04 08:45:23 +0000793 break;
794 }
795
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +0000796 return 0;
797}
798
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000799/**
Alan Brady1c142e12017-10-05 14:53:31 -0700800 * i40e_set_link_ksettings - Set Speed and Duplex
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000801 * @netdev: network interface device structure
Alan Brady1c142e12017-10-05 14:53:31 -0700802 * @ks: ethtool ksettings
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000803 *
804 * Set speed/duplex per media_types advertised/forced
805 **/
Philippe Reynesa7f90942017-02-04 22:05:06 +0100806static int i40e_set_link_ksettings(struct net_device *netdev,
Alan Brady1c142e12017-10-05 14:53:31 -0700807 const struct ethtool_link_ksettings *ks)
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000808{
809 struct i40e_netdev_priv *np = netdev_priv(netdev);
810 struct i40e_aq_get_phy_abilities_resp abilities;
Alan Brady636b62d2017-10-05 14:53:43 -0700811 struct ethtool_link_ksettings safe_ks;
812 struct ethtool_link_ksettings copy_ks;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000813 struct i40e_aq_set_phy_config config;
814 struct i40e_pf *pf = np->vsi->back;
815 struct i40e_vsi *vsi = np->vsi;
816 struct i40e_hw *hw = &pf->hw;
Alan Brady636b62d2017-10-05 14:53:43 -0700817 bool autoneg_changed = false;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000818 i40e_status status = 0;
Jacob Kellere8d2f4c2017-04-13 04:45:48 -0400819 int timeout = 50;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000820 int err = 0;
Alan Bradycee91992017-10-05 14:53:44 -0700821 u8 autoneg;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000822
Shannon Nelsonf0d8c732014-12-11 07:06:32 +0000823 /* Changing port settings is not supported if this isn't the
824 * port's controlling PF
825 */
826 if (hw->partition_id != 1) {
827 i40e_partition_setting_complaint(pf);
828 return -EOPNOTSUPP;
829 }
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000830 if (vsi != pf->vsi[pf->lan_vsi])
831 return -EOPNOTSUPP;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000832 if (hw->phy.media_type != I40E_MEDIA_TYPE_BASET &&
833 hw->phy.media_type != I40E_MEDIA_TYPE_FIBER &&
Catherine Sullivanc57e9f12014-07-12 07:28:13 +0000834 hw->phy.media_type != I40E_MEDIA_TYPE_BACKPLANE &&
Serey Kong65362272016-05-16 10:26:39 -0700835 hw->phy.media_type != I40E_MEDIA_TYPE_DA &&
Catherine Sullivanc57e9f12014-07-12 07:28:13 +0000836 hw->phy.link_info.link_info & I40E_AQ_LINK_UP)
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000837 return -EOPNOTSUPP;
Catherine Sullivanfc72dbc2015-09-01 11:36:30 -0400838 if (hw->device_id == I40E_DEV_ID_KX_B ||
839 hw->device_id == I40E_DEV_ID_KX_C ||
840 hw->device_id == I40E_DEV_ID_20G_KR2 ||
Patryk Małek88244a42018-03-19 09:28:03 -0700841 hw->device_id == I40E_DEV_ID_20G_KR2_A ||
Patryk Małek3f8c84372018-03-19 09:28:04 -0700842 hw->device_id == I40E_DEV_ID_25G_B ||
Patryk Małek88244a42018-03-19 09:28:03 -0700843 hw->device_id == I40E_DEV_ID_KX_X722) {
Catherine Sullivanfc72dbc2015-09-01 11:36:30 -0400844 netdev_info(netdev, "Changing settings is not supported on backplane.\n");
845 return -EOPNOTSUPP;
846 }
847
Alan Brady1c142e12017-10-05 14:53:31 -0700848 /* copy the ksettings to copy_ks to avoid modifying the origin */
849 memcpy(&copy_ks, ks, sizeof(struct ethtool_link_ksettings));
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000850
Alan Bradycee91992017-10-05 14:53:44 -0700851 /* save autoneg out of ksettings */
852 autoneg = copy_ks.base.autoneg;
853
Philippe Reynesa7f90942017-02-04 22:05:06 +0100854 /* get our own copy of the bits to check against */
Alan Brady1c142e12017-10-05 14:53:31 -0700855 memset(&safe_ks, 0, sizeof(struct ethtool_link_ksettings));
Alan Bradycee91992017-10-05 14:53:44 -0700856 safe_ks.base.cmd = copy_ks.base.cmd;
857 safe_ks.base.link_mode_masks_nwords =
858 copy_ks.base.link_mode_masks_nwords;
Alan Brady1c142e12017-10-05 14:53:31 -0700859 i40e_get_link_ksettings(netdev, &safe_ks);
Philippe Reynesa7f90942017-02-04 22:05:06 +0100860
Jan Sokolowski32c23b42018-03-19 09:28:03 -0700861 /* Get link modes supported by hardware and check against modes
862 * requested by the user. Return an error if unsupported mode was set.
863 */
864 if (!bitmap_subset(copy_ks.link_modes.advertising,
865 safe_ks.link_modes.supported,
866 __ETHTOOL_LINK_MODE_MASK_NBITS))
867 return -EINVAL;
868
Alan Bradycee91992017-10-05 14:53:44 -0700869 /* set autoneg back to what it currently is */
Alan Brady1c142e12017-10-05 14:53:31 -0700870 copy_ks.base.autoneg = safe_ks.base.autoneg;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000871
Alan Bradycee91992017-10-05 14:53:44 -0700872 /* If copy_ks.base and safe_ks.base are not the same now, then they are
873 * trying to set something that we do not support.
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000874 */
Alan Bradycee91992017-10-05 14:53:44 -0700875 if (memcmp(&copy_ks.base, &safe_ks.base,
876 sizeof(struct ethtool_link_settings)))
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000877 return -EOPNOTSUPP;
878
Jacob Keller0da36b92017-04-19 09:25:55 -0400879 while (test_and_set_bit(__I40E_CONFIG_BUSY, pf->state)) {
Jacob Kellere8d2f4c2017-04-13 04:45:48 -0400880 timeout--;
881 if (!timeout)
882 return -EBUSY;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000883 usleep_range(1000, 2000);
Jacob Kellere8d2f4c2017-04-13 04:45:48 -0400884 }
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000885
886 /* Get the current phy config */
887 status = i40e_aq_get_phy_capabilities(hw, false, false, &abilities,
888 NULL);
Jacob Kellere8d2f4c2017-04-13 04:45:48 -0400889 if (status) {
890 err = -EAGAIN;
891 goto done;
892 }
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000893
Catherine Sullivan124ed152014-07-12 07:28:12 +0000894 /* Copy abilities to config in case autoneg is not
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000895 * set below
896 */
897 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config));
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000898 config.abilities = abilities.abilities;
899
900 /* Check autoneg */
901 if (autoneg == AUTONEG_ENABLE) {
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000902 /* If autoneg was not already enabled */
903 if (!(hw->phy.link_info.an_info & I40E_AQ_AN_COMPLETED)) {
Catherine Sullivan3ce12ee2015-09-28 14:16:58 -0400904 /* If autoneg is not supported, return error */
Alan Brady1c142e12017-10-05 14:53:31 -0700905 if (!ethtool_link_ksettings_test_link_mode(&safe_ks,
906 supported,
907 Autoneg)) {
Catherine Sullivan3ce12ee2015-09-28 14:16:58 -0400908 netdev_info(netdev, "Autoneg not supported on this phy\n");
Jacob Kellere8d2f4c2017-04-13 04:45:48 -0400909 err = -EINVAL;
910 goto done;
Catherine Sullivan3ce12ee2015-09-28 14:16:58 -0400911 }
912 /* Autoneg is allowed to change */
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000913 config.abilities = abilities.abilities |
914 I40E_AQ_PHY_ENABLE_AN;
Alan Brady636b62d2017-10-05 14:53:43 -0700915 autoneg_changed = true;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000916 }
917 } else {
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000918 /* If autoneg is currently enabled */
919 if (hw->phy.link_info.an_info & I40E_AQ_AN_COMPLETED) {
Catherine Sullivan3ce12ee2015-09-28 14:16:58 -0400920 /* If autoneg is supported 10GBASE_T is the only PHY
921 * that can disable it, so otherwise return error
922 */
Alan Brady1c142e12017-10-05 14:53:31 -0700923 if (ethtool_link_ksettings_test_link_mode(&safe_ks,
924 supported,
925 Autoneg) &&
Catherine Sullivan3ce12ee2015-09-28 14:16:58 -0400926 hw->phy.link_info.phy_type !=
927 I40E_PHY_TYPE_10GBASE_T) {
928 netdev_info(netdev, "Autoneg cannot be disabled on this phy\n");
Jacob Kellere8d2f4c2017-04-13 04:45:48 -0400929 err = -EINVAL;
930 goto done;
Catherine Sullivan3ce12ee2015-09-28 14:16:58 -0400931 }
932 /* Autoneg is allowed to change */
Mitch Williams5960d332014-09-13 07:40:47 +0000933 config.abilities = abilities.abilities &
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000934 ~I40E_AQ_PHY_ENABLE_AN;
Alan Brady636b62d2017-10-05 14:53:43 -0700935 autoneg_changed = true;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000936 }
937 }
938
Alan Bradycee91992017-10-05 14:53:44 -0700939 if (ethtool_link_ksettings_test_link_mode(ks, advertising,
940 100baseT_Full))
Catherine Sullivan124ed152014-07-12 07:28:12 +0000941 config.link_speed |= I40E_LINK_SPEED_100MB;
Alan Bradycee91992017-10-05 14:53:44 -0700942 if (ethtool_link_ksettings_test_link_mode(ks, advertising,
943 1000baseT_Full) ||
944 ethtool_link_ksettings_test_link_mode(ks, advertising,
945 1000baseX_Full) ||
946 ethtool_link_ksettings_test_link_mode(ks, advertising,
947 1000baseKX_Full))
Catherine Sullivan124ed152014-07-12 07:28:12 +0000948 config.link_speed |= I40E_LINK_SPEED_1GB;
Alan Bradycee91992017-10-05 14:53:44 -0700949 if (ethtool_link_ksettings_test_link_mode(ks, advertising,
950 10000baseT_Full) ||
951 ethtool_link_ksettings_test_link_mode(ks, advertising,
952 10000baseKX4_Full) ||
953 ethtool_link_ksettings_test_link_mode(ks, advertising,
954 10000baseKR_Full) ||
955 ethtool_link_ksettings_test_link_mode(ks, advertising,
956 10000baseCR_Full) ||
957 ethtool_link_ksettings_test_link_mode(ks, advertising,
Jakub Pawlak6ee4d322018-04-20 01:41:35 -0700958 10000baseSR_Full) ||
959 ethtool_link_ksettings_test_link_mode(ks, advertising,
960 10000baseLR_Full))
Catherine Sullivan124ed152014-07-12 07:28:12 +0000961 config.link_speed |= I40E_LINK_SPEED_10GB;
Alan Bradycee91992017-10-05 14:53:44 -0700962 if (ethtool_link_ksettings_test_link_mode(ks, advertising,
963 20000baseKR2_Full))
Jesse Brandeburgae24b402015-03-27 00:12:09 -0700964 config.link_speed |= I40E_LINK_SPEED_20GB;
Alan Bradycee91992017-10-05 14:53:44 -0700965 if (ethtool_link_ksettings_test_link_mode(ks, advertising,
966 25000baseCR_Full) ||
967 ethtool_link_ksettings_test_link_mode(ks, advertising,
968 25000baseKR_Full) ||
969 ethtool_link_ksettings_test_link_mode(ks, advertising,
970 25000baseSR_Full))
971 config.link_speed |= I40E_LINK_SPEED_25GB;
972 if (ethtool_link_ksettings_test_link_mode(ks, advertising,
973 40000baseKR4_Full) ||
974 ethtool_link_ksettings_test_link_mode(ks, advertising,
975 40000baseCR4_Full) ||
976 ethtool_link_ksettings_test_link_mode(ks, advertising,
977 40000baseSR4_Full) ||
978 ethtool_link_ksettings_test_link_mode(ks, advertising,
979 40000baseLR4_Full))
Catherine Sullivan124ed152014-07-12 07:28:12 +0000980 config.link_speed |= I40E_LINK_SPEED_40GB;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000981
Catherine Sullivan0002e112015-08-26 15:14:16 -0400982 /* If speed didn't get set, set it to what it currently is.
983 * This is needed because if advertise is 0 (as it is when autoneg
984 * is disabled) then speed won't get set.
985 */
986 if (!config.link_speed)
987 config.link_speed = abilities.link_speed;
Alan Brady636b62d2017-10-05 14:53:43 -0700988 if (autoneg_changed || abilities.link_speed != config.link_speed) {
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000989 /* copy over the rest of the abilities */
990 config.phy_type = abilities.phy_type;
Henry Tiemanb7eaf8f2016-12-02 12:33:01 -0800991 config.phy_type_ext = abilities.phy_type_ext;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000992 config.eee_capability = abilities.eee_capability;
993 config.eeer = abilities.eeer_val;
994 config.low_power_ctrl = abilities.d3_lpan;
Henry Tiemanb7eaf8f2016-12-02 12:33:01 -0800995 config.fec_config = abilities.fec_cfg_curr_mod_ext_info &
996 I40E_AQ_PHY_FEC_CONFIG_MASK;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +0000997
Catherine Sullivane8278452015-02-06 08:52:08 +0000998 /* save the requested speeds */
999 hw->phy.link_info.requested_speeds = config.link_speed;
Catherine Sullivan94128512014-07-12 07:28:16 +00001000 /* set link and auto negotiation so changes take effect */
1001 config.abilities |= I40E_AQ_PHY_ENABLE_ATOMIC_LINK;
1002 /* If link is up put link down */
1003 if (hw->phy.link_info.link_info & I40E_AQ_LINK_UP) {
1004 /* Tell the OS link is going down, the link will go
1005 * back up when fw says it is ready asynchronously
1006 */
Matt Jaredc156f852015-08-27 11:42:39 -04001007 i40e_print_link_message(vsi, false);
Catherine Sullivan94128512014-07-12 07:28:16 +00001008 netif_carrier_off(netdev);
1009 netif_tx_stop_all_queues(netdev);
1010 }
Catherine Sullivanbf9c7142014-06-04 08:45:28 +00001011
1012 /* make the aq call */
1013 status = i40e_aq_set_phy_config(hw, &config, NULL);
1014 if (status) {
Alan Bradya03af692017-10-05 14:53:37 -07001015 netdev_info(netdev,
1016 "Set phy config failed, err %s aq_err %s\n",
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04001017 i40e_stat_str(hw, status),
1018 i40e_aq_str(hw, hw->aq.asq_last_status));
Jacob Kellere8d2f4c2017-04-13 04:45:48 -04001019 err = -EAGAIN;
1020 goto done;
Catherine Sullivanbf9c7142014-06-04 08:45:28 +00001021 }
1022
Catherine Sullivan0a862b42015-08-31 19:54:53 -04001023 status = i40e_update_link_info(hw);
Catherine Sullivanbf9c7142014-06-04 08:45:28 +00001024 if (status)
Alan Bradya03af692017-10-05 14:53:37 -07001025 netdev_dbg(netdev,
1026 "Updating link info failed with err %s aq_err %s\n",
Catherine Sullivan52e96892015-09-28 14:16:59 -04001027 i40e_stat_str(hw, status),
1028 i40e_aq_str(hw, hw->aq.asq_last_status));
Catherine Sullivanbf9c7142014-06-04 08:45:28 +00001029
1030 } else {
1031 netdev_info(netdev, "Nothing changed, exiting without setting anything.\n");
1032 }
1033
Jacob Kellere8d2f4c2017-04-13 04:45:48 -04001034done:
Jacob Keller0da36b92017-04-19 09:25:55 -04001035 clear_bit(__I40E_CONFIG_BUSY, pf->state);
Jacob Kellere8d2f4c2017-04-13 04:45:48 -04001036
Catherine Sullivanbf9c7142014-06-04 08:45:28 +00001037 return err;
1038}
1039
Jesse Brandeburga6599722014-06-04 08:45:25 +00001040static int i40e_nway_reset(struct net_device *netdev)
1041{
1042 /* restart autonegotiation */
1043 struct i40e_netdev_priv *np = netdev_priv(netdev);
1044 struct i40e_pf *pf = np->vsi->back;
1045 struct i40e_hw *hw = &pf->hw;
1046 bool link_up = hw->phy.link_info.link_info & I40E_AQ_LINK_UP;
1047 i40e_status ret = 0;
1048
1049 ret = i40e_aq_set_link_restart_an(hw, link_up, NULL);
1050 if (ret) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04001051 netdev_info(netdev, "link restart failed, err %s aq_err %s\n",
1052 i40e_stat_str(hw, ret),
1053 i40e_aq_str(hw, hw->aq.asq_last_status));
Jesse Brandeburga6599722014-06-04 08:45:25 +00001054 return -EIO;
1055 }
1056
1057 return 0;
1058}
1059
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001060/**
1061 * i40e_get_pauseparam - Get Flow Control status
Jacob Kellerf5254422018-04-20 01:41:33 -07001062 * @netdev: netdevice structure
1063 * @pause: buffer to return pause parameters
1064 *
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001065 * Return tx/rx-pause status
1066 **/
1067static void i40e_get_pauseparam(struct net_device *netdev,
1068 struct ethtool_pauseparam *pause)
1069{
1070 struct i40e_netdev_priv *np = netdev_priv(netdev);
1071 struct i40e_pf *pf = np->vsi->back;
1072 struct i40e_hw *hw = &pf->hw;
1073 struct i40e_link_status *hw_link_info = &hw->phy.link_info;
Neerav Parikh4b7698c2014-11-12 00:18:57 +00001074 struct i40e_dcbx_config *dcbx_cfg = &hw->local_dcbx_config;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001075
1076 pause->autoneg =
1077 ((hw_link_info->an_info & I40E_AQ_AN_COMPLETED) ?
1078 AUTONEG_ENABLE : AUTONEG_DISABLE);
1079
Neerav Parikh4b7698c2014-11-12 00:18:57 +00001080 /* PFC enabled so report LFC as off */
1081 if (dcbx_cfg->pfc.pfcenable) {
1082 pause->rx_pause = 0;
1083 pause->tx_pause = 0;
1084 return;
1085 }
1086
Jesse Brandeburgd52c20b2013-11-26 10:49:15 +00001087 if (hw->fc.current_mode == I40E_FC_RX_PAUSE) {
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001088 pause->rx_pause = 1;
Jesse Brandeburgd52c20b2013-11-26 10:49:15 +00001089 } else if (hw->fc.current_mode == I40E_FC_TX_PAUSE) {
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001090 pause->tx_pause = 1;
Jesse Brandeburgd52c20b2013-11-26 10:49:15 +00001091 } else if (hw->fc.current_mode == I40E_FC_FULL) {
1092 pause->rx_pause = 1;
1093 pause->tx_pause = 1;
1094 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001095}
1096
Catherine Sullivan2becc352014-06-04 08:45:27 +00001097/**
1098 * i40e_set_pauseparam - Set Flow Control parameter
1099 * @netdev: network interface device structure
1100 * @pause: return tx/rx flow control status
1101 **/
1102static int i40e_set_pauseparam(struct net_device *netdev,
1103 struct ethtool_pauseparam *pause)
1104{
1105 struct i40e_netdev_priv *np = netdev_priv(netdev);
1106 struct i40e_pf *pf = np->vsi->back;
1107 struct i40e_vsi *vsi = np->vsi;
1108 struct i40e_hw *hw = &pf->hw;
1109 struct i40e_link_status *hw_link_info = &hw->phy.link_info;
Neerav Parikh4b7698c2014-11-12 00:18:57 +00001110 struct i40e_dcbx_config *dcbx_cfg = &hw->local_dcbx_config;
Catherine Sullivan2becc352014-06-04 08:45:27 +00001111 bool link_up = hw_link_info->link_info & I40E_AQ_LINK_UP;
1112 i40e_status status;
1113 u8 aq_failures;
Catherine Sullivan7d62dac2014-07-09 07:46:18 +00001114 int err = 0;
Catherine Sullivan2becc352014-06-04 08:45:27 +00001115
Shannon Nelsonf0d8c732014-12-11 07:06:32 +00001116 /* Changing the port's flow control is not supported if this isn't the
1117 * port's controlling PF
1118 */
1119 if (hw->partition_id != 1) {
1120 i40e_partition_setting_complaint(pf);
1121 return -EOPNOTSUPP;
1122 }
1123
Catherine Sullivan2becc352014-06-04 08:45:27 +00001124 if (vsi != pf->vsi[pf->lan_vsi])
1125 return -EOPNOTSUPP;
1126
1127 if (pause->autoneg != ((hw_link_info->an_info & I40E_AQ_AN_COMPLETED) ?
1128 AUTONEG_ENABLE : AUTONEG_DISABLE)) {
1129 netdev_info(netdev, "To change autoneg please use: ethtool -s <dev> autoneg <on|off>\n");
1130 return -EOPNOTSUPP;
1131 }
1132
1133 /* If we have link and don't have autoneg */
Jacob Keller0da36b92017-04-19 09:25:55 -04001134 if (!test_bit(__I40E_DOWN, pf->state) &&
Catherine Sullivan2becc352014-06-04 08:45:27 +00001135 !(hw_link_info->an_info & I40E_AQ_AN_COMPLETED)) {
1136 /* Send message that it might not necessarily work*/
1137 netdev_info(netdev, "Autoneg did not complete so changing settings may not result in an actual change.\n");
1138 }
1139
Neerav Parikh4b7698c2014-11-12 00:18:57 +00001140 if (dcbx_cfg->pfc.pfcenable) {
1141 netdev_info(netdev,
1142 "Priority flow control enabled. Cannot set link flow control.\n");
Catherine Sullivan2becc352014-06-04 08:45:27 +00001143 return -EOPNOTSUPP;
1144 }
1145
1146 if (pause->rx_pause && pause->tx_pause)
1147 hw->fc.requested_mode = I40E_FC_FULL;
1148 else if (pause->rx_pause && !pause->tx_pause)
1149 hw->fc.requested_mode = I40E_FC_RX_PAUSE;
1150 else if (!pause->rx_pause && pause->tx_pause)
1151 hw->fc.requested_mode = I40E_FC_TX_PAUSE;
1152 else if (!pause->rx_pause && !pause->tx_pause)
1153 hw->fc.requested_mode = I40E_FC_NONE;
1154 else
1155 return -EINVAL;
1156
Catherine Sullivan94128512014-07-12 07:28:16 +00001157 /* Tell the OS link is going down, the link will go back up when fw
1158 * says it is ready asynchronously
1159 */
Matt Jaredc156f852015-08-27 11:42:39 -04001160 i40e_print_link_message(vsi, false);
Catherine Sullivan94128512014-07-12 07:28:16 +00001161 netif_carrier_off(netdev);
1162 netif_tx_stop_all_queues(netdev);
1163
Catherine Sullivan2becc352014-06-04 08:45:27 +00001164 /* Set the fc mode and only restart an if link is up*/
1165 status = i40e_set_fc(hw, &aq_failures, link_up);
1166
1167 if (aq_failures & I40E_SET_FC_AQ_FAIL_GET) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04001168 netdev_info(netdev, "Set fc failed on the get_phy_capabilities call with err %s aq_err %s\n",
1169 i40e_stat_str(hw, status),
1170 i40e_aq_str(hw, hw->aq.asq_last_status));
Catherine Sullivan2becc352014-06-04 08:45:27 +00001171 err = -EAGAIN;
1172 }
1173 if (aq_failures & I40E_SET_FC_AQ_FAIL_SET) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04001174 netdev_info(netdev, "Set fc failed on the set_phy_config call with err %s aq_err %s\n",
1175 i40e_stat_str(hw, status),
1176 i40e_aq_str(hw, hw->aq.asq_last_status));
Catherine Sullivan2becc352014-06-04 08:45:27 +00001177 err = -EAGAIN;
1178 }
1179 if (aq_failures & I40E_SET_FC_AQ_FAIL_UPDATE) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04001180 netdev_info(netdev, "Set fc failed on the get_link_info call with err %s aq_err %s\n",
1181 i40e_stat_str(hw, status),
1182 i40e_aq_str(hw, hw->aq.asq_last_status));
Catherine Sullivan2becc352014-06-04 08:45:27 +00001183 err = -EAGAIN;
1184 }
1185
Jacob Keller0da36b92017-04-19 09:25:55 -04001186 if (!test_bit(__I40E_DOWN, pf->state)) {
Catherine Sullivan7d62dac2014-07-09 07:46:18 +00001187 /* Give it a little more time to try to come back */
1188 msleep(75);
Jacob Keller0da36b92017-04-19 09:25:55 -04001189 if (!test_bit(__I40E_DOWN, pf->state))
Catherine Sullivan7d62dac2014-07-09 07:46:18 +00001190 return i40e_nway_reset(netdev);
1191 }
Catherine Sullivan2becc352014-06-04 08:45:27 +00001192
1193 return err;
1194}
1195
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001196static u32 i40e_get_msglevel(struct net_device *netdev)
1197{
1198 struct i40e_netdev_priv *np = netdev_priv(netdev);
1199 struct i40e_pf *pf = np->vsi->back;
Alexander Duyck5d4ca232016-09-30 08:21:46 -04001200 u32 debug_mask = pf->hw.debug_mask;
1201
1202 if (debug_mask)
1203 netdev_info(netdev, "i40e debug_mask: 0x%08X\n", debug_mask);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001204
1205 return pf->msg_enable;
1206}
1207
1208static void i40e_set_msglevel(struct net_device *netdev, u32 data)
1209{
1210 struct i40e_netdev_priv *np = netdev_priv(netdev);
1211 struct i40e_pf *pf = np->vsi->back;
1212
1213 if (I40E_DEBUG_USER & data)
1214 pf->hw.debug_mask = data;
Alexander Duyck5d4ca232016-09-30 08:21:46 -04001215 else
1216 pf->msg_enable = data;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001217}
1218
1219static int i40e_get_regs_len(struct net_device *netdev)
1220{
1221 int reg_count = 0;
1222 int i;
1223
1224 for (i = 0; i40e_reg_list[i].offset != 0; i++)
1225 reg_count += i40e_reg_list[i].elements;
1226
1227 return reg_count * sizeof(u32);
1228}
1229
1230static void i40e_get_regs(struct net_device *netdev, struct ethtool_regs *regs,
1231 void *p)
1232{
1233 struct i40e_netdev_priv *np = netdev_priv(netdev);
1234 struct i40e_pf *pf = np->vsi->back;
1235 struct i40e_hw *hw = &pf->hw;
1236 u32 *reg_buf = p;
Jesse Brandeburgb85c94b2017-06-20 15:16:59 -07001237 unsigned int i, j, ri;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001238 u32 reg;
1239
1240 /* Tell ethtool which driver-version-specific regs output we have.
1241 *
1242 * At some point, if we have ethtool doing special formatting of
1243 * this data, it will rely on this version number to know how to
1244 * interpret things. Hence, this needs to be updated if/when the
1245 * diags register table is changed.
1246 */
1247 regs->version = 1;
1248
1249 /* loop through the diags reg table for what to print */
1250 ri = 0;
1251 for (i = 0; i40e_reg_list[i].offset != 0; i++) {
1252 for (j = 0; j < i40e_reg_list[i].elements; j++) {
1253 reg = i40e_reg_list[i].offset
1254 + (j * i40e_reg_list[i].stride);
1255 reg_buf[ri++] = rd32(hw, reg);
1256 }
1257 }
1258
1259}
1260
1261static int i40e_get_eeprom(struct net_device *netdev,
1262 struct ethtool_eeprom *eeprom, u8 *bytes)
1263{
1264 struct i40e_netdev_priv *np = netdev_priv(netdev);
1265 struct i40e_hw *hw = &np->vsi->back->hw;
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001266 struct i40e_pf *pf = np->vsi->back;
Shannon Nelsonc150a502014-11-13 08:23:13 +00001267 int ret_val = 0, len, offset;
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001268 u8 *eeprom_buff;
1269 u16 i, sectors;
1270 bool last;
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001271 u32 magic;
1272
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001273#define I40E_NVM_SECTOR_SIZE 4096
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001274 if (eeprom->len == 0)
1275 return -EINVAL;
1276
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001277 /* check for NVMUpdate access method */
1278 magic = hw->vendor_id | (hw->device_id << 16);
1279 if (eeprom->magic && eeprom->magic != magic) {
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001280 struct i40e_nvm_access *cmd = (struct i40e_nvm_access *)eeprom;
1281 int errno = 0;
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001282
1283 /* make sure it is the right magic for NVMUpdate */
1284 if ((eeprom->magic >> 16) != hw->device_id)
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001285 errno = -EINVAL;
Jacob Keller0da36b92017-04-19 09:25:55 -04001286 else if (test_bit(__I40E_RESET_RECOVERY_PENDING, pf->state) ||
1287 test_bit(__I40E_RESET_INTR_RECEIVED, pf->state))
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001288 errno = -EBUSY;
1289 else
1290 ret_val = i40e_nvmupd_command(hw, cmd, bytes, &errno);
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001291
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001292 if ((errno || ret_val) && (hw->debug_mask & I40E_DEBUG_NVM))
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001293 dev_info(&pf->pdev->dev,
Shannon Nelsonc150a502014-11-13 08:23:13 +00001294 "NVMUpdate read failed err=%d status=0x%x errno=%d module=%d offset=0x%x size=%d\n",
1295 ret_val, hw->aq.asq_last_status, errno,
1296 (u8)(cmd->config & I40E_NVM_MOD_PNT_MASK),
1297 cmd->offset, cmd->data_size);
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001298
1299 return errno;
1300 }
1301
1302 /* normal ethtool get_eeprom support */
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001303 eeprom->magic = hw->vendor_id | (hw->device_id << 16);
1304
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001305 eeprom_buff = kzalloc(eeprom->len, GFP_KERNEL);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001306 if (!eeprom_buff)
1307 return -ENOMEM;
1308
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001309 ret_val = i40e_acquire_nvm(hw, I40E_RESOURCE_READ);
1310 if (ret_val) {
1311 dev_info(&pf->pdev->dev,
1312 "Failed Acquiring NVM resource for read err=%d status=0x%x\n",
1313 ret_val, hw->aq.asq_last_status);
1314 goto free_buff;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001315 }
1316
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001317 sectors = eeprom->len / I40E_NVM_SECTOR_SIZE;
1318 sectors += (eeprom->len % I40E_NVM_SECTOR_SIZE) ? 1 : 0;
1319 len = I40E_NVM_SECTOR_SIZE;
1320 last = false;
1321 for (i = 0; i < sectors; i++) {
1322 if (i == (sectors - 1)) {
1323 len = eeprom->len - (I40E_NVM_SECTOR_SIZE * i);
1324 last = true;
1325 }
Shannon Nelsonc150a502014-11-13 08:23:13 +00001326 offset = eeprom->offset + (I40E_NVM_SECTOR_SIZE * i),
1327 ret_val = i40e_aq_read_nvm(hw, 0x0, offset, len,
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001328 (u8 *)eeprom_buff + (I40E_NVM_SECTOR_SIZE * i),
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001329 last, NULL);
Shannon Nelsonc150a502014-11-13 08:23:13 +00001330 if (ret_val && hw->aq.asq_last_status == I40E_AQ_RC_EPERM) {
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001331 dev_info(&pf->pdev->dev,
Shannon Nelsonc150a502014-11-13 08:23:13 +00001332 "read NVM failed, invalid offset 0x%x\n",
1333 offset);
1334 break;
1335 } else if (ret_val &&
1336 hw->aq.asq_last_status == I40E_AQ_RC_EACCES) {
1337 dev_info(&pf->pdev->dev,
1338 "read NVM failed, access, offset 0x%x\n",
1339 offset);
1340 break;
1341 } else if (ret_val) {
1342 dev_info(&pf->pdev->dev,
1343 "read NVM failed offset %d err=%d status=0x%x\n",
1344 offset, ret_val, hw->aq.asq_last_status);
1345 break;
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001346 }
1347 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001348
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001349 i40e_release_nvm(hw);
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001350 memcpy(bytes, (u8 *)eeprom_buff, eeprom->len);
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001351free_buff:
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001352 kfree(eeprom_buff);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001353 return ret_val;
1354}
1355
1356static int i40e_get_eeprom_len(struct net_device *netdev)
1357{
1358 struct i40e_netdev_priv *np = netdev_priv(netdev);
1359 struct i40e_hw *hw = &np->vsi->back->hw;
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001360 u32 val;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001361
Lihong Yangc271dd62017-01-30 12:29:32 -08001362#define X722_EEPROM_SCOPE_LIMIT 0x5B9FFF
1363 if (hw->mac.type == I40E_MAC_X722) {
1364 val = X722_EEPROM_SCOPE_LIMIT + 1;
1365 return val;
1366 }
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001367 val = (rd32(hw, I40E_GLPCI_LBARCTRL)
1368 & I40E_GLPCI_LBARCTRL_FL_SIZE_MASK)
1369 >> I40E_GLPCI_LBARCTRL_FL_SIZE_SHIFT;
1370 /* register returns value in power of 2, 64Kbyte chunks. */
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04001371 val = (64 * 1024) * BIT(val);
Anjali Singhai Jaine5e0a5d2013-11-28 06:39:28 +00001372 return val;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001373}
1374
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001375static int i40e_set_eeprom(struct net_device *netdev,
1376 struct ethtool_eeprom *eeprom, u8 *bytes)
1377{
1378 struct i40e_netdev_priv *np = netdev_priv(netdev);
1379 struct i40e_hw *hw = &np->vsi->back->hw;
1380 struct i40e_pf *pf = np->vsi->back;
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001381 struct i40e_nvm_access *cmd = (struct i40e_nvm_access *)eeprom;
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001382 int ret_val = 0;
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001383 int errno = 0;
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001384 u32 magic;
1385
1386 /* normal ethtool set_eeprom is not supported */
1387 magic = hw->vendor_id | (hw->device_id << 16);
1388 if (eeprom->magic == magic)
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001389 errno = -EOPNOTSUPP;
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001390 /* check for NVMUpdate access method */
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001391 else if (!eeprom->magic || (eeprom->magic >> 16) != hw->device_id)
1392 errno = -EINVAL;
Jacob Keller0da36b92017-04-19 09:25:55 -04001393 else if (test_bit(__I40E_RESET_RECOVERY_PENDING, pf->state) ||
1394 test_bit(__I40E_RESET_INTR_RECEIVED, pf->state))
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001395 errno = -EBUSY;
1396 else
1397 ret_val = i40e_nvmupd_command(hw, cmd, bytes, &errno);
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001398
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08001399 if ((errno || ret_val) && (hw->debug_mask & I40E_DEBUG_NVM))
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001400 dev_info(&pf->pdev->dev,
Shannon Nelsonc150a502014-11-13 08:23:13 +00001401 "NVMUpdate write failed err=%d status=0x%x errno=%d module=%d offset=0x%x size=%d\n",
1402 ret_val, hw->aq.asq_last_status, errno,
1403 (u8)(cmd->config & I40E_NVM_MOD_PNT_MASK),
1404 cmd->offset, cmd->data_size);
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00001405
1406 return errno;
1407}
1408
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001409static void i40e_get_drvinfo(struct net_device *netdev,
1410 struct ethtool_drvinfo *drvinfo)
1411{
1412 struct i40e_netdev_priv *np = netdev_priv(netdev);
1413 struct i40e_vsi *vsi = np->vsi;
1414 struct i40e_pf *pf = vsi->back;
1415
1416 strlcpy(drvinfo->driver, i40e_driver_name, sizeof(drvinfo->driver));
1417 strlcpy(drvinfo->version, i40e_driver_version_str,
1418 sizeof(drvinfo->version));
Shannon Nelson6dec1012015-09-28 14:12:30 -04001419 strlcpy(drvinfo->fw_version, i40e_nvm_version_str(&pf->hw),
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001420 sizeof(drvinfo->fw_version));
1421 strlcpy(drvinfo->bus_info, pci_name(pf->pdev),
1422 sizeof(drvinfo->bus_info));
Jacob Kellerd182a5c2016-10-25 16:08:50 -07001423 drvinfo->n_priv_flags = I40E_PRIV_FLAGS_STR_LEN;
Anjali Singhai Jainb5569892016-05-03 15:13:12 -07001424 if (pf->hw.pf_id == 0)
Jacob Kellerd182a5c2016-10-25 16:08:50 -07001425 drvinfo->n_priv_flags += I40E_GL_PRIV_FLAGS_STR_LEN;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001426}
1427
1428static void i40e_get_ringparam(struct net_device *netdev,
1429 struct ethtool_ringparam *ring)
1430{
1431 struct i40e_netdev_priv *np = netdev_priv(netdev);
1432 struct i40e_pf *pf = np->vsi->back;
1433 struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi];
1434
1435 ring->rx_max_pending = I40E_MAX_NUM_DESCRIPTORS;
1436 ring->tx_max_pending = I40E_MAX_NUM_DESCRIPTORS;
1437 ring->rx_mini_max_pending = 0;
1438 ring->rx_jumbo_max_pending = 0;
Alexander Duyck9f65e152013-09-28 06:00:58 +00001439 ring->rx_pending = vsi->rx_rings[0]->count;
1440 ring->tx_pending = vsi->tx_rings[0]->count;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001441 ring->rx_mini_pending = 0;
1442 ring->rx_jumbo_pending = 0;
1443}
1444
Björn Töpel74608d12017-05-24 07:55:35 +02001445static bool i40e_active_tx_ring_index(struct i40e_vsi *vsi, u16 index)
1446{
1447 if (i40e_enabled_xdp_vsi(vsi)) {
1448 return index < vsi->num_queue_pairs ||
1449 (index >= vsi->alloc_queue_pairs &&
1450 index < vsi->alloc_queue_pairs + vsi->num_queue_pairs);
1451 }
1452
1453 return index < vsi->num_queue_pairs;
1454}
1455
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001456static int i40e_set_ringparam(struct net_device *netdev,
1457 struct ethtool_ringparam *ring)
1458{
1459 struct i40e_ring *tx_rings = NULL, *rx_rings = NULL;
1460 struct i40e_netdev_priv *np = netdev_priv(netdev);
Tushar Dave2f7679e2016-10-26 10:49:27 -07001461 struct i40e_hw *hw = &np->vsi->back->hw;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001462 struct i40e_vsi *vsi = np->vsi;
1463 struct i40e_pf *pf = vsi->back;
1464 u32 new_rx_count, new_tx_count;
Björn Töpel74608d12017-05-24 07:55:35 +02001465 u16 tx_alloc_queue_pairs;
Jacob Kellere8d2f4c2017-04-13 04:45:48 -04001466 int timeout = 50;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001467 int i, err = 0;
1468
1469 if ((ring->rx_mini_pending) || (ring->rx_jumbo_pending))
1470 return -EINVAL;
1471
Shannon Nelson1fa18372013-11-20 10:03:08 +00001472 if (ring->tx_pending > I40E_MAX_NUM_DESCRIPTORS ||
1473 ring->tx_pending < I40E_MIN_NUM_DESCRIPTORS ||
1474 ring->rx_pending > I40E_MAX_NUM_DESCRIPTORS ||
1475 ring->rx_pending < I40E_MIN_NUM_DESCRIPTORS) {
1476 netdev_info(netdev,
1477 "Descriptors requested (Tx: %d / Rx: %d) out of range [%d-%d]\n",
1478 ring->tx_pending, ring->rx_pending,
1479 I40E_MIN_NUM_DESCRIPTORS, I40E_MAX_NUM_DESCRIPTORS);
1480 return -EINVAL;
1481 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001482
Shannon Nelson1fa18372013-11-20 10:03:08 +00001483 new_tx_count = ALIGN(ring->tx_pending, I40E_REQ_DESCRIPTOR_MULTIPLE);
1484 new_rx_count = ALIGN(ring->rx_pending, I40E_REQ_DESCRIPTOR_MULTIPLE);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001485
1486 /* if nothing to do return success */
Alexander Duyck9f65e152013-09-28 06:00:58 +00001487 if ((new_tx_count == vsi->tx_rings[0]->count) &&
1488 (new_rx_count == vsi->rx_rings[0]->count))
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001489 return 0;
1490
Jacob Keller0da36b92017-04-19 09:25:55 -04001491 while (test_and_set_bit(__I40E_CONFIG_BUSY, pf->state)) {
Jacob Kellere8d2f4c2017-04-13 04:45:48 -04001492 timeout--;
1493 if (!timeout)
1494 return -EBUSY;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001495 usleep_range(1000, 2000);
Jacob Kellere8d2f4c2017-04-13 04:45:48 -04001496 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001497
1498 if (!netif_running(vsi->netdev)) {
1499 /* simple case - set for the next time the netdev is started */
1500 for (i = 0; i < vsi->num_queue_pairs; i++) {
Alexander Duyck9f65e152013-09-28 06:00:58 +00001501 vsi->tx_rings[i]->count = new_tx_count;
1502 vsi->rx_rings[i]->count = new_rx_count;
Björn Töpel74608d12017-05-24 07:55:35 +02001503 if (i40e_enabled_xdp_vsi(vsi))
1504 vsi->xdp_rings[i]->count = new_tx_count;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001505 }
1506 goto done;
1507 }
1508
1509 /* We can't just free everything and then setup again,
1510 * because the ISRs in MSI-X mode get passed pointers
1511 * to the Tx and Rx ring structs.
1512 */
1513
Björn Töpel74608d12017-05-24 07:55:35 +02001514 /* alloc updated Tx and XDP Tx resources */
1515 tx_alloc_queue_pairs = vsi->alloc_queue_pairs *
1516 (i40e_enabled_xdp_vsi(vsi) ? 2 : 1);
Alexander Duyck9f65e152013-09-28 06:00:58 +00001517 if (new_tx_count != vsi->tx_rings[0]->count) {
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001518 netdev_info(netdev,
1519 "Changing Tx descriptor count from %d to %d.\n",
Alexander Duyck9f65e152013-09-28 06:00:58 +00001520 vsi->tx_rings[0]->count, new_tx_count);
Björn Töpel74608d12017-05-24 07:55:35 +02001521 tx_rings = kcalloc(tx_alloc_queue_pairs,
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001522 sizeof(struct i40e_ring), GFP_KERNEL);
1523 if (!tx_rings) {
1524 err = -ENOMEM;
1525 goto done;
1526 }
1527
Björn Töpel74608d12017-05-24 07:55:35 +02001528 for (i = 0; i < tx_alloc_queue_pairs; i++) {
1529 if (!i40e_active_tx_ring_index(vsi, i))
1530 continue;
1531
Alexander Duyck9f65e152013-09-28 06:00:58 +00001532 tx_rings[i] = *vsi->tx_rings[i];
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001533 tx_rings[i].count = new_tx_count;
Jesse Brandeburg1e8efb42015-08-27 11:42:33 -04001534 /* the desc and bi pointers will be reallocated in the
1535 * setup call
1536 */
1537 tx_rings[i].desc = NULL;
1538 tx_rings[i].rx_bi = NULL;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001539 err = i40e_setup_tx_descriptors(&tx_rings[i]);
1540 if (err) {
1541 while (i) {
1542 i--;
Björn Töpel74608d12017-05-24 07:55:35 +02001543 if (!i40e_active_tx_ring_index(vsi, i))
1544 continue;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001545 i40e_free_tx_resources(&tx_rings[i]);
1546 }
1547 kfree(tx_rings);
1548 tx_rings = NULL;
1549
1550 goto done;
1551 }
1552 }
1553 }
1554
1555 /* alloc updated Rx resources */
Alexander Duyck9f65e152013-09-28 06:00:58 +00001556 if (new_rx_count != vsi->rx_rings[0]->count) {
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001557 netdev_info(netdev,
1558 "Changing Rx descriptor count from %d to %d\n",
Alexander Duyck9f65e152013-09-28 06:00:58 +00001559 vsi->rx_rings[0]->count, new_rx_count);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001560 rx_rings = kcalloc(vsi->alloc_queue_pairs,
1561 sizeof(struct i40e_ring), GFP_KERNEL);
1562 if (!rx_rings) {
1563 err = -ENOMEM;
1564 goto free_tx;
1565 }
1566
1567 for (i = 0; i < vsi->num_queue_pairs; i++) {
Jesse Brandeburg147e81e2016-04-18 11:33:49 -07001568 struct i40e_ring *ring;
1569 u16 unused;
1570
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001571 /* clone ring and setup updated count */
Alexander Duyck9f65e152013-09-28 06:00:58 +00001572 rx_rings[i] = *vsi->rx_rings[i];
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001573 rx_rings[i].count = new_rx_count;
Jesse Brandeburg1e8efb42015-08-27 11:42:33 -04001574 /* the desc and bi pointers will be reallocated in the
1575 * setup call
1576 */
1577 rx_rings[i].desc = NULL;
1578 rx_rings[i].rx_bi = NULL;
Jesper Dangaard Brouer87128822018-01-03 11:25:23 +01001579 /* Clear cloned XDP RX-queue info before setup call */
1580 memset(&rx_rings[i].xdp_rxq, 0, sizeof(rx_rings[i].xdp_rxq));
Tushar Dave2f7679e2016-10-26 10:49:27 -07001581 /* this is to allow wr32 to have something to write to
1582 * during early allocation of Rx buffers
1583 */
1584 rx_rings[i].tail = hw->hw_addr + I40E_PRTGEN_STATUS;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001585 err = i40e_setup_rx_descriptors(&rx_rings[i]);
Jesse Brandeburg147e81e2016-04-18 11:33:49 -07001586 if (err)
1587 goto rx_unwind;
1588
1589 /* now allocate the Rx buffers to make sure the OS
1590 * has enough memory, any failure here means abort
1591 */
1592 ring = &rx_rings[i];
1593 unused = I40E_DESC_UNUSED(ring);
1594 err = i40e_alloc_rx_buffers(ring, unused);
1595rx_unwind:
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001596 if (err) {
Jesse Brandeburg147e81e2016-04-18 11:33:49 -07001597 do {
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001598 i40e_free_rx_resources(&rx_rings[i]);
Jesse Brandeburg147e81e2016-04-18 11:33:49 -07001599 } while (i--);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001600 kfree(rx_rings);
1601 rx_rings = NULL;
1602
1603 goto free_tx;
1604 }
1605 }
1606 }
1607
1608 /* Bring interface down, copy in the new ring info,
1609 * then restore the interface
1610 */
1611 i40e_down(vsi);
1612
1613 if (tx_rings) {
Björn Töpel74608d12017-05-24 07:55:35 +02001614 for (i = 0; i < tx_alloc_queue_pairs; i++) {
1615 if (i40e_active_tx_ring_index(vsi, i)) {
1616 i40e_free_tx_resources(vsi->tx_rings[i]);
1617 *vsi->tx_rings[i] = tx_rings[i];
1618 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001619 }
1620 kfree(tx_rings);
1621 tx_rings = NULL;
1622 }
1623
1624 if (rx_rings) {
1625 for (i = 0; i < vsi->num_queue_pairs; i++) {
Alexander Duyck9f65e152013-09-28 06:00:58 +00001626 i40e_free_rx_resources(vsi->rx_rings[i]);
Jesse Brandeburg147e81e2016-04-18 11:33:49 -07001627 /* get the real tail offset */
1628 rx_rings[i].tail = vsi->rx_rings[i]->tail;
1629 /* this is to fake out the allocation routine
1630 * into thinking it has to realloc everything
1631 * but the recycling logic will let us re-use
1632 * the buffers allocated above
1633 */
1634 rx_rings[i].next_to_use = 0;
1635 rx_rings[i].next_to_clean = 0;
1636 rx_rings[i].next_to_alloc = 0;
1637 /* do a struct copy */
Alexander Duyck9f65e152013-09-28 06:00:58 +00001638 *vsi->rx_rings[i] = rx_rings[i];
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001639 }
1640 kfree(rx_rings);
1641 rx_rings = NULL;
1642 }
1643
1644 i40e_up(vsi);
1645
1646free_tx:
1647 /* error cleanup if the Rx allocations failed after getting Tx */
1648 if (tx_rings) {
Björn Töpel74608d12017-05-24 07:55:35 +02001649 for (i = 0; i < tx_alloc_queue_pairs; i++) {
1650 if (i40e_active_tx_ring_index(vsi, i))
1651 i40e_free_tx_resources(vsi->tx_rings[i]);
1652 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001653 kfree(tx_rings);
1654 tx_rings = NULL;
1655 }
1656
1657done:
Jacob Keller0da36b92017-04-19 09:25:55 -04001658 clear_bit(__I40E_CONFIG_BUSY, pf->state);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001659
1660 return err;
1661}
1662
Jacob Keller0ded9c62018-05-10 05:59:41 -07001663static int i40e_get_stats_count(struct net_device *netdev)
1664{
1665 struct i40e_netdev_priv *np = netdev_priv(netdev);
1666 struct i40e_vsi *vsi = np->vsi;
1667 struct i40e_pf *pf = vsi->back;
1668
Jacob Keller9955d492018-05-17 01:08:33 -07001669 if (vsi == pf->vsi[pf->lan_vsi] && pf->hw.partition_id == 1)
1670 return I40E_PF_STATS_LEN(netdev) + I40E_VEB_STATS_TOTAL;
1671 else
Jacob Keller0ded9c62018-05-10 05:59:41 -07001672 return I40E_VSI_STATS_LEN(netdev);
Jacob Keller0ded9c62018-05-10 05:59:41 -07001673}
1674
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001675static int i40e_get_sset_count(struct net_device *netdev, int sset)
1676{
1677 struct i40e_netdev_priv *np = netdev_priv(netdev);
1678 struct i40e_vsi *vsi = np->vsi;
1679 struct i40e_pf *pf = vsi->back;
1680
1681 switch (sset) {
1682 case ETH_SS_TEST:
1683 return I40E_TEST_LEN;
1684 case ETH_SS_STATS:
Jacob Keller0ded9c62018-05-10 05:59:41 -07001685 return i40e_get_stats_count(netdev);
Greg Rose7e45ab42015-02-06 08:52:19 +00001686 case ETH_SS_PRIV_FLAGS:
Jacob Kellerd182a5c2016-10-25 16:08:50 -07001687 return I40E_PRIV_FLAGS_STR_LEN +
1688 (pf->hw.pf_id == 0 ? I40E_GL_PRIV_FLAGS_STR_LEN : 0);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001689 default:
1690 return -EOPNOTSUPP;
1691 }
1692}
1693
1694static void i40e_get_ethtool_stats(struct net_device *netdev,
1695 struct ethtool_stats *stats, u64 *data)
1696{
1697 struct i40e_netdev_priv *np = netdev_priv(netdev);
Akeem G Abodunrine7046ee2014-04-09 05:58:58 +00001698 struct i40e_ring *tx_ring, *rx_ring;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001699 struct i40e_vsi *vsi = np->vsi;
1700 struct i40e_pf *pf = vsi->back;
Jesse Brandeburgb85c94b2017-06-20 15:16:59 -07001701 unsigned int j;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001702 char *p;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001703 struct rtnl_link_stats64 *net_stats = i40e_get_vsi_stats_struct(vsi);
Alexander Duyck980e9b12013-09-28 06:01:03 +00001704 unsigned int start;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001705
1706 i40e_update_stats(vsi);
1707
1708 for (j = 0; j < I40E_NETDEV_STATS_LEN; j++) {
1709 p = (char *)net_stats + i40e_gstrings_net_stats[j].stat_offset;
Jacob Kellere08696d2018-05-17 01:08:38 -07001710 *(data++) = (i40e_gstrings_net_stats[j].sizeof_stat ==
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001711 sizeof(u64)) ? *(u64 *)p : *(u32 *)p;
1712 }
Shannon Nelson41a9e552014-04-23 04:50:20 +00001713 for (j = 0; j < I40E_MISC_STATS_LEN; j++) {
1714 p = (char *)vsi + i40e_gstrings_misc_stats[j].stat_offset;
Jacob Kellere08696d2018-05-17 01:08:38 -07001715 *(data++) = (i40e_gstrings_misc_stats[j].sizeof_stat ==
Shannon Nelson41a9e552014-04-23 04:50:20 +00001716 sizeof(u64)) ? *(u64 *)p : *(u32 *)p;
1717 }
Alexander Duyck980e9b12013-09-28 06:01:03 +00001718 rcu_read_lock();
Jacob Kellerb8312362018-05-17 01:08:34 -07001719 for (j = 0; j < I40E_MAX_NUM_QUEUES(netdev) ; j++) {
Mark Rutland6aa7de02017-10-23 14:07:29 -07001720 tx_ring = READ_ONCE(vsi->tx_rings[j]);
Alexander Duyck980e9b12013-09-28 06:01:03 +00001721
Jacob Kellerb8312362018-05-17 01:08:34 -07001722 if (!tx_ring) {
1723 /* Bump the stat counter to skip these stats, and make
1724 * sure the memory is zero'd
1725 */
Jacob Kellere08696d2018-05-17 01:08:38 -07001726 *(data++) = 0;
1727 *(data++) = 0;
1728 *(data++) = 0;
1729 *(data++) = 0;
Alexander Duyck980e9b12013-09-28 06:01:03 +00001730 continue;
Jacob Kellerb8312362018-05-17 01:08:34 -07001731 }
Alexander Duyck980e9b12013-09-28 06:01:03 +00001732
1733 /* process Tx ring statistics */
1734 do {
Eric W. Biederman57a77442014-03-13 21:26:42 -07001735 start = u64_stats_fetch_begin_irq(&tx_ring->syncp);
Jacob Kellere08696d2018-05-17 01:08:38 -07001736 data[0] = tx_ring->stats.packets;
1737 data[1] = tx_ring->stats.bytes;
Eric W. Biederman57a77442014-03-13 21:26:42 -07001738 } while (u64_stats_fetch_retry_irq(&tx_ring->syncp, start));
Jacob Kellere08696d2018-05-17 01:08:38 -07001739 data += 2;
Alexander Duyck980e9b12013-09-28 06:01:03 +00001740
1741 /* Rx ring is the 2nd half of the queue pair */
1742 rx_ring = &tx_ring[1];
1743 do {
Eric W. Biederman57a77442014-03-13 21:26:42 -07001744 start = u64_stats_fetch_begin_irq(&rx_ring->syncp);
Jacob Kellere08696d2018-05-17 01:08:38 -07001745 data[0] = rx_ring->stats.packets;
1746 data[1] = rx_ring->stats.bytes;
Eric W. Biederman57a77442014-03-13 21:26:42 -07001747 } while (u64_stats_fetch_retry_irq(&rx_ring->syncp, start));
Jacob Kellere08696d2018-05-17 01:08:38 -07001748 data += 2;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001749 }
Alexander Duyck980e9b12013-09-28 06:01:03 +00001750 rcu_read_unlock();
Shannon Nelson58ce5172015-02-27 09:15:26 +00001751 if (vsi != pf->vsi[pf->lan_vsi] || pf->hw.partition_id != 1)
Shannon Nelson8eab9cf2014-04-23 04:49:55 +00001752 return;
1753
Anjali Singhai Jaind1a8d272015-07-23 16:54:40 -04001754 if ((pf->lan_veb != I40E_NO_VEB) &&
1755 (pf->flags & I40E_FLAG_VEB_STATS_ENABLED)) {
Shannon Nelson8eab9cf2014-04-23 04:49:55 +00001756 struct i40e_veb *veb = pf->veb[pf->lan_veb];
Jesse Brandeburg6995b362015-08-28 17:55:54 -04001757
Shannon Nelson8eab9cf2014-04-23 04:49:55 +00001758 for (j = 0; j < I40E_VEB_STATS_LEN; j++) {
1759 p = (char *)veb;
1760 p += i40e_gstrings_veb_stats[j].stat_offset;
Jacob Kellere08696d2018-05-17 01:08:38 -07001761 *(data++) = (i40e_gstrings_veb_stats[j].sizeof_stat ==
Shannon Nelson8eab9cf2014-04-23 04:49:55 +00001762 sizeof(u64)) ? *(u64 *)p : *(u32 *)p;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001763 }
Jesse Brandeburg74a6c662015-10-02 19:09:34 -07001764 for (j = 0; j < I40E_MAX_TRAFFIC_CLASS; j++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001765 *(data++) = veb->tc_stats.tc_tx_packets[j];
1766 *(data++) = veb->tc_stats.tc_tx_bytes[j];
1767 *(data++) = veb->tc_stats.tc_rx_packets[j];
1768 *(data++) = veb->tc_stats.tc_rx_bytes[j];
Jesse Brandeburg74a6c662015-10-02 19:09:34 -07001769 }
Jacob Keller9955d492018-05-17 01:08:33 -07001770 } else {
Jacob Kellere08696d2018-05-17 01:08:38 -07001771 data += I40E_VEB_STATS_TOTAL;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001772 }
Shannon Nelson8eab9cf2014-04-23 04:49:55 +00001773 for (j = 0; j < I40E_GLOBAL_STATS_LEN; j++) {
1774 p = (char *)pf + i40e_gstrings_stats[j].stat_offset;
Jacob Kellere08696d2018-05-17 01:08:38 -07001775 *(data++) = (i40e_gstrings_stats[j].sizeof_stat ==
Shannon Nelson8eab9cf2014-04-23 04:49:55 +00001776 sizeof(u64)) ? *(u64 *)p : *(u32 *)p;
1777 }
1778 for (j = 0; j < I40E_MAX_USER_PRIORITY; j++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001779 *(data++) = pf->stats.priority_xon_tx[j];
1780 *(data++) = pf->stats.priority_xoff_tx[j];
Shannon Nelson8eab9cf2014-04-23 04:49:55 +00001781 }
1782 for (j = 0; j < I40E_MAX_USER_PRIORITY; j++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001783 *(data++) = pf->stats.priority_xon_rx[j];
1784 *(data++) = pf->stats.priority_xoff_rx[j];
Shannon Nelson8eab9cf2014-04-23 04:49:55 +00001785 }
1786 for (j = 0; j < I40E_MAX_USER_PRIORITY; j++)
Jacob Kellere08696d2018-05-17 01:08:38 -07001787 *(data++) = pf->stats.priority_xon_2_xoff[j];
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001788}
1789
Jacob Keller019b9cd2018-05-17 01:08:35 -07001790static void i40e_get_stat_strings(struct net_device *netdev, u8 *data)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001791{
1792 struct i40e_netdev_priv *np = netdev_priv(netdev);
1793 struct i40e_vsi *vsi = np->vsi;
1794 struct i40e_pf *pf = vsi->back;
Jesse Brandeburgb85c94b2017-06-20 15:16:59 -07001795 unsigned int i;
Jacob Keller9b10df52018-05-17 01:08:36 -07001796 u8 *p = data;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001797
Jacob Keller019b9cd2018-05-17 01:08:35 -07001798 for (i = 0; i < I40E_NETDEV_STATS_LEN; i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001799 snprintf(data, ETH_GSTRING_LEN, "%s",
Jacob Keller019b9cd2018-05-17 01:08:35 -07001800 i40e_gstrings_net_stats[i].stat_string);
Jacob Kellere08696d2018-05-17 01:08:38 -07001801 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001802 }
1803 for (i = 0; i < I40E_MISC_STATS_LEN; i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001804 snprintf(data, ETH_GSTRING_LEN, "%s",
Jacob Keller019b9cd2018-05-17 01:08:35 -07001805 i40e_gstrings_misc_stats[i].stat_string);
Jacob Kellere08696d2018-05-17 01:08:38 -07001806 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001807 }
1808 for (i = 0; i < I40E_MAX_NUM_QUEUES(netdev); i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001809 snprintf(data, ETH_GSTRING_LEN, "tx-%u.tx_packets", i);
1810 data += ETH_GSTRING_LEN;
1811 snprintf(data, ETH_GSTRING_LEN, "tx-%u.tx_bytes", i);
1812 data += ETH_GSTRING_LEN;
1813 snprintf(data, ETH_GSTRING_LEN, "rx-%u.rx_packets", i);
1814 data += ETH_GSTRING_LEN;
1815 snprintf(data, ETH_GSTRING_LEN, "rx-%u.rx_bytes", i);
1816 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001817 }
1818 if (vsi != pf->vsi[pf->lan_vsi] || pf->hw.partition_id != 1)
1819 return;
1820
1821 for (i = 0; i < I40E_VEB_STATS_LEN; i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001822 snprintf(data, ETH_GSTRING_LEN, "%s",
Jacob Keller019b9cd2018-05-17 01:08:35 -07001823 i40e_gstrings_veb_stats[i].stat_string);
Jacob Kellere08696d2018-05-17 01:08:38 -07001824 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001825 }
1826 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001827 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001828 "veb.tc_%u_tx_packets", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001829 data += ETH_GSTRING_LEN;
1830 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001831 "veb.tc_%u_tx_bytes", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001832 data += ETH_GSTRING_LEN;
1833 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001834 "veb.tc_%u_rx_packets", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001835 data += ETH_GSTRING_LEN;
1836 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001837 "veb.tc_%u_rx_bytes", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001838 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001839 }
1840
1841 for (i = 0; i < I40E_GLOBAL_STATS_LEN; i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001842 snprintf(data, ETH_GSTRING_LEN, "%s",
Jacob Keller019b9cd2018-05-17 01:08:35 -07001843 i40e_gstrings_stats[i].stat_string);
Jacob Kellere08696d2018-05-17 01:08:38 -07001844 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001845 }
1846 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001847 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001848 "port.tx_priority_%u_xon", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001849 data += ETH_GSTRING_LEN;
1850 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001851 "port.tx_priority_%u_xoff", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001852 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001853 }
1854 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001855 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001856 "port.rx_priority_%u_xon", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001857 data += ETH_GSTRING_LEN;
1858 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001859 "port.rx_priority_%u_xoff", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001860 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001861 }
1862 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) {
Jacob Kellere08696d2018-05-17 01:08:38 -07001863 snprintf(data, ETH_GSTRING_LEN,
Jacob Keller019b9cd2018-05-17 01:08:35 -07001864 "port.rx_priority_%u_xon_2_xoff", i);
Jacob Kellere08696d2018-05-17 01:08:38 -07001865 data += ETH_GSTRING_LEN;
Jacob Keller019b9cd2018-05-17 01:08:35 -07001866 }
Jacob Keller9b10df52018-05-17 01:08:36 -07001867
1868 WARN_ONCE(p - data != i40e_get_stats_count(netdev) * ETH_GSTRING_LEN,
1869 "stat strings count mismatch!");
Jacob Keller019b9cd2018-05-17 01:08:35 -07001870}
1871
1872static void i40e_get_priv_flag_strings(struct net_device *netdev, u8 *data)
1873{
1874 struct i40e_netdev_priv *np = netdev_priv(netdev);
1875 struct i40e_vsi *vsi = np->vsi;
1876 struct i40e_pf *pf = vsi->back;
1877 char *p = (char *)data;
1878 unsigned int i;
1879
1880 for (i = 0; i < I40E_PRIV_FLAGS_STR_LEN; i++) {
1881 snprintf(p, ETH_GSTRING_LEN, "%s",
1882 i40e_gstrings_priv_flags[i].flag_string);
1883 p += ETH_GSTRING_LEN;
1884 }
1885 if (pf->hw.pf_id != 0)
1886 return;
1887 for (i = 0; i < I40E_GL_PRIV_FLAGS_STR_LEN; i++) {
1888 snprintf(p, ETH_GSTRING_LEN, "%s",
1889 i40e_gl_gstrings_priv_flags[i].flag_string);
1890 p += ETH_GSTRING_LEN;
1891 }
1892}
1893
1894static void i40e_get_strings(struct net_device *netdev, u32 stringset,
1895 u8 *data)
1896{
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001897 switch (stringset) {
1898 case ETH_SS_TEST:
Jacob Kellere5d32202016-11-08 13:05:11 -08001899 memcpy(data, i40e_gstrings_test,
1900 I40E_TEST_LEN * ETH_GSTRING_LEN);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001901 break;
1902 case ETH_SS_STATS:
Jacob Keller019b9cd2018-05-17 01:08:35 -07001903 i40e_get_stat_strings(netdev, data);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001904 break;
Greg Rose7e45ab42015-02-06 08:52:19 +00001905 case ETH_SS_PRIV_FLAGS:
Jacob Keller019b9cd2018-05-17 01:08:35 -07001906 i40e_get_priv_flag_strings(netdev, data);
Greg Rose7e45ab42015-02-06 08:52:19 +00001907 break;
Akeem G Abodunrin579b23d2015-02-24 06:58:42 +00001908 default:
1909 break;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001910 }
1911}
1912
1913static int i40e_get_ts_info(struct net_device *dev,
1914 struct ethtool_ts_info *info)
1915{
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00001916 struct i40e_pf *pf = i40e_netdev_to_pf(dev);
1917
Jacob Kellerfe88bda2014-11-11 20:05:58 +00001918 /* only report HW timestamping if PTP is enabled */
1919 if (!(pf->flags & I40E_FLAG_PTP))
1920 return ethtool_op_get_ts_info(dev, info);
1921
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00001922 info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE |
1923 SOF_TIMESTAMPING_RX_SOFTWARE |
1924 SOF_TIMESTAMPING_SOFTWARE |
1925 SOF_TIMESTAMPING_TX_HARDWARE |
1926 SOF_TIMESTAMPING_RX_HARDWARE |
1927 SOF_TIMESTAMPING_RAW_HARDWARE;
1928
1929 if (pf->ptp_clock)
1930 info->phc_index = ptp_clock_index(pf->ptp_clock);
1931 else
1932 info->phc_index = -1;
1933
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04001934 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON);
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00001935
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04001936 info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) |
Jacob Keller1e28e862016-11-11 12:39:25 -08001937 BIT(HWTSTAMP_FILTER_PTP_V2_L2_EVENT) |
1938 BIT(HWTSTAMP_FILTER_PTP_V2_L2_SYNC) |
1939 BIT(HWTSTAMP_FILTER_PTP_V2_L2_DELAY_REQ);
1940
Jacob Kellerd36e41d2017-06-23 04:24:46 -04001941 if (pf->hw_features & I40E_HW_PTP_L4_CAPABLE)
Jacob Keller1e28e862016-11-11 12:39:25 -08001942 info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V1_L4_SYNC) |
1943 BIT(HWTSTAMP_FILTER_PTP_V1_L4_DELAY_REQ) |
1944 BIT(HWTSTAMP_FILTER_PTP_V2_EVENT) |
1945 BIT(HWTSTAMP_FILTER_PTP_V2_L4_EVENT) |
1946 BIT(HWTSTAMP_FILTER_PTP_V2_SYNC) |
1947 BIT(HWTSTAMP_FILTER_PTP_V2_L4_SYNC) |
1948 BIT(HWTSTAMP_FILTER_PTP_V2_DELAY_REQ) |
1949 BIT(HWTSTAMP_FILTER_PTP_V2_L4_DELAY_REQ);
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00001950
1951 return 0;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001952}
1953
Shannon Nelson7b086392013-11-20 10:02:59 +00001954static int i40e_link_test(struct net_device *netdev, u64 *data)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001955{
Shannon Nelson7b086392013-11-20 10:02:59 +00001956 struct i40e_netdev_priv *np = netdev_priv(netdev);
1957 struct i40e_pf *pf = np->vsi->back;
Jesse Brandeburga72a5abc2015-08-26 15:14:19 -04001958 i40e_status status;
1959 bool link_up = false;
Shannon Nelson7b086392013-11-20 10:02:59 +00001960
Shannon Nelsonb03aaa92013-11-20 10:03:06 +00001961 netif_info(pf, hw, netdev, "link test\n");
Jesse Brandeburga72a5abc2015-08-26 15:14:19 -04001962 status = i40e_get_link_status(&pf->hw, &link_up);
1963 if (status) {
1964 netif_err(pf, drv, netdev, "link query timed out, please retry test\n");
1965 *data = 1;
1966 return *data;
1967 }
1968
1969 if (link_up)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001970 *data = 0;
1971 else
1972 *data = 1;
1973
1974 return *data;
1975}
1976
Shannon Nelson7b086392013-11-20 10:02:59 +00001977static int i40e_reg_test(struct net_device *netdev, u64 *data)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001978{
Shannon Nelson7b086392013-11-20 10:02:59 +00001979 struct i40e_netdev_priv *np = netdev_priv(netdev);
1980 struct i40e_pf *pf = np->vsi->back;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001981
Shannon Nelsonb03aaa92013-11-20 10:03:06 +00001982 netif_info(pf, hw, netdev, "register test\n");
Shannon Nelson7b086392013-11-20 10:02:59 +00001983 *data = i40e_diag_reg_test(&pf->hw);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001984
Shannon Nelson7b086392013-11-20 10:02:59 +00001985 return *data;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001986}
1987
Shannon Nelson7b086392013-11-20 10:02:59 +00001988static int i40e_eeprom_test(struct net_device *netdev, u64 *data)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001989{
Shannon Nelson7b086392013-11-20 10:02:59 +00001990 struct i40e_netdev_priv *np = netdev_priv(netdev);
1991 struct i40e_pf *pf = np->vsi->back;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001992
Shannon Nelsonb03aaa92013-11-20 10:03:06 +00001993 netif_info(pf, hw, netdev, "eeprom test\n");
Shannon Nelson7b086392013-11-20 10:02:59 +00001994 *data = i40e_diag_eeprom_test(&pf->hw);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00001995
Shannon Nelson4443ec92014-11-13 08:23:12 +00001996 /* forcebly clear the NVM Update state machine */
1997 pf->hw.nvmupd_state = I40E_NVMUPD_STATE_INIT;
1998
Shannon Nelson7b086392013-11-20 10:02:59 +00001999 return *data;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002000}
2001
Shannon Nelson7b086392013-11-20 10:02:59 +00002002static int i40e_intr_test(struct net_device *netdev, u64 *data)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002003{
Shannon Nelson7b086392013-11-20 10:02:59 +00002004 struct i40e_netdev_priv *np = netdev_priv(netdev);
2005 struct i40e_pf *pf = np->vsi->back;
Shannon Nelsoncd92e722013-11-16 10:00:44 +00002006 u16 swc_old = pf->sw_int_count;
2007
Shannon Nelsonb03aaa92013-11-20 10:03:06 +00002008 netif_info(pf, hw, netdev, "interrupt test\n");
Shannon Nelsoncd92e722013-11-16 10:00:44 +00002009 wr32(&pf->hw, I40E_PFINT_DYN_CTL0,
2010 (I40E_PFINT_DYN_CTL0_INTENA_MASK |
Shannon Nelson5d1ff1062014-11-11 20:04:35 +00002011 I40E_PFINT_DYN_CTL0_SWINT_TRIG_MASK |
2012 I40E_PFINT_DYN_CTL0_ITR_INDX_MASK |
2013 I40E_PFINT_DYN_CTL0_SW_ITR_INDX_ENA_MASK |
2014 I40E_PFINT_DYN_CTL0_SW_ITR_INDX_MASK));
Shannon Nelsoncd92e722013-11-16 10:00:44 +00002015 usleep_range(1000, 2000);
2016 *data = (swc_old == pf->sw_int_count);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002017
2018 return *data;
2019}
2020
Greg Rosee17bc412015-04-16 20:05:59 -04002021static inline bool i40e_active_vfs(struct i40e_pf *pf)
2022{
2023 struct i40e_vf *vfs = pf->vf;
2024 int i;
2025
2026 for (i = 0; i < pf->num_alloc_vfs; i++)
Jacob Keller6322e632017-04-13 04:45:54 -04002027 if (test_bit(I40E_VF_STATE_ACTIVE, &vfs[i].vf_states))
Greg Rosee17bc412015-04-16 20:05:59 -04002028 return true;
2029 return false;
2030}
2031
Greg Rose510efb22015-07-10 19:36:01 -04002032static inline bool i40e_active_vmdqs(struct i40e_pf *pf)
2033{
Alexander Duyck4b816442016-10-11 15:26:53 -07002034 return !!i40e_find_vsi_by_type(pf, I40E_VSI_VMDQ2);
Greg Rose510efb22015-07-10 19:36:01 -04002035}
2036
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002037static void i40e_diag_test(struct net_device *netdev,
2038 struct ethtool_test *eth_test, u64 *data)
2039{
2040 struct i40e_netdev_priv *np = netdev_priv(netdev);
Greg Rose5b86c5c2015-02-26 16:14:35 +00002041 bool if_running = netif_running(netdev);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002042 struct i40e_pf *pf = np->vsi->back;
2043
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002044 if (eth_test->flags == ETH_TEST_FL_OFFLINE) {
2045 /* Offline tests */
Shannon Nelsonb03aaa92013-11-20 10:03:06 +00002046 netif_info(pf, drv, netdev, "offline testing starting\n");
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002047
Jacob Keller0da36b92017-04-19 09:25:55 -04002048 set_bit(__I40E_TESTING, pf->state);
Greg Rosee17bc412015-04-16 20:05:59 -04002049
Greg Rose510efb22015-07-10 19:36:01 -04002050 if (i40e_active_vfs(pf) || i40e_active_vmdqs(pf)) {
Greg Rosee17bc412015-04-16 20:05:59 -04002051 dev_warn(&pf->pdev->dev,
Greg Rose510efb22015-07-10 19:36:01 -04002052 "Please take active VFs and Netqueues offline and restart the adapter before running NIC diagnostics\n");
Greg Rosee17bc412015-04-16 20:05:59 -04002053 data[I40E_ETH_TEST_REG] = 1;
2054 data[I40E_ETH_TEST_EEPROM] = 1;
2055 data[I40E_ETH_TEST_INTR] = 1;
Greg Rosee17bc412015-04-16 20:05:59 -04002056 data[I40E_ETH_TEST_LINK] = 1;
2057 eth_test->flags |= ETH_TEST_FL_FAILED;
Jacob Keller0da36b92017-04-19 09:25:55 -04002058 clear_bit(__I40E_TESTING, pf->state);
Greg Rosee17bc412015-04-16 20:05:59 -04002059 goto skip_ol_tests;
2060 }
2061
Greg Rose5b86c5c2015-02-26 16:14:35 +00002062 /* If the device is online then take it offline */
2063 if (if_running)
2064 /* indicate we're in test mode */
Stefan Assmann08ca3872016-02-03 09:20:47 +01002065 i40e_close(netdev);
Greg Rose5b86c5c2015-02-26 16:14:35 +00002066 else
Greg Roseb4e53f02015-07-10 19:36:03 -04002067 /* This reset does not affect link - if it is
2068 * changed to a type of reset that does affect
2069 * link then the following link test would have
2070 * to be moved to before the reset
2071 */
Maciej Sosin373149f2017-04-05 07:50:55 -04002072 i40e_do_reset(pf, BIT(__I40E_PF_RESET_REQUESTED), true);
Shannon Nelsonf551b432013-11-26 10:49:12 +00002073
Shannon Nelson7b086392013-11-20 10:02:59 +00002074 if (i40e_link_test(netdev, &data[I40E_ETH_TEST_LINK]))
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002075 eth_test->flags |= ETH_TEST_FL_FAILED;
2076
Shannon Nelson7b086392013-11-20 10:02:59 +00002077 if (i40e_eeprom_test(netdev, &data[I40E_ETH_TEST_EEPROM]))
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002078 eth_test->flags |= ETH_TEST_FL_FAILED;
2079
Shannon Nelson7b086392013-11-20 10:02:59 +00002080 if (i40e_intr_test(netdev, &data[I40E_ETH_TEST_INTR]))
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002081 eth_test->flags |= ETH_TEST_FL_FAILED;
2082
Shannon Nelsonf551b432013-11-26 10:49:12 +00002083 /* run reg test last, a reset is required after it */
2084 if (i40e_reg_test(netdev, &data[I40E_ETH_TEST_REG]))
2085 eth_test->flags |= ETH_TEST_FL_FAILED;
2086
Jacob Keller0da36b92017-04-19 09:25:55 -04002087 clear_bit(__I40E_TESTING, pf->state);
Maciej Sosin373149f2017-04-05 07:50:55 -04002088 i40e_do_reset(pf, BIT(__I40E_PF_RESET_REQUESTED), true);
Greg Rose5b86c5c2015-02-26 16:14:35 +00002089
2090 if (if_running)
Stefan Assmann08ca3872016-02-03 09:20:47 +01002091 i40e_open(netdev);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002092 } else {
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002093 /* Online tests */
Shannon Nelsonb03aaa92013-11-20 10:03:06 +00002094 netif_info(pf, drv, netdev, "online testing starting\n");
2095
Shannon Nelson7b086392013-11-20 10:02:59 +00002096 if (i40e_link_test(netdev, &data[I40E_ETH_TEST_LINK]))
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002097 eth_test->flags |= ETH_TEST_FL_FAILED;
2098
2099 /* Offline only tests, not run in online; pass by default */
2100 data[I40E_ETH_TEST_REG] = 0;
2101 data[I40E_ETH_TEST_EEPROM] = 0;
2102 data[I40E_ETH_TEST_INTR] = 0;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002103 }
Shannon Nelsonc140c172013-11-20 10:02:58 +00002104
Greg Rosee17bc412015-04-16 20:05:59 -04002105skip_ol_tests:
2106
Shannon Nelsonb03aaa92013-11-20 10:03:06 +00002107 netif_info(pf, drv, netdev, "testing finished\n");
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002108}
2109
2110static void i40e_get_wol(struct net_device *netdev,
2111 struct ethtool_wolinfo *wol)
2112{
Shannon Nelson8e2773a2013-11-28 06:39:22 +00002113 struct i40e_netdev_priv *np = netdev_priv(netdev);
2114 struct i40e_pf *pf = np->vsi->back;
2115 struct i40e_hw *hw = &pf->hw;
2116 u16 wol_nvm_bits;
2117
2118 /* NVM bit on means WoL disabled for the port */
2119 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits);
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04002120 if ((BIT(hw->port) & wol_nvm_bits) || (hw->partition_id != 1)) {
Shannon Nelson8e2773a2013-11-28 06:39:22 +00002121 wol->supported = 0;
2122 wol->wolopts = 0;
2123 } else {
2124 wol->supported = WAKE_MAGIC;
2125 wol->wolopts = (pf->wol_en ? WAKE_MAGIC : 0);
2126 }
2127}
2128
Shannon Nelsonf0d8c732014-12-11 07:06:32 +00002129/**
2130 * i40e_set_wol - set the WakeOnLAN configuration
2131 * @netdev: the netdev in question
2132 * @wol: the ethtool WoL setting data
2133 **/
Shannon Nelson8e2773a2013-11-28 06:39:22 +00002134static int i40e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol)
2135{
2136 struct i40e_netdev_priv *np = netdev_priv(netdev);
2137 struct i40e_pf *pf = np->vsi->back;
Shannon Nelsonf0d8c732014-12-11 07:06:32 +00002138 struct i40e_vsi *vsi = np->vsi;
Shannon Nelson8e2773a2013-11-28 06:39:22 +00002139 struct i40e_hw *hw = &pf->hw;
2140 u16 wol_nvm_bits;
2141
Shannon Nelsonf0d8c732014-12-11 07:06:32 +00002142 /* WoL not supported if this isn't the controlling PF on the port */
2143 if (hw->partition_id != 1) {
2144 i40e_partition_setting_complaint(pf);
2145 return -EOPNOTSUPP;
2146 }
2147
2148 if (vsi != pf->vsi[pf->lan_vsi])
2149 return -EOPNOTSUPP;
2150
Shannon Nelson8e2773a2013-11-28 06:39:22 +00002151 /* NVM bit on means WoL disabled for the port */
2152 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits);
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04002153 if (BIT(hw->port) & wol_nvm_bits)
Shannon Nelson8e2773a2013-11-28 06:39:22 +00002154 return -EOPNOTSUPP;
2155
2156 /* only magic packet is supported */
2157 if (wol->wolopts && (wol->wolopts != WAKE_MAGIC))
2158 return -EOPNOTSUPP;
2159
2160 /* is this a new value? */
2161 if (pf->wol_en != !!wol->wolopts) {
2162 pf->wol_en = !!wol->wolopts;
2163 device_set_wakeup_enable(&pf->pdev->dev, pf->wol_en);
2164 }
2165
2166 return 0;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002167}
2168
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002169static int i40e_set_phys_id(struct net_device *netdev,
2170 enum ethtool_phys_id_state state)
2171{
2172 struct i40e_netdev_priv *np = netdev_priv(netdev);
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002173 i40e_status ret = 0;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002174 struct i40e_pf *pf = np->vsi->back;
2175 struct i40e_hw *hw = &pf->hw;
2176 int blink_freq = 2;
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002177 u16 temp_status;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002178
2179 switch (state) {
2180 case ETHTOOL_ID_ACTIVE:
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002181 if (!(pf->hw_features & I40E_HW_PHY_CONTROLS_LEDS)) {
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002182 pf->led_status = i40e_led_get(hw);
2183 } else {
Mariusz Stachura052b93d2017-08-29 05:32:40 -04002184 if (!(hw->flags & I40E_HW_FLAG_AQ_PHY_ACCESS_CAPABLE))
2185 i40e_aq_set_phy_debug(hw, I40E_PHY_DEBUG_ALL,
2186 NULL);
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002187 ret = i40e_led_get_phy(hw, &temp_status,
2188 &pf->phy_led_val);
2189 pf->led_status = temp_status;
2190 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002191 return blink_freq;
2192 case ETHTOOL_ID_ON:
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002193 if (!(pf->hw_features & I40E_HW_PHY_CONTROLS_LEDS))
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002194 i40e_led_set(hw, 0xf, false);
2195 else
2196 ret = i40e_led_set_phy(hw, true, pf->led_status, 0);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002197 break;
2198 case ETHTOOL_ID_OFF:
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002199 if (!(pf->hw_features & I40E_HW_PHY_CONTROLS_LEDS))
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002200 i40e_led_set(hw, 0x0, false);
2201 else
2202 ret = i40e_led_set_phy(hw, false, pf->led_status, 0);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002203 break;
2204 case ETHTOOL_ID_INACTIVE:
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002205 if (!(pf->hw_features & I40E_HW_PHY_CONTROLS_LEDS)) {
Henry Tieman4f9b4302016-11-08 13:05:18 -08002206 i40e_led_set(hw, pf->led_status, false);
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002207 } else {
2208 ret = i40e_led_set_phy(hw, false, pf->led_status,
2209 (pf->phy_led_val |
2210 I40E_PHY_LED_MODE_ORIG));
Mariusz Stachura052b93d2017-08-29 05:32:40 -04002211 if (!(hw->flags & I40E_HW_FLAG_AQ_PHY_ACCESS_CAPABLE))
2212 i40e_aq_set_phy_debug(hw, 0, NULL);
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002213 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002214 break;
Akeem G Abodunrin579b23d2015-02-24 06:58:42 +00002215 default:
2216 break;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002217 }
Carolyn Wyborny31b606d2016-02-17 16:12:12 -08002218 if (ret)
2219 return -ENOENT;
2220 else
2221 return 0;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002222}
2223
2224/* NOTE: i40e hardware uses a conversion factor of 2 for Interrupt
2225 * Throttle Rate (ITR) ie. ITR(1) = 2us ITR(10) = 20 us, and also
2226 * 125us (8000 interrupts per second) == ITR(62)
2227 */
2228
Jacob Keller65e87c02016-09-12 14:18:44 -07002229/**
2230 * __i40e_get_coalesce - get per-queue coalesce settings
2231 * @netdev: the netdev to check
2232 * @ec: ethtool coalesce data structure
2233 * @queue: which queue to pick
2234 *
2235 * Gets the per-queue settings for coalescence. Specifically Rx and Tx usecs
2236 * are per queue. If queue is <0 then we default to queue 0 as the
2237 * representative value.
2238 **/
Kan Lianga75e8002016-02-19 09:24:04 -05002239static int __i40e_get_coalesce(struct net_device *netdev,
2240 struct ethtool_coalesce *ec,
2241 int queue)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002242{
2243 struct i40e_netdev_priv *np = netdev_priv(netdev);
Jacob Keller65e87c02016-09-12 14:18:44 -07002244 struct i40e_ring *rx_ring, *tx_ring;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002245 struct i40e_vsi *vsi = np->vsi;
2246
2247 ec->tx_max_coalesced_frames_irq = vsi->work_limit;
2248 ec->rx_max_coalesced_frames_irq = vsi->work_limit;
2249
Alan Bradya03af692017-10-05 14:53:37 -07002250 /* rx and tx usecs has per queue value. If user doesn't specify the
2251 * queue, return queue 0's value to represent.
Kan Lianga75e8002016-02-19 09:24:04 -05002252 */
Alan Bradya03af692017-10-05 14:53:37 -07002253 if (queue < 0)
Kan Lianga75e8002016-02-19 09:24:04 -05002254 queue = 0;
Alan Bradya03af692017-10-05 14:53:37 -07002255 else if (queue >= vsi->num_queue_pairs)
Kan Lianga75e8002016-02-19 09:24:04 -05002256 return -EINVAL;
Kan Lianga75e8002016-02-19 09:24:04 -05002257
Jacob Keller65e87c02016-09-12 14:18:44 -07002258 rx_ring = vsi->rx_rings[queue];
2259 tx_ring = vsi->tx_rings[queue];
2260
Alexander Duyck40588ca2017-12-29 08:49:28 -05002261 if (ITR_IS_DYNAMIC(rx_ring->itr_setting))
Mitch Williams32f5f542014-04-04 04:43:10 +00002262 ec->use_adaptive_rx_coalesce = 1;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002263
Alexander Duyck40588ca2017-12-29 08:49:28 -05002264 if (ITR_IS_DYNAMIC(tx_ring->itr_setting))
Mitch Williams32f5f542014-04-04 04:43:10 +00002265 ec->use_adaptive_tx_coalesce = 1;
2266
Alexander Duyck40588ca2017-12-29 08:49:28 -05002267 ec->rx_coalesce_usecs = rx_ring->itr_setting & ~I40E_ITR_DYNAMIC;
2268 ec->tx_coalesce_usecs = tx_ring->itr_setting & ~I40E_ITR_DYNAMIC;
Jacob Keller65e87c02016-09-12 14:18:44 -07002269
Jesse Brandeburgac26fc12015-09-28 14:12:37 -04002270 /* we use the _usecs_high to store/set the interrupt rate limit
2271 * that the hardware supports, that almost but not quite
2272 * fits the original intent of the ethtool variable,
2273 * the rx_coalesce_usecs_high limits total interrupts
2274 * per second from both tx/rx sources.
2275 */
2276 ec->rx_coalesce_usecs_high = vsi->int_rate_limit;
2277 ec->tx_coalesce_usecs_high = vsi->int_rate_limit;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002278
2279 return 0;
2280}
2281
Jacob Keller65e87c02016-09-12 14:18:44 -07002282/**
2283 * i40e_get_coalesce - get a netdev's coalesce settings
2284 * @netdev: the netdev to check
2285 * @ec: ethtool coalesce data structure
2286 *
2287 * Gets the coalesce settings for a particular netdev. Note that if user has
2288 * modified per-queue settings, this only guarantees to represent queue 0. See
2289 * __i40e_get_coalesce for more details.
2290 **/
Kan Lianga75e8002016-02-19 09:24:04 -05002291static int i40e_get_coalesce(struct net_device *netdev,
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002292 struct ethtool_coalesce *ec)
2293{
Kan Lianga75e8002016-02-19 09:24:04 -05002294 return __i40e_get_coalesce(netdev, ec, -1);
2295}
2296
Jacob Keller65e87c02016-09-12 14:18:44 -07002297/**
2298 * i40e_get_per_queue_coalesce - gets coalesce settings for particular queue
2299 * @netdev: netdev structure
2300 * @ec: ethtool's coalesce settings
2301 * @queue: the particular queue to read
2302 *
2303 * Will read a specific queue's coalesce settings
2304 **/
Kan Liangbe280ba2016-02-19 09:24:05 -05002305static int i40e_get_per_queue_coalesce(struct net_device *netdev, u32 queue,
2306 struct ethtool_coalesce *ec)
2307{
2308 return __i40e_get_coalesce(netdev, ec, queue);
2309}
2310
Jacob Keller65e87c02016-09-12 14:18:44 -07002311/**
2312 * i40e_set_itr_per_queue - set ITR values for specific queue
2313 * @vsi: the VSI to set values for
2314 * @ec: coalesce settings from ethtool
2315 * @queue: the queue to modify
2316 *
2317 * Change the ITR settings for a specific queue.
2318 **/
Kan Lianga75e8002016-02-19 09:24:04 -05002319static void i40e_set_itr_per_queue(struct i40e_vsi *vsi,
2320 struct ethtool_coalesce *ec,
2321 int queue)
2322{
Alexander Duyckb5b5f372017-12-27 08:15:51 -05002323 struct i40e_ring *rx_ring = vsi->rx_rings[queue];
2324 struct i40e_ring *tx_ring = vsi->tx_rings[queue];
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002325 struct i40e_pf *pf = vsi->back;
2326 struct i40e_hw *hw = &pf->hw;
Kan Lianga75e8002016-02-19 09:24:04 -05002327 struct i40e_q_vector *q_vector;
Alexander Duyck8b99b112017-12-29 08:50:44 -05002328 u16 intrl;
Kan Lianga75e8002016-02-19 09:24:04 -05002329
Alan Brady1c0e6a32016-11-28 16:06:02 -08002330 intrl = i40e_intrl_usec_to_reg(vsi->int_rate_limit);
Kan Lianga75e8002016-02-19 09:24:04 -05002331
Alexander Duyck92418fb2017-12-29 08:51:08 -05002332 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs);
2333 tx_ring->itr_setting = ITR_REG_ALIGN(ec->tx_coalesce_usecs);
Kan Lianga75e8002016-02-19 09:24:04 -05002334
2335 if (ec->use_adaptive_rx_coalesce)
Alexander Duyck40588ca2017-12-29 08:49:28 -05002336 rx_ring->itr_setting |= I40E_ITR_DYNAMIC;
Kan Lianga75e8002016-02-19 09:24:04 -05002337 else
Alexander Duyck40588ca2017-12-29 08:49:28 -05002338 rx_ring->itr_setting &= ~I40E_ITR_DYNAMIC;
Kan Lianga75e8002016-02-19 09:24:04 -05002339
2340 if (ec->use_adaptive_tx_coalesce)
Alexander Duyck40588ca2017-12-29 08:49:28 -05002341 tx_ring->itr_setting |= I40E_ITR_DYNAMIC;
Kan Lianga75e8002016-02-19 09:24:04 -05002342 else
Alexander Duyck40588ca2017-12-29 08:49:28 -05002343 tx_ring->itr_setting &= ~I40E_ITR_DYNAMIC;
Kan Lianga75e8002016-02-19 09:24:04 -05002344
Alexander Duyckb5b5f372017-12-27 08:15:51 -05002345 q_vector = rx_ring->q_vector;
Alexander Duyck556fdfd2017-12-29 08:51:25 -05002346 q_vector->rx.target_itr = ITR_TO_REG(rx_ring->itr_setting);
Kan Lianga75e8002016-02-19 09:24:04 -05002347
Alexander Duyckb5b5f372017-12-27 08:15:51 -05002348 q_vector = tx_ring->q_vector;
Alexander Duyck556fdfd2017-12-29 08:51:25 -05002349 q_vector->tx.target_itr = ITR_TO_REG(tx_ring->itr_setting);
2350
2351 /* The interrupt handler itself will take care of programming
2352 * the Tx and Rx ITR values based on the values we have entered
2353 * into the q_vector, no need to write the values now.
2354 */
Kan Lianga75e8002016-02-19 09:24:04 -05002355
Alexander Duyck8b99b112017-12-29 08:50:44 -05002356 wr32(hw, I40E_PFINT_RATEN(q_vector->reg_idx), intrl);
Kan Lianga75e8002016-02-19 09:24:04 -05002357 i40e_flush(hw);
2358}
2359
Jacob Keller65e87c02016-09-12 14:18:44 -07002360/**
2361 * __i40e_set_coalesce - set coalesce settings for particular queue
2362 * @netdev: the netdev to change
2363 * @ec: ethtool coalesce settings
2364 * @queue: the queue to change
2365 *
2366 * Sets the coalesce settings for a particular queue.
2367 **/
Kan Lianga75e8002016-02-19 09:24:04 -05002368static int __i40e_set_coalesce(struct net_device *netdev,
2369 struct ethtool_coalesce *ec,
2370 int queue)
2371{
2372 struct i40e_netdev_priv *np = netdev_priv(netdev);
Alan Brady06b2dec2017-07-12 05:46:06 -04002373 u16 intrl_reg, cur_rx_itr, cur_tx_itr;
Kan Lianga75e8002016-02-19 09:24:04 -05002374 struct i40e_vsi *vsi = np->vsi;
2375 struct i40e_pf *pf = vsi->back;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002376 int i;
2377
2378 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq)
2379 vsi->work_limit = ec->tx_max_coalesced_frames_irq;
2380
Alan Brady06b2dec2017-07-12 05:46:06 -04002381 if (queue < 0) {
Alexander Duyck40588ca2017-12-29 08:49:28 -05002382 cur_rx_itr = vsi->rx_rings[0]->itr_setting;
2383 cur_tx_itr = vsi->tx_rings[0]->itr_setting;
Alan Brady06b2dec2017-07-12 05:46:06 -04002384 } else if (queue < vsi->num_queue_pairs) {
Alexander Duyck40588ca2017-12-29 08:49:28 -05002385 cur_rx_itr = vsi->rx_rings[queue]->itr_setting;
2386 cur_tx_itr = vsi->tx_rings[queue]->itr_setting;
Alan Brady06b2dec2017-07-12 05:46:06 -04002387 } else {
2388 netif_info(pf, drv, netdev, "Invalid queue value, queue range is 0 - %d\n",
2389 vsi->num_queue_pairs - 1);
2390 return -EINVAL;
2391 }
2392
2393 cur_tx_itr &= ~I40E_ITR_DYNAMIC;
2394 cur_rx_itr &= ~I40E_ITR_DYNAMIC;
2395
Jesse Brandeburgac26fc12015-09-28 14:12:37 -04002396 /* tx_coalesce_usecs_high is ignored, use rx-usecs-high instead */
2397 if (ec->tx_coalesce_usecs_high != vsi->int_rate_limit) {
2398 netif_info(pf, drv, netdev, "tx-usecs-high is not used, please program rx-usecs-high\n");
2399 return -EINVAL;
2400 }
2401
Alan Brady33084062016-11-28 16:06:03 -08002402 if (ec->rx_coalesce_usecs_high > INTRL_REG_TO_USEC(I40E_MAX_INTRL)) {
2403 netif_info(pf, drv, netdev, "Invalid value, rx-usecs-high range is 0-%lu\n",
2404 INTRL_REG_TO_USEC(I40E_MAX_INTRL));
Jesse Brandeburgac26fc12015-09-28 14:12:37 -04002405 return -EINVAL;
2406 }
2407
Alan Brady06b2dec2017-07-12 05:46:06 -04002408 if (ec->rx_coalesce_usecs != cur_rx_itr &&
2409 ec->use_adaptive_rx_coalesce) {
2410 netif_info(pf, drv, netdev, "RX interrupt moderation cannot be changed if adaptive-rx is enabled.\n");
2411 return -EINVAL;
Carolyn Wyborny5c2cebd2014-06-04 01:23:18 +00002412 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002413
Alexander Duyck92418fb2017-12-29 08:51:08 -05002414 if (ec->rx_coalesce_usecs > I40E_MAX_ITR) {
Alan Brady06b2dec2017-07-12 05:46:06 -04002415 netif_info(pf, drv, netdev, "Invalid value, rx-usecs range is 0-8160\n");
2416 return -EINVAL;
2417 }
2418
2419 if (ec->tx_coalesce_usecs != cur_tx_itr &&
2420 ec->use_adaptive_tx_coalesce) {
2421 netif_info(pf, drv, netdev, "TX interrupt moderation cannot be changed if adaptive-tx is enabled.\n");
2422 return -EINVAL;
2423 }
2424
Alexander Duyck92418fb2017-12-29 08:51:08 -05002425 if (ec->tx_coalesce_usecs > I40E_MAX_ITR) {
Alan Brady06b2dec2017-07-12 05:46:06 -04002426 netif_info(pf, drv, netdev, "Invalid value, tx-usecs range is 0-8160\n");
2427 return -EINVAL;
2428 }
2429
2430 if (ec->use_adaptive_rx_coalesce && !cur_rx_itr)
Alexander Duyck92418fb2017-12-29 08:51:08 -05002431 ec->rx_coalesce_usecs = I40E_MIN_ITR;
Alan Brady06b2dec2017-07-12 05:46:06 -04002432
2433 if (ec->use_adaptive_tx_coalesce && !cur_tx_itr)
Alexander Duyck92418fb2017-12-29 08:51:08 -05002434 ec->tx_coalesce_usecs = I40E_MIN_ITR;
Alan Brady06b2dec2017-07-12 05:46:06 -04002435
Alan Brady33084062016-11-28 16:06:03 -08002436 intrl_reg = i40e_intrl_usec_to_reg(ec->rx_coalesce_usecs_high);
2437 vsi->int_rate_limit = INTRL_REG_TO_USEC(intrl_reg);
2438 if (vsi->int_rate_limit != ec->rx_coalesce_usecs_high) {
2439 netif_info(pf, drv, netdev, "Interrupt rate limit rounded down to %d\n",
2440 vsi->int_rate_limit);
2441 }
Jesse Brandeburgac26fc12015-09-28 14:12:37 -04002442
Alan Bradya03af692017-10-05 14:53:37 -07002443 /* rx and tx usecs has per queue value. If user doesn't specify the
2444 * queue, apply to all queues.
Kan Lianga75e8002016-02-19 09:24:04 -05002445 */
2446 if (queue < 0) {
2447 for (i = 0; i < vsi->num_queue_pairs; i++)
2448 i40e_set_itr_per_queue(vsi, ec, i);
Carolyn Wyborny5c2cebd2014-06-04 01:23:18 +00002449 } else {
Alan Brady06b2dec2017-07-12 05:46:06 -04002450 i40e_set_itr_per_queue(vsi, ec, queue);
Carolyn Wyborny5c2cebd2014-06-04 01:23:18 +00002451 }
Mitch Williams32f5f542014-04-04 04:43:10 +00002452
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002453 return 0;
2454}
2455
Jacob Keller65e87c02016-09-12 14:18:44 -07002456/**
2457 * i40e_set_coalesce - set coalesce settings for every queue on the netdev
2458 * @netdev: the netdev to change
2459 * @ec: ethtool coalesce settings
2460 *
2461 * This will set each queue to the same coalesce settings.
2462 **/
Kan Lianga75e8002016-02-19 09:24:04 -05002463static int i40e_set_coalesce(struct net_device *netdev,
2464 struct ethtool_coalesce *ec)
2465{
2466 return __i40e_set_coalesce(netdev, ec, -1);
2467}
2468
Jacob Keller65e87c02016-09-12 14:18:44 -07002469/**
2470 * i40e_set_per_queue_coalesce - set specific queue's coalesce settings
2471 * @netdev: the netdev to change
2472 * @ec: ethtool's coalesce settings
2473 * @queue: the queue to change
2474 *
2475 * Sets the specified queue's coalesce settings.
2476 **/
Kan Liangf3757a42016-02-19 09:24:06 -05002477static int i40e_set_per_queue_coalesce(struct net_device *netdev, u32 queue,
2478 struct ethtool_coalesce *ec)
2479{
2480 return __i40e_set_coalesce(netdev, ec, queue);
2481}
2482
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002483/**
2484 * i40e_get_rss_hash_opts - Get RSS hash Input Set for each flow type
2485 * @pf: pointer to the physical function struct
2486 * @cmd: ethtool rxnfc command
2487 *
2488 * Returns Success if the flow is supported, else Invalid Input.
2489 **/
2490static int i40e_get_rss_hash_opts(struct i40e_pf *pf, struct ethtool_rxnfc *cmd)
2491{
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002492 struct i40e_hw *hw = &pf->hw;
2493 u8 flow_pctype = 0;
2494 u64 i_set = 0;
2495
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002496 cmd->data = 0;
2497
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002498 switch (cmd->flow_type) {
2499 case TCP_V4_FLOW:
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002500 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP;
2501 break;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002502 case UDP_V4_FLOW:
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002503 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_UDP;
2504 break;
2505 case TCP_V6_FLOW:
2506 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_TCP;
2507 break;
2508 case UDP_V6_FLOW:
2509 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_UDP;
2510 break;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002511 case SCTP_V4_FLOW:
2512 case AH_ESP_V4_FLOW:
2513 case AH_V4_FLOW:
2514 case ESP_V4_FLOW:
2515 case IPV4_FLOW:
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002516 case SCTP_V6_FLOW:
2517 case AH_ESP_V6_FLOW:
2518 case AH_V6_FLOW:
2519 case ESP_V6_FLOW:
2520 case IPV6_FLOW:
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002521 /* Default is src/dest for IP, no matter the L4 hashing */
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002522 cmd->data |= RXH_IP_SRC | RXH_IP_DST;
2523 break;
2524 default:
2525 return -EINVAL;
2526 }
2527
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002528 /* Read flow based hash input set register */
2529 if (flow_pctype) {
2530 i_set = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0,
2531 flow_pctype)) |
2532 ((u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1,
2533 flow_pctype)) << 32);
2534 }
2535
2536 /* Process bits of hash input set */
2537 if (i_set) {
2538 if (i_set & I40E_L4_SRC_MASK)
2539 cmd->data |= RXH_L4_B_0_1;
2540 if (i_set & I40E_L4_DST_MASK)
2541 cmd->data |= RXH_L4_B_2_3;
2542
2543 if (cmd->flow_type == TCP_V4_FLOW ||
2544 cmd->flow_type == UDP_V4_FLOW) {
2545 if (i_set & I40E_L3_SRC_MASK)
2546 cmd->data |= RXH_IP_SRC;
2547 if (i_set & I40E_L3_DST_MASK)
2548 cmd->data |= RXH_IP_DST;
2549 } else if (cmd->flow_type == TCP_V6_FLOW ||
2550 cmd->flow_type == UDP_V6_FLOW) {
2551 if (i_set & I40E_L3_V6_SRC_MASK)
2552 cmd->data |= RXH_IP_SRC;
2553 if (i_set & I40E_L3_V6_DST_MASK)
2554 cmd->data |= RXH_IP_DST;
2555 }
2556 }
2557
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002558 return 0;
2559}
2560
2561/**
Jacob Kellere7930952017-02-06 14:38:49 -08002562 * i40e_check_mask - Check whether a mask field is set
2563 * @mask: the full mask value
Jacob Kellerf5254422018-04-20 01:41:33 -07002564 * @field: mask of the field to check
Jacob Kellere7930952017-02-06 14:38:49 -08002565 *
2566 * If the given mask is fully set, return positive value. If the mask for the
2567 * field is fully unset, return zero. Otherwise return a negative error code.
2568 **/
2569static int i40e_check_mask(u64 mask, u64 field)
2570{
2571 u64 value = mask & field;
2572
2573 if (value == field)
2574 return 1;
2575 else if (!value)
2576 return 0;
2577 else
2578 return -1;
2579}
2580
2581/**
2582 * i40e_parse_rx_flow_user_data - Deconstruct user-defined data
2583 * @fsp: pointer to rx flow specification
2584 * @data: pointer to userdef data structure for storage
2585 *
2586 * Read the user-defined data and deconstruct the value into a structure. No
2587 * other code should read the user-defined data, so as to ensure that every
2588 * place consistently reads the value correctly.
2589 *
2590 * The user-defined field is a 64bit Big Endian format value, which we
2591 * deconstruct by reading bits or bit fields from it. Single bit flags shall
2592 * be defined starting from the highest bits, while small bit field values
2593 * shall be defined starting from the lowest bits.
2594 *
2595 * Returns 0 if the data is valid, and non-zero if the userdef data is invalid
2596 * and the filter should be rejected. The data structure will always be
2597 * modified even if FLOW_EXT is not set.
2598 *
2599 **/
2600static int i40e_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp,
2601 struct i40e_rx_flow_userdef *data)
2602{
2603 u64 value, mask;
2604 int valid;
2605
2606 /* Zero memory first so it's always consistent. */
2607 memset(data, 0, sizeof(*data));
2608
2609 if (!(fsp->flow_type & FLOW_EXT))
2610 return 0;
2611
2612 value = be64_to_cpu(*((__be64 *)fsp->h_ext.data));
2613 mask = be64_to_cpu(*((__be64 *)fsp->m_ext.data));
2614
2615#define I40E_USERDEF_FLEX_WORD GENMASK_ULL(15, 0)
2616#define I40E_USERDEF_FLEX_OFFSET GENMASK_ULL(31, 16)
2617#define I40E_USERDEF_FLEX_FILTER GENMASK_ULL(31, 0)
2618
2619 valid = i40e_check_mask(mask, I40E_USERDEF_FLEX_FILTER);
2620 if (valid < 0) {
2621 return -EINVAL;
2622 } else if (valid) {
2623 data->flex_word = value & I40E_USERDEF_FLEX_WORD;
2624 data->flex_offset =
2625 (value & I40E_USERDEF_FLEX_OFFSET) >> 16;
2626 data->flex_filter = true;
2627 }
2628
2629 return 0;
2630}
2631
2632/**
2633 * i40e_fill_rx_flow_user_data - Fill in user-defined data field
2634 * @fsp: pointer to rx_flow specification
Jacob Kellerf5254422018-04-20 01:41:33 -07002635 * @data: pointer to return userdef data
Jacob Kellere7930952017-02-06 14:38:49 -08002636 *
2637 * Reads the userdef data structure and properly fills in the user defined
2638 * fields of the rx_flow_spec.
2639 **/
2640static void i40e_fill_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp,
2641 struct i40e_rx_flow_userdef *data)
2642{
2643 u64 value = 0, mask = 0;
2644
2645 if (data->flex_filter) {
2646 value |= data->flex_word;
2647 value |= (u64)data->flex_offset << 16;
2648 mask |= I40E_USERDEF_FLEX_FILTER;
2649 }
2650
2651 if (value || mask)
2652 fsp->flow_type |= FLOW_EXT;
2653
2654 *((__be64 *)fsp->h_ext.data) = cpu_to_be64(value);
2655 *((__be64 *)fsp->m_ext.data) = cpu_to_be64(mask);
2656}
2657
2658/**
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002659 * i40e_get_ethtool_fdir_all - Populates the rule count of a command
2660 * @pf: Pointer to the physical function struct
2661 * @cmd: The command to get or set Rx flow classification rules
2662 * @rule_locs: Array of used rule locations
2663 *
2664 * This function populates both the total and actual rule count of
2665 * the ethtool flow classification command
2666 *
2667 * Returns 0 on success or -EMSGSIZE if entry not found
2668 **/
2669static int i40e_get_ethtool_fdir_all(struct i40e_pf *pf,
2670 struct ethtool_rxnfc *cmd,
2671 u32 *rule_locs)
2672{
2673 struct i40e_fdir_filter *rule;
2674 struct hlist_node *node2;
2675 int cnt = 0;
2676
2677 /* report total rule count */
Anjali Singhai Jain082def12014-04-09 05:59:00 +00002678 cmd->data = i40e_get_fd_cnt_all(pf);
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002679
2680 hlist_for_each_entry_safe(rule, node2,
2681 &pf->fdir_filter_list, fdir_node) {
2682 if (cnt == cmd->rule_cnt)
2683 return -EMSGSIZE;
2684
2685 rule_locs[cnt] = rule->fd_id;
2686 cnt++;
2687 }
2688
2689 cmd->rule_cnt = cnt;
2690
2691 return 0;
2692}
2693
2694/**
2695 * i40e_get_ethtool_fdir_entry - Look up a filter based on Rx flow
2696 * @pf: Pointer to the physical function struct
2697 * @cmd: The command to get or set Rx flow classification rules
2698 *
2699 * This function looks up a filter based on the Rx flow classification
2700 * command and fills the flow spec info for it if found
2701 *
2702 * Returns 0 on success or -EINVAL if filter not found
2703 **/
2704static int i40e_get_ethtool_fdir_entry(struct i40e_pf *pf,
2705 struct ethtool_rxnfc *cmd)
2706{
2707 struct ethtool_rx_flow_spec *fsp =
2708 (struct ethtool_rx_flow_spec *)&cmd->fs;
Jacob Kellere7930952017-02-06 14:38:49 -08002709 struct i40e_rx_flow_userdef userdef = {0};
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002710 struct i40e_fdir_filter *rule = NULL;
2711 struct hlist_node *node2;
Jacob Keller36777d92017-03-07 15:05:23 -08002712 u64 input_set;
2713 u16 index;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002714
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002715 hlist_for_each_entry_safe(rule, node2,
2716 &pf->fdir_filter_list, fdir_node) {
2717 if (fsp->location <= rule->fd_id)
2718 break;
2719 }
2720
2721 if (!rule || fsp->location != rule->fd_id)
2722 return -EINVAL;
2723
2724 fsp->flow_type = rule->flow_type;
Anjali Singhai Jain7d54eb22014-03-14 07:32:21 +00002725 if (fsp->flow_type == IP_USER_FLOW) {
2726 fsp->h_u.usr_ip4_spec.ip_ver = ETH_RX_NFC_IP4;
2727 fsp->h_u.usr_ip4_spec.proto = 0;
2728 fsp->m_u.usr_ip4_spec.proto = 0;
2729 }
2730
Anjali Singhai Jain04b73bd2014-05-22 06:31:41 +00002731 /* Reverse the src and dest notion, since the HW views them from
2732 * Tx perspective where as the user expects it from Rx filter view.
2733 */
2734 fsp->h_u.tcp_ip4_spec.psrc = rule->dst_port;
2735 fsp->h_u.tcp_ip4_spec.pdst = rule->src_port;
Jacob Keller8ce43dc2017-02-06 14:38:39 -08002736 fsp->h_u.tcp_ip4_spec.ip4src = rule->dst_ip;
2737 fsp->h_u.tcp_ip4_spec.ip4dst = rule->src_ip;
Anjali Singhai Jain387ce1a2014-05-22 06:32:23 +00002738
Jacob Keller36777d92017-03-07 15:05:23 -08002739 switch (rule->flow_type) {
Jacob Kellerf223c872017-02-06 14:38:51 -08002740 case SCTP_V4_FLOW:
2741 index = I40E_FILTER_PCTYPE_NONF_IPV4_SCTP;
2742 break;
Jacob Keller36777d92017-03-07 15:05:23 -08002743 case TCP_V4_FLOW:
2744 index = I40E_FILTER_PCTYPE_NONF_IPV4_TCP;
2745 break;
2746 case UDP_V4_FLOW:
2747 index = I40E_FILTER_PCTYPE_NONF_IPV4_UDP;
2748 break;
2749 case IP_USER_FLOW:
2750 index = I40E_FILTER_PCTYPE_NONF_IPV4_OTHER;
2751 break;
2752 default:
2753 /* If we have stored a filter with a flow type not listed here
2754 * it is almost certainly a driver bug. WARN(), and then
2755 * assign the input_set as if all fields are enabled to avoid
2756 * reading unassigned memory.
2757 */
2758 WARN(1, "Missing input set index for flow_type %d\n",
2759 rule->flow_type);
2760 input_set = 0xFFFFFFFFFFFFFFFFULL;
2761 goto no_input_set;
2762 }
2763
2764 input_set = i40e_read_fd_input_set(pf, index);
2765
2766no_input_set:
2767 if (input_set & I40E_L3_SRC_MASK)
Jacob Keller40339af2017-12-27 08:26:33 -05002768 fsp->m_u.tcp_ip4_spec.ip4src = htonl(0xFFFFFFFF);
Jacob Keller36777d92017-03-07 15:05:23 -08002769
2770 if (input_set & I40E_L3_DST_MASK)
Jacob Keller40339af2017-12-27 08:26:33 -05002771 fsp->m_u.tcp_ip4_spec.ip4dst = htonl(0xFFFFFFFF);
Jacob Keller36777d92017-03-07 15:05:23 -08002772
2773 if (input_set & I40E_L4_SRC_MASK)
Jacob Keller40339af2017-12-27 08:26:33 -05002774 fsp->m_u.tcp_ip4_spec.psrc = htons(0xFFFF);
Jacob Keller36777d92017-03-07 15:05:23 -08002775
2776 if (input_set & I40E_L4_DST_MASK)
Jacob Keller40339af2017-12-27 08:26:33 -05002777 fsp->m_u.tcp_ip4_spec.pdst = htons(0xFFFF);
Jacob Kellerfaa16e02017-03-07 15:05:22 -08002778
Anjali Singhai Jain387ce1a2014-05-22 06:32:23 +00002779 if (rule->dest_ctl == I40E_FILTER_PROGRAM_DESC_DEST_DROP_PACKET)
2780 fsp->ring_cookie = RX_CLS_FLOW_DISC;
2781 else
2782 fsp->ring_cookie = rule->q_index;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002783
Anjali Singhai Jaine7c8c602015-04-07 19:45:31 -04002784 if (rule->dest_vsi != pf->vsi[pf->lan_vsi]->id) {
2785 struct i40e_vsi *vsi;
2786
2787 vsi = i40e_find_vsi_from_id(pf, rule->dest_vsi);
2788 if (vsi && vsi->type == I40E_VSI_SRIOV) {
Jacob Keller43b15692017-02-06 14:38:48 -08002789 /* VFs are zero-indexed by the driver, but ethtool
2790 * expects them to be one-indexed, so add one here
2791 */
2792 u64 ring_vf = vsi->vf_id + 1;
2793
2794 ring_vf <<= ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF;
2795 fsp->ring_cookie |= ring_vf;
Anjali Singhai Jaine7c8c602015-04-07 19:45:31 -04002796 }
2797 }
2798
Jacob Keller0e588de2017-02-06 14:38:50 -08002799 if (rule->flex_filter) {
2800 userdef.flex_filter = true;
2801 userdef.flex_word = be16_to_cpu(rule->flex_word);
2802 userdef.flex_offset = rule->flex_offset;
2803 }
2804
Jacob Kellere7930952017-02-06 14:38:49 -08002805 i40e_fill_rx_flow_user_data(fsp, &userdef);
2806
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002807 return 0;
2808}
2809
2810/**
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002811 * i40e_get_rxnfc - command to get RX flow classification rules
2812 * @netdev: network interface device structure
2813 * @cmd: ethtool rxnfc command
Jacob Kellerf5254422018-04-20 01:41:33 -07002814 * @rule_locs: pointer to store rule data
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002815 *
2816 * Returns Success if the command is supported.
2817 **/
2818static int i40e_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd,
2819 u32 *rule_locs)
2820{
2821 struct i40e_netdev_priv *np = netdev_priv(netdev);
2822 struct i40e_vsi *vsi = np->vsi;
2823 struct i40e_pf *pf = vsi->back;
2824 int ret = -EOPNOTSUPP;
2825
2826 switch (cmd->cmd) {
2827 case ETHTOOL_GRXRINGS:
Amritha Nambiara9ce82f2017-09-07 04:00:22 -07002828 cmd->data = vsi->rss_size;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002829 ret = 0;
2830 break;
2831 case ETHTOOL_GRXFH:
2832 ret = i40e_get_rss_hash_opts(pf, cmd);
2833 break;
2834 case ETHTOOL_GRXCLSRLCNT:
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002835 cmd->rule_cnt = pf->fdir_pf_active_filters;
Anjali Singhai Jain082def12014-04-09 05:59:00 +00002836 /* report total rule count */
2837 cmd->data = i40e_get_fd_cnt_all(pf);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002838 ret = 0;
2839 break;
2840 case ETHTOOL_GRXCLSRULE:
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002841 ret = i40e_get_ethtool_fdir_entry(pf, cmd);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002842 break;
2843 case ETHTOOL_GRXCLSRLALL:
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00002844 ret = i40e_get_ethtool_fdir_all(pf, cmd, rule_locs);
2845 break;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002846 default:
2847 break;
2848 }
2849
2850 return ret;
2851}
2852
2853/**
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002854 * i40e_get_rss_hash_bits - Read RSS Hash bits from register
2855 * @nfc: pointer to user request
Jacob Kellerf5254422018-04-20 01:41:33 -07002856 * @i_setc: bits currently set
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002857 *
2858 * Returns value of bits to be set per user request
2859 **/
2860static u64 i40e_get_rss_hash_bits(struct ethtool_rxnfc *nfc, u64 i_setc)
2861{
2862 u64 i_set = i_setc;
2863 u64 src_l3 = 0, dst_l3 = 0;
2864
2865 if (nfc->data & RXH_L4_B_0_1)
2866 i_set |= I40E_L4_SRC_MASK;
2867 else
2868 i_set &= ~I40E_L4_SRC_MASK;
2869 if (nfc->data & RXH_L4_B_2_3)
2870 i_set |= I40E_L4_DST_MASK;
2871 else
2872 i_set &= ~I40E_L4_DST_MASK;
2873
2874 if (nfc->flow_type == TCP_V6_FLOW || nfc->flow_type == UDP_V6_FLOW) {
2875 src_l3 = I40E_L3_V6_SRC_MASK;
2876 dst_l3 = I40E_L3_V6_DST_MASK;
2877 } else if (nfc->flow_type == TCP_V4_FLOW ||
2878 nfc->flow_type == UDP_V4_FLOW) {
2879 src_l3 = I40E_L3_SRC_MASK;
2880 dst_l3 = I40E_L3_DST_MASK;
2881 } else {
2882 /* Any other flow type are not supported here */
2883 return i_set;
2884 }
2885
2886 if (nfc->data & RXH_IP_SRC)
2887 i_set |= src_l3;
2888 else
2889 i_set &= ~src_l3;
2890 if (nfc->data & RXH_IP_DST)
2891 i_set |= dst_l3;
2892 else
2893 i_set &= ~dst_l3;
2894
2895 return i_set;
2896}
2897
2898/**
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002899 * i40e_set_rss_hash_opt - Enable/Disable flow types for RSS hash
2900 * @pf: pointer to the physical function struct
Jacob Kellerf5254422018-04-20 01:41:33 -07002901 * @nfc: ethtool rxnfc command
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002902 *
2903 * Returns Success if the flow input set is supported.
2904 **/
2905static int i40e_set_rss_hash_opt(struct i40e_pf *pf, struct ethtool_rxnfc *nfc)
2906{
2907 struct i40e_hw *hw = &pf->hw;
Shannon Nelson272cdaf22016-02-17 16:12:21 -08002908 u64 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) |
2909 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32);
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002910 u8 flow_pctype = 0;
2911 u64 i_set, i_setc;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002912
Carolyn Wyborny83d14c52017-06-07 05:43:07 -04002913 if (pf->flags & I40E_FLAG_MFP_ENABLED) {
2914 dev_err(&pf->pdev->dev,
2915 "Change of RSS hash input set is not supported when MFP mode is enabled\n");
2916 return -EOPNOTSUPP;
2917 }
2918
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002919 /* RSS does not support anything other than hashing
2920 * to queues on src and dst IPs and ports
2921 */
2922 if (nfc->data & ~(RXH_IP_SRC | RXH_IP_DST |
2923 RXH_L4_B_0_1 | RXH_L4_B_2_3))
2924 return -EINVAL;
2925
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002926 switch (nfc->flow_type) {
2927 case TCP_V4_FLOW:
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002928 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP;
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002929 if (pf->hw_features & I40E_HW_MULTIPLE_TCP_UDP_RSS_PCTYPE)
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002930 hena |=
2931 BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV4_TCP_SYN_NO_ACK);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002932 break;
2933 case TCP_V6_FLOW:
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002934 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_TCP;
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002935 if (pf->hw_features & I40E_HW_MULTIPLE_TCP_UDP_RSS_PCTYPE)
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002936 hena |=
2937 BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV4_TCP_SYN_NO_ACK);
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002938 if (pf->hw_features & I40E_HW_MULTIPLE_TCP_UDP_RSS_PCTYPE)
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002939 hena |=
2940 BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV6_TCP_SYN_NO_ACK);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002941 break;
2942 case UDP_V4_FLOW:
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002943 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_UDP;
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002944 if (pf->hw_features & I40E_HW_MULTIPLE_TCP_UDP_RSS_PCTYPE)
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002945 hena |=
2946 BIT_ULL(I40E_FILTER_PCTYPE_NONF_UNICAST_IPV4_UDP) |
2947 BIT_ULL(I40E_FILTER_PCTYPE_NONF_MULTICAST_IPV4_UDP);
Anjali Singhai Jain3d0da5b2015-12-22 14:25:05 -08002948
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002949 hena |= BIT_ULL(I40E_FILTER_PCTYPE_FRAG_IPV4);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002950 break;
2951 case UDP_V6_FLOW:
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002952 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_UDP;
Jacob Kellerd36e41d2017-06-23 04:24:46 -04002953 if (pf->hw_features & I40E_HW_MULTIPLE_TCP_UDP_RSS_PCTYPE)
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002954 hena |=
2955 BIT_ULL(I40E_FILTER_PCTYPE_NONF_UNICAST_IPV6_UDP) |
2956 BIT_ULL(I40E_FILTER_PCTYPE_NONF_MULTICAST_IPV6_UDP);
Anjali Singhai Jain3d0da5b2015-12-22 14:25:05 -08002957
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002958 hena |= BIT_ULL(I40E_FILTER_PCTYPE_FRAG_IPV6);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002959 break;
2960 case AH_ESP_V4_FLOW:
2961 case AH_V4_FLOW:
2962 case ESP_V4_FLOW:
2963 case SCTP_V4_FLOW:
2964 if ((nfc->data & RXH_L4_B_0_1) ||
2965 (nfc->data & RXH_L4_B_2_3))
2966 return -EINVAL;
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04002967 hena |= BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV4_OTHER);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002968 break;
2969 case AH_ESP_V6_FLOW:
2970 case AH_V6_FLOW:
2971 case ESP_V6_FLOW:
2972 case SCTP_V6_FLOW:
2973 if ((nfc->data & RXH_L4_B_0_1) ||
2974 (nfc->data & RXH_L4_B_2_3))
2975 return -EINVAL;
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04002976 hena |= BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV6_OTHER);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002977 break;
2978 case IPV4_FLOW:
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04002979 hena |= BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV4_OTHER) |
2980 BIT_ULL(I40E_FILTER_PCTYPE_FRAG_IPV4);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002981 break;
2982 case IPV6_FLOW:
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04002983 hena |= BIT_ULL(I40E_FILTER_PCTYPE_NONF_IPV6_OTHER) |
2984 BIT_ULL(I40E_FILTER_PCTYPE_FRAG_IPV6);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00002985 break;
2986 default:
2987 return -EINVAL;
2988 }
2989
Carolyn Wybornyeb0dd6e2016-07-27 12:02:40 -07002990 if (flow_pctype) {
2991 i_setc = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0,
2992 flow_pctype)) |
2993 ((u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1,
2994 flow_pctype)) << 32);
2995 i_set = i40e_get_rss_hash_bits(nfc, i_setc);
2996 i40e_write_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, flow_pctype),
2997 (u32)i_set);
2998 i40e_write_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, flow_pctype),
2999 (u32)(i_set >> 32));
3000 hena |= BIT_ULL(flow_pctype);
3001 }
3002
Shannon Nelson272cdaf22016-02-17 16:12:21 -08003003 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena);
3004 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32));
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003005 i40e_flush(hw);
3006
3007 return 0;
3008}
3009
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003010/**
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003011 * i40e_update_ethtool_fdir_entry - Updates the fdir filter entry
3012 * @vsi: Pointer to the targeted VSI
3013 * @input: The filter to update or NULL to indicate deletion
3014 * @sw_idx: Software index to the filter
3015 * @cmd: The command to get or set Rx flow classification rules
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003016 *
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003017 * This function updates (or deletes) a Flow Director entry from
3018 * the hlist of the corresponding PF
3019 *
3020 * Returns 0 on success
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003021 **/
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003022static int i40e_update_ethtool_fdir_entry(struct i40e_vsi *vsi,
3023 struct i40e_fdir_filter *input,
3024 u16 sw_idx,
3025 struct ethtool_rxnfc *cmd)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003026{
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003027 struct i40e_fdir_filter *rule, *parent;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003028 struct i40e_pf *pf = vsi->back;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003029 struct hlist_node *node2;
3030 int err = -EINVAL;
Jesse Brandeburgc35a1d72013-12-18 13:46:02 +00003031
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003032 parent = NULL;
3033 rule = NULL;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003034
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003035 hlist_for_each_entry_safe(rule, node2,
3036 &pf->fdir_filter_list, fdir_node) {
3037 /* hash found, or no matching entry */
3038 if (rule->fd_id >= sw_idx)
3039 break;
3040 parent = rule;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003041 }
3042
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003043 /* if there is an old rule occupying our place remove it */
3044 if (rule && (rule->fd_id == sw_idx)) {
Jacob Kellerc6da5252017-02-06 14:39:13 -08003045 /* Remove this rule, since we're either deleting it, or
3046 * replacing it.
3047 */
3048 err = i40e_add_del_fdir(vsi, rule, false);
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003049 hlist_del(&rule->fdir_node);
3050 kfree(rule);
3051 pf->fdir_pf_active_filters--;
3052 }
3053
Jacob Kellerc6da5252017-02-06 14:39:13 -08003054 /* If we weren't given an input, this is a delete, so just return the
3055 * error code indicating if there was an entry at the requested slot
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003056 */
3057 if (!input)
3058 return err;
3059
Jacob Kellerc6da5252017-02-06 14:39:13 -08003060 /* Otherwise, install the new rule as requested */
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003061 INIT_HLIST_NODE(&input->fdir_node);
3062
3063 /* add filter to the list */
3064 if (parent)
Ken Helias1d023282014-08-06 16:09:16 -07003065 hlist_add_behind(&input->fdir_node, &parent->fdir_node);
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003066 else
3067 hlist_add_head(&input->fdir_node,
3068 &pf->fdir_filter_list);
3069
3070 /* update counts */
3071 pf->fdir_pf_active_filters++;
3072
3073 return 0;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003074}
3075
3076/**
Jacob Keller0e588de2017-02-06 14:38:50 -08003077 * i40e_prune_flex_pit_list - Cleanup unused entries in FLX_PIT table
3078 * @pf: pointer to PF structure
3079 *
3080 * This function searches the list of filters and determines which FLX_PIT
3081 * entries are still required. It will prune any entries which are no longer
3082 * in use after the deletion.
3083 **/
3084static void i40e_prune_flex_pit_list(struct i40e_pf *pf)
3085{
3086 struct i40e_flex_pit *entry, *tmp;
3087 struct i40e_fdir_filter *rule;
3088
3089 /* First, we'll check the l3 table */
3090 list_for_each_entry_safe(entry, tmp, &pf->l3_flex_pit_list, list) {
3091 bool found = false;
3092
3093 hlist_for_each_entry(rule, &pf->fdir_filter_list, fdir_node) {
3094 if (rule->flow_type != IP_USER_FLOW)
3095 continue;
3096 if (rule->flex_filter &&
3097 rule->flex_offset == entry->src_offset) {
3098 found = true;
3099 break;
3100 }
3101 }
3102
3103 /* If we didn't find the filter, then we can prune this entry
3104 * from the list.
3105 */
3106 if (!found) {
3107 list_del(&entry->list);
3108 kfree(entry);
3109 }
3110 }
3111
3112 /* Followed by the L4 table */
3113 list_for_each_entry_safe(entry, tmp, &pf->l4_flex_pit_list, list) {
3114 bool found = false;
3115
3116 hlist_for_each_entry(rule, &pf->fdir_filter_list, fdir_node) {
3117 /* Skip this filter if it's L3, since we already
3118 * checked those in the above loop
3119 */
3120 if (rule->flow_type == IP_USER_FLOW)
3121 continue;
3122 if (rule->flex_filter &&
3123 rule->flex_offset == entry->src_offset) {
3124 found = true;
3125 break;
3126 }
3127 }
3128
3129 /* If we didn't find the filter, then we can prune this entry
3130 * from the list.
3131 */
3132 if (!found) {
3133 list_del(&entry->list);
3134 kfree(entry);
3135 }
3136 }
3137}
3138
3139/**
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003140 * i40e_del_fdir_entry - Deletes a Flow Director filter entry
3141 * @vsi: Pointer to the targeted VSI
3142 * @cmd: The command to get or set Rx flow classification rules
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003143 *
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003144 * The function removes a Flow Director filter entry from the
3145 * hlist of the corresponding PF
3146 *
3147 * Returns 0 on success
3148 */
3149static int i40e_del_fdir_entry(struct i40e_vsi *vsi,
3150 struct ethtool_rxnfc *cmd)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003151{
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003152 struct ethtool_rx_flow_spec *fsp =
3153 (struct ethtool_rx_flow_spec *)&cmd->fs;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003154 struct i40e_pf *pf = vsi->back;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003155 int ret = 0;
Jesse Brandeburgc35a1d72013-12-18 13:46:02 +00003156
Jacob Keller0da36b92017-04-19 09:25:55 -04003157 if (test_bit(__I40E_RESET_RECOVERY_PENDING, pf->state) ||
3158 test_bit(__I40E_RESET_INTR_RECEIVED, pf->state))
Anjali Singhai Jain60793f4a2014-07-09 07:46:23 +00003159 return -EBUSY;
3160
Jacob Keller0da36b92017-04-19 09:25:55 -04003161 if (test_bit(__I40E_FD_FLUSH_REQUESTED, pf->state))
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00003162 return -EBUSY;
3163
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003164 ret = i40e_update_ethtool_fdir_entry(vsi, NULL, fsp->location, cmd);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003165
Jacob Keller0e588de2017-02-06 14:38:50 -08003166 i40e_prune_flex_pit_list(pf);
3167
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00003168 i40e_fdir_check_and_reenable(pf);
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003169 return ret;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003170}
3171
3172/**
Jacob Keller0e588de2017-02-06 14:38:50 -08003173 * i40e_unused_pit_index - Find an unused PIT index for given list
3174 * @pf: the PF data structure
3175 *
3176 * Find the first unused flexible PIT index entry. We search both the L3 and
3177 * L4 flexible PIT lists so that the returned index is unique and unused by
3178 * either currently programmed L3 or L4 filters. We use a bit field as storage
3179 * to track which indexes are already used.
3180 **/
3181static u8 i40e_unused_pit_index(struct i40e_pf *pf)
3182{
3183 unsigned long available_index = 0xFF;
3184 struct i40e_flex_pit *entry;
3185
3186 /* We need to make sure that the new index isn't in use by either L3
3187 * or L4 filters so that IP_USER_FLOW filters can program both L3 and
3188 * L4 to use the same index.
3189 */
3190
3191 list_for_each_entry(entry, &pf->l4_flex_pit_list, list)
3192 clear_bit(entry->pit_index, &available_index);
3193
3194 list_for_each_entry(entry, &pf->l3_flex_pit_list, list)
3195 clear_bit(entry->pit_index, &available_index);
3196
3197 return find_first_bit(&available_index, 8);
3198}
3199
3200/**
3201 * i40e_find_flex_offset - Find an existing flex src_offset
3202 * @flex_pit_list: L3 or L4 flex PIT list
3203 * @src_offset: new src_offset to find
3204 *
3205 * Searches the flex_pit_list for an existing offset. If no offset is
3206 * currently programmed, then this will return an ERR_PTR if there is no space
3207 * to add a new offset, otherwise it returns NULL.
3208 **/
3209static
3210struct i40e_flex_pit *i40e_find_flex_offset(struct list_head *flex_pit_list,
3211 u16 src_offset)
3212{
3213 struct i40e_flex_pit *entry;
3214 int size = 0;
3215
3216 /* Search for the src_offset first. If we find a matching entry
3217 * already programmed, we can simply re-use it.
3218 */
3219 list_for_each_entry(entry, flex_pit_list, list) {
3220 size++;
3221 if (entry->src_offset == src_offset)
3222 return entry;
3223 }
3224
3225 /* If we haven't found an entry yet, then the provided src offset has
3226 * not yet been programmed. We will program the src offset later on,
3227 * but we need to indicate whether there is enough space to do so
3228 * here. We'll make use of ERR_PTR for this purpose.
3229 */
3230 if (size >= I40E_FLEX_PIT_TABLE_SIZE)
3231 return ERR_PTR(-ENOSPC);
3232
3233 return NULL;
3234}
3235
3236/**
3237 * i40e_add_flex_offset - Add src_offset to flex PIT table list
3238 * @flex_pit_list: L3 or L4 flex PIT list
3239 * @src_offset: new src_offset to add
3240 * @pit_index: the PIT index to program
3241 *
3242 * This function programs the new src_offset to the list. It is expected that
3243 * i40e_find_flex_offset has already been tried and returned NULL, indicating
3244 * that this offset is not programmed, and that the list has enough space to
3245 * store another offset.
3246 *
3247 * Returns 0 on success, and negative value on error.
3248 **/
3249static int i40e_add_flex_offset(struct list_head *flex_pit_list,
3250 u16 src_offset,
3251 u8 pit_index)
3252{
3253 struct i40e_flex_pit *new_pit, *entry;
3254
3255 new_pit = kzalloc(sizeof(*entry), GFP_KERNEL);
3256 if (!new_pit)
3257 return -ENOMEM;
3258
3259 new_pit->src_offset = src_offset;
3260 new_pit->pit_index = pit_index;
3261
3262 /* We need to insert this item such that the list is sorted by
3263 * src_offset in ascending order.
3264 */
3265 list_for_each_entry(entry, flex_pit_list, list) {
3266 if (new_pit->src_offset < entry->src_offset) {
3267 list_add_tail(&new_pit->list, &entry->list);
3268 return 0;
3269 }
3270
3271 /* If we found an entry with our offset already programmed we
3272 * can simply return here, after freeing the memory. However,
3273 * if the pit_index does not match we need to report an error.
3274 */
3275 if (new_pit->src_offset == entry->src_offset) {
3276 int err = 0;
3277
3278 /* If the PIT index is not the same we can't re-use
3279 * the entry, so we must report an error.
3280 */
3281 if (new_pit->pit_index != entry->pit_index)
3282 err = -EINVAL;
3283
3284 kfree(new_pit);
3285 return err;
3286 }
3287 }
3288
3289 /* If we reached here, then we haven't yet added the item. This means
3290 * that we should add the item at the end of the list.
3291 */
3292 list_add_tail(&new_pit->list, flex_pit_list);
3293 return 0;
3294}
3295
3296/**
3297 * __i40e_reprogram_flex_pit - Re-program specific FLX_PIT table
3298 * @pf: Pointer to the PF structure
3299 * @flex_pit_list: list of flexible src offsets in use
Jacob Kellerf5254422018-04-20 01:41:33 -07003300 * @flex_pit_start: index to first entry for this section of the table
Jacob Keller0e588de2017-02-06 14:38:50 -08003301 *
3302 * In order to handle flexible data, the hardware uses a table of values
3303 * called the FLX_PIT table. This table is used to indicate which sections of
3304 * the input correspond to what PIT index values. Unfortunately, hardware is
3305 * very restrictive about programming this table. Entries must be ordered by
3306 * src_offset in ascending order, without duplicates. Additionally, unused
3307 * entries must be set to the unused index value, and must have valid size and
3308 * length according to the src_offset ordering.
3309 *
3310 * This function will reprogram the FLX_PIT register from a book-keeping
3311 * structure that we guarantee is already ordered correctly, and has no more
3312 * than 3 entries.
3313 *
3314 * To make things easier, we only support flexible values of one word length,
3315 * rather than allowing variable length flexible values.
3316 **/
3317static void __i40e_reprogram_flex_pit(struct i40e_pf *pf,
3318 struct list_head *flex_pit_list,
3319 int flex_pit_start)
3320{
3321 struct i40e_flex_pit *entry = NULL;
3322 u16 last_offset = 0;
3323 int i = 0, j = 0;
3324
3325 /* First, loop over the list of flex PIT entries, and reprogram the
3326 * registers.
3327 */
3328 list_for_each_entry(entry, flex_pit_list, list) {
3329 /* We have to be careful when programming values for the
3330 * largest SRC_OFFSET value. It is possible that adding
3331 * additional empty values at the end would overflow the space
3332 * for the SRC_OFFSET in the FLX_PIT register. To avoid this,
3333 * we check here and add the empty values prior to adding the
3334 * largest value.
3335 *
3336 * To determine this, we will use a loop from i+1 to 3, which
3337 * will determine whether the unused entries would have valid
3338 * SRC_OFFSET. Note that there cannot be extra entries past
3339 * this value, because the only valid values would have been
3340 * larger than I40E_MAX_FLEX_SRC_OFFSET, and thus would not
3341 * have been added to the list in the first place.
3342 */
3343 for (j = i + 1; j < 3; j++) {
3344 u16 offset = entry->src_offset + j;
3345 int index = flex_pit_start + i;
3346 u32 value = I40E_FLEX_PREP_VAL(I40E_FLEX_DEST_UNUSED,
3347 1,
3348 offset - 3);
3349
3350 if (offset > I40E_MAX_FLEX_SRC_OFFSET) {
3351 i40e_write_rx_ctl(&pf->hw,
3352 I40E_PRTQF_FLX_PIT(index),
3353 value);
3354 i++;
3355 }
3356 }
3357
3358 /* Now, we can program the actual value into the table */
3359 i40e_write_rx_ctl(&pf->hw,
3360 I40E_PRTQF_FLX_PIT(flex_pit_start + i),
3361 I40E_FLEX_PREP_VAL(entry->pit_index + 50,
3362 1,
3363 entry->src_offset));
3364 i++;
3365 }
3366
3367 /* In order to program the last entries in the table, we need to
3368 * determine the valid offset. If the list is empty, we'll just start
3369 * with 0. Otherwise, we'll start with the last item offset and add 1.
3370 * This ensures that all entries have valid sizes. If we don't do this
3371 * correctly, the hardware will disable flexible field parsing.
3372 */
3373 if (!list_empty(flex_pit_list))
3374 last_offset = list_prev_entry(entry, list)->src_offset + 1;
3375
3376 for (; i < 3; i++, last_offset++) {
3377 i40e_write_rx_ctl(&pf->hw,
3378 I40E_PRTQF_FLX_PIT(flex_pit_start + i),
3379 I40E_FLEX_PREP_VAL(I40E_FLEX_DEST_UNUSED,
3380 1,
3381 last_offset));
3382 }
3383}
3384
3385/**
3386 * i40e_reprogram_flex_pit - Reprogram all FLX_PIT tables after input set change
3387 * @pf: pointer to the PF structure
3388 *
3389 * This function reprograms both the L3 and L4 FLX_PIT tables. See the
3390 * internal helper function for implementation details.
3391 **/
3392static void i40e_reprogram_flex_pit(struct i40e_pf *pf)
3393{
3394 __i40e_reprogram_flex_pit(pf, &pf->l3_flex_pit_list,
3395 I40E_FLEX_PIT_IDX_START_L3);
3396
3397 __i40e_reprogram_flex_pit(pf, &pf->l4_flex_pit_list,
3398 I40E_FLEX_PIT_IDX_START_L4);
3399
3400 /* We also need to program the L3 and L4 GLQF ORT register */
3401 i40e_write_rx_ctl(&pf->hw,
3402 I40E_GLQF_ORT(I40E_L3_GLQF_ORT_IDX),
3403 I40E_ORT_PREP_VAL(I40E_FLEX_PIT_IDX_START_L3,
3404 3, 1));
3405
3406 i40e_write_rx_ctl(&pf->hw,
3407 I40E_GLQF_ORT(I40E_L4_GLQF_ORT_IDX),
3408 I40E_ORT_PREP_VAL(I40E_FLEX_PIT_IDX_START_L4,
3409 3, 1));
3410}
3411
3412/**
Jacob Keller9229e992017-02-06 14:38:47 -08003413 * i40e_flow_str - Converts a flow_type into a human readable string
Jacob Kellerf5254422018-04-20 01:41:33 -07003414 * @fsp: the flow specification
Jacob Keller9229e992017-02-06 14:38:47 -08003415 *
3416 * Currently only flow types we support are included here, and the string
3417 * value attempts to match what ethtool would use to configure this flow type.
3418 **/
3419static const char *i40e_flow_str(struct ethtool_rx_flow_spec *fsp)
3420{
3421 switch (fsp->flow_type & ~FLOW_EXT) {
3422 case TCP_V4_FLOW:
3423 return "tcp4";
3424 case UDP_V4_FLOW:
3425 return "udp4";
3426 case SCTP_V4_FLOW:
3427 return "sctp4";
3428 case IP_USER_FLOW:
3429 return "ip4";
3430 default:
3431 return "unknown";
3432 }
3433}
3434
3435/**
Jacob Keller0e588de2017-02-06 14:38:50 -08003436 * i40e_pit_index_to_mask - Return the FLEX mask for a given PIT index
3437 * @pit_index: PIT index to convert
3438 *
3439 * Returns the mask for a given PIT index. Will return 0 if the pit_index is
3440 * of range.
3441 **/
3442static u64 i40e_pit_index_to_mask(int pit_index)
3443{
3444 switch (pit_index) {
3445 case 0:
3446 return I40E_FLEX_50_MASK;
3447 case 1:
3448 return I40E_FLEX_51_MASK;
3449 case 2:
3450 return I40E_FLEX_52_MASK;
3451 case 3:
3452 return I40E_FLEX_53_MASK;
3453 case 4:
3454 return I40E_FLEX_54_MASK;
3455 case 5:
3456 return I40E_FLEX_55_MASK;
3457 case 6:
3458 return I40E_FLEX_56_MASK;
3459 case 7:
3460 return I40E_FLEX_57_MASK;
3461 default:
3462 return 0;
3463 }
3464}
3465
3466/**
Jacob Keller9229e992017-02-06 14:38:47 -08003467 * i40e_print_input_set - Show changes between two input sets
3468 * @vsi: the vsi being configured
3469 * @old: the old input set
3470 * @new: the new input set
3471 *
3472 * Print the difference between old and new input sets by showing which series
3473 * of words are toggled on or off. Only displays the bits we actually support
3474 * changing.
3475 **/
3476static void i40e_print_input_set(struct i40e_vsi *vsi, u64 old, u64 new)
3477{
3478 struct i40e_pf *pf = vsi->back;
3479 bool old_value, new_value;
Jacob Keller0e588de2017-02-06 14:38:50 -08003480 int i;
Jacob Keller9229e992017-02-06 14:38:47 -08003481
3482 old_value = !!(old & I40E_L3_SRC_MASK);
3483 new_value = !!(new & I40E_L3_SRC_MASK);
3484 if (old_value != new_value)
3485 netif_info(pf, drv, vsi->netdev, "L3 source address: %s -> %s\n",
3486 old_value ? "ON" : "OFF",
3487 new_value ? "ON" : "OFF");
3488
3489 old_value = !!(old & I40E_L3_DST_MASK);
3490 new_value = !!(new & I40E_L3_DST_MASK);
3491 if (old_value != new_value)
3492 netif_info(pf, drv, vsi->netdev, "L3 destination address: %s -> %s\n",
3493 old_value ? "ON" : "OFF",
3494 new_value ? "ON" : "OFF");
3495
3496 old_value = !!(old & I40E_L4_SRC_MASK);
3497 new_value = !!(new & I40E_L4_SRC_MASK);
3498 if (old_value != new_value)
3499 netif_info(pf, drv, vsi->netdev, "L4 source port: %s -> %s\n",
3500 old_value ? "ON" : "OFF",
3501 new_value ? "ON" : "OFF");
3502
3503 old_value = !!(old & I40E_L4_DST_MASK);
3504 new_value = !!(new & I40E_L4_DST_MASK);
3505 if (old_value != new_value)
3506 netif_info(pf, drv, vsi->netdev, "L4 destination port: %s -> %s\n",
3507 old_value ? "ON" : "OFF",
3508 new_value ? "ON" : "OFF");
3509
3510 old_value = !!(old & I40E_VERIFY_TAG_MASK);
3511 new_value = !!(new & I40E_VERIFY_TAG_MASK);
3512 if (old_value != new_value)
3513 netif_info(pf, drv, vsi->netdev, "SCTP verification tag: %s -> %s\n",
3514 old_value ? "ON" : "OFF",
3515 new_value ? "ON" : "OFF");
3516
Jacob Keller0e588de2017-02-06 14:38:50 -08003517 /* Show change of flexible filter entries */
3518 for (i = 0; i < I40E_FLEX_INDEX_ENTRIES; i++) {
3519 u64 flex_mask = i40e_pit_index_to_mask(i);
3520
3521 old_value = !!(old & flex_mask);
3522 new_value = !!(new & flex_mask);
3523 if (old_value != new_value)
3524 netif_info(pf, drv, vsi->netdev, "FLEX index %d: %s -> %s\n",
3525 i,
3526 old_value ? "ON" : "OFF",
3527 new_value ? "ON" : "OFF");
3528 }
3529
Jacob Keller9229e992017-02-06 14:38:47 -08003530 netif_info(pf, drv, vsi->netdev, " Current input set: %0llx\n",
3531 old);
3532 netif_info(pf, drv, vsi->netdev, "Requested input set: %0llx\n",
3533 new);
3534}
3535
3536/**
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003537 * i40e_check_fdir_input_set - Check that a given rx_flow_spec mask is valid
Jacob Keller36777d92017-03-07 15:05:23 -08003538 * @vsi: pointer to the targeted VSI
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003539 * @fsp: pointer to Rx flow specification
Jacob Keller0e588de2017-02-06 14:38:50 -08003540 * @userdef: userdefined data from flow specification
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003541 *
Jacob Keller9229e992017-02-06 14:38:47 -08003542 * Ensures that a given ethtool_rx_flow_spec has a valid mask. Some support
3543 * for partial matches exists with a few limitations. First, hardware only
3544 * supports masking by word boundary (2 bytes) and not per individual bit.
3545 * Second, hardware is limited to using one mask for a flow type and cannot
3546 * use a separate mask for each filter.
3547 *
3548 * To support these limitations, if we already have a configured filter for
3549 * the specified type, this function enforces that new filters of the type
3550 * match the configured input set. Otherwise, if we do not have a filter of
3551 * the specified type, we allow the input set to be updated to match the
3552 * desired filter.
3553 *
3554 * To help ensure that administrators understand why filters weren't displayed
3555 * as supported, we print a diagnostic message displaying how the input set
3556 * would change and warning to delete the preexisting filters if required.
3557 *
3558 * Returns 0 on successful input set match, and a negative return code on
3559 * failure.
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003560 **/
Jacob Keller36777d92017-03-07 15:05:23 -08003561static int i40e_check_fdir_input_set(struct i40e_vsi *vsi,
Jacob Keller0e588de2017-02-06 14:38:50 -08003562 struct ethtool_rx_flow_spec *fsp,
3563 struct i40e_rx_flow_userdef *userdef)
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003564{
Jacob Keller36777d92017-03-07 15:05:23 -08003565 struct i40e_pf *pf = vsi->back;
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003566 struct ethtool_tcpip4_spec *tcp_ip4_spec;
3567 struct ethtool_usrip4_spec *usr_ip4_spec;
Jacob Keller36777d92017-03-07 15:05:23 -08003568 u64 current_mask, new_mask;
Jacob Keller0e588de2017-02-06 14:38:50 -08003569 bool new_flex_offset = false;
3570 bool flex_l3 = false;
Jacob Keller9229e992017-02-06 14:38:47 -08003571 u16 *fdir_filter_count;
Jacob Keller0e588de2017-02-06 14:38:50 -08003572 u16 index, src_offset = 0;
3573 u8 pit_index = 0;
3574 int err;
Jacob Keller36777d92017-03-07 15:05:23 -08003575
3576 switch (fsp->flow_type & ~FLOW_EXT) {
Jacob Kellerf223c872017-02-06 14:38:51 -08003577 case SCTP_V4_FLOW:
3578 index = I40E_FILTER_PCTYPE_NONF_IPV4_SCTP;
3579 fdir_filter_count = &pf->fd_sctp4_filter_cnt;
3580 break;
Jacob Keller36777d92017-03-07 15:05:23 -08003581 case TCP_V4_FLOW:
3582 index = I40E_FILTER_PCTYPE_NONF_IPV4_TCP;
Jacob Keller9229e992017-02-06 14:38:47 -08003583 fdir_filter_count = &pf->fd_tcp4_filter_cnt;
Jacob Keller36777d92017-03-07 15:05:23 -08003584 break;
3585 case UDP_V4_FLOW:
3586 index = I40E_FILTER_PCTYPE_NONF_IPV4_UDP;
Jacob Keller9229e992017-02-06 14:38:47 -08003587 fdir_filter_count = &pf->fd_udp4_filter_cnt;
Jacob Keller36777d92017-03-07 15:05:23 -08003588 break;
3589 case IP_USER_FLOW:
3590 index = I40E_FILTER_PCTYPE_NONF_IPV4_OTHER;
Jacob Keller9229e992017-02-06 14:38:47 -08003591 fdir_filter_count = &pf->fd_ip4_filter_cnt;
Jacob Keller0e588de2017-02-06 14:38:50 -08003592 flex_l3 = true;
Jacob Keller36777d92017-03-07 15:05:23 -08003593 break;
3594 default:
3595 return -EOPNOTSUPP;
3596 }
3597
3598 /* Read the current input set from register memory. */
3599 current_mask = i40e_read_fd_input_set(pf, index);
3600 new_mask = current_mask;
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003601
Jacob Keller9229e992017-02-06 14:38:47 -08003602 /* Determine, if any, the required changes to the input set in order
3603 * to support the provided mask.
3604 *
3605 * Hardware only supports masking at word (2 byte) granularity and does
3606 * not support full bitwise masking. This implementation simplifies
3607 * even further and only supports fully enabled or fully disabled
3608 * masks for each field, even though we could split the ip4src and
3609 * ip4dst fields.
3610 */
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003611 switch (fsp->flow_type & ~FLOW_EXT) {
Jacob Kellerf223c872017-02-06 14:38:51 -08003612 case SCTP_V4_FLOW:
3613 new_mask &= ~I40E_VERIFY_TAG_MASK;
3614 /* Fall through */
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003615 case TCP_V4_FLOW:
3616 case UDP_V4_FLOW:
3617 tcp_ip4_spec = &fsp->m_u.tcp_ip4_spec;
3618
3619 /* IPv4 source address */
Jacob Keller36777d92017-03-07 15:05:23 -08003620 if (tcp_ip4_spec->ip4src == htonl(0xFFFFFFFF))
3621 new_mask |= I40E_L3_SRC_MASK;
3622 else if (!tcp_ip4_spec->ip4src)
3623 new_mask &= ~I40E_L3_SRC_MASK;
3624 else
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003625 return -EOPNOTSUPP;
3626
3627 /* IPv4 destination address */
Jacob Keller36777d92017-03-07 15:05:23 -08003628 if (tcp_ip4_spec->ip4dst == htonl(0xFFFFFFFF))
3629 new_mask |= I40E_L3_DST_MASK;
3630 else if (!tcp_ip4_spec->ip4dst)
3631 new_mask &= ~I40E_L3_DST_MASK;
3632 else
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003633 return -EOPNOTSUPP;
3634
3635 /* L4 source port */
Jacob Keller36777d92017-03-07 15:05:23 -08003636 if (tcp_ip4_spec->psrc == htons(0xFFFF))
3637 new_mask |= I40E_L4_SRC_MASK;
3638 else if (!tcp_ip4_spec->psrc)
3639 new_mask &= ~I40E_L4_SRC_MASK;
3640 else
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003641 return -EOPNOTSUPP;
3642
3643 /* L4 destination port */
Jacob Keller36777d92017-03-07 15:05:23 -08003644 if (tcp_ip4_spec->pdst == htons(0xFFFF))
3645 new_mask |= I40E_L4_DST_MASK;
3646 else if (!tcp_ip4_spec->pdst)
3647 new_mask &= ~I40E_L4_DST_MASK;
3648 else
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003649 return -EOPNOTSUPP;
3650
3651 /* Filtering on Type of Service is not supported. */
3652 if (tcp_ip4_spec->tos)
3653 return -EOPNOTSUPP;
3654
3655 break;
3656 case IP_USER_FLOW:
3657 usr_ip4_spec = &fsp->m_u.usr_ip4_spec;
3658
3659 /* IPv4 source address */
Jacob Keller36777d92017-03-07 15:05:23 -08003660 if (usr_ip4_spec->ip4src == htonl(0xFFFFFFFF))
3661 new_mask |= I40E_L3_SRC_MASK;
3662 else if (!usr_ip4_spec->ip4src)
3663 new_mask &= ~I40E_L3_SRC_MASK;
3664 else
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003665 return -EOPNOTSUPP;
3666
3667 /* IPv4 destination address */
Jacob Keller36777d92017-03-07 15:05:23 -08003668 if (usr_ip4_spec->ip4dst == htonl(0xFFFFFFFF))
3669 new_mask |= I40E_L3_DST_MASK;
3670 else if (!usr_ip4_spec->ip4dst)
3671 new_mask &= ~I40E_L3_DST_MASK;
3672 else
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003673 return -EOPNOTSUPP;
3674
3675 /* First 4 bytes of L4 header */
Jacob Keller36777d92017-03-07 15:05:23 -08003676 if (usr_ip4_spec->l4_4_bytes == htonl(0xFFFFFFFF))
3677 new_mask |= I40E_L4_SRC_MASK | I40E_L4_DST_MASK;
3678 else if (!usr_ip4_spec->l4_4_bytes)
3679 new_mask &= ~(I40E_L4_SRC_MASK | I40E_L4_DST_MASK);
3680 else
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003681 return -EOPNOTSUPP;
3682
3683 /* Filtering on Type of Service is not supported. */
3684 if (usr_ip4_spec->tos)
3685 return -EOPNOTSUPP;
3686
Jacob Keller0e588de2017-02-06 14:38:50 -08003687 /* Filtering on IP version is not supported */
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003688 if (usr_ip4_spec->ip_ver)
3689 return -EINVAL;
3690
Jacob Keller0e588de2017-02-06 14:38:50 -08003691 /* Filtering on L4 protocol is not supported */
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003692 if (usr_ip4_spec->proto)
3693 return -EINVAL;
Jacob Keller36777d92017-03-07 15:05:23 -08003694
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003695 break;
3696 default:
3697 return -EOPNOTSUPP;
3698 }
3699
Jacob Keller0e588de2017-02-06 14:38:50 -08003700 /* First, clear all flexible filter entries */
3701 new_mask &= ~I40E_FLEX_INPUT_MASK;
3702
3703 /* If we have a flexible filter, try to add this offset to the correct
3704 * flexible filter PIT list. Once finished, we can update the mask.
3705 * If the src_offset changed, we will get a new mask value which will
3706 * trigger an input set change.
Jacob Keller9229e992017-02-06 14:38:47 -08003707 */
Jacob Keller0e588de2017-02-06 14:38:50 -08003708 if (userdef->flex_filter) {
3709 struct i40e_flex_pit *l3_flex_pit = NULL, *flex_pit = NULL;
3710
3711 /* Flexible offset must be even, since the flexible payload
3712 * must be aligned on 2-byte boundary.
3713 */
3714 if (userdef->flex_offset & 0x1) {
3715 dev_warn(&pf->pdev->dev,
3716 "Flexible data offset must be 2-byte aligned\n");
3717 return -EINVAL;
3718 }
3719
3720 src_offset = userdef->flex_offset >> 1;
3721
3722 /* FLX_PIT source offset value is only so large */
3723 if (src_offset > I40E_MAX_FLEX_SRC_OFFSET) {
3724 dev_warn(&pf->pdev->dev,
3725 "Flexible data must reside within first 64 bytes of the packet payload\n");
3726 return -EINVAL;
3727 }
3728
3729 /* See if this offset has already been programmed. If we get
3730 * an ERR_PTR, then the filter is not safe to add. Otherwise,
3731 * if we get a NULL pointer, this means we will need to add
3732 * the offset.
3733 */
3734 flex_pit = i40e_find_flex_offset(&pf->l4_flex_pit_list,
3735 src_offset);
3736 if (IS_ERR(flex_pit))
3737 return PTR_ERR(flex_pit);
3738
3739 /* IP_USER_FLOW filters match both L4 (ICMP) and L3 (unknown)
3740 * packet types, and thus we need to program both L3 and L4
3741 * flexible values. These must have identical flexible index,
3742 * as otherwise we can't correctly program the input set. So
3743 * we'll find both an L3 and L4 index and make sure they are
3744 * the same.
3745 */
3746 if (flex_l3) {
3747 l3_flex_pit =
3748 i40e_find_flex_offset(&pf->l3_flex_pit_list,
3749 src_offset);
3750 if (IS_ERR(l3_flex_pit))
3751 return PTR_ERR(l3_flex_pit);
3752
3753 if (flex_pit) {
3754 /* If we already had a matching L4 entry, we
3755 * need to make sure that the L3 entry we
3756 * obtained uses the same index.
3757 */
3758 if (l3_flex_pit) {
3759 if (l3_flex_pit->pit_index !=
3760 flex_pit->pit_index) {
3761 return -EINVAL;
3762 }
3763 } else {
3764 new_flex_offset = true;
3765 }
3766 } else {
3767 flex_pit = l3_flex_pit;
3768 }
3769 }
3770
3771 /* If we didn't find an existing flex offset, we need to
3772 * program a new one. However, we don't immediately program it
3773 * here because we will wait to program until after we check
3774 * that it is safe to change the input set.
3775 */
3776 if (!flex_pit) {
3777 new_flex_offset = true;
3778 pit_index = i40e_unused_pit_index(pf);
3779 } else {
3780 pit_index = flex_pit->pit_index;
3781 }
3782
3783 /* Update the mask with the new offset */
3784 new_mask |= i40e_pit_index_to_mask(pit_index);
3785 }
3786
3787 /* If the mask and flexible filter offsets for this filter match the
3788 * currently programmed values we don't need any input set change, so
3789 * this filter is safe to install.
3790 */
3791 if (new_mask == current_mask && !new_flex_offset)
Jacob Keller9229e992017-02-06 14:38:47 -08003792 return 0;
3793
3794 netif_info(pf, drv, vsi->netdev, "Input set change requested for %s flows:\n",
3795 i40e_flow_str(fsp));
3796 i40e_print_input_set(vsi, current_mask, new_mask);
Jacob Keller0e588de2017-02-06 14:38:50 -08003797 if (new_flex_offset) {
3798 netif_info(pf, drv, vsi->netdev, "FLEX index %d: Offset -> %d",
3799 pit_index, src_offset);
3800 }
Jacob Keller9229e992017-02-06 14:38:47 -08003801
3802 /* Hardware input sets are global across multiple ports, so even the
3803 * main port cannot change them when in MFP mode as this would impact
3804 * any filters on the other ports.
3805 */
3806 if (pf->flags & I40E_FLAG_MFP_ENABLED) {
3807 netif_err(pf, drv, vsi->netdev, "Cannot change Flow Director input sets while MFP is enabled\n");
Jacob Keller36777d92017-03-07 15:05:23 -08003808 return -EOPNOTSUPP;
Jacob Keller9229e992017-02-06 14:38:47 -08003809 }
3810
3811 /* This filter requires us to update the input set. However, hardware
3812 * only supports one input set per flow type, and does not support
3813 * separate masks for each filter. This means that we can only support
3814 * a single mask for all filters of a specific type.
3815 *
3816 * If we have preexisting filters, they obviously depend on the
3817 * current programmed input set. Display a diagnostic message in this
3818 * case explaining why the filter could not be accepted.
3819 */
3820 if (*fdir_filter_count) {
3821 netif_err(pf, drv, vsi->netdev, "Cannot change input set for %s flows until %d preexisting filters are removed\n",
3822 i40e_flow_str(fsp),
3823 *fdir_filter_count);
3824 return -EOPNOTSUPP;
3825 }
3826
3827 i40e_write_fd_input_set(pf, index, new_mask);
Jacob Keller36777d92017-03-07 15:05:23 -08003828
Jacob Keller02b40162017-12-27 08:24:12 -05003829 /* IP_USER_FLOW filters match both IPv4/Other and IPv4/Fragmented
3830 * frames. If we're programming the input set for IPv4/Other, we also
3831 * need to program the IPv4/Fragmented input set. Since we don't have
3832 * separate support, we'll always assume and enforce that the two flow
3833 * types must have matching input sets.
3834 */
3835 if (index == I40E_FILTER_PCTYPE_NONF_IPV4_OTHER)
3836 i40e_write_fd_input_set(pf, I40E_FILTER_PCTYPE_FRAG_IPV4,
3837 new_mask);
3838
Jacob Keller0e588de2017-02-06 14:38:50 -08003839 /* Add the new offset and update table, if necessary */
3840 if (new_flex_offset) {
3841 err = i40e_add_flex_offset(&pf->l4_flex_pit_list, src_offset,
3842 pit_index);
3843 if (err)
3844 return err;
3845
3846 if (flex_l3) {
3847 err = i40e_add_flex_offset(&pf->l3_flex_pit_list,
3848 src_offset,
3849 pit_index);
3850 if (err)
3851 return err;
3852 }
3853
3854 i40e_reprogram_flex_pit(pf);
3855 }
3856
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003857 return 0;
3858}
3859
3860/**
Jacob Keller443ee712017-12-27 08:25:32 -05003861 * i40e_match_fdir_filter - Return true of two filters match
3862 * @a: pointer to filter struct
3863 * @b: pointer to filter struct
3864 *
3865 * Returns true if the two filters match exactly the same criteria. I.e. they
3866 * match the same flow type and have the same parameters. We don't need to
3867 * check any input-set since all filters of the same flow type must use the
3868 * same input set.
3869 **/
3870static bool i40e_match_fdir_filter(struct i40e_fdir_filter *a,
3871 struct i40e_fdir_filter *b)
3872{
3873 /* The filters do not much if any of these criteria differ. */
3874 if (a->dst_ip != b->dst_ip ||
3875 a->src_ip != b->src_ip ||
3876 a->dst_port != b->dst_port ||
3877 a->src_port != b->src_port ||
3878 a->flow_type != b->flow_type ||
3879 a->ip4_proto != b->ip4_proto)
3880 return false;
3881
3882 return true;
3883}
3884
3885/**
3886 * i40e_disallow_matching_filters - Check that new filters differ
3887 * @vsi: pointer to the targeted VSI
3888 * @input: new filter to check
3889 *
3890 * Due to hardware limitations, it is not possible for two filters that match
3891 * similar criteria to be programmed at the same time. This is true for a few
3892 * reasons:
3893 *
3894 * (a) all filters matching a particular flow type must use the same input
3895 * set, that is they must match the same criteria.
3896 * (b) different flow types will never match the same packet, as the flow type
3897 * is decided by hardware before checking which rules apply.
3898 * (c) hardware has no way to distinguish which order filters apply in.
3899 *
3900 * Due to this, we can't really support using the location data to order
3901 * filters in the hardware parsing. It is technically possible for the user to
3902 * request two filters matching the same criteria but which select different
3903 * queues. In this case, rather than keep both filters in the list, we reject
3904 * the 2nd filter when the user requests adding it.
3905 *
3906 * This avoids needing to track location for programming the filter to
3907 * hardware, and ensures that we avoid some strange scenarios involving
3908 * deleting filters which match the same criteria.
3909 **/
3910static int i40e_disallow_matching_filters(struct i40e_vsi *vsi,
3911 struct i40e_fdir_filter *input)
3912{
3913 struct i40e_pf *pf = vsi->back;
3914 struct i40e_fdir_filter *rule;
3915 struct hlist_node *node2;
3916
3917 /* Loop through every filter, and check that it doesn't match */
3918 hlist_for_each_entry_safe(rule, node2,
3919 &pf->fdir_filter_list, fdir_node) {
3920 /* Don't check the filters match if they share the same fd_id,
3921 * since the new filter is actually just updating the target
3922 * of the old filter.
3923 */
3924 if (rule->fd_id == input->fd_id)
3925 continue;
3926
3927 /* If any filters match, then print a warning message to the
3928 * kernel message buffer and bail out.
3929 */
3930 if (i40e_match_fdir_filter(rule, input)) {
3931 dev_warn(&pf->pdev->dev,
3932 "Existing user defined filter %d already matches this flow.\n",
3933 rule->fd_id);
3934 return -EINVAL;
3935 }
3936 }
3937
3938 return 0;
3939}
3940
3941/**
Anjali Singhai Jain1eaa3842014-03-06 08:59:59 +00003942 * i40e_add_fdir_ethtool - Add/Remove Flow Director filters
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003943 * @vsi: pointer to the targeted VSI
3944 * @cmd: command to get or set RX flow classification rules
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003945 *
Anjali Singhai Jain1eaa3842014-03-06 08:59:59 +00003946 * Add Flow Director filters for a specific flow spec based on their
3947 * protocol. Returns 0 if the filters were successfully added.
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003948 **/
Anjali Singhai Jain1eaa3842014-03-06 08:59:59 +00003949static int i40e_add_fdir_ethtool(struct i40e_vsi *vsi,
3950 struct ethtool_rxnfc *cmd)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003951{
Jacob Kellere7930952017-02-06 14:38:49 -08003952 struct i40e_rx_flow_userdef userdef;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003953 struct ethtool_rx_flow_spec *fsp;
3954 struct i40e_fdir_filter *input;
Jacob Keller43b15692017-02-06 14:38:48 -08003955 u16 dest_vsi = 0, q_index = 0;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003956 struct i40e_pf *pf;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003957 int ret = -EINVAL;
Jacob Keller43b15692017-02-06 14:38:48 -08003958 u8 dest_ctl;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003959
3960 if (!vsi)
3961 return -EINVAL;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00003962 pf = vsi->back;
3963
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00003964 if (!(pf->flags & I40E_FLAG_FD_SB_ENABLED))
3965 return -EOPNOTSUPP;
3966
Jacob Keller134201a2018-03-16 01:26:32 -07003967 if (test_bit(__I40E_FD_SB_AUTO_DISABLED, pf->state))
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00003968 return -ENOSPC;
3969
Jacob Keller0da36b92017-04-19 09:25:55 -04003970 if (test_bit(__I40E_RESET_RECOVERY_PENDING, pf->state) ||
3971 test_bit(__I40E_RESET_INTR_RECEIVED, pf->state))
Anjali Singhai Jain60793f4a2014-07-09 07:46:23 +00003972 return -EBUSY;
3973
Jacob Keller0da36b92017-04-19 09:25:55 -04003974 if (test_bit(__I40E_FD_FLUSH_REQUESTED, pf->state))
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00003975 return -EBUSY;
3976
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00003977 fsp = (struct ethtool_rx_flow_spec *)&cmd->fs;
3978
Jacob Kellere7930952017-02-06 14:38:49 -08003979 /* Parse the user-defined field */
3980 if (i40e_parse_rx_flow_user_data(fsp, &userdef))
3981 return -EINVAL;
3982
Jacob Keller1ec8dea2017-02-06 14:39:12 -08003983 /* Extended MAC field is not supported */
3984 if (fsp->flow_type & FLOW_MAC_EXT)
3985 return -EINVAL;
3986
Jacob Keller0e588de2017-02-06 14:38:50 -08003987 ret = i40e_check_fdir_input_set(vsi, fsp, &userdef);
Jacob Kellerfaa16e02017-03-07 15:05:22 -08003988 if (ret)
3989 return ret;
3990
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003991 if (fsp->location >= (pf->hw.func_caps.fd_filters_best_effort +
3992 pf->hw.func_caps.fd_filters_guaranteed)) {
3993 return -EINVAL;
3994 }
3995
Jacob Keller43b15692017-02-06 14:38:48 -08003996 /* ring_cookie is either the drop index, or is a mask of the queue
3997 * index and VF id we wish to target.
3998 */
3999 if (fsp->ring_cookie == RX_CLS_FLOW_DISC) {
4000 dest_ctl = I40E_FILTER_PROGRAM_DESC_DEST_DROP_PACKET;
4001 } else {
4002 u32 ring = ethtool_get_flow_spec_ring(fsp->ring_cookie);
4003 u8 vf = ethtool_get_flow_spec_ring_vf(fsp->ring_cookie);
4004
4005 if (!vf) {
4006 if (ring >= vsi->num_queue_pairs)
4007 return -EINVAL;
4008 dest_vsi = vsi->id;
4009 } else {
4010 /* VFs are zero-indexed, so we subtract one here */
4011 vf--;
4012
4013 if (vf >= pf->num_alloc_vfs)
4014 return -EINVAL;
4015 if (ring >= pf->vf[vf].num_queue_pairs)
4016 return -EINVAL;
4017 dest_vsi = pf->vf[vf].lan_vsi_id;
4018 }
4019 dest_ctl = I40E_FILTER_PROGRAM_DESC_DEST_DIRECT_PACKET_QINDEX;
4020 q_index = ring;
4021 }
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004022
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00004023 input = kzalloc(sizeof(*input), GFP_KERNEL);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004024
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00004025 if (!input)
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004026 return -ENOMEM;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00004027
4028 input->fd_id = fsp->location;
Jacob Keller43b15692017-02-06 14:38:48 -08004029 input->q_index = q_index;
4030 input->dest_vsi = dest_vsi;
4031 input->dest_ctl = dest_ctl;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00004032 input->fd_status = I40E_FILTER_PROGRAM_DESC_FD_STATUS_FD_ID;
Anjali Singhai Jain0bf4b1b2015-04-16 20:06:02 -04004033 input->cnt_index = I40E_FD_SB_STAT_IDX(pf->hw.pf_id);
Jacob Keller43b15692017-02-06 14:38:48 -08004034 input->dst_ip = fsp->h_u.tcp_ip4_spec.ip4src;
4035 input->src_ip = fsp->h_u.tcp_ip4_spec.ip4dst;
Jacob Kellere7930952017-02-06 14:38:49 -08004036 input->flow_type = fsp->flow_type & ~FLOW_EXT;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00004037 input->ip4_proto = fsp->h_u.usr_ip4_spec.proto;
Anjali Singhai Jain04b73bd2014-05-22 06:31:41 +00004038
4039 /* Reverse the src and dest notion, since the HW expects them to be from
4040 * Tx perspective where as the input from user is from Rx filter view.
4041 */
4042 input->dst_port = fsp->h_u.tcp_ip4_spec.psrc;
4043 input->src_port = fsp->h_u.tcp_ip4_spec.pdst;
Jacob Keller8ce43dc2017-02-06 14:38:39 -08004044 input->dst_ip = fsp->h_u.tcp_ip4_spec.ip4src;
4045 input->src_ip = fsp->h_u.tcp_ip4_spec.ip4dst;
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00004046
Jacob Keller0e588de2017-02-06 14:38:50 -08004047 if (userdef.flex_filter) {
4048 input->flex_filter = true;
4049 input->flex_word = cpu_to_be16(userdef.flex_word);
4050 input->flex_offset = userdef.flex_offset;
4051 }
4052
Jacob Keller443ee712017-12-27 08:25:32 -05004053 /* Avoid programming two filters with identical match criteria. */
4054 ret = i40e_disallow_matching_filters(vsi, input);
4055 if (ret)
4056 goto free_filter_memory;
4057
Jacob Keller01016da2017-02-06 14:38:40 -08004058 /* Add the input filter to the fdir_input_list, possibly replacing
4059 * a previous filter. Do not free the input structure after adding it
4060 * to the list as this would cause a use-after-free bug.
4061 */
4062 i40e_update_ethtool_fdir_entry(vsi, input, fsp->location, NULL);
Patryk Małekca6e1d02017-12-27 07:32:31 -05004063 ret = i40e_add_del_fdir(vsi, input, true);
4064 if (ret)
4065 goto remove_sw_rule;
Jacob Keller01016da2017-02-06 14:38:40 -08004066 return 0;
4067
Patryk Małekca6e1d02017-12-27 07:32:31 -05004068remove_sw_rule:
4069 hlist_del(&input->fdir_node);
4070 pf->fdir_pf_active_filters--;
Jacob Keller443ee712017-12-27 08:25:32 -05004071free_filter_memory:
Jacob Keller01016da2017-02-06 14:38:40 -08004072 kfree(input);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004073 return ret;
4074}
Jesse Brandeburg8fb905b2014-01-17 15:36:33 -08004075
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004076/**
4077 * i40e_set_rxnfc - command to set RX flow classification rules
4078 * @netdev: network interface device structure
4079 * @cmd: ethtool rxnfc command
4080 *
4081 * Returns Success if the command is supported.
4082 **/
4083static int i40e_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd)
4084{
4085 struct i40e_netdev_priv *np = netdev_priv(netdev);
4086 struct i40e_vsi *vsi = np->vsi;
4087 struct i40e_pf *pf = vsi->back;
4088 int ret = -EOPNOTSUPP;
4089
4090 switch (cmd->cmd) {
4091 case ETHTOOL_SRXFH:
4092 ret = i40e_set_rss_hash_opt(pf, cmd);
4093 break;
4094 case ETHTOOL_SRXCLSRLINS:
Anjali Singhai Jain1eaa3842014-03-06 08:59:59 +00004095 ret = i40e_add_fdir_ethtool(vsi, cmd);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004096 break;
4097 case ETHTOOL_SRXCLSRLDEL:
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00004098 ret = i40e_del_fdir_entry(vsi, cmd);
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004099 break;
4100 default:
4101 break;
4102 }
4103
4104 return ret;
4105}
4106
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004107/**
4108 * i40e_max_channels - get Max number of combined channels supported
4109 * @vsi: vsi pointer
4110 **/
4111static unsigned int i40e_max_channels(struct i40e_vsi *vsi)
4112{
4113 /* TODO: This code assumes DCB and FD is disabled for now. */
4114 return vsi->alloc_queue_pairs;
4115}
4116
4117/**
4118 * i40e_get_channels - Get the current channels enabled and max supported etc.
Jacob Kellerf5254422018-04-20 01:41:33 -07004119 * @dev: network interface device structure
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004120 * @ch: ethtool channels structure
4121 *
4122 * We don't support separate tx and rx queues as channels. The other count
4123 * represents how many queues are being used for control. max_combined counts
4124 * how many queue pairs we can support. They may not be mapped 1 to 1 with
4125 * q_vectors since we support a lot more queue pairs than q_vectors.
4126 **/
4127static void i40e_get_channels(struct net_device *dev,
Jacob Kellerf5254422018-04-20 01:41:33 -07004128 struct ethtool_channels *ch)
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004129{
4130 struct i40e_netdev_priv *np = netdev_priv(dev);
4131 struct i40e_vsi *vsi = np->vsi;
4132 struct i40e_pf *pf = vsi->back;
4133
4134 /* report maximum channels */
4135 ch->max_combined = i40e_max_channels(vsi);
4136
4137 /* report info for other vector */
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -08004138 ch->other_count = (pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0;
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004139 ch->max_other = ch->other_count;
4140
4141 /* Note: This code assumes DCB is disabled for now. */
4142 ch->combined_count = vsi->num_queue_pairs;
4143}
4144
4145/**
4146 * i40e_set_channels - Set the new channels count.
Jacob Kellerf5254422018-04-20 01:41:33 -07004147 * @dev: network interface device structure
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004148 * @ch: ethtool channels structure
4149 *
4150 * The new channels count may not be the same as requested by the user
4151 * since it gets rounded down to a power of 2 value.
4152 **/
4153static int i40e_set_channels(struct net_device *dev,
Jacob Kellerf5254422018-04-20 01:41:33 -07004154 struct ethtool_channels *ch)
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004155{
Jacob Keller59826d92016-07-27 12:02:35 -07004156 const u8 drop = I40E_FILTER_PROGRAM_DESC_DEST_DROP_PACKET;
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004157 struct i40e_netdev_priv *np = netdev_priv(dev);
4158 unsigned int count = ch->combined_count;
4159 struct i40e_vsi *vsi = np->vsi;
4160 struct i40e_pf *pf = vsi->back;
Jacob Keller59826d92016-07-27 12:02:35 -07004161 struct i40e_fdir_filter *rule;
4162 struct hlist_node *node2;
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004163 int new_count;
Jacob Keller59826d92016-07-27 12:02:35 -07004164 int err = 0;
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004165
4166 /* We do not support setting channels for any other VSI at present */
4167 if (vsi->type != I40E_VSI_MAIN)
4168 return -EINVAL;
4169
Amritha Nambiara9ce82f2017-09-07 04:00:22 -07004170 /* We do not support setting channels via ethtool when TCs are
4171 * configured through mqprio
4172 */
4173 if (pf->flags & I40E_FLAG_TC_MQPRIO)
4174 return -EINVAL;
4175
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004176 /* verify they are not requesting separate vectors */
4177 if (!count || ch->rx_count || ch->tx_count)
4178 return -EINVAL;
4179
4180 /* verify other_count has not changed */
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -08004181 if (ch->other_count != ((pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0))
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004182 return -EINVAL;
4183
4184 /* verify the number of channels does not exceed hardware limits */
4185 if (count > i40e_max_channels(vsi))
4186 return -EINVAL;
4187
Jacob Keller59826d92016-07-27 12:02:35 -07004188 /* verify that the number of channels does not invalidate any current
4189 * flow director rules
4190 */
4191 hlist_for_each_entry_safe(rule, node2,
4192 &pf->fdir_filter_list, fdir_node) {
4193 if (rule->dest_ctl != drop && count <= rule->q_index) {
4194 dev_warn(&pf->pdev->dev,
4195 "Existing user defined filter %d assigns flow to queue %d\n",
4196 rule->fd_id, rule->q_index);
4197 err = -EINVAL;
4198 }
4199 }
4200
4201 if (err) {
4202 dev_err(&pf->pdev->dev,
4203 "Existing filter rules must be deleted to reduce combined channel count to %d\n",
4204 count);
4205 return err;
4206 }
4207
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004208 /* update feature limits from largest to smallest supported values */
4209 /* TODO: Flow director limit, DCB etc */
4210
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004211 /* use rss_reconfig to rebuild with new queue count and update traffic
4212 * class queue mapping
4213 */
4214 new_count = i40e_reconfig_rss_queues(pf, count);
Anjali Singhai Jain5f90f422013-12-21 05:44:43 +00004215 if (new_count > 0)
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004216 return 0;
4217 else
4218 return -EINVAL;
4219}
4220
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004221/**
4222 * i40e_get_rxfh_key_size - get the RSS hash key size
4223 * @netdev: network interface device structure
4224 *
4225 * Returns the table size.
4226 **/
4227static u32 i40e_get_rxfh_key_size(struct net_device *netdev)
4228{
4229 return I40E_HKEY_ARRAY_SIZE;
4230}
4231
4232/**
4233 * i40e_get_rxfh_indir_size - get the rx flow hash indirection table size
4234 * @netdev: network interface device structure
4235 *
4236 * Returns the table size.
4237 **/
4238static u32 i40e_get_rxfh_indir_size(struct net_device *netdev)
4239{
4240 return I40E_HLUT_ARRAY_SIZE;
4241}
4242
Alan Brady21675bd2017-10-05 14:53:33 -07004243/**
4244 * i40e_get_rxfh - get the rx flow hash indirection table
4245 * @netdev: network interface device structure
4246 * @indir: indirection table
4247 * @key: hash key
4248 * @hfunc: hash function
4249 *
4250 * Reads the indirection table directly from the hardware. Returns 0 on
4251 * success.
4252 **/
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004253static int i40e_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key,
4254 u8 *hfunc)
4255{
4256 struct i40e_netdev_priv *np = netdev_priv(netdev);
4257 struct i40e_vsi *vsi = np->vsi;
Helin Zhang043dd652015-10-21 19:56:23 -04004258 u8 *lut, *seed = NULL;
4259 int ret;
4260 u16 i;
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004261
4262 if (hfunc)
4263 *hfunc = ETH_RSS_HASH_TOP;
4264
4265 if (!indir)
4266 return 0;
4267
Helin Zhang043dd652015-10-21 19:56:23 -04004268 seed = key;
4269 lut = kzalloc(I40E_HLUT_ARRAY_SIZE, GFP_KERNEL);
4270 if (!lut)
4271 return -ENOMEM;
4272 ret = i40e_get_rss(vsi, seed, lut, I40E_HLUT_ARRAY_SIZE);
4273 if (ret)
4274 goto out;
4275 for (i = 0; i < I40E_HLUT_ARRAY_SIZE; i++)
4276 indir[i] = (u32)(lut[i]);
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004277
Helin Zhang043dd652015-10-21 19:56:23 -04004278out:
4279 kfree(lut);
4280
4281 return ret;
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004282}
4283
4284/**
4285 * i40e_set_rxfh - set the rx flow hash indirection table
4286 * @netdev: network interface device structure
4287 * @indir: indirection table
4288 * @key: hash key
Jacob Kellerf5254422018-04-20 01:41:33 -07004289 * @hfunc: hash function to use
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004290 *
Mitch Williamscd494fb2015-07-10 19:36:04 -04004291 * Returns -EINVAL if the table specifies an invalid queue id, otherwise
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004292 * returns 0 after programming the table.
4293 **/
4294static int i40e_set_rxfh(struct net_device *netdev, const u32 *indir,
4295 const u8 *key, const u8 hfunc)
4296{
4297 struct i40e_netdev_priv *np = netdev_priv(netdev);
4298 struct i40e_vsi *vsi = np->vsi;
Alan Bradyf1582352016-08-24 11:33:46 -07004299 struct i40e_pf *pf = vsi->back;
Helin Zhang28c58692015-10-26 19:44:27 -04004300 u8 *seed = NULL;
Helin Zhang043dd652015-10-21 19:56:23 -04004301 u16 i;
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004302
4303 if (hfunc != ETH_RSS_HASH_NO_CHANGE && hfunc != ETH_RSS_HASH_TOP)
4304 return -EOPNOTSUPP;
4305
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004306 if (key) {
Helin Zhang28c58692015-10-26 19:44:27 -04004307 if (!vsi->rss_hkey_user) {
4308 vsi->rss_hkey_user = kzalloc(I40E_HKEY_ARRAY_SIZE,
4309 GFP_KERNEL);
4310 if (!vsi->rss_hkey_user)
4311 return -ENOMEM;
4312 }
4313 memcpy(vsi->rss_hkey_user, key, I40E_HKEY_ARRAY_SIZE);
4314 seed = vsi->rss_hkey_user;
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004315 }
Helin Zhang28c58692015-10-26 19:44:27 -04004316 if (!vsi->rss_lut_user) {
4317 vsi->rss_lut_user = kzalloc(I40E_HLUT_ARRAY_SIZE, GFP_KERNEL);
4318 if (!vsi->rss_lut_user)
4319 return -ENOMEM;
4320 }
Helin Zhang043dd652015-10-21 19:56:23 -04004321
Helin Zhang28c58692015-10-26 19:44:27 -04004322 /* Each 32 bits pointed by 'indir' is stored with a lut entry */
Alan Bradyf1582352016-08-24 11:33:46 -07004323 if (indir)
4324 for (i = 0; i < I40E_HLUT_ARRAY_SIZE; i++)
4325 vsi->rss_lut_user[i] = (u8)(indir[i]);
4326 else
4327 i40e_fill_rss_lut(pf, vsi->rss_lut_user, I40E_HLUT_ARRAY_SIZE,
4328 vsi->rss_size);
Helin Zhang28c58692015-10-26 19:44:27 -04004329
4330 return i40e_config_rss(vsi, seed, vsi->rss_lut_user,
4331 I40E_HLUT_ARRAY_SIZE);
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004332}
4333
Greg Rose7e45ab42015-02-06 08:52:19 +00004334/**
4335 * i40e_get_priv_flags - report device private flags
4336 * @dev: network interface device structure
4337 *
4338 * The get string set count and the string set should be matched for each
Alexander Duyckaca955d2017-03-10 12:22:01 -08004339 * flag returned. Add new strings for each flag to the i40e_gstrings_priv_flags
Greg Rose7e45ab42015-02-06 08:52:19 +00004340 * array.
4341 *
4342 * Returns a u32 bitmap of flags.
4343 **/
Jesse Brandeburg5bbc3302015-02-26 16:15:20 +00004344static u32 i40e_get_priv_flags(struct net_device *dev)
Greg Rose7e45ab42015-02-06 08:52:19 +00004345{
4346 struct i40e_netdev_priv *np = netdev_priv(dev);
4347 struct i40e_vsi *vsi = np->vsi;
4348 struct i40e_pf *pf = vsi->back;
Alexander Duyckaca955d2017-03-10 12:22:01 -08004349 u32 i, j, ret_flags = 0;
Greg Rose7e45ab42015-02-06 08:52:19 +00004350
Alexander Duyckaca955d2017-03-10 12:22:01 -08004351 for (i = 0; i < I40E_PRIV_FLAGS_STR_LEN; i++) {
4352 const struct i40e_priv_flags *priv_flags;
4353
4354 priv_flags = &i40e_gstrings_priv_flags[i];
4355
4356 if (priv_flags->flag & pf->flags)
4357 ret_flags |= BIT(i);
4358 }
4359
4360 if (pf->hw.pf_id != 0)
4361 return ret_flags;
4362
4363 for (j = 0; j < I40E_GL_PRIV_FLAGS_STR_LEN; j++) {
4364 const struct i40e_priv_flags *priv_flags;
4365
4366 priv_flags = &i40e_gl_gstrings_priv_flags[j];
4367
4368 if (priv_flags->flag & pf->flags)
4369 ret_flags |= BIT(i + j);
Anjali Singhai Jainb5569892016-05-03 15:13:12 -07004370 }
Greg Rose7e45ab42015-02-06 08:52:19 +00004371
4372 return ret_flags;
4373}
4374
Shannon Nelson9ac77262015-08-27 11:42:40 -04004375/**
4376 * i40e_set_priv_flags - set private flags
4377 * @dev: network interface device structure
4378 * @flags: bit flags to be set
4379 **/
4380static int i40e_set_priv_flags(struct net_device *dev, u32 flags)
4381{
4382 struct i40e_netdev_priv *np = netdev_priv(dev);
4383 struct i40e_vsi *vsi = np->vsi;
4384 struct i40e_pf *pf = vsi->back;
Alice Michael60f481b2017-12-27 08:17:50 -05004385 u64 orig_flags, new_flags, changed_flags;
Alexander Duyckaca955d2017-03-10 12:22:01 -08004386 u32 i, j;
Jesse Brandeburg827de392015-11-06 15:26:07 -08004387
Jacob Keller841c9502017-06-23 04:24:50 -04004388 orig_flags = READ_ONCE(pf->flags);
4389 new_flags = orig_flags;
Jesse Brandeburg827de392015-11-06 15:26:07 -08004390
Alexander Duyckaca955d2017-03-10 12:22:01 -08004391 for (i = 0; i < I40E_PRIV_FLAGS_STR_LEN; i++) {
4392 const struct i40e_priv_flags *priv_flags;
Shannon Nelson9ac77262015-08-27 11:42:40 -04004393
Alexander Duyckaca955d2017-03-10 12:22:01 -08004394 priv_flags = &i40e_gstrings_priv_flags[i];
4395
Alexander Duyckaca955d2017-03-10 12:22:01 -08004396 if (flags & BIT(i))
Jacob Keller841c9502017-06-23 04:24:50 -04004397 new_flags |= priv_flags->flag;
Alexander Duyckaca955d2017-03-10 12:22:01 -08004398 else
Jacob Keller841c9502017-06-23 04:24:50 -04004399 new_flags &= ~(priv_flags->flag);
4400
4401 /* If this is a read-only flag, it can't be changed */
4402 if (priv_flags->read_only &&
4403 ((orig_flags ^ new_flags) & ~BIT(i)))
4404 return -EOPNOTSUPP;
Alexander Duyckaca955d2017-03-10 12:22:01 -08004405 }
4406
4407 if (pf->hw.pf_id != 0)
4408 goto flags_complete;
4409
4410 for (j = 0; j < I40E_GL_PRIV_FLAGS_STR_LEN; j++) {
4411 const struct i40e_priv_flags *priv_flags;
4412
4413 priv_flags = &i40e_gl_gstrings_priv_flags[j];
4414
Alexander Duyckaca955d2017-03-10 12:22:01 -08004415 if (flags & BIT(i + j))
Jacob Keller841c9502017-06-23 04:24:50 -04004416 new_flags |= priv_flags->flag;
Alexander Duyckaca955d2017-03-10 12:22:01 -08004417 else
Jacob Keller841c9502017-06-23 04:24:50 -04004418 new_flags &= ~(priv_flags->flag);
4419
4420 /* If this is a read-only flag, it can't be changed */
4421 if (priv_flags->read_only &&
4422 ((orig_flags ^ new_flags) & ~BIT(i)))
4423 return -EOPNOTSUPP;
Alexander Duyckaca955d2017-03-10 12:22:01 -08004424 }
4425
4426flags_complete:
Alan Bradyfe09ed02017-12-29 08:50:34 -05004427 changed_flags = orig_flags ^ new_flags;
4428
Jacob Keller841c9502017-06-23 04:24:50 -04004429 /* Before we finalize any flag changes, we need to perform some
4430 * checks to ensure that the changes are supported and safe.
4431 */
4432
4433 /* ATR eviction is not supported on all devices */
4434 if ((new_flags & I40E_FLAG_HW_ATR_EVICT_ENABLED) &&
4435 !(pf->hw_features & I40E_HW_ATR_EVICT_CAPABLE))
4436 return -EOPNOTSUPP;
4437
Alan Bradyfe09ed02017-12-29 08:50:34 -05004438 /* If the driver detected FW LLDP was disabled on init, this flag could
4439 * be set, however we do not support _changing_ the flag if NPAR is
4440 * enabled or FW API version < 1.7. There are situations where older
4441 * FW versions/NPAR enabled PFs could disable LLDP, however we _must_
4442 * not allow the user to enable/disable LLDP with this flag on
4443 * unsupported FW versions.
Dave Ertmanc61c8fe2017-12-27 08:18:21 -05004444 */
Alan Bradyfe09ed02017-12-29 08:50:34 -05004445 if (changed_flags & I40E_FLAG_DISABLE_FW_LLDP) {
Dave Ertman7b634352018-01-22 12:00:37 -05004446 if (!(pf->hw_features & I40E_HW_STOPPABLE_FW_LLDP)) {
Dave Ertmanc61c8fe2017-12-27 08:18:21 -05004447 dev_warn(&pf->pdev->dev,
Dave Ertman7b634352018-01-22 12:00:37 -05004448 "Device does not support changing FW LLDP\n");
Dave Ertmanc61c8fe2017-12-27 08:18:21 -05004449 return -EOPNOTSUPP;
4450 }
4451 }
4452
Jacob Keller886ff142018-03-16 01:26:36 -07004453 /* Now that we've checked to ensure that the new flags are valid, load
4454 * them into place. Since we only modify flags either (a) during
4455 * initialization or (b) while holding the RTNL lock, we don't need
4456 * anything fancy here.
Jacob Keller841c9502017-06-23 04:24:50 -04004457 */
Jacob Keller886ff142018-03-16 01:26:36 -07004458 pf->flags = new_flags;
Jacob Keller841c9502017-06-23 04:24:50 -04004459
Alexander Duyckaca955d2017-03-10 12:22:01 -08004460 /* Process any additional changes needed as a result of flag changes.
4461 * The changed_flags value reflects the list of bits that were
4462 * changed in the code above.
Jesse Brandeburgef171782015-09-03 17:18:49 -04004463 */
Jacob Keller234dc4e2016-09-06 18:05:09 -07004464
Alexander Duyckaca955d2017-03-10 12:22:01 -08004465 /* Flush current ATR settings if ATR was disabled */
4466 if ((changed_flags & I40E_FLAG_FD_ATR_ENABLED) &&
4467 !(pf->flags & I40E_FLAG_FD_ATR_ENABLED)) {
Jacob Keller134201a2018-03-16 01:26:32 -07004468 set_bit(__I40E_FD_ATR_AUTO_DISABLED, pf->state);
Jacob Keller0da36b92017-04-19 09:25:55 -04004469 set_bit(__I40E_FD_FLUSH_REQUESTED, pf->state);
Jesse Brandeburgef171782015-09-03 17:18:49 -04004470 }
4471
Alexander Duyckaca955d2017-03-10 12:22:01 -08004472 if (changed_flags & I40E_FLAG_TRUE_PROMISC_SUPPORT) {
4473 u16 sw_flags = 0, valid_flags = 0;
4474 int ret;
4475
Anjali Singhai Jainb5569892016-05-03 15:13:12 -07004476 if (!(pf->flags & I40E_FLAG_TRUE_PROMISC_SUPPORT))
4477 sw_flags = I40E_AQ_SET_SWITCH_CFG_PROMISC;
4478 valid_flags = I40E_AQ_SET_SWITCH_CFG_PROMISC;
4479 ret = i40e_aq_set_switch_config(&pf->hw, sw_flags, valid_flags,
Amritha Nambiar5efe0c62017-10-27 02:35:45 -07004480 0, NULL);
Anjali Singhai Jainb5569892016-05-03 15:13:12 -07004481 if (ret && pf->hw.aq.asq_last_status != I40E_AQ_RC_ESRCH) {
4482 dev_info(&pf->pdev->dev,
4483 "couldn't set switch config bits, err %s aq_err %s\n",
4484 i40e_stat_str(&pf->hw, ret),
4485 i40e_aq_str(&pf->hw,
4486 pf->hw.aq.asq_last_status));
4487 /* not a fatal problem, just keep going */
4488 }
4489 }
4490
Paweł Jabłoński17b4d252017-12-29 08:50:20 -05004491 if ((changed_flags & pf->flags &
4492 I40E_FLAG_LINK_DOWN_ON_CLOSE_ENABLED) &&
4493 (pf->flags & I40E_FLAG_MFP_ENABLED))
4494 dev_warn(&pf->pdev->dev,
4495 "Turning on link-down-on-close flag may affect other partitions\n");
4496
Dave Ertmanc61c8fe2017-12-27 08:18:21 -05004497 if (changed_flags & I40E_FLAG_DISABLE_FW_LLDP) {
4498 if (pf->flags & I40E_FLAG_DISABLE_FW_LLDP) {
4499 struct i40e_dcbx_config *dcbcfg;
4500 int i;
4501
4502 i40e_aq_stop_lldp(&pf->hw, true, NULL);
4503 i40e_aq_set_dcb_parameters(&pf->hw, true, NULL);
4504 /* reset local_dcbx_config to default */
4505 dcbcfg = &pf->hw.local_dcbx_config;
4506 dcbcfg->etscfg.willing = 1;
4507 dcbcfg->etscfg.maxtcs = 0;
4508 dcbcfg->etscfg.tcbwtable[0] = 100;
4509 for (i = 1; i < I40E_MAX_TRAFFIC_CLASS; i++)
4510 dcbcfg->etscfg.tcbwtable[i] = 0;
4511 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++)
4512 dcbcfg->etscfg.prioritytable[i] = 0;
4513 dcbcfg->etscfg.tsatable[0] = I40E_IEEE_TSA_ETS;
4514 dcbcfg->pfc.willing = 1;
4515 dcbcfg->pfc.pfccap = I40E_MAX_TRAFFIC_CLASS;
4516 } else {
4517 i40e_aq_start_lldp(&pf->hw, NULL);
4518 }
4519 }
4520
Alexander Duyckaca955d2017-03-10 12:22:01 -08004521 /* Issue reset to cause things to take effect, as additional bits
4522 * are added we will need to create a mask of bits requiring reset
4523 */
Mitch Williams64615b52017-08-29 05:32:30 -04004524 if (changed_flags & (I40E_FLAG_VEB_STATS_ENABLED |
4525 I40E_FLAG_LEGACY_RX |
Dave Ertmanc61c8fe2017-12-27 08:18:21 -05004526 I40E_FLAG_SOURCE_PRUNING_DISABLED |
4527 I40E_FLAG_DISABLE_FW_LLDP))
Maciej Sosin373149f2017-04-05 07:50:55 -04004528 i40e_do_reset(pf, BIT(__I40E_PF_RESET_REQUESTED), true);
Jesse Brandeburg827de392015-11-06 15:26:07 -08004529
Shannon Nelson9ac77262015-08-27 11:42:40 -04004530 return 0;
4531}
4532
Filip Sadowski9c0e5ca2017-08-22 06:57:44 -04004533/**
4534 * i40e_get_module_info - get (Q)SFP+ module type info
4535 * @netdev: network interface device structure
4536 * @modinfo: module EEPROM size and layout information structure
4537 **/
4538static int i40e_get_module_info(struct net_device *netdev,
4539 struct ethtool_modinfo *modinfo)
4540{
4541 struct i40e_netdev_priv *np = netdev_priv(netdev);
4542 struct i40e_vsi *vsi = np->vsi;
4543 struct i40e_pf *pf = vsi->back;
4544 struct i40e_hw *hw = &pf->hw;
4545 u32 sff8472_comp = 0;
4546 u32 sff8472_swap = 0;
4547 u32 sff8636_rev = 0;
4548 i40e_status status;
4549 u32 type = 0;
4550
4551 /* Check if firmware supports reading module EEPROM. */
4552 if (!(hw->flags & I40E_HW_FLAG_AQ_PHY_ACCESS_CAPABLE)) {
4553 netdev_err(vsi->netdev, "Module EEPROM memory read not supported. Please update the NVM image.\n");
4554 return -EINVAL;
4555 }
4556
4557 status = i40e_update_link_info(hw);
4558 if (status)
4559 return -EIO;
4560
4561 if (hw->phy.link_info.phy_type == I40E_PHY_TYPE_EMPTY) {
4562 netdev_err(vsi->netdev, "Cannot read module EEPROM memory. No module connected.\n");
4563 return -EINVAL;
4564 }
4565
4566 type = hw->phy.link_info.module_type[0];
4567
4568 switch (type) {
4569 case I40E_MODULE_TYPE_SFP:
4570 status = i40e_aq_get_phy_register(hw,
4571 I40E_AQ_PHY_REG_ACCESS_EXTERNAL_MODULE,
4572 I40E_I2C_EEPROM_DEV_ADDR,
4573 I40E_MODULE_SFF_8472_COMP,
4574 &sff8472_comp, NULL);
4575 if (status)
4576 return -EIO;
4577
4578 status = i40e_aq_get_phy_register(hw,
4579 I40E_AQ_PHY_REG_ACCESS_EXTERNAL_MODULE,
4580 I40E_I2C_EEPROM_DEV_ADDR,
4581 I40E_MODULE_SFF_8472_SWAP,
4582 &sff8472_swap, NULL);
4583 if (status)
4584 return -EIO;
4585
4586 /* Check if the module requires address swap to access
4587 * the other EEPROM memory page.
4588 */
4589 if (sff8472_swap & I40E_MODULE_SFF_ADDR_MODE) {
4590 netdev_warn(vsi->netdev, "Module address swap to access page 0xA2 is not supported.\n");
4591 modinfo->type = ETH_MODULE_SFF_8079;
4592 modinfo->eeprom_len = ETH_MODULE_SFF_8079_LEN;
4593 } else if (sff8472_comp == 0x00) {
4594 /* Module is not SFF-8472 compliant */
4595 modinfo->type = ETH_MODULE_SFF_8079;
4596 modinfo->eeprom_len = ETH_MODULE_SFF_8079_LEN;
4597 } else {
4598 modinfo->type = ETH_MODULE_SFF_8472;
4599 modinfo->eeprom_len = ETH_MODULE_SFF_8472_LEN;
4600 }
4601 break;
4602 case I40E_MODULE_TYPE_QSFP_PLUS:
4603 /* Read from memory page 0. */
4604 status = i40e_aq_get_phy_register(hw,
4605 I40E_AQ_PHY_REG_ACCESS_EXTERNAL_MODULE,
4606 0,
4607 I40E_MODULE_REVISION_ADDR,
4608 &sff8636_rev, NULL);
4609 if (status)
4610 return -EIO;
4611 /* Determine revision compliance byte */
4612 if (sff8636_rev > 0x02) {
4613 /* Module is SFF-8636 compliant */
4614 modinfo->type = ETH_MODULE_SFF_8636;
4615 modinfo->eeprom_len = I40E_MODULE_QSFP_MAX_LEN;
4616 } else {
4617 modinfo->type = ETH_MODULE_SFF_8436;
4618 modinfo->eeprom_len = I40E_MODULE_QSFP_MAX_LEN;
4619 }
4620 break;
4621 case I40E_MODULE_TYPE_QSFP28:
4622 modinfo->type = ETH_MODULE_SFF_8636;
4623 modinfo->eeprom_len = I40E_MODULE_QSFP_MAX_LEN;
4624 break;
4625 default:
4626 netdev_err(vsi->netdev, "Module type unrecognized\n");
4627 return -EINVAL;
4628 }
4629 return 0;
4630}
4631
4632/**
4633 * i40e_get_module_eeprom - fills buffer with (Q)SFP+ module memory contents
4634 * @netdev: network interface device structure
4635 * @ee: EEPROM dump request structure
4636 * @data: buffer to be filled with EEPROM contents
4637 **/
4638static int i40e_get_module_eeprom(struct net_device *netdev,
4639 struct ethtool_eeprom *ee,
4640 u8 *data)
4641{
4642 struct i40e_netdev_priv *np = netdev_priv(netdev);
4643 struct i40e_vsi *vsi = np->vsi;
4644 struct i40e_pf *pf = vsi->back;
4645 struct i40e_hw *hw = &pf->hw;
4646 bool is_sfp = false;
4647 i40e_status status;
4648 u32 value = 0;
4649 int i;
4650
4651 if (!ee || !ee->len || !data)
4652 return -EINVAL;
4653
4654 if (hw->phy.link_info.module_type[0] == I40E_MODULE_TYPE_SFP)
4655 is_sfp = true;
4656
4657 for (i = 0; i < ee->len; i++) {
4658 u32 offset = i + ee->offset;
4659 u32 addr = is_sfp ? I40E_I2C_EEPROM_DEV_ADDR : 0;
4660
4661 /* Check if we need to access the other memory page */
4662 if (is_sfp) {
4663 if (offset >= ETH_MODULE_SFF_8079_LEN) {
4664 offset -= ETH_MODULE_SFF_8079_LEN;
4665 addr = I40E_I2C_EEPROM_DEV_ADDR2;
4666 }
4667 } else {
4668 while (offset >= ETH_MODULE_SFF_8436_LEN) {
4669 /* Compute memory page number and offset. */
4670 offset -= ETH_MODULE_SFF_8436_LEN / 2;
4671 addr++;
4672 }
4673 }
4674
4675 status = i40e_aq_get_phy_register(hw,
4676 I40E_AQ_PHY_REG_ACCESS_EXTERNAL_MODULE,
4677 addr, offset, &value, NULL);
4678 if (status)
4679 return -EIO;
4680 data[i] = value;
4681 }
4682 return 0;
4683}
4684
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004685static const struct ethtool_ops i40e_ethtool_ops = {
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004686 .get_drvinfo = i40e_get_drvinfo,
4687 .get_regs_len = i40e_get_regs_len,
4688 .get_regs = i40e_get_regs,
4689 .nway_reset = i40e_nway_reset,
4690 .get_link = ethtool_op_get_link,
4691 .get_wol = i40e_get_wol,
Shannon Nelson8e2773a2013-11-28 06:39:22 +00004692 .set_wol = i40e_set_wol,
Shannon Nelsoncd552cb2014-07-09 07:46:09 +00004693 .set_eeprom = i40e_set_eeprom,
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004694 .get_eeprom_len = i40e_get_eeprom_len,
4695 .get_eeprom = i40e_get_eeprom,
4696 .get_ringparam = i40e_get_ringparam,
4697 .set_ringparam = i40e_set_ringparam,
4698 .get_pauseparam = i40e_get_pauseparam,
Catherine Sullivan2becc352014-06-04 08:45:27 +00004699 .set_pauseparam = i40e_set_pauseparam,
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004700 .get_msglevel = i40e_get_msglevel,
4701 .set_msglevel = i40e_set_msglevel,
4702 .get_rxnfc = i40e_get_rxnfc,
4703 .set_rxnfc = i40e_set_rxnfc,
4704 .self_test = i40e_diag_test,
4705 .get_strings = i40e_get_strings,
4706 .set_phys_id = i40e_set_phys_id,
4707 .get_sset_count = i40e_get_sset_count,
4708 .get_ethtool_stats = i40e_get_ethtool_stats,
4709 .get_coalesce = i40e_get_coalesce,
4710 .set_coalesce = i40e_set_coalesce,
Mitch A Williamsb29e13b2015-03-05 04:14:40 +00004711 .get_rxfh_key_size = i40e_get_rxfh_key_size,
4712 .get_rxfh_indir_size = i40e_get_rxfh_indir_size,
4713 .get_rxfh = i40e_get_rxfh,
4714 .set_rxfh = i40e_set_rxfh,
Anjali Singhai Jain4b7820c2013-11-26 11:59:30 +00004715 .get_channels = i40e_get_channels,
4716 .set_channels = i40e_set_channels,
Filip Sadowski9c0e5ca2017-08-22 06:57:44 -04004717 .get_module_info = i40e_get_module_info,
4718 .get_module_eeprom = i40e_get_module_eeprom,
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004719 .get_ts_info = i40e_get_ts_info,
Greg Rose7e45ab42015-02-06 08:52:19 +00004720 .get_priv_flags = i40e_get_priv_flags,
Shannon Nelson9ac77262015-08-27 11:42:40 -04004721 .set_priv_flags = i40e_set_priv_flags,
Kan Liangbe280ba2016-02-19 09:24:05 -05004722 .get_per_queue_coalesce = i40e_get_per_queue_coalesce,
Kan Liangf3757a42016-02-19 09:24:06 -05004723 .set_per_queue_coalesce = i40e_set_per_queue_coalesce,
Philippe Reynesa7f90942017-02-04 22:05:06 +01004724 .get_link_ksettings = i40e_get_link_ksettings,
4725 .set_link_ksettings = i40e_set_link_ksettings,
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004726};
4727
4728void i40e_set_ethtool_ops(struct net_device *netdev)
4729{
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00004730 netdev->ethtool_ops = &i40e_ethtool_ops;
Jesse Brandeburgc7d05ca2013-09-11 08:39:56 +00004731}