blob: 6fc26cdacba2557646dfc0d0a3e74bcf5758944b [file] [log] [blame]
Auke Kok9a799d72007-09-15 14:07:45 -07001/*******************************************************************************
2
3 Intel 10 Gigabit PCI Express Linux driver
Mark Rustad37689012016-01-07 10:13:03 -08004 Copyright(c) 1999 - 2016 Intel Corporation.
Auke Kok9a799d72007-09-15 14:07:45 -07005
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.
9
10 This program is distributed in the hope it will be useful, but WITHOUT
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 more details.
14
15 You should have received a copy of the GNU General Public License along with
16 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18
19 The full GNU General Public License is included in this distribution in
20 the file called "COPYING".
21
22 Contact Information:
Jacob Kellerb89aae72014-02-22 01:23:50 +000023 Linux NICS <linux.nics@intel.com>
Auke Kok9a799d72007-09-15 14:07:45 -070024 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
25 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
26
27*******************************************************************************/
28
29#include <linux/types.h>
30#include <linux/module.h>
31#include <linux/pci.h>
32#include <linux/netdevice.h>
33#include <linux/vmalloc.h>
34#include <linux/string.h>
35#include <linux/in.h>
Alexey Dobriyana6b7a402011-06-06 10:43:46 +000036#include <linux/interrupt.h>
Auke Kok9a799d72007-09-15 14:07:45 -070037#include <linux/ip.h>
38#include <linux/tcp.h>
Alexander Duyck897ab152011-05-27 05:31:47 +000039#include <linux/sctp.h>
Lucy Liu60127862009-07-22 14:07:33 +000040#include <linux/pkt_sched.h>
Auke Kok9a799d72007-09-15 14:07:45 -070041#include <linux/ipv6.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090042#include <linux/slab.h>
Auke Kok9a799d72007-09-15 14:07:45 -070043#include <net/checksum.h>
44#include <net/ip6_checksum.h>
Martin K Petersenc762dff2014-11-15 14:24:51 +000045#include <linux/etherdevice.h>
Auke Kok9a799d72007-09-15 14:07:45 -070046#include <linux/ethtool.h>
Jiri Pirko01789342011-08-16 06:29:00 +000047#include <linux/if.h>
Auke Kok9a799d72007-09-15 14:07:45 -070048#include <linux/if_vlan.h>
John Fastabend2a47fa42013-11-06 09:54:52 -080049#include <linux/if_macvlan.h>
John Fastabend815cccb2012-10-24 08:13:09 +000050#include <linux/if_bridge.h>
Paul Gortmaker70c71602011-05-22 16:47:17 -040051#include <linux/prefetch.h>
Yi Zoueacd73f2009-05-13 13:11:06 +000052#include <scsi/fc/fc_fcoe.h>
Alexander Duyckb3a49552016-06-16 12:22:19 -070053#include <net/udp_tunnel.h>
John Fastabendb82b17d2016-02-16 21:18:53 -080054#include <net/pkt_cls.h>
55#include <net/tc_act/tc_gact.h>
Sridhar Samudrala947f8a42016-04-05 10:39:07 -070056#include <net/tc_act/tc_mirred.h>
Sowmini Varadhan9f3c7502016-10-24 15:36:39 -070057#include <net/vxlan.h>
Auke Kok9a799d72007-09-15 14:07:45 -070058
59#include "ixgbe.h"
60#include "ixgbe_common.h"
Don Skidmoreee5f7842009-11-06 12:56:20 +000061#include "ixgbe_dcb_82599.h"
Greg Rose1cdd1ec2010-01-09 02:26:46 +000062#include "ixgbe_sriov.h"
John Fastabendb82b17d2016-02-16 21:18:53 -080063#include "ixgbe_model.h"
Auke Kok9a799d72007-09-15 14:07:45 -070064
65char ixgbe_driver_name[] = "ixgbe";
Stephen Hemminger9c8eb722007-10-29 10:46:24 -070066static const char ixgbe_driver_string[] =
Joe Perchese8e9f692010-09-07 21:34:53 +000067 "Intel(R) 10 Gigabit PCI Express Network Driver";
Jeff Kirsher8af3c332012-02-18 07:08:14 +000068#ifdef IXGBE_FCOE
Neerav Parikhea818752012-01-04 20:23:40 +000069char ixgbe_default_device_descr[] =
70 "Intel(R) 10 Gigabit Network Connection";
Jeff Kirsher8af3c332012-02-18 07:08:14 +000071#else
72static char ixgbe_default_device_descr[] =
73 "Intel(R) 10 Gigabit Network Connection";
74#endif
Mark Rustad17332842016-12-12 15:08:13 -080075#define DRV_VERSION "5.0.0-k"
Stephen Hemminger9c8eb722007-10-29 10:46:24 -070076const char ixgbe_driver_version[] = DRV_VERSION;
Don Skidmorea52055e2011-02-23 09:58:39 +000077static const char ixgbe_copyright[] =
Mark Rustad49425df2016-04-01 12:18:09 -070078 "Copyright (c) 1999-2016 Intel Corporation.";
Auke Kok9a799d72007-09-15 14:07:45 -070079
Don Skidmoref44e7512015-06-09 16:36:23 -070080static const char ixgbe_overheat_msg[] = "Network adapter has been stopped because it has over heated. Restart the computer. If the problem persists, power off the system and replace the adapter";
81
Auke Kok9a799d72007-09-15 14:07:45 -070082static const struct ixgbe_info *ixgbe_info_tbl[] = {
Don Skidmore6a14ee02014-12-05 03:59:50 +000083 [board_82598] = &ixgbe_82598_info,
84 [board_82599] = &ixgbe_82599_info,
85 [board_X540] = &ixgbe_X540_info,
86 [board_X550] = &ixgbe_X550_info,
87 [board_X550EM_x] = &ixgbe_X550EM_x_info,
Mark Rustad49425df2016-04-01 12:18:09 -070088 [board_x550em_a] = &ixgbe_x550em_a_info,
Mark Rustadb3eb4e12016-12-14 11:02:16 -080089 [board_x550em_a_fw] = &ixgbe_x550em_a_fw_info,
Auke Kok9a799d72007-09-15 14:07:45 -070090};
91
92/* ixgbe_pci_tbl - PCI Device ID Table
93 *
94 * Wildcard entries (PCI_ANY_ID) should come last
95 * Last entry must be all 0s
96 *
97 * { Vendor ID, Device ID, SubVendor ID, SubDevice ID,
98 * Class, Class Mask, private data (not used) }
99 */
Benoit Taine9baa3c32014-08-08 15:56:03 +0200100static const struct pci_device_id ixgbe_pci_tbl[] = {
Alexander Duyck54239c62011-07-15 03:06:06 +0000101 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598), board_82598 },
102 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AF_DUAL_PORT), board_82598 },
103 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AF_SINGLE_PORT), board_82598 },
104 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AT), board_82598 },
105 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AT2), board_82598 },
106 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_CX4), board_82598 },
107 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_CX4_DUAL_PORT), board_82598 },
108 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_DA_DUAL_PORT), board_82598 },
109 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM), board_82598 },
110 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_XF_LR), board_82598 },
111 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_SFP_LOM), board_82598 },
112 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_BX), board_82598 },
113 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KX4), board_82599 },
114 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_XAUI_LOM), board_82599 },
115 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KR), board_82599 },
116 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP), board_82599 },
117 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_EM), board_82599 },
118 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KX4_MEZZ), board_82599 },
119 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_CX4), board_82599 },
120 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_BACKPLANE_FCOE), board_82599 },
121 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_FCOE), board_82599 },
122 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_T3_LOM), board_82599 },
123 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_COMBO_BACKPLANE), board_82599 },
124 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X540T), board_X540 },
125 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_SF2), board_82599 },
126 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_LS), board_82599 },
Don Skidmore8f583322013-07-27 06:25:38 +0000127 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_QSFP_SF_QP), board_82599 },
Emil Tantilov7d145282011-09-08 08:30:14 +0000128 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599EN_SFP), board_82599 },
Emil Tantilov9e791e42011-11-04 06:43:29 +0000129 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_SF_QP), board_82599 },
joshua.a.hay@intel.comdf376f02012-09-21 00:08:21 +0000130 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X540T1), board_X540 },
Don Skidmore6a14ee02014-12-05 03:59:50 +0000131 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550T), board_X550},
Mark Rustada711ad82016-03-21 11:21:31 -0700132 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550T1), board_X550},
Don Skidmore6a14ee02014-12-05 03:59:50 +0000133 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_X_KX4), board_X550EM_x},
134 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_X_KR), board_X550EM_x},
Don Skidmorededa5622015-06-09 17:39:46 -0700135 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_X_10G_T), board_X550EM_x},
Mark Rustad018d7142015-08-08 16:19:19 -0700136 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_X_SFP), board_X550EM_x},
Mark Rustadf572b2c2016-04-01 12:18:46 -0700137 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_KR), board_x550em_a },
138 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_KR_L), board_x550em_a },
Mark Rustad49425df2016-04-01 12:18:09 -0700139 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_SFP_N), board_x550em_a },
Mark Rustad200157c2016-04-01 12:18:40 -0700140 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_SGMII), board_x550em_a },
141 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_SGMII_L), board_x550em_a },
Don Skidmore92ed8432016-08-17 20:34:40 -0400142 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_10G_T), board_x550em_a},
Mark Rustad2d40cd12016-04-01 12:18:35 -0700143 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_SFP), board_x550em_a },
Mark Rustadb3eb4e12016-12-14 11:02:16 -0800144 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_1G_T), board_x550em_a_fw },
145 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X550EM_A_1G_T_L), board_x550em_a_fw },
Auke Kok9a799d72007-09-15 14:07:45 -0700146 /* required last entry */
147 {0, }
148};
149MODULE_DEVICE_TABLE(pci, ixgbe_pci_tbl);
150
Jeff Garzik5dd2d332008-10-16 05:09:31 -0400151#ifdef CONFIG_IXGBE_DCA
Jeb Cramerbd0362d2008-03-03 15:04:02 -0800152static int ixgbe_notify_dca(struct notifier_block *, unsigned long event,
Joe Perchese8e9f692010-09-07 21:34:53 +0000153 void *p);
Jeb Cramerbd0362d2008-03-03 15:04:02 -0800154static struct notifier_block dca_notifier = {
155 .notifier_call = ixgbe_notify_dca,
156 .next = NULL,
157 .priority = 0
158};
159#endif
160
Greg Rose1cdd1ec2010-01-09 02:26:46 +0000161#ifdef CONFIG_PCI_IOV
162static unsigned int max_vfs;
163module_param(max_vfs, uint, 0);
Joe Perchese8e9f692010-09-07 21:34:53 +0000164MODULE_PARM_DESC(max_vfs,
Jacob Keller170e8542013-11-09 04:52:32 -0800165 "Maximum number of virtual functions to allocate per physical function - default is zero and maximum value is 63. (Deprecated)");
Greg Rose1cdd1ec2010-01-09 02:26:46 +0000166#endif /* CONFIG_PCI_IOV */
167
Peter P Waskiewicz Jr8ef78ad2012-02-01 09:19:21 +0000168static unsigned int allow_unsupported_sfp;
169module_param(allow_unsupported_sfp, uint, 0);
170MODULE_PARM_DESC(allow_unsupported_sfp,
171 "Allow unsupported and untested SFP+ modules on 82599-based adapters");
172
stephen hemmingerb3f4d592012-03-13 06:04:20 +0000173#define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK)
174static int debug = -1;
175module_param(debug, int, 0);
176MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
177
Auke Kok9a799d72007-09-15 14:07:45 -0700178MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
179MODULE_DESCRIPTION("Intel(R) 10 Gigabit PCI Express Network Driver");
180MODULE_LICENSE("GPL");
181MODULE_VERSION(DRV_VERSION);
182
Mark Rustad780484d2015-10-21 17:21:10 -0700183static struct workqueue_struct *ixgbe_wq;
184
Mark Rustad14438462014-02-28 15:48:57 -0800185static bool ixgbe_check_cfg_remove(struct ixgbe_hw *hw, struct pci_dev *pdev);
Mark Rustadb3eb4e12016-12-14 11:02:16 -0800186static void ixgbe_watchdog_link_is_down(struct ixgbe_adapter *);
Mark Rustad14438462014-02-28 15:48:57 -0800187
Jacob Kellerb8e82002013-04-09 07:20:09 +0000188static int ixgbe_read_pci_cfg_word_parent(struct ixgbe_adapter *adapter,
189 u32 reg, u16 *value)
190{
Jacob Kellerb8e82002013-04-09 07:20:09 +0000191 struct pci_dev *parent_dev;
192 struct pci_bus *parent_bus;
193
194 parent_bus = adapter->pdev->bus->parent;
195 if (!parent_bus)
196 return -1;
197
198 parent_dev = parent_bus->self;
199 if (!parent_dev)
200 return -1;
201
Yijing Wangc0798ed2013-09-04 17:30:08 +0000202 if (!pci_is_pcie(parent_dev))
Jacob Kellerb8e82002013-04-09 07:20:09 +0000203 return -1;
204
Yijing Wangc0798ed2013-09-04 17:30:08 +0000205 pcie_capability_read_word(parent_dev, reg, value);
Mark Rustad14438462014-02-28 15:48:57 -0800206 if (*value == IXGBE_FAILED_READ_CFG_WORD &&
207 ixgbe_check_cfg_remove(&adapter->hw, parent_dev))
208 return -1;
Jacob Kellerb8e82002013-04-09 07:20:09 +0000209 return 0;
210}
211
212static s32 ixgbe_get_parent_bus_info(struct ixgbe_adapter *adapter)
213{
214 struct ixgbe_hw *hw = &adapter->hw;
215 u16 link_status = 0;
216 int err;
217
218 hw->bus.type = ixgbe_bus_type_pci_express;
219
220 /* Get the negotiated link width and speed from PCI config space of the
221 * parent, as this device is behind a switch
222 */
223 err = ixgbe_read_pci_cfg_word_parent(adapter, 18, &link_status);
224
225 /* assume caller will handle error case */
226 if (err)
227 return err;
228
229 hw->bus.width = ixgbe_convert_bus_width(link_status);
230 hw->bus.speed = ixgbe_convert_bus_speed(link_status);
231
232 return 0;
233}
234
Jacob Kellere027d1a2013-07-31 06:53:31 +0000235/**
236 * ixgbe_check_from_parent - Determine whether PCIe info should come from parent
237 * @hw: hw specific details
238 *
239 * This function is used by probe to determine whether a device's PCI-Express
240 * bandwidth details should be gathered from the parent bus instead of from the
241 * device. Used to ensure that various locations all have the correct device ID
242 * checks.
243 */
244static inline bool ixgbe_pcie_from_parent(struct ixgbe_hw *hw)
245{
246 switch (hw->device_id) {
247 case IXGBE_DEV_ID_82599_SFP_SF_QP:
Don Skidmore8f583322013-07-27 06:25:38 +0000248 case IXGBE_DEV_ID_82599_QSFP_SF_QP:
Jacob Kellere027d1a2013-07-31 06:53:31 +0000249 return true;
250 default:
251 return false;
252 }
253}
254
255static void ixgbe_check_minimum_link(struct ixgbe_adapter *adapter,
256 int expected_gts)
257{
Don Skidmoref9328bc2015-06-18 13:24:06 -0400258 struct ixgbe_hw *hw = &adapter->hw;
Jacob Kellere027d1a2013-07-31 06:53:31 +0000259 int max_gts = 0;
260 enum pci_bus_speed speed = PCI_SPEED_UNKNOWN;
261 enum pcie_link_width width = PCIE_LNK_WIDTH_UNKNOWN;
262 struct pci_dev *pdev;
263
Don Skidmoref9328bc2015-06-18 13:24:06 -0400264 /* Some devices are not connected over PCIe and thus do not negotiate
265 * speed. These devices do not have valid bus info, and thus any report
266 * we generate may not be correct.
267 */
268 if (hw->bus.type == ixgbe_bus_type_internal)
269 return;
270
Jacob Keller56d13922015-06-10 11:44:45 -0700271 /* determine whether to use the parent device */
Jacob Kellere027d1a2013-07-31 06:53:31 +0000272 if (ixgbe_pcie_from_parent(&adapter->hw))
273 pdev = adapter->pdev->bus->parent->self;
274 else
275 pdev = adapter->pdev;
276
277 if (pcie_get_minimum_link(pdev, &speed, &width) ||
278 speed == PCI_SPEED_UNKNOWN || width == PCIE_LNK_WIDTH_UNKNOWN) {
279 e_dev_warn("Unable to determine PCI Express bandwidth.\n");
280 return;
281 }
282
283 switch (speed) {
284 case PCIE_SPEED_2_5GT:
285 /* 8b/10b encoding reduces max throughput by 20% */
286 max_gts = 2 * width;
287 break;
288 case PCIE_SPEED_5_0GT:
289 /* 8b/10b encoding reduces max throughput by 20% */
290 max_gts = 4 * width;
291 break;
292 case PCIE_SPEED_8_0GT:
Jacob Keller9f0a4332013-10-18 05:09:19 +0000293 /* 128b/130b encoding reduces throughput by less than 2% */
Jacob Kellere027d1a2013-07-31 06:53:31 +0000294 max_gts = 8 * width;
295 break;
296 default:
297 e_dev_warn("Unable to determine PCI Express bandwidth.\n");
298 return;
299 }
300
301 e_dev_info("PCI Express bandwidth of %dGT/s available\n",
302 max_gts);
303 e_dev_info("(Speed:%s, Width: x%d, Encoding Loss:%s)\n",
304 (speed == PCIE_SPEED_8_0GT ? "8.0GT/s" :
305 speed == PCIE_SPEED_5_0GT ? "5.0GT/s" :
306 speed == PCIE_SPEED_2_5GT ? "2.5GT/s" :
307 "Unknown"),
308 width,
309 (speed == PCIE_SPEED_2_5GT ? "20%" :
310 speed == PCIE_SPEED_5_0GT ? "20%" :
Jacob Keller9f0a4332013-10-18 05:09:19 +0000311 speed == PCIE_SPEED_8_0GT ? "<2%" :
Jacob Kellere027d1a2013-07-31 06:53:31 +0000312 "Unknown"));
313
314 if (max_gts < expected_gts) {
315 e_dev_warn("This is not sufficient for optimal performance of this card.\n");
316 e_dev_warn("For optimal performance, at least %dGT/s of bandwidth is required.\n",
317 expected_gts);
318 e_dev_warn("A slot with more lanes and/or higher speed is suggested.\n");
319 }
320}
321
Alexander Duyck70864002011-04-27 09:13:56 +0000322static void ixgbe_service_event_schedule(struct ixgbe_adapter *adapter)
323{
324 if (!test_bit(__IXGBE_DOWN, &adapter->state) &&
Mark Rustad09f40ae2014-01-14 18:53:11 -0800325 !test_bit(__IXGBE_REMOVING, &adapter->state) &&
Alexander Duyck70864002011-04-27 09:13:56 +0000326 !test_and_set_bit(__IXGBE_SERVICE_SCHED, &adapter->state))
Mark Rustad780484d2015-10-21 17:21:10 -0700327 queue_work(ixgbe_wq, &adapter->service_task);
Alexander Duyck70864002011-04-27 09:13:56 +0000328}
329
Mark Rustad2a1a0912014-01-14 18:53:15 -0800330static void ixgbe_remove_adapter(struct ixgbe_hw *hw)
331{
332 struct ixgbe_adapter *adapter = hw->back;
333
334 if (!hw->hw_addr)
335 return;
336 hw->hw_addr = NULL;
337 e_dev_err("Adapter removed\n");
Mark Rustad58cf6632014-03-12 00:38:40 +0000338 if (test_bit(__IXGBE_SERVICE_INITED, &adapter->state))
339 ixgbe_service_event_schedule(adapter);
Mark Rustad2a1a0912014-01-14 18:53:15 -0800340}
341
Mark Rustadf8e24722014-03-18 07:03:40 +0000342static void ixgbe_check_remove(struct ixgbe_hw *hw, u32 reg)
Mark Rustad2a1a0912014-01-14 18:53:15 -0800343{
344 u32 value;
345
346 /* The following check not only optimizes a bit by not
347 * performing a read on the status register when the
348 * register just read was a status register read that
349 * returned IXGBE_FAILED_READ_REG. It also blocks any
350 * potential recursion.
351 */
352 if (reg == IXGBE_STATUS) {
353 ixgbe_remove_adapter(hw);
354 return;
355 }
356 value = ixgbe_read_reg(hw, IXGBE_STATUS);
357 if (value == IXGBE_FAILED_READ_REG)
358 ixgbe_remove_adapter(hw);
359}
360
Mark Rustadf8e24722014-03-18 07:03:40 +0000361/**
362 * ixgbe_read_reg - Read from device register
363 * @hw: hw specific details
364 * @reg: offset of register to read
365 *
366 * Returns : value read or IXGBE_FAILED_READ_REG if removed
367 *
368 * This function is used to read device registers. It checks for device
369 * removal by confirming any read that returns all ones by checking the
370 * status register value for all ones. This function avoids reading from
371 * the hardware if a removal was previously detected in which case it
372 * returns IXGBE_FAILED_READ_REG (all ones).
373 */
374u32 ixgbe_read_reg(struct ixgbe_hw *hw, u32 reg)
375{
376 u8 __iomem *reg_addr = ACCESS_ONCE(hw->hw_addr);
377 u32 value;
378
379 if (ixgbe_removed(reg_addr))
380 return IXGBE_FAILED_READ_REG;
Mark Rustad2f2219b2016-04-07 10:43:50 -0700381 if (unlikely(hw->phy.nw_mng_if_sel &
382 IXGBE_NW_MNG_IF_SEL_ENABLE_10_100M)) {
383 struct ixgbe_adapter *adapter;
384 int i;
385
386 for (i = 0; i < 200; ++i) {
387 value = readl(reg_addr + IXGBE_MAC_SGMII_BUSY);
388 if (likely(!value))
389 goto writes_completed;
390 if (value == IXGBE_FAILED_READ_REG) {
391 ixgbe_remove_adapter(hw);
392 return IXGBE_FAILED_READ_REG;
393 }
394 udelay(5);
395 }
396
397 adapter = hw->back;
398 e_warn(hw, "register writes incomplete %08x\n", value);
399 }
400
401writes_completed:
Mark Rustadf8e24722014-03-18 07:03:40 +0000402 value = readl(reg_addr + reg);
403 if (unlikely(value == IXGBE_FAILED_READ_REG))
404 ixgbe_check_remove(hw, reg);
405 return value;
406}
407
Mark Rustad14438462014-02-28 15:48:57 -0800408static bool ixgbe_check_cfg_remove(struct ixgbe_hw *hw, struct pci_dev *pdev)
409{
410 u16 value;
411
412 pci_read_config_word(pdev, PCI_VENDOR_ID, &value);
413 if (value == IXGBE_FAILED_READ_CFG_WORD) {
414 ixgbe_remove_adapter(hw);
415 return true;
416 }
417 return false;
418}
419
420u16 ixgbe_read_pci_cfg_word(struct ixgbe_hw *hw, u32 reg)
421{
422 struct ixgbe_adapter *adapter = hw->back;
423 u16 value;
424
425 if (ixgbe_removed(hw->hw_addr))
426 return IXGBE_FAILED_READ_CFG_WORD;
427 pci_read_config_word(adapter->pdev, reg, &value);
428 if (value == IXGBE_FAILED_READ_CFG_WORD &&
429 ixgbe_check_cfg_remove(hw, adapter->pdev))
430 return IXGBE_FAILED_READ_CFG_WORD;
431 return value;
432}
433
434#ifdef CONFIG_PCI_IOV
435static u32 ixgbe_read_pci_cfg_dword(struct ixgbe_hw *hw, u32 reg)
436{
437 struct ixgbe_adapter *adapter = hw->back;
438 u32 value;
439
440 if (ixgbe_removed(hw->hw_addr))
441 return IXGBE_FAILED_READ_CFG_DWORD;
442 pci_read_config_dword(adapter->pdev, reg, &value);
443 if (value == IXGBE_FAILED_READ_CFG_DWORD &&
444 ixgbe_check_cfg_remove(hw, adapter->pdev))
445 return IXGBE_FAILED_READ_CFG_DWORD;
446 return value;
447}
448#endif /* CONFIG_PCI_IOV */
449
Jacob Kellered192312014-02-22 01:23:53 +0000450void ixgbe_write_pci_cfg_word(struct ixgbe_hw *hw, u32 reg, u16 value)
451{
452 struct ixgbe_adapter *adapter = hw->back;
453
454 if (ixgbe_removed(hw->hw_addr))
455 return;
456 pci_write_config_word(adapter->pdev, reg, value);
457}
458
Alexander Duyck70864002011-04-27 09:13:56 +0000459static void ixgbe_service_event_complete(struct ixgbe_adapter *adapter)
460{
461 BUG_ON(!test_bit(__IXGBE_SERVICE_SCHED, &adapter->state));
462
Stephen Hemminger52f33af2011-12-22 16:34:52 +0000463 /* flush memory to make sure state is correct before next watchdog */
Peter Zijlstra4e857c52014-03-17 18:06:10 +0100464 smp_mb__before_atomic();
Alexander Duyck70864002011-04-27 09:13:56 +0000465 clear_bit(__IXGBE_SERVICE_SCHED, &adapter->state);
466}
467
Taku Izumidcd79ae2010-04-27 14:39:53 +0000468struct ixgbe_reg_info {
469 u32 ofs;
470 char *name;
471};
472
473static const struct ixgbe_reg_info ixgbe_reg_info_tbl[] = {
474
475 /* General Registers */
476 {IXGBE_CTRL, "CTRL"},
477 {IXGBE_STATUS, "STATUS"},
478 {IXGBE_CTRL_EXT, "CTRL_EXT"},
479
480 /* Interrupt Registers */
481 {IXGBE_EICR, "EICR"},
482
483 /* RX Registers */
484 {IXGBE_SRRCTL(0), "SRRCTL"},
485 {IXGBE_DCA_RXCTRL(0), "DRXCTL"},
486 {IXGBE_RDLEN(0), "RDLEN"},
487 {IXGBE_RDH(0), "RDH"},
488 {IXGBE_RDT(0), "RDT"},
489 {IXGBE_RXDCTL(0), "RXDCTL"},
490 {IXGBE_RDBAL(0), "RDBAL"},
491 {IXGBE_RDBAH(0), "RDBAH"},
492
493 /* TX Registers */
494 {IXGBE_TDBAL(0), "TDBAL"},
495 {IXGBE_TDBAH(0), "TDBAH"},
496 {IXGBE_TDLEN(0), "TDLEN"},
497 {IXGBE_TDH(0), "TDH"},
498 {IXGBE_TDT(0), "TDT"},
499 {IXGBE_TXDCTL(0), "TXDCTL"},
500
501 /* List Terminator */
Mark Rustadca8dfe22014-07-24 06:19:24 +0000502 { .name = NULL }
Taku Izumidcd79ae2010-04-27 14:39:53 +0000503};
504
505
506/*
507 * ixgbe_regdump - register printout routine
508 */
509static void ixgbe_regdump(struct ixgbe_hw *hw, struct ixgbe_reg_info *reginfo)
510{
511 int i = 0, j = 0;
512 char rname[16];
513 u32 regs[64];
514
515 switch (reginfo->ofs) {
516 case IXGBE_SRRCTL(0):
517 for (i = 0; i < 64; i++)
518 regs[i] = IXGBE_READ_REG(hw, IXGBE_SRRCTL(i));
519 break;
520 case IXGBE_DCA_RXCTRL(0):
521 for (i = 0; i < 64; i++)
522 regs[i] = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
523 break;
524 case IXGBE_RDLEN(0):
525 for (i = 0; i < 64; i++)
526 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDLEN(i));
527 break;
528 case IXGBE_RDH(0):
529 for (i = 0; i < 64; i++)
530 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDH(i));
531 break;
532 case IXGBE_RDT(0):
533 for (i = 0; i < 64; i++)
534 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDT(i));
535 break;
536 case IXGBE_RXDCTL(0):
537 for (i = 0; i < 64; i++)
538 regs[i] = IXGBE_READ_REG(hw, IXGBE_RXDCTL(i));
539 break;
540 case IXGBE_RDBAL(0):
541 for (i = 0; i < 64; i++)
542 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDBAL(i));
543 break;
544 case IXGBE_RDBAH(0):
545 for (i = 0; i < 64; i++)
546 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDBAH(i));
547 break;
548 case IXGBE_TDBAL(0):
549 for (i = 0; i < 64; i++)
550 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDBAL(i));
551 break;
552 case IXGBE_TDBAH(0):
553 for (i = 0; i < 64; i++)
554 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDBAH(i));
555 break;
556 case IXGBE_TDLEN(0):
557 for (i = 0; i < 64; i++)
558 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDLEN(i));
559 break;
560 case IXGBE_TDH(0):
561 for (i = 0; i < 64; i++)
562 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDH(i));
563 break;
564 case IXGBE_TDT(0):
565 for (i = 0; i < 64; i++)
566 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDT(i));
567 break;
568 case IXGBE_TXDCTL(0):
569 for (i = 0; i < 64; i++)
570 regs[i] = IXGBE_READ_REG(hw, IXGBE_TXDCTL(i));
571 break;
572 default:
Joe Perchesc7689572010-09-07 21:35:17 +0000573 pr_info("%-15s %08x\n", reginfo->name,
Taku Izumidcd79ae2010-04-27 14:39:53 +0000574 IXGBE_READ_REG(hw, reginfo->ofs));
575 return;
576 }
577
578 for (i = 0; i < 8; i++) {
579 snprintf(rname, 16, "%s[%d-%d]", reginfo->name, i*8, i*8+7);
Joe Perchesc7689572010-09-07 21:35:17 +0000580 pr_err("%-15s", rname);
Taku Izumidcd79ae2010-04-27 14:39:53 +0000581 for (j = 0; j < 8; j++)
Joe Perchesc7689572010-09-07 21:35:17 +0000582 pr_cont(" %08x", regs[i*8+j]);
583 pr_cont("\n");
Taku Izumidcd79ae2010-04-27 14:39:53 +0000584 }
585
586}
587
588/*
589 * ixgbe_dump - Print registers, tx-rings and rx-rings
590 */
591static void ixgbe_dump(struct ixgbe_adapter *adapter)
592{
593 struct net_device *netdev = adapter->netdev;
594 struct ixgbe_hw *hw = &adapter->hw;
595 struct ixgbe_reg_info *reginfo;
596 int n = 0;
597 struct ixgbe_ring *tx_ring;
Alexander Duyck729739b2012-02-08 07:51:06 +0000598 struct ixgbe_tx_buffer *tx_buffer;
Taku Izumidcd79ae2010-04-27 14:39:53 +0000599 union ixgbe_adv_tx_desc *tx_desc;
600 struct my_u0 { u64 a; u64 b; } *u0;
601 struct ixgbe_ring *rx_ring;
602 union ixgbe_adv_rx_desc *rx_desc;
603 struct ixgbe_rx_buffer *rx_buffer_info;
604 u32 staterr;
605 int i = 0;
606
607 if (!netif_msg_hw(adapter))
608 return;
609
610 /* Print netdevice Info */
611 if (netdev) {
612 dev_info(&adapter->pdev->dev, "Net device Info\n");
Joe Perchesc7689572010-09-07 21:35:17 +0000613 pr_info("Device Name state "
Tobias Klauser4a7c9722017-01-18 17:45:01 +0100614 "trans_start\n");
615 pr_info("%-15s %016lX %016lX\n",
Joe Perchesc7689572010-09-07 21:35:17 +0000616 netdev->name,
617 netdev->state,
Tobias Klauser4a7c9722017-01-18 17:45:01 +0100618 dev_trans_start(netdev));
Taku Izumidcd79ae2010-04-27 14:39:53 +0000619 }
620
621 /* Print Registers */
622 dev_info(&adapter->pdev->dev, "Register Dump\n");
Joe Perchesc7689572010-09-07 21:35:17 +0000623 pr_info(" Register Name Value\n");
Taku Izumidcd79ae2010-04-27 14:39:53 +0000624 for (reginfo = (struct ixgbe_reg_info *)ixgbe_reg_info_tbl;
625 reginfo->name; reginfo++) {
626 ixgbe_regdump(hw, reginfo);
627 }
628
629 /* Print TX Ring Summary */
630 if (!netdev || !netif_running(netdev))
Mark Rustade90dd262014-07-22 06:51:08 +0000631 return;
Taku Izumidcd79ae2010-04-27 14:39:53 +0000632
633 dev_info(&adapter->pdev->dev, "TX Rings Summary\n");
Josh Hay8ad88e32012-09-26 05:59:41 +0000634 pr_info(" %s %s %s %s\n",
635 "Queue [NTU] [NTC] [bi(ntc)->dma ]",
636 "leng", "ntw", "timestamp");
Taku Izumidcd79ae2010-04-27 14:39:53 +0000637 for (n = 0; n < adapter->num_tx_queues; n++) {
638 tx_ring = adapter->tx_ring[n];
Alexander Duyck729739b2012-02-08 07:51:06 +0000639 tx_buffer = &tx_ring->tx_buffer_info[tx_ring->next_to_clean];
Josh Hay8ad88e32012-09-26 05:59:41 +0000640 pr_info(" %5d %5X %5X %016llX %08X %p %016llX\n",
Taku Izumidcd79ae2010-04-27 14:39:53 +0000641 n, tx_ring->next_to_use, tx_ring->next_to_clean,
Alexander Duyck729739b2012-02-08 07:51:06 +0000642 (u64)dma_unmap_addr(tx_buffer, dma),
643 dma_unmap_len(tx_buffer, len),
644 tx_buffer->next_to_watch,
645 (u64)tx_buffer->time_stamp);
Taku Izumidcd79ae2010-04-27 14:39:53 +0000646 }
647
648 /* Print TX Rings */
649 if (!netif_msg_tx_done(adapter))
650 goto rx_ring_summary;
651
652 dev_info(&adapter->pdev->dev, "TX Rings Dump\n");
653
654 /* Transmit Descriptor Formats
655 *
Josh Hay39ac8682012-09-26 05:59:36 +0000656 * 82598 Advanced Transmit Descriptor
Taku Izumidcd79ae2010-04-27 14:39:53 +0000657 * +--------------------------------------------------------------+
658 * 0 | Buffer Address [63:0] |
659 * +--------------------------------------------------------------+
Josh Hay39ac8682012-09-26 05:59:36 +0000660 * 8 | PAYLEN | POPTS | IDX | STA | DCMD |DTYP | RSV | DTALEN |
Taku Izumidcd79ae2010-04-27 14:39:53 +0000661 * +--------------------------------------------------------------+
662 * 63 46 45 40 39 36 35 32 31 24 23 20 19 0
Josh Hay39ac8682012-09-26 05:59:36 +0000663 *
664 * 82598 Advanced Transmit Descriptor (Write-Back Format)
665 * +--------------------------------------------------------------+
666 * 0 | RSV [63:0] |
667 * +--------------------------------------------------------------+
668 * 8 | RSV | STA | NXTSEQ |
669 * +--------------------------------------------------------------+
670 * 63 36 35 32 31 0
671 *
672 * 82599+ Advanced Transmit Descriptor
673 * +--------------------------------------------------------------+
674 * 0 | Buffer Address [63:0] |
675 * +--------------------------------------------------------------+
676 * 8 |PAYLEN |POPTS|CC|IDX |STA |DCMD |DTYP |MAC |RSV |DTALEN |
677 * +--------------------------------------------------------------+
678 * 63 46 45 40 39 38 36 35 32 31 24 23 20 19 18 17 16 15 0
679 *
680 * 82599+ Advanced Transmit Descriptor (Write-Back Format)
681 * +--------------------------------------------------------------+
682 * 0 | RSV [63:0] |
683 * +--------------------------------------------------------------+
684 * 8 | RSV | STA | RSV |
685 * +--------------------------------------------------------------+
686 * 63 36 35 32 31 0
Taku Izumidcd79ae2010-04-27 14:39:53 +0000687 */
688
689 for (n = 0; n < adapter->num_tx_queues; n++) {
690 tx_ring = adapter->tx_ring[n];
Joe Perchesc7689572010-09-07 21:35:17 +0000691 pr_info("------------------------------------\n");
692 pr_info("TX QUEUE INDEX = %d\n", tx_ring->queue_index);
693 pr_info("------------------------------------\n");
Josh Hay8ad88e32012-09-26 05:59:41 +0000694 pr_info("%s%s %s %s %s %s\n",
695 "T [desc] [address 63:0 ] ",
696 "[PlPOIdStDDt Ln] [bi->dma ] ",
697 "leng", "ntw", "timestamp", "bi->skb");
Taku Izumidcd79ae2010-04-27 14:39:53 +0000698
699 for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) {
Alexander Duycke4f74022012-01-31 02:59:44 +0000700 tx_desc = IXGBE_TX_DESC(tx_ring, i);
Alexander Duyck729739b2012-02-08 07:51:06 +0000701 tx_buffer = &tx_ring->tx_buffer_info[i];
Taku Izumidcd79ae2010-04-27 14:39:53 +0000702 u0 = (struct my_u0 *)tx_desc;
Josh Hay8ad88e32012-09-26 05:59:41 +0000703 if (dma_unmap_len(tx_buffer, len) > 0) {
704 pr_info("T [0x%03X] %016llX %016llX %016llX %08X %p %016llX %p",
705 i,
706 le64_to_cpu(u0->a),
707 le64_to_cpu(u0->b),
708 (u64)dma_unmap_addr(tx_buffer, dma),
Alexander Duyck729739b2012-02-08 07:51:06 +0000709 dma_unmap_len(tx_buffer, len),
Josh Hay8ad88e32012-09-26 05:59:41 +0000710 tx_buffer->next_to_watch,
711 (u64)tx_buffer->time_stamp,
712 tx_buffer->skb);
713 if (i == tx_ring->next_to_use &&
714 i == tx_ring->next_to_clean)
715 pr_cont(" NTC/U\n");
716 else if (i == tx_ring->next_to_use)
717 pr_cont(" NTU\n");
718 else if (i == tx_ring->next_to_clean)
719 pr_cont(" NTC\n");
720 else
721 pr_cont("\n");
722
723 if (netif_msg_pktdata(adapter) &&
724 tx_buffer->skb)
725 print_hex_dump(KERN_INFO, "",
726 DUMP_PREFIX_ADDRESS, 16, 1,
727 tx_buffer->skb->data,
728 dma_unmap_len(tx_buffer, len),
729 true);
730 }
Taku Izumidcd79ae2010-04-27 14:39:53 +0000731 }
732 }
733
734 /* Print RX Rings Summary */
735rx_ring_summary:
736 dev_info(&adapter->pdev->dev, "RX Rings Summary\n");
Joe Perchesc7689572010-09-07 21:35:17 +0000737 pr_info("Queue [NTU] [NTC]\n");
Taku Izumidcd79ae2010-04-27 14:39:53 +0000738 for (n = 0; n < adapter->num_rx_queues; n++) {
739 rx_ring = adapter->rx_ring[n];
Joe Perchesc7689572010-09-07 21:35:17 +0000740 pr_info("%5d %5X %5X\n",
741 n, rx_ring->next_to_use, rx_ring->next_to_clean);
Taku Izumidcd79ae2010-04-27 14:39:53 +0000742 }
743
744 /* Print RX Rings */
745 if (!netif_msg_rx_status(adapter))
Mark Rustade90dd262014-07-22 06:51:08 +0000746 return;
Taku Izumidcd79ae2010-04-27 14:39:53 +0000747
748 dev_info(&adapter->pdev->dev, "RX Rings Dump\n");
749
Josh Hay39ac8682012-09-26 05:59:36 +0000750 /* Receive Descriptor Formats
751 *
752 * 82598 Advanced Receive Descriptor (Read) Format
Taku Izumidcd79ae2010-04-27 14:39:53 +0000753 * 63 1 0
754 * +-----------------------------------------------------+
755 * 0 | Packet Buffer Address [63:1] |A0/NSE|
756 * +----------------------------------------------+------+
757 * 8 | Header Buffer Address [63:1] | DD |
758 * +-----------------------------------------------------+
759 *
760 *
Josh Hay39ac8682012-09-26 05:59:36 +0000761 * 82598 Advanced Receive Descriptor (Write-Back) Format
Taku Izumidcd79ae2010-04-27 14:39:53 +0000762 *
763 * 63 48 47 32 31 30 21 20 16 15 4 3 0
764 * +------------------------------------------------------+
Josh Hay39ac8682012-09-26 05:59:36 +0000765 * 0 | RSS Hash / |SPH| HDR_LEN | RSV |Packet| RSS |
766 * | Packet | IP | | | | Type | Type |
767 * | Checksum | Ident | | | | | |
Taku Izumidcd79ae2010-04-27 14:39:53 +0000768 * +------------------------------------------------------+
769 * 8 | VLAN Tag | Length | Extended Error | Extended Status |
770 * +------------------------------------------------------+
771 * 63 48 47 32 31 20 19 0
Josh Hay39ac8682012-09-26 05:59:36 +0000772 *
773 * 82599+ Advanced Receive Descriptor (Read) Format
774 * 63 1 0
775 * +-----------------------------------------------------+
776 * 0 | Packet Buffer Address [63:1] |A0/NSE|
777 * +----------------------------------------------+------+
778 * 8 | Header Buffer Address [63:1] | DD |
779 * +-----------------------------------------------------+
780 *
781 *
782 * 82599+ Advanced Receive Descriptor (Write-Back) Format
783 *
784 * 63 48 47 32 31 30 21 20 17 16 4 3 0
785 * +------------------------------------------------------+
786 * 0 |RSS / Frag Checksum|SPH| HDR_LEN |RSC- |Packet| RSS |
787 * |/ RTT / PCoE_PARAM | | | CNT | Type | Type |
788 * |/ Flow Dir Flt ID | | | | | |
789 * +------------------------------------------------------+
790 * 8 | VLAN Tag | Length |Extended Error| Xtnd Status/NEXTP |
791 * +------------------------------------------------------+
792 * 63 48 47 32 31 20 19 0
Taku Izumidcd79ae2010-04-27 14:39:53 +0000793 */
Josh Hay39ac8682012-09-26 05:59:36 +0000794
Taku Izumidcd79ae2010-04-27 14:39:53 +0000795 for (n = 0; n < adapter->num_rx_queues; n++) {
796 rx_ring = adapter->rx_ring[n];
Joe Perchesc7689572010-09-07 21:35:17 +0000797 pr_info("------------------------------------\n");
798 pr_info("RX QUEUE INDEX = %d\n", rx_ring->queue_index);
799 pr_info("------------------------------------\n");
Josh Hay8ad88e32012-09-26 05:59:41 +0000800 pr_info("%s%s%s",
801 "R [desc] [ PktBuf A0] ",
802 "[ HeadBuf DD] [bi->dma ] [bi->skb ] ",
Taku Izumidcd79ae2010-04-27 14:39:53 +0000803 "<-- Adv Rx Read format\n");
Josh Hay8ad88e32012-09-26 05:59:41 +0000804 pr_info("%s%s%s",
805 "RWB[desc] [PcsmIpSHl PtRs] ",
806 "[vl er S cks ln] ---------------- [bi->skb ] ",
Taku Izumidcd79ae2010-04-27 14:39:53 +0000807 "<-- Adv Rx Write-Back format\n");
808
809 for (i = 0; i < rx_ring->count; i++) {
810 rx_buffer_info = &rx_ring->rx_buffer_info[i];
Alexander Duycke4f74022012-01-31 02:59:44 +0000811 rx_desc = IXGBE_RX_DESC(rx_ring, i);
Taku Izumidcd79ae2010-04-27 14:39:53 +0000812 u0 = (struct my_u0 *)rx_desc;
813 staterr = le32_to_cpu(rx_desc->wb.upper.status_error);
814 if (staterr & IXGBE_RXD_STAT_DD) {
815 /* Descriptor Done */
Joe Perchesc7689572010-09-07 21:35:17 +0000816 pr_info("RWB[0x%03X] %016llX "
Taku Izumidcd79ae2010-04-27 14:39:53 +0000817 "%016llX ---------------- %p", i,
818 le64_to_cpu(u0->a),
819 le64_to_cpu(u0->b),
820 rx_buffer_info->skb);
821 } else {
Joe Perchesc7689572010-09-07 21:35:17 +0000822 pr_info("R [0x%03X] %016llX "
Taku Izumidcd79ae2010-04-27 14:39:53 +0000823 "%016llX %016llX %p", i,
824 le64_to_cpu(u0->a),
825 le64_to_cpu(u0->b),
826 (u64)rx_buffer_info->dma,
827 rx_buffer_info->skb);
828
Emil Tantilov9c50c032012-07-26 01:21:24 +0000829 if (netif_msg_pktdata(adapter) &&
830 rx_buffer_info->dma) {
Taku Izumidcd79ae2010-04-27 14:39:53 +0000831 print_hex_dump(KERN_INFO, "",
832 DUMP_PREFIX_ADDRESS, 16, 1,
Emil Tantilov9c50c032012-07-26 01:21:24 +0000833 page_address(rx_buffer_info->page) +
834 rx_buffer_info->page_offset,
Alexander Duyckf8003262012-03-03 02:35:52 +0000835 ixgbe_rx_bufsz(rx_ring), true);
Taku Izumidcd79ae2010-04-27 14:39:53 +0000836 }
837 }
838
839 if (i == rx_ring->next_to_use)
Joe Perchesc7689572010-09-07 21:35:17 +0000840 pr_cont(" NTU\n");
Taku Izumidcd79ae2010-04-27 14:39:53 +0000841 else if (i == rx_ring->next_to_clean)
Joe Perchesc7689572010-09-07 21:35:17 +0000842 pr_cont(" NTC\n");
Taku Izumidcd79ae2010-04-27 14:39:53 +0000843 else
Joe Perchesc7689572010-09-07 21:35:17 +0000844 pr_cont("\n");
Taku Izumidcd79ae2010-04-27 14:39:53 +0000845
846 }
847 }
Taku Izumidcd79ae2010-04-27 14:39:53 +0000848}
849
Ayyappan Veeraiyan5eba3692008-02-01 15:59:04 -0800850static void ixgbe_release_hw_control(struct ixgbe_adapter *adapter)
851{
852 u32 ctrl_ext;
853
854 /* Let firmware take over control of h/w */
855 ctrl_ext = IXGBE_READ_REG(&adapter->hw, IXGBE_CTRL_EXT);
856 IXGBE_WRITE_REG(&adapter->hw, IXGBE_CTRL_EXT,
Joe Perchese8e9f692010-09-07 21:34:53 +0000857 ctrl_ext & ~IXGBE_CTRL_EXT_DRV_LOAD);
Ayyappan Veeraiyan5eba3692008-02-01 15:59:04 -0800858}
859
860static void ixgbe_get_hw_control(struct ixgbe_adapter *adapter)
861{
862 u32 ctrl_ext;
863
864 /* Let firmware know the driver has taken over */
865 ctrl_ext = IXGBE_READ_REG(&adapter->hw, IXGBE_CTRL_EXT);
866 IXGBE_WRITE_REG(&adapter->hw, IXGBE_CTRL_EXT,
Joe Perchese8e9f692010-09-07 21:34:53 +0000867 ctrl_ext | IXGBE_CTRL_EXT_DRV_LOAD);
Ayyappan Veeraiyan5eba3692008-02-01 15:59:04 -0800868}
Auke Kok9a799d72007-09-15 14:07:45 -0700869
Ben Hutchings49ce9c22012-07-10 10:56:00 +0000870/**
PJ Waskiewicze8e26352009-02-27 15:45:05 +0000871 * ixgbe_set_ivar - set the IVAR registers, mapping interrupt causes to vectors
872 * @adapter: pointer to adapter struct
873 * @direction: 0 for Rx, 1 for Tx, -1 for other causes
874 * @queue: queue to map the corresponding interrupt to
875 * @msix_vector: the vector to map to the corresponding queue
876 *
877 */
878static void ixgbe_set_ivar(struct ixgbe_adapter *adapter, s8 direction,
Joe Perchese8e9f692010-09-07 21:34:53 +0000879 u8 queue, u8 msix_vector)
Auke Kok9a799d72007-09-15 14:07:45 -0700880{
881 u32 ivar, index;
PJ Waskiewicze8e26352009-02-27 15:45:05 +0000882 struct ixgbe_hw *hw = &adapter->hw;
883 switch (hw->mac.type) {
884 case ixgbe_mac_82598EB:
885 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
886 if (direction == -1)
887 direction = 0;
888 index = (((direction * 64) + queue) >> 2) & 0x1F;
889 ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(index));
890 ivar &= ~(0xFF << (8 * (queue & 0x3)));
891 ivar |= (msix_vector << (8 * (queue & 0x3)));
892 IXGBE_WRITE_REG(hw, IXGBE_IVAR(index), ivar);
893 break;
894 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -0800895 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +0000896 case ixgbe_mac_X550:
897 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -0700898 case ixgbe_mac_x550em_a:
PJ Waskiewicze8e26352009-02-27 15:45:05 +0000899 if (direction == -1) {
900 /* other causes */
901 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
902 index = ((queue & 1) * 8);
903 ivar = IXGBE_READ_REG(&adapter->hw, IXGBE_IVAR_MISC);
904 ivar &= ~(0xFF << index);
905 ivar |= (msix_vector << index);
906 IXGBE_WRITE_REG(&adapter->hw, IXGBE_IVAR_MISC, ivar);
907 break;
908 } else {
909 /* tx or rx causes */
910 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
911 index = ((16 * (queue & 1)) + (8 * direction));
912 ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(queue >> 1));
913 ivar &= ~(0xFF << index);
914 ivar |= (msix_vector << index);
915 IXGBE_WRITE_REG(hw, IXGBE_IVAR(queue >> 1), ivar);
916 break;
917 }
918 default:
919 break;
920 }
Auke Kok9a799d72007-09-15 14:07:45 -0700921}
922
Alexander Duyckfe49f042009-06-04 16:00:09 +0000923static inline void ixgbe_irq_rearm_queues(struct ixgbe_adapter *adapter,
Joe Perchese8e9f692010-09-07 21:34:53 +0000924 u64 qmask)
Alexander Duyckfe49f042009-06-04 16:00:09 +0000925{
926 u32 mask;
927
Alexander Duyckbd508172010-11-16 19:27:03 -0800928 switch (adapter->hw.mac.type) {
929 case ixgbe_mac_82598EB:
Alexander Duyckfe49f042009-06-04 16:00:09 +0000930 mask = (IXGBE_EIMS_RTX_QUEUE & qmask);
931 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EICS, mask);
Alexander Duyckbd508172010-11-16 19:27:03 -0800932 break;
933 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -0800934 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +0000935 case ixgbe_mac_X550:
936 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -0700937 case ixgbe_mac_x550em_a:
Alexander Duyckfe49f042009-06-04 16:00:09 +0000938 mask = (qmask & 0xFFFFFFFF);
939 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EICS_EX(0), mask);
940 mask = (qmask >> 32);
941 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EICS_EX(1), mask);
Alexander Duyckbd508172010-11-16 19:27:03 -0800942 break;
943 default:
944 break;
Alexander Duyckfe49f042009-06-04 16:00:09 +0000945 }
946}
947
Alexander Duyck729739b2012-02-08 07:51:06 +0000948void ixgbe_unmap_and_free_tx_resource(struct ixgbe_ring *ring,
949 struct ixgbe_tx_buffer *tx_buffer)
Alexander Duyckd3d00232011-07-15 02:31:25 +0000950{
Alexander Duyck729739b2012-02-08 07:51:06 +0000951 if (tx_buffer->skb) {
952 dev_kfree_skb_any(tx_buffer->skb);
953 if (dma_unmap_len(tx_buffer, len))
Alexander Duyckd3d00232011-07-15 02:31:25 +0000954 dma_unmap_single(ring->dev,
Alexander Duyck729739b2012-02-08 07:51:06 +0000955 dma_unmap_addr(tx_buffer, dma),
956 dma_unmap_len(tx_buffer, len),
957 DMA_TO_DEVICE);
958 } else if (dma_unmap_len(tx_buffer, len)) {
959 dma_unmap_page(ring->dev,
960 dma_unmap_addr(tx_buffer, dma),
961 dma_unmap_len(tx_buffer, len),
962 DMA_TO_DEVICE);
Alexander Duyckd3d00232011-07-15 02:31:25 +0000963 }
Alexander Duyck729739b2012-02-08 07:51:06 +0000964 tx_buffer->next_to_watch = NULL;
965 tx_buffer->skb = NULL;
966 dma_unmap_len_set(tx_buffer, len, 0);
967 /* tx_buffer must be completely set up in the transmit path */
Auke Kok9a799d72007-09-15 14:07:45 -0700968}
969
Alexander Duyck943561d2012-05-09 22:14:44 -0700970static void ixgbe_update_xoff_rx_lfc(struct ixgbe_adapter *adapter)
971{
972 struct ixgbe_hw *hw = &adapter->hw;
973 struct ixgbe_hw_stats *hwstats = &adapter->stats;
974 int i;
975 u32 data;
976
977 if ((hw->fc.current_mode != ixgbe_fc_full) &&
978 (hw->fc.current_mode != ixgbe_fc_rx_pause))
979 return;
980
981 switch (hw->mac.type) {
982 case ixgbe_mac_82598EB:
983 data = IXGBE_READ_REG(hw, IXGBE_LXOFFRXC);
984 break;
985 default:
986 data = IXGBE_READ_REG(hw, IXGBE_LXOFFRXCNT);
987 }
988 hwstats->lxoffrxc += data;
989
990 /* refill credits (no tx hang) if we received xoff */
991 if (!data)
992 return;
993
994 for (i = 0; i < adapter->num_tx_queues; i++)
995 clear_bit(__IXGBE_HANG_CHECK_ARMED,
996 &adapter->tx_ring[i]->state);
997}
998
John Fastabendc84d3242010-11-16 19:27:12 -0800999static void ixgbe_update_xoff_received(struct ixgbe_adapter *adapter)
Auke Kok9a799d72007-09-15 14:07:45 -07001000{
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07001001 struct ixgbe_hw *hw = &adapter->hw;
John Fastabendc84d3242010-11-16 19:27:12 -08001002 struct ixgbe_hw_stats *hwstats = &adapter->stats;
John Fastabendc84d3242010-11-16 19:27:12 -08001003 u32 xoff[8] = {0};
Parikh, Neerav2afaa002012-09-27 12:02:22 +00001004 u8 tc;
John Fastabendc84d3242010-11-16 19:27:12 -08001005 int i;
Alexander Duyck943561d2012-05-09 22:14:44 -07001006 bool pfc_en = adapter->dcb_cfg.pfc_mode_enable;
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07001007
Alexander Duyck943561d2012-05-09 22:14:44 -07001008 if (adapter->ixgbe_ieee_pfc)
1009 pfc_en |= !!(adapter->ixgbe_ieee_pfc->pfc_en);
John Fastabendc84d3242010-11-16 19:27:12 -08001010
Alexander Duyck943561d2012-05-09 22:14:44 -07001011 if (!(adapter->flags & IXGBE_FLAG_DCB_ENABLED) || !pfc_en) {
1012 ixgbe_update_xoff_rx_lfc(adapter);
John Fastabendc84d3242010-11-16 19:27:12 -08001013 return;
Alexander Duyck943561d2012-05-09 22:14:44 -07001014 }
John Fastabendc84d3242010-11-16 19:27:12 -08001015
1016 /* update stats for each tc, only valid with PFC enabled */
1017 for (i = 0; i < MAX_TX_PACKET_BUFFERS; i++) {
Parikh, Neerav2afaa002012-09-27 12:02:22 +00001018 u32 pxoffrxc;
1019
John Fastabendc84d3242010-11-16 19:27:12 -08001020 switch (hw->mac.type) {
1021 case ixgbe_mac_82598EB:
Parikh, Neerav2afaa002012-09-27 12:02:22 +00001022 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i));
John Fastabendc84d3242010-11-16 19:27:12 -08001023 break;
1024 default:
Parikh, Neerav2afaa002012-09-27 12:02:22 +00001025 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i));
John Fastabendc84d3242010-11-16 19:27:12 -08001026 }
Parikh, Neerav2afaa002012-09-27 12:02:22 +00001027 hwstats->pxoffrxc[i] += pxoffrxc;
1028 /* Get the TC for given UP */
1029 tc = netdev_get_prio_tc_map(adapter->netdev, i);
1030 xoff[tc] += pxoffrxc;
Auke Kok9a799d72007-09-15 14:07:45 -07001031 }
1032
John Fastabendc84d3242010-11-16 19:27:12 -08001033 /* disarm tx queues that have received xoff frames */
1034 for (i = 0; i < adapter->num_tx_queues; i++) {
1035 struct ixgbe_ring *tx_ring = adapter->tx_ring[i];
John Fastabendc84d3242010-11-16 19:27:12 -08001036
Parikh, Neerav2afaa002012-09-27 12:02:22 +00001037 tc = tx_ring->dcb_tc;
John Fastabendc84d3242010-11-16 19:27:12 -08001038 if (xoff[tc])
1039 clear_bit(__IXGBE_HANG_CHECK_ARMED, &tx_ring->state);
1040 }
1041}
1042
1043static u64 ixgbe_get_tx_completed(struct ixgbe_ring *ring)
1044{
Alexander Duyck7d7ce682012-02-08 07:50:51 +00001045 return ring->stats.packets;
John Fastabendc84d3242010-11-16 19:27:12 -08001046}
1047
1048static u64 ixgbe_get_tx_pending(struct ixgbe_ring *ring)
1049{
John Fastabend2a47fa42013-11-06 09:54:52 -08001050 struct ixgbe_adapter *adapter;
1051 struct ixgbe_hw *hw;
1052 u32 head, tail;
John Fastabendc84d3242010-11-16 19:27:12 -08001053
John Fastabend2a47fa42013-11-06 09:54:52 -08001054 if (ring->l2_accel_priv)
1055 adapter = ring->l2_accel_priv->real_adapter;
1056 else
1057 adapter = netdev_priv(ring->netdev);
1058
1059 hw = &adapter->hw;
1060 head = IXGBE_READ_REG(hw, IXGBE_TDH(ring->reg_idx));
1061 tail = IXGBE_READ_REG(hw, IXGBE_TDT(ring->reg_idx));
John Fastabendc84d3242010-11-16 19:27:12 -08001062
1063 if (head != tail)
1064 return (head < tail) ?
1065 tail - head : (tail + ring->count - head);
1066
1067 return 0;
1068}
1069
1070static inline bool ixgbe_check_tx_hang(struct ixgbe_ring *tx_ring)
1071{
1072 u32 tx_done = ixgbe_get_tx_completed(tx_ring);
1073 u32 tx_done_old = tx_ring->tx_stats.tx_done_old;
1074 u32 tx_pending = ixgbe_get_tx_pending(tx_ring);
John Fastabendc84d3242010-11-16 19:27:12 -08001075
1076 clear_check_for_tx_hang(tx_ring);
1077
1078 /*
1079 * Check for a hung queue, but be thorough. This verifies
1080 * that a transmit has been completed since the previous
1081 * check AND there is at least one packet pending. The
1082 * ARMED bit is set to indicate a potential hang. The
1083 * bit is cleared if a pause frame is received to remove
1084 * false hang detection due to PFC or 802.3x frames. By
1085 * requiring this to fail twice we avoid races with
1086 * pfc clearing the ARMED bit and conditions where we
1087 * run the check_tx_hang logic with a transmit completion
1088 * pending but without time to complete it yet.
1089 */
Mark Rustade90dd262014-07-22 06:51:08 +00001090 if (tx_done_old == tx_done && tx_pending)
John Fastabendc84d3242010-11-16 19:27:12 -08001091 /* make sure it is true for two checks in a row */
Mark Rustade90dd262014-07-22 06:51:08 +00001092 return test_and_set_bit(__IXGBE_HANG_CHECK_ARMED,
1093 &tx_ring->state);
1094 /* update completed stats and continue */
1095 tx_ring->tx_stats.tx_done_old = tx_done;
1096 /* reset the countdown */
1097 clear_bit(__IXGBE_HANG_CHECK_ARMED, &tx_ring->state);
John Fastabendc84d3242010-11-16 19:27:12 -08001098
Mark Rustade90dd262014-07-22 06:51:08 +00001099 return false;
Auke Kok9a799d72007-09-15 14:07:45 -07001100}
1101
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00001102/**
1103 * ixgbe_tx_timeout_reset - initiate reset due to Tx timeout
1104 * @adapter: driver private struct
1105 **/
1106static void ixgbe_tx_timeout_reset(struct ixgbe_adapter *adapter)
1107{
1108
1109 /* Do the reset outside of interrupt context */
1110 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
Emil Tantilov57ca2a42016-07-29 14:46:31 -07001111 set_bit(__IXGBE_RESET_REQUESTED, &adapter->state);
Jacob Keller12ff3f32012-12-01 07:57:17 +00001112 e_warn(drv, "initiating reset due to tx timeout\n");
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00001113 ixgbe_service_event_schedule(adapter);
1114 }
1115}
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07001116
Auke Kok9a799d72007-09-15 14:07:45 -07001117/**
Rostislav Pehlivanovc04f90e2016-01-27 18:33:30 +00001118 * ixgbe_tx_maxrate - callback to set the maximum per-queue bitrate
1119 **/
1120static int ixgbe_tx_maxrate(struct net_device *netdev,
1121 int queue_index, u32 maxrate)
1122{
1123 struct ixgbe_adapter *adapter = netdev_priv(netdev);
1124 struct ixgbe_hw *hw = &adapter->hw;
1125 u32 bcnrc_val = ixgbe_link_mbps(adapter);
1126
1127 if (!maxrate)
1128 return 0;
1129
1130 /* Calculate the rate factor values to set */
1131 bcnrc_val <<= IXGBE_RTTBCNRC_RF_INT_SHIFT;
1132 bcnrc_val /= maxrate;
1133
1134 /* clear everything but the rate factor */
1135 bcnrc_val &= IXGBE_RTTBCNRC_RF_INT_MASK |
1136 IXGBE_RTTBCNRC_RF_DEC_MASK;
1137
1138 /* enable the rate scheduler */
1139 bcnrc_val |= IXGBE_RTTBCNRC_RS_ENA;
1140
1141 IXGBE_WRITE_REG(hw, IXGBE_RTTDQSEL, queue_index);
1142 IXGBE_WRITE_REG(hw, IXGBE_RTTBCNRC, bcnrc_val);
1143
1144 return 0;
1145}
1146
1147/**
Auke Kok9a799d72007-09-15 14:07:45 -07001148 * ixgbe_clean_tx_irq - Reclaim resources after transmit completes
Alexander Duyckfe49f042009-06-04 16:00:09 +00001149 * @q_vector: structure containing interrupt and ring information
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07001150 * @tx_ring: tx ring to clean
Alexander Duyck8220bbc2016-03-07 09:30:09 -08001151 * @napi_budget: Used to determine if we are in netpoll
Auke Kok9a799d72007-09-15 14:07:45 -07001152 **/
Alexander Duyckfe49f042009-06-04 16:00:09 +00001153static bool ixgbe_clean_tx_irq(struct ixgbe_q_vector *q_vector,
Jesper Dangaard Brouera3a87492016-02-08 13:15:09 +01001154 struct ixgbe_ring *tx_ring, int napi_budget)
Auke Kok9a799d72007-09-15 14:07:45 -07001155{
Alexander Duyckfe49f042009-06-04 16:00:09 +00001156 struct ixgbe_adapter *adapter = q_vector->adapter;
Alexander Duyckd3d00232011-07-15 02:31:25 +00001157 struct ixgbe_tx_buffer *tx_buffer;
1158 union ixgbe_adv_tx_desc *tx_desc;
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07001159 unsigned int total_bytes = 0, total_packets = 0;
Alexander Duyck59224552011-08-31 00:01:06 +00001160 unsigned int budget = q_vector->tx.work_limit;
Alexander Duyck729739b2012-02-08 07:51:06 +00001161 unsigned int i = tx_ring->next_to_clean;
1162
1163 if (test_bit(__IXGBE_DOWN, &adapter->state))
1164 return true;
Auke Kok9a799d72007-09-15 14:07:45 -07001165
Alexander Duyckd3d00232011-07-15 02:31:25 +00001166 tx_buffer = &tx_ring->tx_buffer_info[i];
Alexander Duycke4f74022012-01-31 02:59:44 +00001167 tx_desc = IXGBE_TX_DESC(tx_ring, i);
Alexander Duyck729739b2012-02-08 07:51:06 +00001168 i -= tx_ring->count;
Peter P Waskiewicz Jr12207e42009-02-06 21:47:24 -08001169
Alexander Duyck729739b2012-02-08 07:51:06 +00001170 do {
Alexander Duyckd3d00232011-07-15 02:31:25 +00001171 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch;
Auke Kok9a799d72007-09-15 14:07:45 -07001172
Alexander Duyckd3d00232011-07-15 02:31:25 +00001173 /* if next_to_watch is not set then there is no work pending */
1174 if (!eop_desc)
1175 break;
1176
Alexander Duyck7f83a9e2012-02-08 07:49:23 +00001177 /* prevent any other reads prior to eop_desc */
Alexander Duyck7e63bf42013-01-08 07:00:58 +00001178 read_barrier_depends();
Alexander Duyck7f83a9e2012-02-08 07:49:23 +00001179
Alexander Duyckd3d00232011-07-15 02:31:25 +00001180 /* if DD is not set pending work has not been completed */
1181 if (!(eop_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD)))
1182 break;
1183
Alexander Duyckd3d00232011-07-15 02:31:25 +00001184 /* clear next_to_watch to prevent false hangs */
1185 tx_buffer->next_to_watch = NULL;
1186
Alexander Duyck091a6242012-02-08 07:51:01 +00001187 /* update the statistics for this packet */
1188 total_bytes += tx_buffer->bytecount;
1189 total_packets += tx_buffer->gso_segs;
1190
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00001191 /* free the skb */
Jesper Dangaard Brouera3a87492016-02-08 13:15:09 +01001192 napi_consume_skb(tx_buffer->skb, napi_budget);
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00001193
Alexander Duyck729739b2012-02-08 07:51:06 +00001194 /* unmap skb header data */
1195 dma_unmap_single(tx_ring->dev,
1196 dma_unmap_addr(tx_buffer, dma),
1197 dma_unmap_len(tx_buffer, len),
1198 DMA_TO_DEVICE);
1199
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00001200 /* clear tx_buffer data */
1201 tx_buffer->skb = NULL;
Alexander Duyck729739b2012-02-08 07:51:06 +00001202 dma_unmap_len_set(tx_buffer, len, 0);
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00001203
Alexander Duyck729739b2012-02-08 07:51:06 +00001204 /* unmap remaining buffers */
1205 while (tx_desc != eop_desc) {
Alexander Duyckd3d00232011-07-15 02:31:25 +00001206 tx_buffer++;
1207 tx_desc++;
1208 i++;
Alexander Duyck729739b2012-02-08 07:51:06 +00001209 if (unlikely(!i)) {
1210 i -= tx_ring->count;
Alexander Duyckd3d00232011-07-15 02:31:25 +00001211 tx_buffer = tx_ring->tx_buffer_info;
Alexander Duycke4f74022012-01-31 02:59:44 +00001212 tx_desc = IXGBE_TX_DESC(tx_ring, 0);
Alexander Duyckd3d00232011-07-15 02:31:25 +00001213 }
1214
Alexander Duyck729739b2012-02-08 07:51:06 +00001215 /* unmap any remaining paged data */
1216 if (dma_unmap_len(tx_buffer, len)) {
1217 dma_unmap_page(tx_ring->dev,
1218 dma_unmap_addr(tx_buffer, dma),
1219 dma_unmap_len(tx_buffer, len),
1220 DMA_TO_DEVICE);
1221 dma_unmap_len_set(tx_buffer, len, 0);
1222 }
1223 }
Peter P Waskiewicz Jr12207e42009-02-06 21:47:24 -08001224
Alexander Duyck729739b2012-02-08 07:51:06 +00001225 /* move us one more past the eop_desc for start of next pkt */
1226 tx_buffer++;
1227 tx_desc++;
1228 i++;
1229 if (unlikely(!i)) {
1230 i -= tx_ring->count;
1231 tx_buffer = tx_ring->tx_buffer_info;
1232 tx_desc = IXGBE_TX_DESC(tx_ring, 0);
1233 }
1234
1235 /* issue prefetch for next Tx descriptor */
1236 prefetch(tx_desc);
1237
1238 /* update budget accounting */
1239 budget--;
1240 } while (likely(budget));
1241
1242 i += tx_ring->count;
Auke Kok9a799d72007-09-15 14:07:45 -07001243 tx_ring->next_to_clean = i;
Alexander Duyckd3d00232011-07-15 02:31:25 +00001244 u64_stats_update_begin(&tx_ring->syncp);
Alexander Duyckb9537992010-11-16 19:26:58 -08001245 tx_ring->stats.bytes += total_bytes;
Alexander Duyckbd198052011-06-11 01:45:08 +00001246 tx_ring->stats.packets += total_packets;
Alexander Duyckd3d00232011-07-15 02:31:25 +00001247 u64_stats_update_end(&tx_ring->syncp);
Alexander Duyckbd198052011-06-11 01:45:08 +00001248 q_vector->tx.total_bytes += total_bytes;
1249 q_vector->tx.total_packets += total_packets;
Alexander Duyckb9537992010-11-16 19:26:58 -08001250
John Fastabendc84d3242010-11-16 19:27:12 -08001251 if (check_for_tx_hang(tx_ring) && ixgbe_check_tx_hang(tx_ring)) {
Alexander Duyckb9537992010-11-16 19:26:58 -08001252 /* schedule immediate reset if we believe we hung */
John Fastabendc84d3242010-11-16 19:27:12 -08001253 struct ixgbe_hw *hw = &adapter->hw;
John Fastabendc84d3242010-11-16 19:27:12 -08001254 e_err(drv, "Detected Tx Unit Hang\n"
1255 " Tx Queue <%d>\n"
1256 " TDH, TDT <%x>, <%x>\n"
1257 " next_to_use <%x>\n"
1258 " next_to_clean <%x>\n"
1259 "tx_buffer_info[next_to_clean]\n"
1260 " time_stamp <%lx>\n"
1261 " jiffies <%lx>\n",
1262 tx_ring->queue_index,
1263 IXGBE_READ_REG(hw, IXGBE_TDH(tx_ring->reg_idx)),
1264 IXGBE_READ_REG(hw, IXGBE_TDT(tx_ring->reg_idx)),
Alexander Duyckd3d00232011-07-15 02:31:25 +00001265 tx_ring->next_to_use, i,
1266 tx_ring->tx_buffer_info[i].time_stamp, jiffies);
John Fastabendc84d3242010-11-16 19:27:12 -08001267
1268 netif_stop_subqueue(tx_ring->netdev, tx_ring->queue_index);
1269
1270 e_info(probe,
1271 "tx hang %d detected on queue %d, resetting adapter\n",
1272 adapter->tx_timeout_count + 1, tx_ring->queue_index);
1273
1274 /* schedule immediate reset if we believe we hung */
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00001275 ixgbe_tx_timeout_reset(adapter);
Alexander Duyckb9537992010-11-16 19:26:58 -08001276
1277 /* the adapter is about to reset, no point in enabling stuff */
Alexander Duyck59224552011-08-31 00:01:06 +00001278 return true;
Alexander Duyckb9537992010-11-16 19:26:58 -08001279 }
Auke Kok9a799d72007-09-15 14:07:45 -07001280
Alexander Duyckb2d96e02012-02-07 08:14:33 +00001281 netdev_tx_completed_queue(txring_txq(tx_ring),
1282 total_packets, total_bytes);
1283
Ayyappan Veeraiyane092be62008-02-01 15:58:49 -08001284#define TX_WAKE_THRESHOLD (DESC_NEEDED * 2)
Alexander Duyck30065e62011-07-15 03:05:14 +00001285 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) &&
Alexander Duyck7d4987d2011-05-27 05:31:37 +00001286 (ixgbe_desc_unused(tx_ring) >= TX_WAKE_THRESHOLD))) {
Ayyappan Veeraiyane092be62008-02-01 15:58:49 -08001287 /* Make sure that anybody stopping the queue after this
1288 * sees the new next_to_clean.
1289 */
1290 smp_mb();
Alexander Duyck729739b2012-02-08 07:51:06 +00001291 if (__netif_subqueue_stopped(tx_ring->netdev,
1292 tx_ring->queue_index)
1293 && !test_bit(__IXGBE_DOWN, &adapter->state)) {
1294 netif_wake_subqueue(tx_ring->netdev,
1295 tx_ring->queue_index);
Alexander Duyck5b7da512010-11-16 19:26:50 -08001296 ++tx_ring->tx_stats.restart_queue;
Ayyappan Veeraiyan30eba972008-03-03 15:03:52 -08001297 }
Ayyappan Veeraiyane092be62008-02-01 15:58:49 -08001298 }
Auke Kok9a799d72007-09-15 14:07:45 -07001299
Alexander Duyck59224552011-08-31 00:01:06 +00001300 return !!budget;
Auke Kok9a799d72007-09-15 14:07:45 -07001301}
1302
Jeff Garzik5dd2d332008-10-16 05:09:31 -04001303#ifdef CONFIG_IXGBE_DCA
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001304static void ixgbe_update_tx_dca(struct ixgbe_adapter *adapter,
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001305 struct ixgbe_ring *tx_ring,
1306 int cpu)
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001307{
Don Skidmoreee5f7842009-11-06 12:56:20 +00001308 struct ixgbe_hw *hw = &adapter->hw;
Mark Rustad9de76052015-08-08 16:27:41 -07001309 u32 txctrl = 0;
Alexander Duyckbdda1a62012-02-08 07:50:14 +00001310 u16 reg_offset;
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001311
Mark Rustad9de76052015-08-08 16:27:41 -07001312 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED)
1313 txctrl = dca3_get_tag(tx_ring->dev, cpu);
1314
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001315 switch (hw->mac.type) {
1316 case ixgbe_mac_82598EB:
Alexander Duyckbdda1a62012-02-08 07:50:14 +00001317 reg_offset = IXGBE_DCA_TXCTRL(tx_ring->reg_idx);
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001318 break;
1319 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08001320 case ixgbe_mac_X540:
Alexander Duyckbdda1a62012-02-08 07:50:14 +00001321 reg_offset = IXGBE_DCA_TXCTRL_82599(tx_ring->reg_idx);
1322 txctrl <<= IXGBE_DCA_TXCTRL_CPUID_SHIFT_82599;
1323 break;
1324 default:
1325 /* for unknown hardware do not write register */
1326 return;
1327 }
1328
1329 /*
1330 * We can enable relaxed ordering for reads, but not writes when
1331 * DCA is enabled. This is due to a known issue in some chipsets
1332 * which will cause the DCA tag to be cleared.
1333 */
1334 txctrl |= IXGBE_DCA_TXCTRL_DESC_RRO_EN |
1335 IXGBE_DCA_TXCTRL_DATA_RRO_EN |
1336 IXGBE_DCA_TXCTRL_DESC_DCA_EN;
1337
1338 IXGBE_WRITE_REG(hw, reg_offset, txctrl);
1339}
1340
1341static void ixgbe_update_rx_dca(struct ixgbe_adapter *adapter,
1342 struct ixgbe_ring *rx_ring,
1343 int cpu)
1344{
1345 struct ixgbe_hw *hw = &adapter->hw;
Mark Rustad9de76052015-08-08 16:27:41 -07001346 u32 rxctrl = 0;
Alexander Duyckbdda1a62012-02-08 07:50:14 +00001347 u8 reg_idx = rx_ring->reg_idx;
1348
Mark Rustad9de76052015-08-08 16:27:41 -07001349 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED)
1350 rxctrl = dca3_get_tag(rx_ring->dev, cpu);
Alexander Duyckbdda1a62012-02-08 07:50:14 +00001351
1352 switch (hw->mac.type) {
1353 case ixgbe_mac_82599EB:
1354 case ixgbe_mac_X540:
1355 rxctrl <<= IXGBE_DCA_RXCTRL_CPUID_SHIFT_82599;
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001356 break;
1357 default:
1358 break;
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001359 }
Alexander Duyckbdda1a62012-02-08 07:50:14 +00001360
1361 /*
1362 * We can enable relaxed ordering for reads, but not writes when
1363 * DCA is enabled. This is due to a known issue in some chipsets
1364 * which will cause the DCA tag to be cleared.
1365 */
1366 rxctrl |= IXGBE_DCA_RXCTRL_DESC_RRO_EN |
Mark Rustad9de76052015-08-08 16:27:41 -07001367 IXGBE_DCA_RXCTRL_DATA_DCA_EN |
Alexander Duyckbdda1a62012-02-08 07:50:14 +00001368 IXGBE_DCA_RXCTRL_DESC_DCA_EN;
1369
1370 IXGBE_WRITE_REG(hw, IXGBE_DCA_RXCTRL(reg_idx), rxctrl);
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001371}
1372
1373static void ixgbe_update_dca(struct ixgbe_q_vector *q_vector)
1374{
1375 struct ixgbe_adapter *adapter = q_vector->adapter;
Alexander Duyckefe3d3c2011-07-15 03:05:21 +00001376 struct ixgbe_ring *ring;
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001377 int cpu = get_cpu();
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001378
1379 if (q_vector->cpu == cpu)
1380 goto out_no_update;
1381
Alexander Duycka5579282012-02-08 07:50:04 +00001382 ixgbe_for_each_ring(ring, q_vector->tx)
Alexander Duyckefe3d3c2011-07-15 03:05:21 +00001383 ixgbe_update_tx_dca(adapter, ring, cpu);
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001384
Alexander Duycka5579282012-02-08 07:50:04 +00001385 ixgbe_for_each_ring(ring, q_vector->rx)
Alexander Duyckefe3d3c2011-07-15 03:05:21 +00001386 ixgbe_update_rx_dca(adapter, ring, cpu);
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001387
1388 q_vector->cpu = cpu;
1389out_no_update:
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001390 put_cpu();
1391}
1392
1393static void ixgbe_setup_dca(struct ixgbe_adapter *adapter)
1394{
1395 int i;
1396
Alexander Duycke35ec122009-05-21 13:07:12 +00001397 /* always use CB2 mode, difference is masked in the CB driver */
Mark Rustad9de76052015-08-08 16:27:41 -07001398 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED)
1399 IXGBE_WRITE_REG(&adapter->hw, IXGBE_DCA_CTRL,
1400 IXGBE_DCA_CTRL_DCA_MODE_CB2);
1401 else
1402 IXGBE_WRITE_REG(&adapter->hw, IXGBE_DCA_CTRL,
1403 IXGBE_DCA_CTRL_DCA_DISABLE);
Alexander Duycke35ec122009-05-21 13:07:12 +00001404
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00001405 for (i = 0; i < adapter->num_q_vectors; i++) {
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001406 adapter->q_vector[i]->cpu = -1;
1407 ixgbe_update_dca(adapter->q_vector[i]);
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001408 }
1409}
1410
1411static int __ixgbe_notify_dca(struct device *dev, void *data)
1412{
Alexander Duyckc60fbb02010-11-16 19:26:54 -08001413 struct ixgbe_adapter *adapter = dev_get_drvdata(dev);
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001414 unsigned long event = *(unsigned long *)data;
1415
Don Skidmore2a72c312011-07-20 02:27:05 +00001416 if (!(adapter->flags & IXGBE_FLAG_DCA_CAPABLE))
Alexander Duyck33cf09c2010-11-16 19:26:55 -08001417 return 0;
1418
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001419 switch (event) {
1420 case DCA_PROVIDER_ADD:
Jesse Brandeburg96b0e0f2008-08-26 04:27:21 -07001421 /* if we're already enabled, don't do it again */
1422 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED)
1423 break;
Denis V. Lunev652f0932008-03-27 14:39:17 +03001424 if (dca_add_requester(dev) == 0) {
Jesse Brandeburg96b0e0f2008-08-26 04:27:21 -07001425 adapter->flags |= IXGBE_FLAG_DCA_ENABLED;
Mark Rustad9de76052015-08-08 16:27:41 -07001426 IXGBE_WRITE_REG(&adapter->hw, IXGBE_DCA_CTRL,
1427 IXGBE_DCA_CTRL_DCA_MODE_CB2);
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001428 break;
1429 }
1430 /* Fall Through since DCA is disabled. */
1431 case DCA_PROVIDER_REMOVE:
1432 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED) {
1433 dca_remove_requester(dev);
1434 adapter->flags &= ~IXGBE_FLAG_DCA_ENABLED;
Mark Rustad9de76052015-08-08 16:27:41 -07001435 IXGBE_WRITE_REG(&adapter->hw, IXGBE_DCA_CTRL,
1436 IXGBE_DCA_CTRL_DCA_DISABLE);
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001437 }
1438 break;
1439 }
1440
Denis V. Lunev652f0932008-03-27 14:39:17 +03001441 return 0;
Jeb Cramerbd0362d2008-03-03 15:04:02 -08001442}
Emil Tantilov67a74ee2011-04-23 04:50:40 +00001443
Alexander Duyckbdda1a62012-02-08 07:50:14 +00001444#endif /* CONFIG_IXGBE_DCA */
Fan Du7edda4b82015-04-29 10:57:39 +08001445
1446#define IXGBE_RSS_L4_TYPES_MASK \
1447 ((1ul << IXGBE_RXDADV_RSSTYPE_IPV4_TCP) | \
1448 (1ul << IXGBE_RXDADV_RSSTYPE_IPV4_UDP) | \
1449 (1ul << IXGBE_RXDADV_RSSTYPE_IPV6_TCP) | \
1450 (1ul << IXGBE_RXDADV_RSSTYPE_IPV6_UDP))
1451
Alexander Duyck8a0da212012-01-31 02:59:49 +00001452static inline void ixgbe_rx_hash(struct ixgbe_ring *ring,
1453 union ixgbe_adv_rx_desc *rx_desc,
Emil Tantilov67a74ee2011-04-23 04:50:40 +00001454 struct sk_buff *skb)
1455{
Fan Du7edda4b82015-04-29 10:57:39 +08001456 u16 rss_type;
1457
1458 if (!(ring->netdev->features & NETIF_F_RXHASH))
1459 return;
1460
1461 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) &
1462 IXGBE_RXDADV_RSSTYPE_MASK;
1463
1464 if (!rss_type)
1465 return;
1466
1467 skb_set_hash(skb, le32_to_cpu(rx_desc->wb.lower.hi_dword.rss),
1468 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ?
1469 PKT_HASH_TYPE_L4 : PKT_HASH_TYPE_L3);
Emil Tantilov67a74ee2011-04-23 04:50:40 +00001470}
1471
Alexander Duyckf8003262012-03-03 02:35:52 +00001472#ifdef IXGBE_FCOE
Auke Kok9a799d72007-09-15 14:07:45 -07001473/**
Alexander Duyckff886df2011-06-11 01:45:13 +00001474 * ixgbe_rx_is_fcoe - check the rx desc for incoming pkt type
Alexander Duyck57efd442012-06-25 21:54:46 +00001475 * @ring: structure containing ring specific data
Alexander Duyckff886df2011-06-11 01:45:13 +00001476 * @rx_desc: advanced rx descriptor
1477 *
1478 * Returns : true if it is FCoE pkt
1479 */
Alexander Duyck57efd442012-06-25 21:54:46 +00001480static inline bool ixgbe_rx_is_fcoe(struct ixgbe_ring *ring,
Alexander Duyckff886df2011-06-11 01:45:13 +00001481 union ixgbe_adv_rx_desc *rx_desc)
1482{
1483 __le16 pkt_info = rx_desc->wb.lower.lo_dword.hs_rss.pkt_info;
1484
Alexander Duyck57efd442012-06-25 21:54:46 +00001485 return test_bit(__IXGBE_RX_FCOE, &ring->state) &&
Alexander Duyckff886df2011-06-11 01:45:13 +00001486 ((pkt_info & cpu_to_le16(IXGBE_RXDADV_PKTTYPE_ETQF_MASK)) ==
1487 (cpu_to_le16(IXGBE_ETQF_FILTER_FCOE <<
1488 IXGBE_RXDADV_PKTTYPE_ETQF_SHIFT)));
1489}
1490
Alexander Duyckf8003262012-03-03 02:35:52 +00001491#endif /* IXGBE_FCOE */
Alexander Duyckff886df2011-06-11 01:45:13 +00001492/**
Ayyappan Veeraiyane59bd252008-02-01 15:59:09 -08001493 * ixgbe_rx_checksum - indicate in skb if hw indicated a good cksum
Alexander Duyck8a0da212012-01-31 02:59:49 +00001494 * @ring: structure containing ring specific data
1495 * @rx_desc: current Rx descriptor being processed
Ayyappan Veeraiyane59bd252008-02-01 15:59:09 -08001496 * @skb: skb currently being received and modified
1497 **/
Alexander Duyck8a0da212012-01-31 02:59:49 +00001498static inline void ixgbe_rx_checksum(struct ixgbe_ring *ring,
Don Skidmore8bae1b22009-07-23 18:00:39 +00001499 union ixgbe_adv_rx_desc *rx_desc,
Alexander Duyckf56e0cb2012-01-31 02:59:39 +00001500 struct sk_buff *skb)
Auke Kok9a799d72007-09-15 14:07:45 -07001501{
Don Skidmore3f207802014-12-23 07:40:34 +00001502 __le16 pkt_info = rx_desc->wb.lower.lo_dword.hs_rss.pkt_info;
Don Skidmore3f207802014-12-23 07:40:34 +00001503 bool encap_pkt = false;
1504
Alexander Duyck8a0da212012-01-31 02:59:49 +00001505 skb_checksum_none_assert(skb);
Auke Kok9a799d72007-09-15 14:07:45 -07001506
Jesse Brandeburg712744b2008-08-26 04:26:56 -07001507 /* Rx csum disabled */
Alexander Duyck8a0da212012-01-31 02:59:49 +00001508 if (!(ring->netdev->features & NETIF_F_RXCSUM))
Auke Kok9a799d72007-09-15 14:07:45 -07001509 return;
Ayyappan Veeraiyane59bd252008-02-01 15:59:09 -08001510
Emil Tantilova21d0822016-08-10 11:19:23 -07001511 /* check for VXLAN and Geneve packets */
1512 if (pkt_info & cpu_to_le16(IXGBE_RXDADV_PKTTYPE_VXLAN)) {
Don Skidmore3f207802014-12-23 07:40:34 +00001513 encap_pkt = true;
1514 skb->encapsulation = 1;
Don Skidmore3f207802014-12-23 07:40:34 +00001515 }
1516
Ayyappan Veeraiyane59bd252008-02-01 15:59:09 -08001517 /* if IP and error */
Alexander Duyckf56e0cb2012-01-31 02:59:39 +00001518 if (ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_IPCS) &&
1519 ixgbe_test_staterr(rx_desc, IXGBE_RXDADV_ERR_IPE)) {
Alexander Duyck8a0da212012-01-31 02:59:49 +00001520 ring->rx_stats.csum_err++;
Auke Kok9a799d72007-09-15 14:07:45 -07001521 return;
1522 }
Ayyappan Veeraiyane59bd252008-02-01 15:59:09 -08001523
Alexander Duyckf56e0cb2012-01-31 02:59:39 +00001524 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_L4CS))
Ayyappan Veeraiyane59bd252008-02-01 15:59:09 -08001525 return;
1526
Alexander Duyckf56e0cb2012-01-31 02:59:39 +00001527 if (ixgbe_test_staterr(rx_desc, IXGBE_RXDADV_ERR_TCPE)) {
Don Skidmore8bae1b22009-07-23 18:00:39 +00001528 /*
1529 * 82599 errata, UDP frames with a 0 checksum can be marked as
1530 * checksum errors.
1531 */
Alexander Duyck8a0da212012-01-31 02:59:49 +00001532 if ((pkt_info & cpu_to_le16(IXGBE_RXDADV_PKTTYPE_UDP)) &&
1533 test_bit(__IXGBE_RX_CSUM_UDP_ZERO_ERR, &ring->state))
Don Skidmore8bae1b22009-07-23 18:00:39 +00001534 return;
1535
Alexander Duyck8a0da212012-01-31 02:59:49 +00001536 ring->rx_stats.csum_err++;
Ayyappan Veeraiyane59bd252008-02-01 15:59:09 -08001537 return;
1538 }
1539
Auke Kok9a799d72007-09-15 14:07:45 -07001540 /* It must be a TCP or UDP packet with a valid checksum */
Ayyappan Veeraiyane59bd252008-02-01 15:59:09 -08001541 skb->ip_summed = CHECKSUM_UNNECESSARY;
Don Skidmore3f207802014-12-23 07:40:34 +00001542 if (encap_pkt) {
1543 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_OUTERIPCS))
1544 return;
1545
1546 if (ixgbe_test_staterr(rx_desc, IXGBE_RXDADV_ERR_OUTERIPER)) {
Mark Rustadd4692512015-12-04 11:26:43 -08001547 skb->ip_summed = CHECKSUM_NONE;
Don Skidmore3f207802014-12-23 07:40:34 +00001548 return;
1549 }
1550 /* If we checked the outer header let the stack know */
1551 skb->csum_level = 1;
1552 }
Auke Kok9a799d72007-09-15 14:07:45 -07001553}
1554
Alexander Duyckf990b792012-01-31 02:59:34 +00001555static bool ixgbe_alloc_mapped_page(struct ixgbe_ring *rx_ring,
1556 struct ixgbe_rx_buffer *bi)
1557{
1558 struct page *page = bi->page;
Alexander Duyck18cb6522014-11-14 00:56:29 +00001559 dma_addr_t dma;
Alexander Duyckf990b792012-01-31 02:59:34 +00001560
Alexander Duyckf8003262012-03-03 02:35:52 +00001561 /* since we are recycling buffers we should seldom need to alloc */
Alexander Duyck18cb6522014-11-14 00:56:29 +00001562 if (likely(page))
Alexander Duyckf990b792012-01-31 02:59:34 +00001563 return true;
1564
Alexander Duyckf8003262012-03-03 02:35:52 +00001565 /* alloc new page for storage */
Alexander Duyck18cb6522014-11-14 00:56:29 +00001566 page = dev_alloc_pages(ixgbe_rx_pg_order(rx_ring));
1567 if (unlikely(!page)) {
1568 rx_ring->rx_stats.alloc_rx_page_failed++;
1569 return false;
Alexander Duyckf990b792012-01-31 02:59:34 +00001570 }
1571
Alexander Duyckf8003262012-03-03 02:35:52 +00001572 /* map page for use */
Alexander Duyckf3213d92017-01-17 08:35:54 -08001573 dma = dma_map_page_attrs(rx_ring->dev, page, 0,
1574 ixgbe_rx_pg_size(rx_ring),
1575 DMA_FROM_DEVICE,
1576 IXGBE_RX_DMA_ATTR);
Alexander Duyckf990b792012-01-31 02:59:34 +00001577
Alexander Duyckf8003262012-03-03 02:35:52 +00001578 /*
1579 * if mapping failed free memory back to system since
1580 * there isn't much point in holding memory we can't use
1581 */
1582 if (dma_mapping_error(rx_ring->dev, dma)) {
Alexander Duyckdd411ec2012-04-06 04:24:50 +00001583 __free_pages(page, ixgbe_rx_pg_order(rx_ring));
Alexander Duyckf8003262012-03-03 02:35:52 +00001584
Alexander Duyckf990b792012-01-31 02:59:34 +00001585 rx_ring->rx_stats.alloc_rx_page_failed++;
1586 return false;
1587 }
1588
Alexander Duyckf8003262012-03-03 02:35:52 +00001589 bi->dma = dma;
Alexander Duyck18cb6522014-11-14 00:56:29 +00001590 bi->page = page;
Alexander Duyckafaa9452012-07-20 08:08:12 +00001591 bi->page_offset = 0;
Alexander Duyck1b56cf42017-01-17 08:36:03 -08001592 bi->pagecnt_bias = 1;
Alexander Duyckf8003262012-03-03 02:35:52 +00001593
Alexander Duyckf990b792012-01-31 02:59:34 +00001594 return true;
1595}
1596
Auke Kok9a799d72007-09-15 14:07:45 -07001597/**
Alexander Duyckf990b792012-01-31 02:59:34 +00001598 * ixgbe_alloc_rx_buffers - Replace used receive buffers
Alexander Duyckfc77dc32010-11-16 19:26:51 -08001599 * @rx_ring: ring to place buffers on
1600 * @cleaned_count: number of buffers to replace
Auke Kok9a799d72007-09-15 14:07:45 -07001601 **/
Alexander Duyckfc77dc32010-11-16 19:26:51 -08001602void ixgbe_alloc_rx_buffers(struct ixgbe_ring *rx_ring, u16 cleaned_count)
Auke Kok9a799d72007-09-15 14:07:45 -07001603{
Auke Kok9a799d72007-09-15 14:07:45 -07001604 union ixgbe_adv_rx_desc *rx_desc;
Jesse Brandeburg3a581072008-08-26 04:27:08 -07001605 struct ixgbe_rx_buffer *bi;
Alexander Duyckd5f398e2010-11-16 19:26:48 -08001606 u16 i = rx_ring->next_to_use;
Alexander Duyck4f4542b2017-01-17 08:36:14 -08001607 u16 bufsz;
Auke Kok9a799d72007-09-15 14:07:45 -07001608
Alexander Duyckf8003262012-03-03 02:35:52 +00001609 /* nothing to do */
1610 if (!cleaned_count)
Alexander Duyckfc77dc32010-11-16 19:26:51 -08001611 return;
1612
Alexander Duycke4f74022012-01-31 02:59:44 +00001613 rx_desc = IXGBE_RX_DESC(rx_ring, i);
Alexander Duyckf990b792012-01-31 02:59:34 +00001614 bi = &rx_ring->rx_buffer_info[i];
1615 i -= rx_ring->count;
1616
Alexander Duyck4f4542b2017-01-17 08:36:14 -08001617 bufsz = ixgbe_rx_bufsz(rx_ring);
1618
Alexander Duyckf8003262012-03-03 02:35:52 +00001619 do {
1620 if (!ixgbe_alloc_mapped_page(rx_ring, bi))
Alexander Duyckf990b792012-01-31 02:59:34 +00001621 break;
Auke Kok9a799d72007-09-15 14:07:45 -07001622
Alexander Duyckf3213d92017-01-17 08:35:54 -08001623 /* sync the buffer for use by the device */
1624 dma_sync_single_range_for_device(rx_ring->dev, bi->dma,
Alexander Duyck4f4542b2017-01-17 08:36:14 -08001625 bi->page_offset, bufsz,
Alexander Duyckf3213d92017-01-17 08:35:54 -08001626 DMA_FROM_DEVICE);
1627
Alexander Duyckf8003262012-03-03 02:35:52 +00001628 /*
1629 * Refresh the desc even if buffer_addrs didn't change
1630 * because each write-back erases this info.
1631 */
1632 rx_desc->read.pkt_addr = cpu_to_le64(bi->dma + bi->page_offset);
Auke Kok9a799d72007-09-15 14:07:45 -07001633
Alexander Duyckf990b792012-01-31 02:59:34 +00001634 rx_desc++;
1635 bi++;
Auke Kok9a799d72007-09-15 14:07:45 -07001636 i++;
Alexander Duyckf990b792012-01-31 02:59:34 +00001637 if (unlikely(!i)) {
Alexander Duycke4f74022012-01-31 02:59:44 +00001638 rx_desc = IXGBE_RX_DESC(rx_ring, 0);
Alexander Duyckf990b792012-01-31 02:59:34 +00001639 bi = rx_ring->rx_buffer_info;
1640 i -= rx_ring->count;
1641 }
1642
Alexander Duyckc3630cc2017-01-17 08:36:28 -08001643 /* clear the length for the next_to_use descriptor */
1644 rx_desc->wb.upper.length = 0;
Alexander Duyckf8003262012-03-03 02:35:52 +00001645
1646 cleaned_count--;
1647 } while (cleaned_count);
Jesse Brandeburg7c6e0a42008-08-26 04:27:16 -07001648
Alexander Duyckf990b792012-01-31 02:59:34 +00001649 i += rx_ring->count;
1650
Alexander Duyckad435ec2014-11-14 00:56:35 +00001651 if (rx_ring->next_to_use != i) {
1652 rx_ring->next_to_use = i;
1653
1654 /* update next to alloc since we have filled the ring */
1655 rx_ring->next_to_alloc = i;
1656
1657 /* Force memory writes to complete before letting h/w
1658 * know there are new descriptors to fetch. (Only
1659 * applicable for weak-ordered memory model archs,
1660 * such as IA-64).
1661 */
1662 wmb();
1663 writel(i, rx_ring->tail);
1664 }
Auke Kok9a799d72007-09-15 14:07:45 -07001665}
1666
Alexander Duyck1d2024f2012-01-31 02:59:29 +00001667static void ixgbe_set_rsc_gso_size(struct ixgbe_ring *ring,
1668 struct sk_buff *skb)
1669{
Alexander Duyckf8003262012-03-03 02:35:52 +00001670 u16 hdr_len = skb_headlen(skb);
Alexander Duyck1d2024f2012-01-31 02:59:29 +00001671
1672 /* set gso_size to avoid messing up TCP MSS */
1673 skb_shinfo(skb)->gso_size = DIV_ROUND_UP((skb->len - hdr_len),
1674 IXGBE_CB(skb)->append_cnt);
Alexander Duyck96be80a2013-02-12 09:45:44 +00001675 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4;
Alexander Duyck1d2024f2012-01-31 02:59:29 +00001676}
1677
1678static void ixgbe_update_rsc_stats(struct ixgbe_ring *rx_ring,
1679 struct sk_buff *skb)
1680{
1681 /* if append_cnt is 0 then frame is not RSC */
1682 if (!IXGBE_CB(skb)->append_cnt)
1683 return;
1684
1685 rx_ring->rx_stats.rsc_count += IXGBE_CB(skb)->append_cnt;
1686 rx_ring->rx_stats.rsc_flush++;
1687
1688 ixgbe_set_rsc_gso_size(rx_ring, skb);
1689
1690 /* gso_size is computed using append_cnt so always clear it last */
1691 IXGBE_CB(skb)->append_cnt = 0;
1692}
1693
Alexander Duyck8a0da212012-01-31 02:59:49 +00001694/**
1695 * ixgbe_process_skb_fields - Populate skb header fields from Rx descriptor
1696 * @rx_ring: rx descriptor ring packet is being transacted on
1697 * @rx_desc: pointer to the EOP Rx descriptor
1698 * @skb: pointer to current skb being populated
1699 *
1700 * This function checks the ring, descriptor, and packet information in
1701 * order to populate the hash, checksum, VLAN, timestamp, protocol, and
1702 * other fields within the skb.
1703 **/
1704static void ixgbe_process_skb_fields(struct ixgbe_ring *rx_ring,
1705 union ixgbe_adv_rx_desc *rx_desc,
1706 struct sk_buff *skb)
1707{
John Fastabend43e95f12012-05-15 06:12:17 +00001708 struct net_device *dev = rx_ring->netdev;
Mark Rustada9763f32015-10-27 09:58:07 -07001709 u32 flags = rx_ring->q_vector->adapter->flags;
John Fastabend43e95f12012-05-15 06:12:17 +00001710
Alexander Duyck8a0da212012-01-31 02:59:49 +00001711 ixgbe_update_rsc_stats(rx_ring, skb);
1712
1713 ixgbe_rx_hash(rx_ring, rx_desc, skb);
1714
1715 ixgbe_rx_checksum(rx_ring, rx_desc, skb);
1716
Mark Rustada9763f32015-10-27 09:58:07 -07001717 if (unlikely(flags & IXGBE_FLAG_RX_HWTSTAMP_ENABLED))
1718 ixgbe_ptp_rx_hwtstamp(rx_ring, rx_desc, skb);
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00001719
Patrick McHardyf6469682013-04-19 02:04:27 +00001720 if ((dev->features & NETIF_F_HW_VLAN_CTAG_RX) &&
John Fastabend43e95f12012-05-15 06:12:17 +00001721 ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_VP)) {
Alexander Duyck8a0da212012-01-31 02:59:49 +00001722 u16 vid = le16_to_cpu(rx_desc->wb.upper.vlan);
Patrick McHardy86a9bad2013-04-19 02:04:30 +00001723 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
Alexander Duyck8a0da212012-01-31 02:59:49 +00001724 }
1725
1726 skb_record_rx_queue(skb, rx_ring->queue_index);
1727
John Fastabend43e95f12012-05-15 06:12:17 +00001728 skb->protocol = eth_type_trans(skb, dev);
Alexander Duyck8a0da212012-01-31 02:59:49 +00001729}
1730
1731static void ixgbe_rx_skb(struct ixgbe_q_vector *q_vector,
1732 struct sk_buff *skb)
1733{
Eric Dumazet3ffc1af2017-02-02 16:26:39 -08001734 napi_gro_receive(&q_vector->napi, skb);
Alexander Duyckaa801752010-11-16 19:27:02 -08001735}
Mallikarjuna R Chilakala43634e82010-02-25 23:14:37 +00001736
Alexander Duyckf8003262012-03-03 02:35:52 +00001737/**
1738 * ixgbe_is_non_eop - process handling of non-EOP buffers
1739 * @rx_ring: Rx ring being processed
1740 * @rx_desc: Rx descriptor for current buffer
1741 * @skb: Current socket buffer containing buffer in progress
1742 *
1743 * This function updates next to clean. If the buffer is an EOP buffer
1744 * this function exits returning false, otherwise it will place the
1745 * sk_buff in the next buffer to be chained and return true indicating
1746 * that this is in fact a non-EOP buffer.
1747 **/
1748static bool ixgbe_is_non_eop(struct ixgbe_ring *rx_ring,
1749 union ixgbe_adv_rx_desc *rx_desc,
1750 struct sk_buff *skb)
1751{
1752 u32 ntc = rx_ring->next_to_clean + 1;
1753
1754 /* fetch, update, and store next to clean */
1755 ntc = (ntc < rx_ring->count) ? ntc : 0;
1756 rx_ring->next_to_clean = ntc;
1757
1758 prefetch(IXGBE_RX_DESC(rx_ring, ntc));
1759
Alexander Duyck5a02cbd2012-07-20 08:08:51 +00001760 /* update RSC append count if present */
1761 if (ring_is_rsc_enabled(rx_ring)) {
1762 __le32 rsc_enabled = rx_desc->wb.lower.lo_dword.data &
1763 cpu_to_le32(IXGBE_RXDADV_RSCCNT_MASK);
1764
1765 if (unlikely(rsc_enabled)) {
1766 u32 rsc_cnt = le32_to_cpu(rsc_enabled);
1767
1768 rsc_cnt >>= IXGBE_RXDADV_RSCCNT_SHIFT;
1769 IXGBE_CB(skb)->append_cnt += rsc_cnt - 1;
1770
1771 /* update ntc based on RSC value */
1772 ntc = le32_to_cpu(rx_desc->wb.upper.status_error);
1773 ntc &= IXGBE_RXDADV_NEXTP_MASK;
1774 ntc >>= IXGBE_RXDADV_NEXTP_SHIFT;
1775 }
1776 }
1777
1778 /* if we are the last buffer then there is nothing else to do */
Alexander Duyckf8003262012-03-03 02:35:52 +00001779 if (likely(ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)))
1780 return false;
1781
Alexander Duyckf8003262012-03-03 02:35:52 +00001782 /* place skb in next buffer to be received */
1783 rx_ring->rx_buffer_info[ntc].skb = skb;
1784 rx_ring->rx_stats.non_eop_descs++;
1785
1786 return true;
1787}
1788
1789/**
Alexander Duyck19861ce2012-07-20 08:08:33 +00001790 * ixgbe_pull_tail - ixgbe specific version of skb_pull_tail
1791 * @rx_ring: rx descriptor ring packet is being transacted on
1792 * @skb: pointer to current skb being adjusted
1793 *
1794 * This function is an ixgbe specific version of __pskb_pull_tail. The
1795 * main difference between this version and the original function is that
1796 * this function can make several assumptions about the state of things
1797 * that allow for significant optimizations versus the standard function.
1798 * As a result we can do things like drop a frag and maintain an accurate
1799 * truesize for the skb.
1800 */
1801static void ixgbe_pull_tail(struct ixgbe_ring *rx_ring,
1802 struct sk_buff *skb)
1803{
1804 struct skb_frag_struct *frag = &skb_shinfo(skb)->frags[0];
1805 unsigned char *va;
1806 unsigned int pull_len;
1807
1808 /*
1809 * it is valid to use page_address instead of kmap since we are
1810 * working with pages allocated out of the lomem pool per
1811 * alloc_page(GFP_ATOMIC)
1812 */
1813 va = skb_frag_address(frag);
1814
1815 /*
1816 * we need the header to contain the greater of either ETH_HLEN or
1817 * 60 bytes if the skb->len is less than 60 for skb_pad.
1818 */
Alexander Duyck8496e3382014-09-05 19:22:18 -04001819 pull_len = eth_get_headlen(va, IXGBE_RX_HDR_SIZE);
Alexander Duyck19861ce2012-07-20 08:08:33 +00001820
1821 /* align pull length to size of long to optimize memcpy performance */
1822 skb_copy_to_linear_data(skb, va, ALIGN(pull_len, sizeof(long)));
1823
1824 /* update all of the pointers */
1825 skb_frag_size_sub(frag, pull_len);
1826 frag->page_offset += pull_len;
1827 skb->data_len -= pull_len;
1828 skb->tail += pull_len;
Alexander Duyck19861ce2012-07-20 08:08:33 +00001829}
1830
1831/**
Alexander Duyck42073d92012-07-20 08:08:28 +00001832 * ixgbe_dma_sync_frag - perform DMA sync for first frag of SKB
1833 * @rx_ring: rx descriptor ring packet is being transacted on
1834 * @skb: pointer to current skb being updated
1835 *
1836 * This function provides a basic DMA sync up for the first fragment of an
1837 * skb. The reason for doing this is that the first fragment cannot be
1838 * unmapped until we have reached the end of packet descriptor for a buffer
1839 * chain.
1840 */
1841static void ixgbe_dma_sync_frag(struct ixgbe_ring *rx_ring,
1842 struct sk_buff *skb)
1843{
1844 /* if the page was released unmap it, else just sync our portion */
1845 if (unlikely(IXGBE_CB(skb)->page_released)) {
Alexander Duyckf3213d92017-01-17 08:35:54 -08001846 dma_unmap_page_attrs(rx_ring->dev, IXGBE_CB(skb)->dma,
1847 ixgbe_rx_pg_size(rx_ring),
1848 DMA_FROM_DEVICE,
1849 IXGBE_RX_DMA_ATTR);
Alexander Duyck42073d92012-07-20 08:08:28 +00001850 IXGBE_CB(skb)->page_released = false;
1851 } else {
1852 struct skb_frag_struct *frag = &skb_shinfo(skb)->frags[0];
1853
1854 dma_sync_single_range_for_cpu(rx_ring->dev,
1855 IXGBE_CB(skb)->dma,
1856 frag->page_offset,
Alexander Duyckf215af82017-01-17 08:35:44 -08001857 skb_frag_size(frag),
Alexander Duyck42073d92012-07-20 08:08:28 +00001858 DMA_FROM_DEVICE);
1859 }
1860 IXGBE_CB(skb)->dma = 0;
1861}
1862
1863/**
Alexander Duyckf8003262012-03-03 02:35:52 +00001864 * ixgbe_cleanup_headers - Correct corrupted or empty headers
1865 * @rx_ring: rx descriptor ring packet is being transacted on
1866 * @rx_desc: pointer to the EOP Rx descriptor
1867 * @skb: pointer to current skb being fixed
1868 *
1869 * Check for corrupted packet headers caused by senders on the local L2
1870 * embedded NIC switch not setting up their Tx Descriptors right. These
1871 * should be very rare.
1872 *
1873 * Also address the case where we are pulling data in on pages only
1874 * and as such no data is present in the skb header.
1875 *
1876 * In addition if skb is not at least 60 bytes we need to pad it so that
1877 * it is large enough to qualify as a valid Ethernet frame.
1878 *
1879 * Returns true if an error was encountered and skb was freed.
1880 **/
1881static bool ixgbe_cleanup_headers(struct ixgbe_ring *rx_ring,
1882 union ixgbe_adv_rx_desc *rx_desc,
1883 struct sk_buff *skb)
1884{
Alexander Duyckf8003262012-03-03 02:35:52 +00001885 struct net_device *netdev = rx_ring->netdev;
Alexander Duyckf8003262012-03-03 02:35:52 +00001886
1887 /* verify that the packet does not have any known errors */
1888 if (unlikely(ixgbe_test_staterr(rx_desc,
1889 IXGBE_RXDADV_ERR_FRAME_ERR_MASK) &&
1890 !(netdev->features & NETIF_F_RXALL))) {
1891 dev_kfree_skb_any(skb);
1892 return true;
1893 }
1894
Alexander Duyck19861ce2012-07-20 08:08:33 +00001895 /* place header in linear portion of buffer */
Alexander Duyckcf3fe7a2012-07-20 08:08:39 +00001896 if (skb_is_nonlinear(skb))
1897 ixgbe_pull_tail(rx_ring, skb);
Alexander Duyckf8003262012-03-03 02:35:52 +00001898
Alexander Duyck57efd442012-06-25 21:54:46 +00001899#ifdef IXGBE_FCOE
1900 /* do not attempt to pad FCoE Frames as this will disrupt DDP */
1901 if (ixgbe_rx_is_fcoe(rx_ring, rx_desc))
1902 return false;
1903
1904#endif
Alexander Duycka94d9e22014-12-03 08:17:39 -08001905 /* if eth_skb_pad returns an error the skb was freed */
1906 if (eth_skb_pad(skb))
1907 return true;
Alexander Duyckf8003262012-03-03 02:35:52 +00001908
1909 return false;
1910}
1911
1912/**
Alexander Duyckf8003262012-03-03 02:35:52 +00001913 * ixgbe_reuse_rx_page - page flip buffer and store it back on the ring
1914 * @rx_ring: rx descriptor ring to store buffers on
1915 * @old_buff: donor buffer to have page reused
1916 *
Alexander Duyck0549ae22012-07-20 08:08:18 +00001917 * Synchronizes page for reuse by the adapter
Alexander Duyckf8003262012-03-03 02:35:52 +00001918 **/
1919static void ixgbe_reuse_rx_page(struct ixgbe_ring *rx_ring,
1920 struct ixgbe_rx_buffer *old_buff)
1921{
1922 struct ixgbe_rx_buffer *new_buff;
1923 u16 nta = rx_ring->next_to_alloc;
Alexander Duyckf8003262012-03-03 02:35:52 +00001924
1925 new_buff = &rx_ring->rx_buffer_info[nta];
1926
1927 /* update, and store next to alloc */
1928 nta++;
1929 rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
1930
1931 /* transfer page from old buffer to new buffer */
Alexander Duyck18cb6522014-11-14 00:56:29 +00001932 *new_buff = *old_buff;
Alexander Duyckf8003262012-03-03 02:35:52 +00001933}
1934
Alexander Duyck18cb6522014-11-14 00:56:29 +00001935static inline bool ixgbe_page_is_reserved(struct page *page)
1936{
Michal Hocko2f064f32015-08-21 14:11:51 -07001937 return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page);
Alexander Duyck18cb6522014-11-14 00:56:29 +00001938}
1939
Alexander Duyckaf43da02017-01-17 08:35:34 -08001940static bool ixgbe_can_reuse_rx_page(struct ixgbe_ring *rx_ring,
1941 struct ixgbe_rx_buffer *rx_buffer,
1942 struct page *page,
1943 const unsigned int truesize)
Alexander Duyckf8003262012-03-03 02:35:52 +00001944{
Alexander Duyckaf43da02017-01-17 08:35:34 -08001945#if (PAGE_SIZE >= 8192)
Alexander Duyck09816fb2012-07-20 08:08:23 +00001946 unsigned int last_offset = ixgbe_rx_pg_size(rx_ring) -
1947 ixgbe_rx_bufsz(rx_ring);
1948#endif
Alexander Duyck1b56cf42017-01-17 08:36:03 -08001949 unsigned int pagecnt_bias = rx_buffer->pagecnt_bias--;
1950
Alexander Duyck09816fb2012-07-20 08:08:23 +00001951 /* avoid re-using remote pages */
Alexander Duyck18cb6522014-11-14 00:56:29 +00001952 if (unlikely(ixgbe_page_is_reserved(page)))
Alexander Duyck09816fb2012-07-20 08:08:23 +00001953 return false;
1954
1955#if (PAGE_SIZE < 8192)
1956 /* if we are only owner of page we can reuse it */
Alexander Duyck1b56cf42017-01-17 08:36:03 -08001957 if (unlikely(page_count(page) != pagecnt_bias))
Alexander Duyck0549ae22012-07-20 08:08:18 +00001958 return false;
1959
1960 /* flip page offset to other buffer */
1961 rx_buffer->page_offset ^= truesize;
Alexander Duyck09816fb2012-07-20 08:08:23 +00001962#else
1963 /* move offset up to the next cache line */
1964 rx_buffer->page_offset += truesize;
1965
1966 if (rx_buffer->page_offset > last_offset)
1967 return false;
Alexander Duyck09816fb2012-07-20 08:08:23 +00001968#endif
Alexander Duyck0549ae22012-07-20 08:08:18 +00001969
Alexander Duyck1b56cf42017-01-17 08:36:03 -08001970 /* If we have drained the page fragment pool we need to update
1971 * the pagecnt_bias and page count so that we fully restock the
1972 * number of references the driver holds.
Alexander Duyck18cb6522014-11-14 00:56:29 +00001973 */
Alexander Duyck1b56cf42017-01-17 08:36:03 -08001974 if (unlikely(pagecnt_bias == 1)) {
1975 page_ref_add(page, USHRT_MAX);
1976 rx_buffer->pagecnt_bias = USHRT_MAX;
1977 }
Alexander Duyck18cb6522014-11-14 00:56:29 +00001978
Alexander Duyck0549ae22012-07-20 08:08:18 +00001979 return true;
Alexander Duyckf8003262012-03-03 02:35:52 +00001980}
1981
Alexander Duyckaf43da02017-01-17 08:35:34 -08001982/**
1983 * ixgbe_add_rx_frag - Add contents of Rx buffer to sk_buff
1984 * @rx_ring: rx descriptor ring to transact packets on
1985 * @rx_buffer: buffer containing page to add
1986 * @rx_desc: descriptor containing length of buffer written by hardware
1987 * @skb: sk_buff to place the data into
1988 *
1989 * This function will add the data contained in rx_buffer->page to the skb.
1990 * This is done either through a direct copy if the data in the buffer is
1991 * less than the skb header size, otherwise it will just attach the page as
1992 * a frag to the skb.
1993 *
1994 * The function will then update the page offset if necessary and return
1995 * true if the buffer can be reused by the adapter.
1996 **/
1997static bool ixgbe_add_rx_frag(struct ixgbe_ring *rx_ring,
1998 struct ixgbe_rx_buffer *rx_buffer,
Alexander Duyckf215af82017-01-17 08:35:44 -08001999 unsigned int size,
Alexander Duyckaf43da02017-01-17 08:35:34 -08002000 struct sk_buff *skb)
2001{
2002 struct page *page = rx_buffer->page;
2003 unsigned char *va = page_address(page) + rx_buffer->page_offset;
Alexander Duyckaf43da02017-01-17 08:35:34 -08002004#if (PAGE_SIZE < 8192)
Alexander Duyck4f4542b2017-01-17 08:36:14 -08002005 unsigned int truesize = ixgbe_rx_pg_size(rx_ring) / 2;
Alexander Duyckaf43da02017-01-17 08:35:34 -08002006#else
Alexander Duyck4f4542b2017-01-17 08:36:14 -08002007 unsigned int truesize = SKB_DATA_ALIGN(size);
Alexander Duyckaf43da02017-01-17 08:35:34 -08002008#endif
2009
2010 if (unlikely(skb_is_nonlinear(skb)))
2011 goto add_tail_frag;
2012
2013 if (size <= IXGBE_RX_HDR_SIZE) {
2014 memcpy(__skb_put(skb, size), va, ALIGN(size, sizeof(long)));
2015
2016 /* page is not reserved, we can reuse buffer as-is */
2017 if (likely(!ixgbe_page_is_reserved(page)))
2018 return true;
2019
2020 /* this page cannot be reused so discard it */
Alexander Duyckaf43da02017-01-17 08:35:34 -08002021 return false;
2022 }
2023
2024add_tail_frag:
2025 skb_add_rx_frag(skb, skb_shinfo(skb)->nr_frags, page,
2026 rx_buffer->page_offset, size, truesize);
2027
2028 return ixgbe_can_reuse_rx_page(rx_ring, rx_buffer, page, truesize);
2029}
2030
Alexander Duyck18806c92012-07-20 08:08:44 +00002031static struct sk_buff *ixgbe_fetch_rx_buffer(struct ixgbe_ring *rx_ring,
2032 union ixgbe_adv_rx_desc *rx_desc)
2033{
Alexander Duyckf215af82017-01-17 08:35:44 -08002034 unsigned int size = le16_to_cpu(rx_desc->wb.upper.length);
Alexander Duyck18806c92012-07-20 08:08:44 +00002035 struct ixgbe_rx_buffer *rx_buffer;
2036 struct sk_buff *skb;
2037 struct page *page;
2038
2039 rx_buffer = &rx_ring->rx_buffer_info[rx_ring->next_to_clean];
2040 page = rx_buffer->page;
2041 prefetchw(page);
2042
2043 skb = rx_buffer->skb;
2044
2045 if (likely(!skb)) {
2046 void *page_addr = page_address(page) +
2047 rx_buffer->page_offset;
2048
2049 /* prefetch first cache line of first page */
2050 prefetch(page_addr);
2051#if L1_CACHE_BYTES < 128
2052 prefetch(page_addr + L1_CACHE_BYTES);
2053#endif
2054
2055 /* allocate a skb to store the frags */
Alexander Duyck67fd8932014-12-09 19:40:56 -08002056 skb = napi_alloc_skb(&rx_ring->q_vector->napi,
2057 IXGBE_RX_HDR_SIZE);
Alexander Duyck18806c92012-07-20 08:08:44 +00002058 if (unlikely(!skb)) {
2059 rx_ring->rx_stats.alloc_rx_buff_failed++;
2060 return NULL;
2061 }
2062
2063 /*
2064 * we will be copying header into skb->data in
2065 * pskb_may_pull so it is in our interest to prefetch
2066 * it now to avoid a possible cache miss
2067 */
2068 prefetchw(skb->data);
2069
2070 /*
2071 * Delay unmapping of the first packet. It carries the
2072 * header information, HW may still access the header
2073 * after the writeback. Only unmap it when EOP is
2074 * reached
2075 */
2076 if (likely(ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)))
2077 goto dma_sync;
2078
2079 IXGBE_CB(skb)->dma = rx_buffer->dma;
2080 } else {
2081 if (ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP))
2082 ixgbe_dma_sync_frag(rx_ring, skb);
2083
2084dma_sync:
2085 /* we are reusing so sync this buffer for CPU use */
2086 dma_sync_single_range_for_cpu(rx_ring->dev,
2087 rx_buffer->dma,
2088 rx_buffer->page_offset,
Alexander Duyckf215af82017-01-17 08:35:44 -08002089 size,
Alexander Duyck18806c92012-07-20 08:08:44 +00002090 DMA_FROM_DEVICE);
Alexander Duyck18cb6522014-11-14 00:56:29 +00002091
2092 rx_buffer->skb = NULL;
Alexander Duyck18806c92012-07-20 08:08:44 +00002093 }
2094
2095 /* pull page into skb */
Alexander Duyckf215af82017-01-17 08:35:44 -08002096 if (ixgbe_add_rx_frag(rx_ring, rx_buffer, size, skb)) {
Alexander Duyck18806c92012-07-20 08:08:44 +00002097 /* hand second half of page back to the ring */
2098 ixgbe_reuse_rx_page(rx_ring, rx_buffer);
Alexander Duyck18806c92012-07-20 08:08:44 +00002099 } else {
Alexander Duyck1b56cf42017-01-17 08:36:03 -08002100 if (IXGBE_CB(skb)->dma == rx_buffer->dma) {
2101 /* the page has been released from the ring */
2102 IXGBE_CB(skb)->page_released = true;
2103 } else {
2104 /* we are not reusing the buffer so unmap it */
2105 dma_unmap_page_attrs(rx_ring->dev, rx_buffer->dma,
2106 ixgbe_rx_pg_size(rx_ring),
2107 DMA_FROM_DEVICE,
2108 IXGBE_RX_DMA_ATTR);
2109 }
2110 __page_frag_cache_drain(page,
2111 rx_buffer->pagecnt_bias);
Alexander Duyck18806c92012-07-20 08:08:44 +00002112 }
2113
2114 /* clear contents of buffer_info */
Alexander Duyck18806c92012-07-20 08:08:44 +00002115 rx_buffer->page = NULL;
2116
2117 return skb;
Alexander Duyckf8003262012-03-03 02:35:52 +00002118}
2119
2120/**
2121 * ixgbe_clean_rx_irq - Clean completed descriptors from Rx ring - bounce buf
2122 * @q_vector: structure containing interrupt and ring information
2123 * @rx_ring: rx descriptor ring to transact packets on
2124 * @budget: Total limit on number of packets to process
2125 *
2126 * This function provides a "bounce buffer" approach to Rx interrupt
2127 * processing. The advantage to this is that on systems that have
2128 * expensive overhead for IOMMU access this provides a means of avoiding
2129 * it by maintaining the mapping of the page to the syste.
2130 *
Eliezer Tamir5a85e732013-06-10 11:40:20 +03002131 * Returns amount of work completed
Alexander Duyckf8003262012-03-03 02:35:52 +00002132 **/
Eliezer Tamir5a85e732013-06-10 11:40:20 +03002133static int ixgbe_clean_rx_irq(struct ixgbe_q_vector *q_vector,
Joe Perchese8e9f692010-09-07 21:34:53 +00002134 struct ixgbe_ring *rx_ring,
Alexander Duyckf4de00e2012-09-25 00:29:37 +00002135 const int budget)
Auke Kok9a799d72007-09-15 14:07:45 -07002136{
Ayyappan Veeraiyand2f4fbe2008-02-01 15:59:19 -08002137 unsigned int total_rx_bytes = 0, total_rx_packets = 0;
Ben Greear3f2d1c02012-03-08 08:28:41 +00002138#ifdef IXGBE_FCOE
Alexander Duyckf8003262012-03-03 02:35:52 +00002139 struct ixgbe_adapter *adapter = q_vector->adapter;
Mark Rustad4ffdf912012-07-18 06:05:50 +00002140 int ddp_bytes;
2141 unsigned int mss = 0;
Yi Zou3d8fd382009-06-08 14:38:44 +00002142#endif /* IXGBE_FCOE */
Alexander Duyckf8003262012-03-03 02:35:52 +00002143 u16 cleaned_count = ixgbe_desc_unused(rx_ring);
Auke Kok9a799d72007-09-15 14:07:45 -07002144
Eric W. Biedermanfdabfc8a2014-03-14 18:00:41 -07002145 while (likely(total_rx_packets < budget)) {
Alexander Duyckf8003262012-03-03 02:35:52 +00002146 union ixgbe_adv_rx_desc *rx_desc;
2147 struct sk_buff *skb;
Auke Kok9a799d72007-09-15 14:07:45 -07002148
Alexander Duyckf8003262012-03-03 02:35:52 +00002149 /* return some buffers to hardware, one at a time is too slow */
2150 if (cleaned_count >= IXGBE_RX_BUFFER_WRITE) {
2151 ixgbe_alloc_rx_buffers(rx_ring, cleaned_count);
2152 cleaned_count = 0;
2153 }
Auke Kok9a799d72007-09-15 14:07:45 -07002154
Alexander Duyck18806c92012-07-20 08:08:44 +00002155 rx_desc = IXGBE_RX_DESC(rx_ring, rx_ring->next_to_clean);
Auke Kok9a799d72007-09-15 14:07:45 -07002156
Alexander Duyckc3630cc2017-01-17 08:36:28 -08002157 if (!rx_desc->wb.upper.length)
Alexander Duyckf8003262012-03-03 02:35:52 +00002158 break;
Alexander Duyckc267fc12010-11-16 19:27:00 -08002159
Alexander Duyck124b74c2014-12-11 15:02:28 -08002160 /* This memory barrier is needed to keep us from reading
Alexander Duyckf8003262012-03-03 02:35:52 +00002161 * any other fields out of the rx_desc until we know the
Alexander Duyck124b74c2014-12-11 15:02:28 -08002162 * descriptor has been written back
Alexander Duyckf8003262012-03-03 02:35:52 +00002163 */
Alexander Duyck124b74c2014-12-11 15:02:28 -08002164 dma_rmb();
Auke Kok9a799d72007-09-15 14:07:45 -07002165
Alexander Duyck18806c92012-07-20 08:08:44 +00002166 /* retrieve a buffer from the ring */
2167 skb = ixgbe_fetch_rx_buffer(rx_ring, rx_desc);
Alexander Duyckf8003262012-03-03 02:35:52 +00002168
Alexander Duyck18806c92012-07-20 08:08:44 +00002169 /* exit if we failed to retrieve a buffer */
2170 if (!skb)
2171 break;
Alexander Duyck4c1975d2012-01-31 02:59:23 +00002172
Auke Kok9a799d72007-09-15 14:07:45 -07002173 cleaned_count++;
Alexander Duyckf8212f92009-04-27 22:42:37 +00002174
Alexander Duyckf8003262012-03-03 02:35:52 +00002175 /* place incomplete frames back on ring for completion */
2176 if (ixgbe_is_non_eop(rx_ring, rx_desc, skb))
2177 continue;
Alexander Duyckf8212f92009-04-27 22:42:37 +00002178
Alexander Duyckf8003262012-03-03 02:35:52 +00002179 /* verify the packet layout is correct */
2180 if (ixgbe_cleanup_headers(rx_ring, rx_desc, skb))
2181 continue;
Ayyappan Veeraiyand2f4fbe2008-02-01 15:59:19 -08002182
2183 /* probably a little skewed due to removing CRC */
2184 total_rx_bytes += skb->len;
Ayyappan Veeraiyand2f4fbe2008-02-01 15:59:19 -08002185
Alexander Duyck8a0da212012-01-31 02:59:49 +00002186 /* populate checksum, timestamp, VLAN, and protocol */
2187 ixgbe_process_skb_fields(rx_ring, rx_desc, skb);
2188
Yi Zou332d4a72009-05-13 13:11:53 +00002189#ifdef IXGBE_FCOE
2190 /* if ddp, not passing to ULD unless for FCP_RSP or error */
Alexander Duyck57efd442012-06-25 21:54:46 +00002191 if (ixgbe_rx_is_fcoe(rx_ring, rx_desc)) {
Alexander Duyckf56e0cb2012-01-31 02:59:39 +00002192 ddp_bytes = ixgbe_fcoe_ddp(adapter, rx_desc, skb);
Mark Rustad4ffdf912012-07-18 06:05:50 +00002193 /* include DDPed FCoE data */
2194 if (ddp_bytes > 0) {
2195 if (!mss) {
2196 mss = rx_ring->netdev->mtu -
2197 sizeof(struct fcoe_hdr) -
2198 sizeof(struct fc_frame_header) -
2199 sizeof(struct fcoe_crc_eof);
2200 if (mss > 512)
2201 mss &= ~511;
2202 }
2203 total_rx_bytes += ddp_bytes;
2204 total_rx_packets += DIV_ROUND_UP(ddp_bytes,
2205 mss);
2206 }
David S. Miller823dcd22011-08-20 10:39:12 -07002207 if (!ddp_bytes) {
2208 dev_kfree_skb_any(skb);
Alexander Duyckf8003262012-03-03 02:35:52 +00002209 continue;
David S. Miller823dcd22011-08-20 10:39:12 -07002210 }
Yi Zou3d8fd382009-06-08 14:38:44 +00002211 }
Alexander Duyckf8003262012-03-03 02:35:52 +00002212
Yi Zou332d4a72009-05-13 13:11:53 +00002213#endif /* IXGBE_FCOE */
Alexander Duyck8a0da212012-01-31 02:59:49 +00002214 ixgbe_rx_skb(q_vector, skb);
Auke Kok9a799d72007-09-15 14:07:45 -07002215
Alexander Duyckf8003262012-03-03 02:35:52 +00002216 /* update budget accounting */
Alexander Duyckf4de00e2012-09-25 00:29:37 +00002217 total_rx_packets++;
Eric W. Biedermanfdabfc8a2014-03-14 18:00:41 -07002218 }
Auke Kok9a799d72007-09-15 14:07:45 -07002219
Alexander Duyckc267fc12010-11-16 19:27:00 -08002220 u64_stats_update_begin(&rx_ring->syncp);
2221 rx_ring->stats.packets += total_rx_packets;
2222 rx_ring->stats.bytes += total_rx_bytes;
2223 u64_stats_update_end(&rx_ring->syncp);
Alexander Duyckbd198052011-06-11 01:45:08 +00002224 q_vector->rx.total_packets += total_rx_packets;
2225 q_vector->rx.total_bytes += total_rx_bytes;
Alexander Duyck4ff7fb12011-08-31 00:01:11 +00002226
Eliezer Tamir5a85e732013-06-10 11:40:20 +03002227 return total_rx_packets;
Auke Kok9a799d72007-09-15 14:07:45 -07002228}
2229
Auke Kok9a799d72007-09-15 14:07:45 -07002230/**
2231 * ixgbe_configure_msix - Configure MSI-X hardware
2232 * @adapter: board private structure
2233 *
2234 * ixgbe_configure_msix sets up the hardware to properly generate MSI-X
2235 * interrupts.
2236 **/
2237static void ixgbe_configure_msix(struct ixgbe_adapter *adapter)
2238{
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002239 struct ixgbe_q_vector *q_vector;
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00002240 int v_idx;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002241 u32 mask;
Auke Kok9a799d72007-09-15 14:07:45 -07002242
Alexander Duyck8e34d1a2011-07-15 07:29:49 +00002243 /* Populate MSIX to EITR Select */
2244 if (adapter->num_vfs > 32) {
Jacob Kellerb4f47a42016-04-13 16:08:22 -07002245 u32 eitrsel = BIT(adapter->num_vfs - 32) - 1;
Alexander Duyck8e34d1a2011-07-15 07:29:49 +00002246 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EITRSEL, eitrsel);
2247 }
2248
Jesse Brandeburg4df10462009-03-13 22:15:31 +00002249 /*
2250 * Populate the IVAR table and set the ITR values to the
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002251 * corresponding register.
2252 */
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00002253 for (v_idx = 0; v_idx < adapter->num_q_vectors; v_idx++) {
Alexander Duyckefe3d3c2011-07-15 03:05:21 +00002254 struct ixgbe_ring *ring;
Alexander Duyck7a921c92009-05-06 10:43:28 +00002255 q_vector = adapter->q_vector[v_idx];
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002256
Alexander Duycka5579282012-02-08 07:50:04 +00002257 ixgbe_for_each_ring(ring, q_vector->rx)
Alexander Duyckefe3d3c2011-07-15 03:05:21 +00002258 ixgbe_set_ivar(adapter, 0, ring->reg_idx, v_idx);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002259
Alexander Duycka5579282012-02-08 07:50:04 +00002260 ixgbe_for_each_ring(ring, q_vector->tx)
Alexander Duyckefe3d3c2011-07-15 03:05:21 +00002261 ixgbe_set_ivar(adapter, 1, ring->reg_idx, v_idx);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002262
Alexander Duyckfe49f042009-06-04 16:00:09 +00002263 ixgbe_write_eitr(q_vector);
Auke Kok9a799d72007-09-15 14:07:45 -07002264 }
2265
Alexander Duyckbd508172010-11-16 19:27:03 -08002266 switch (adapter->hw.mac.type) {
2267 case ixgbe_mac_82598EB:
PJ Waskiewicze8e26352009-02-27 15:45:05 +00002268 ixgbe_set_ivar(adapter, -1, IXGBE_IVAR_OTHER_CAUSES_INDEX,
Joe Perchese8e9f692010-09-07 21:34:53 +00002269 v_idx);
Alexander Duyckbd508172010-11-16 19:27:03 -08002270 break;
2271 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08002272 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00002273 case ixgbe_mac_X550:
2274 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07002275 case ixgbe_mac_x550em_a:
PJ Waskiewicze8e26352009-02-27 15:45:05 +00002276 ixgbe_set_ivar(adapter, -1, 1, v_idx);
Alexander Duyckbd508172010-11-16 19:27:03 -08002277 break;
Alexander Duyckbd508172010-11-16 19:27:03 -08002278 default:
2279 break;
2280 }
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002281 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EITR(v_idx), 1950);
Auke Kok9a799d72007-09-15 14:07:45 -07002282
Jesse Brandeburg41fb9242008-09-11 19:55:58 -07002283 /* set up to autoclear timer, and the vectors */
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002284 mask = IXGBE_EIMS_ENABLE_MASK;
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00002285 mask &= ~(IXGBE_EIMS_OTHER |
2286 IXGBE_EIMS_MAILBOX |
2287 IXGBE_EIMS_LSC);
2288
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002289 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIAC, mask);
Auke Kok9a799d72007-09-15 14:07:45 -07002290}
2291
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002292enum latency_range {
2293 lowest_latency = 0,
2294 low_latency = 1,
2295 bulk_latency = 2,
2296 latency_invalid = 255
2297};
2298
2299/**
2300 * ixgbe_update_itr - update the dynamic ITR value based on statistics
Alexander Duyckbd198052011-06-11 01:45:08 +00002301 * @q_vector: structure containing interrupt and ring information
2302 * @ring_container: structure containing ring performance data
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002303 *
2304 * Stores a new ITR value based on packets and byte
2305 * counts during the last interrupt. The advantage of per interrupt
2306 * computation is faster updates and more accurate ITR for the current
2307 * traffic pattern. Constants in this function were computed
2308 * based on theoretical maximum wire speed and thresholds were set based
2309 * on testing data as well as attempting to minimize response time
2310 * while increasing bulk throughput.
2311 * this functionality is controlled by the InterruptThrottleRate module
2312 * parameter (see ixgbe_param.c)
2313 **/
Alexander Duyckbd198052011-06-11 01:45:08 +00002314static void ixgbe_update_itr(struct ixgbe_q_vector *q_vector,
2315 struct ixgbe_ring_container *ring_container)
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002316{
Alexander Duyckbd198052011-06-11 01:45:08 +00002317 int bytes = ring_container->total_bytes;
2318 int packets = ring_container->total_packets;
2319 u32 timepassed_us;
Alexander Duyck621bd702012-02-08 07:50:20 +00002320 u64 bytes_perint;
Alexander Duyckbd198052011-06-11 01:45:08 +00002321 u8 itr_setting = ring_container->itr;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002322
2323 if (packets == 0)
Alexander Duyckbd198052011-06-11 01:45:08 +00002324 return;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002325
2326 /* simple throttlerate management
Alexander Duyck621bd702012-02-08 07:50:20 +00002327 * 0-10MB/s lowest (100000 ints/s)
2328 * 10-20MB/s low (20000 ints/s)
Alexander Duyck8ac34f12015-07-30 15:19:28 -07002329 * 20-1249MB/s bulk (12000 ints/s)
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002330 */
2331 /* what was last interrupt timeslice? */
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00002332 timepassed_us = q_vector->itr >> 2;
Don Skidmorebdbeefe2013-03-02 07:17:37 +00002333 if (timepassed_us == 0)
2334 return;
2335
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002336 bytes_perint = bytes / timepassed_us; /* bytes/usec */
2337
2338 switch (itr_setting) {
2339 case lowest_latency:
Alexander Duyck621bd702012-02-08 07:50:20 +00002340 if (bytes_perint > 10)
Alexander Duyckbd198052011-06-11 01:45:08 +00002341 itr_setting = low_latency;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002342 break;
2343 case low_latency:
Alexander Duyck621bd702012-02-08 07:50:20 +00002344 if (bytes_perint > 20)
Alexander Duyckbd198052011-06-11 01:45:08 +00002345 itr_setting = bulk_latency;
Alexander Duyck621bd702012-02-08 07:50:20 +00002346 else if (bytes_perint <= 10)
Alexander Duyckbd198052011-06-11 01:45:08 +00002347 itr_setting = lowest_latency;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002348 break;
2349 case bulk_latency:
Alexander Duyck621bd702012-02-08 07:50:20 +00002350 if (bytes_perint <= 20)
Alexander Duyckbd198052011-06-11 01:45:08 +00002351 itr_setting = low_latency;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002352 break;
2353 }
2354
Alexander Duyckbd198052011-06-11 01:45:08 +00002355 /* clear work counters since we have the values we need */
2356 ring_container->total_bytes = 0;
2357 ring_container->total_packets = 0;
2358
2359 /* write updated itr to ring container */
2360 ring_container->itr = itr_setting;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002361}
2362
Jesse Brandeburg509ee932009-03-13 22:13:28 +00002363/**
2364 * ixgbe_write_eitr - write EITR register in hardware specific way
Alexander Duyckfe49f042009-06-04 16:00:09 +00002365 * @q_vector: structure containing interrupt and ring information
Jesse Brandeburg509ee932009-03-13 22:13:28 +00002366 *
2367 * This function is made to be called by ethtool and by the driver
2368 * when it needs to update EITR registers at runtime. Hardware
2369 * specific quirks/differences are taken care of here.
2370 */
Alexander Duyckfe49f042009-06-04 16:00:09 +00002371void ixgbe_write_eitr(struct ixgbe_q_vector *q_vector)
Jesse Brandeburg509ee932009-03-13 22:13:28 +00002372{
Alexander Duyckfe49f042009-06-04 16:00:09 +00002373 struct ixgbe_adapter *adapter = q_vector->adapter;
Jesse Brandeburg509ee932009-03-13 22:13:28 +00002374 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckfe49f042009-06-04 16:00:09 +00002375 int v_idx = q_vector->v_idx;
Alexander Duyck5d967eb2012-02-08 07:49:43 +00002376 u32 itr_reg = q_vector->itr & IXGBE_MAX_EITR;
Alexander Duyckfe49f042009-06-04 16:00:09 +00002377
Alexander Duyckbd508172010-11-16 19:27:03 -08002378 switch (adapter->hw.mac.type) {
2379 case ixgbe_mac_82598EB:
Jesse Brandeburg509ee932009-03-13 22:13:28 +00002380 /* must write high and low 16 bits to reset counter */
2381 itr_reg |= (itr_reg << 16);
Alexander Duyckbd508172010-11-16 19:27:03 -08002382 break;
2383 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08002384 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00002385 case ixgbe_mac_X550:
2386 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07002387 case ixgbe_mac_x550em_a:
Jesse Brandeburg509ee932009-03-13 22:13:28 +00002388 /*
2389 * set the WDIS bit to not clear the timer bits and cause an
2390 * immediate assertion of the interrupt
2391 */
2392 itr_reg |= IXGBE_EITR_CNT_WDIS;
Alexander Duyckbd508172010-11-16 19:27:03 -08002393 break;
2394 default:
2395 break;
Jesse Brandeburg509ee932009-03-13 22:13:28 +00002396 }
2397 IXGBE_WRITE_REG(hw, IXGBE_EITR(v_idx), itr_reg);
2398}
2399
Alexander Duyckbd198052011-06-11 01:45:08 +00002400static void ixgbe_set_itr(struct ixgbe_q_vector *q_vector)
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002401{
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00002402 u32 new_itr = q_vector->itr;
Alexander Duyckbd198052011-06-11 01:45:08 +00002403 u8 current_itr;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002404
Alexander Duyckbd198052011-06-11 01:45:08 +00002405 ixgbe_update_itr(q_vector, &q_vector->tx);
2406 ixgbe_update_itr(q_vector, &q_vector->rx);
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002407
Alexander Duyck08c88332011-06-11 01:45:03 +00002408 current_itr = max(q_vector->rx.itr, q_vector->tx.itr);
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002409
2410 switch (current_itr) {
2411 /* counts and packets in update_itr are dependent on these numbers */
2412 case lowest_latency:
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00002413 new_itr = IXGBE_100K_ITR;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002414 break;
2415 case low_latency:
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00002416 new_itr = IXGBE_20K_ITR;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002417 break;
2418 case bulk_latency:
Alexander Duyck8ac34f12015-07-30 15:19:28 -07002419 new_itr = IXGBE_12K_ITR;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002420 break;
Alexander Duyckbd198052011-06-11 01:45:08 +00002421 default:
2422 break;
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002423 }
2424
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00002425 if (new_itr != q_vector->itr) {
Alexander Duyckfe49f042009-06-04 16:00:09 +00002426 /* do an exponential smoothing */
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00002427 new_itr = (10 * new_itr * q_vector->itr) /
2428 ((9 * new_itr) + q_vector->itr);
Jesse Brandeburg509ee932009-03-13 22:13:28 +00002429
Alexander Duyckbd198052011-06-11 01:45:08 +00002430 /* save the algorithm value here */
Alexander Duyck5d967eb2012-02-08 07:49:43 +00002431 q_vector->itr = new_itr;
Alexander Duyckfe49f042009-06-04 16:00:09 +00002432
2433 ixgbe_write_eitr(q_vector);
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002434 }
Ayyappan Veeraiyanf494e8f2008-03-03 15:03:57 -08002435}
2436
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07002437/**
Alexander Duyckde88eee2012-02-08 07:49:59 +00002438 * ixgbe_check_overtemp_subtask - check for over temperature
Alexander Duyckf0f97782011-04-22 04:08:09 +00002439 * @adapter: pointer to adapter
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07002440 **/
Alexander Duyckf0f97782011-04-22 04:08:09 +00002441static void ixgbe_check_overtemp_subtask(struct ixgbe_adapter *adapter)
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07002442{
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07002443 struct ixgbe_hw *hw = &adapter->hw;
2444 u32 eicr = adapter->interrupt_event;
Mark Rustadb3eb4e12016-12-14 11:02:16 -08002445 s32 rc;
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07002446
Alexander Duyckf0f97782011-04-22 04:08:09 +00002447 if (test_bit(__IXGBE_DOWN, &adapter->state))
Joe Perches7ca647b2010-09-07 21:35:40 +00002448 return;
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07002449
Alexander Duyckf0f97782011-04-22 04:08:09 +00002450 if (!(adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_CAPABLE) &&
2451 !(adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_EVENT))
2452 return;
2453
2454 adapter->flags2 &= ~IXGBE_FLAG2_TEMP_SENSOR_EVENT;
2455
Joe Perches7ca647b2010-09-07 21:35:40 +00002456 switch (hw->device_id) {
Alexander Duyckf0f97782011-04-22 04:08:09 +00002457 case IXGBE_DEV_ID_82599_T3_LOM:
2458 /*
2459 * Since the warning interrupt is for both ports
2460 * we don't have to check if:
2461 * - This interrupt wasn't for our port.
2462 * - We may have missed the interrupt so always have to
2463 * check if we got a LSC
2464 */
Don Skidmore9a900ec2015-06-09 17:15:01 -07002465 if (!(eicr & IXGBE_EICR_GPI_SDP0_8259X) &&
Alexander Duyckf0f97782011-04-22 04:08:09 +00002466 !(eicr & IXGBE_EICR_LSC))
2467 return;
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07002468
Alexander Duyckf0f97782011-04-22 04:08:09 +00002469 if (!(eicr & IXGBE_EICR_LSC) && hw->mac.ops.check_link) {
Josh Hay3d292262012-12-15 03:28:19 +00002470 u32 speed;
Alexander Duyckf0f97782011-04-22 04:08:09 +00002471 bool link_up = false;
2472
Josh Hay3d292262012-12-15 03:28:19 +00002473 hw->mac.ops.check_link(hw, &speed, &link_up, false);
Joe Perches7ca647b2010-09-07 21:35:40 +00002474
Alexander Duyckf0f97782011-04-22 04:08:09 +00002475 if (link_up)
2476 return;
2477 }
2478
2479 /* Check if this is not due to overtemp */
2480 if (hw->phy.ops.check_overtemp(hw) != IXGBE_ERR_OVERTEMP)
2481 return;
2482
2483 break;
Mark Rustadb3eb4e12016-12-14 11:02:16 -08002484 case IXGBE_DEV_ID_X550EM_A_1G_T:
2485 case IXGBE_DEV_ID_X550EM_A_1G_T_L:
2486 rc = hw->phy.ops.check_overtemp(hw);
2487 if (rc != IXGBE_ERR_OVERTEMP)
2488 return;
2489 break;
Joe Perches7ca647b2010-09-07 21:35:40 +00002490 default:
Don Skidmore597f22d2015-06-09 16:52:02 -07002491 if (adapter->hw.mac.type >= ixgbe_mac_X540)
2492 return;
Don Skidmore9a900ec2015-06-09 17:15:01 -07002493 if (!(eicr & IXGBE_EICR_GPI_SDP0(hw)))
Joe Perches7ca647b2010-09-07 21:35:40 +00002494 return;
2495 break;
2496 }
Don Skidmoref44e7512015-06-09 16:36:23 -07002497 e_crit(drv, "%s\n", ixgbe_overheat_msg);
Alexander Duyckf0f97782011-04-22 04:08:09 +00002498
2499 adapter->interrupt_event = 0;
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07002500}
2501
Jesse Brandeburg0befdb32008-10-31 00:46:40 -07002502static void ixgbe_check_fan_failure(struct ixgbe_adapter *adapter, u32 eicr)
2503{
2504 struct ixgbe_hw *hw = &adapter->hw;
2505
2506 if ((adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE) &&
Don Skidmore9a900ec2015-06-09 17:15:01 -07002507 (eicr & IXGBE_EICR_GPI_SDP1(hw))) {
Emil Tantilov396e7992010-07-01 20:05:12 +00002508 e_crit(probe, "Fan has stopped, replace the adapter\n");
Jesse Brandeburg0befdb32008-10-31 00:46:40 -07002509 /* write to clear the interrupt */
Don Skidmore9a900ec2015-06-09 17:15:01 -07002510 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_GPI_SDP1(hw));
Jesse Brandeburg0befdb32008-10-31 00:46:40 -07002511 }
2512}
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07002513
Jacob Keller4f51bf72011-08-20 04:49:45 +00002514static void ixgbe_check_overtemp_event(struct ixgbe_adapter *adapter, u32 eicr)
2515{
Don Skidmore9a900ec2015-06-09 17:15:01 -07002516 struct ixgbe_hw *hw = &adapter->hw;
2517
Jacob Keller4f51bf72011-08-20 04:49:45 +00002518 if (!(adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_CAPABLE))
2519 return;
2520
2521 switch (adapter->hw.mac.type) {
2522 case ixgbe_mac_82599EB:
2523 /*
2524 * Need to check link state so complete overtemp check
2525 * on service task
2526 */
Don Skidmore9a900ec2015-06-09 17:15:01 -07002527 if (((eicr & IXGBE_EICR_GPI_SDP0(hw)) ||
2528 (eicr & IXGBE_EICR_LSC)) &&
Jacob Keller4f51bf72011-08-20 04:49:45 +00002529 (!test_bit(__IXGBE_DOWN, &adapter->state))) {
2530 adapter->interrupt_event = eicr;
2531 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_EVENT;
2532 ixgbe_service_event_schedule(adapter);
2533 return;
2534 }
2535 return;
Mark Rustadb3eb4e12016-12-14 11:02:16 -08002536 case ixgbe_mac_x550em_a:
2537 if (eicr & IXGBE_EICR_GPI_SDP0_X550EM_a) {
2538 adapter->interrupt_event = eicr;
2539 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_EVENT;
2540 ixgbe_service_event_schedule(adapter);
2541 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC,
2542 IXGBE_EICR_GPI_SDP0_X550EM_a);
2543 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EICR,
2544 IXGBE_EICR_GPI_SDP0_X550EM_a);
2545 }
2546 return;
2547 case ixgbe_mac_X550:
Jacob Keller4f51bf72011-08-20 04:49:45 +00002548 case ixgbe_mac_X540:
2549 if (!(eicr & IXGBE_EICR_TS))
2550 return;
2551 break;
2552 default:
2553 return;
2554 }
2555
Don Skidmoref44e7512015-06-09 16:36:23 -07002556 e_crit(drv, "%s\n", ixgbe_overheat_msg);
Jacob Keller4f51bf72011-08-20 04:49:45 +00002557}
2558
Don Skidmore45788d22015-06-09 16:59:04 -07002559static inline bool ixgbe_is_sfp(struct ixgbe_hw *hw)
2560{
2561 switch (hw->mac.type) {
2562 case ixgbe_mac_82598EB:
2563 if (hw->phy.type == ixgbe_phy_nl)
2564 return true;
2565 return false;
2566 case ixgbe_mac_82599EB:
2567 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07002568 case ixgbe_mac_x550em_a:
Don Skidmore45788d22015-06-09 16:59:04 -07002569 switch (hw->mac.ops.get_media_type(hw)) {
2570 case ixgbe_media_type_fiber:
2571 case ixgbe_media_type_fiber_qsfp:
2572 return true;
2573 default:
2574 return false;
2575 }
2576 default:
2577 return false;
2578 }
2579}
2580
PJ Waskiewicze8e26352009-02-27 15:45:05 +00002581static void ixgbe_check_sfp_event(struct ixgbe_adapter *adapter, u32 eicr)
2582{
2583 struct ixgbe_hw *hw = &adapter->hw;
Don Skidmore4ccc6502015-09-02 13:47:54 -07002584 u32 eicr_mask = IXGBE_EICR_GPI_SDP2(hw);
PJ Waskiewicze8e26352009-02-27 15:45:05 +00002585
Don Skidmore4ccc6502015-09-02 13:47:54 -07002586 if (!ixgbe_is_sfp(hw))
2587 return;
2588
2589 /* Later MAC's use different SDP */
2590 if (hw->mac.type >= ixgbe_mac_X540)
2591 eicr_mask = IXGBE_EICR_GPI_SDP0_X540;
2592
2593 if (eicr & eicr_mask) {
Alexander Duyck73c4b7c2010-11-16 19:26:57 -08002594 /* Clear the interrupt */
Don Skidmore4ccc6502015-09-02 13:47:54 -07002595 IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr_mask);
Alexander Duyck70864002011-04-27 09:13:56 +00002596 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
2597 adapter->flags2 |= IXGBE_FLAG2_SFP_NEEDS_RESET;
Mark Rustad58e7cd22015-08-08 16:18:48 -07002598 adapter->sfp_poll_time = 0;
Alexander Duyck70864002011-04-27 09:13:56 +00002599 ixgbe_service_event_schedule(adapter);
2600 }
Alexander Duyck73c4b7c2010-11-16 19:26:57 -08002601 }
2602
Don Skidmore4ccc6502015-09-02 13:47:54 -07002603 if (adapter->hw.mac.type == ixgbe_mac_82599EB &&
2604 (eicr & IXGBE_EICR_GPI_SDP1(hw))) {
PJ Waskiewicze8e26352009-02-27 15:45:05 +00002605 /* Clear the interrupt */
Don Skidmore9a900ec2015-06-09 17:15:01 -07002606 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_GPI_SDP1(hw));
Alexander Duyck70864002011-04-27 09:13:56 +00002607 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
2608 adapter->flags |= IXGBE_FLAG_NEED_LINK_CONFIG;
2609 ixgbe_service_event_schedule(adapter);
2610 }
PJ Waskiewicze8e26352009-02-27 15:45:05 +00002611 }
2612}
2613
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07002614static void ixgbe_check_lsc(struct ixgbe_adapter *adapter)
2615{
2616 struct ixgbe_hw *hw = &adapter->hw;
2617
2618 adapter->lsc_int++;
2619 adapter->flags |= IXGBE_FLAG_NEED_LINK_UPDATE;
2620 adapter->link_check_timeout = jiffies;
2621 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
2622 IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_EIMC_LSC);
Nelson, Shannon8a0717f2009-11-12 18:47:11 +00002623 IXGBE_WRITE_FLUSH(hw);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00002624 ixgbe_service_event_schedule(adapter);
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07002625 }
2626}
2627
Alexander Duyckfe49f042009-06-04 16:00:09 +00002628static inline void ixgbe_irq_enable_queues(struct ixgbe_adapter *adapter,
2629 u64 qmask)
2630{
2631 u32 mask;
Alexander Duyckbd508172010-11-16 19:27:03 -08002632 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckfe49f042009-06-04 16:00:09 +00002633
Alexander Duyckbd508172010-11-16 19:27:03 -08002634 switch (hw->mac.type) {
2635 case ixgbe_mac_82598EB:
Alexander Duyckfe49f042009-06-04 16:00:09 +00002636 mask = (IXGBE_EIMS_RTX_QUEUE & qmask);
Alexander Duyckbd508172010-11-16 19:27:03 -08002637 IXGBE_WRITE_REG(hw, IXGBE_EIMS, mask);
2638 break;
2639 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08002640 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00002641 case ixgbe_mac_X550:
2642 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07002643 case ixgbe_mac_x550em_a:
Alexander Duyckfe49f042009-06-04 16:00:09 +00002644 mask = (qmask & 0xFFFFFFFF);
Alexander Duyckbd508172010-11-16 19:27:03 -08002645 if (mask)
2646 IXGBE_WRITE_REG(hw, IXGBE_EIMS_EX(0), mask);
Alexander Duyckfe49f042009-06-04 16:00:09 +00002647 mask = (qmask >> 32);
Alexander Duyckbd508172010-11-16 19:27:03 -08002648 if (mask)
2649 IXGBE_WRITE_REG(hw, IXGBE_EIMS_EX(1), mask);
2650 break;
2651 default:
2652 break;
Alexander Duyckfe49f042009-06-04 16:00:09 +00002653 }
2654 /* skip the flush */
2655}
2656
2657static inline void ixgbe_irq_disable_queues(struct ixgbe_adapter *adapter,
Joe Perchese8e9f692010-09-07 21:34:53 +00002658 u64 qmask)
Alexander Duyckfe49f042009-06-04 16:00:09 +00002659{
2660 u32 mask;
Alexander Duyckbd508172010-11-16 19:27:03 -08002661 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckfe49f042009-06-04 16:00:09 +00002662
Alexander Duyckbd508172010-11-16 19:27:03 -08002663 switch (hw->mac.type) {
2664 case ixgbe_mac_82598EB:
Alexander Duyckfe49f042009-06-04 16:00:09 +00002665 mask = (IXGBE_EIMS_RTX_QUEUE & qmask);
Alexander Duyckbd508172010-11-16 19:27:03 -08002666 IXGBE_WRITE_REG(hw, IXGBE_EIMC, mask);
2667 break;
2668 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08002669 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00002670 case ixgbe_mac_X550:
2671 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07002672 case ixgbe_mac_x550em_a:
Alexander Duyckfe49f042009-06-04 16:00:09 +00002673 mask = (qmask & 0xFFFFFFFF);
Alexander Duyckbd508172010-11-16 19:27:03 -08002674 if (mask)
2675 IXGBE_WRITE_REG(hw, IXGBE_EIMC_EX(0), mask);
Alexander Duyckfe49f042009-06-04 16:00:09 +00002676 mask = (qmask >> 32);
Alexander Duyckbd508172010-11-16 19:27:03 -08002677 if (mask)
2678 IXGBE_WRITE_REG(hw, IXGBE_EIMC_EX(1), mask);
2679 break;
2680 default:
2681 break;
Alexander Duyckfe49f042009-06-04 16:00:09 +00002682 }
2683 /* skip the flush */
2684}
2685
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002686/**
Alexander Duyck2c4af692011-07-15 07:29:55 +00002687 * ixgbe_irq_enable - Enable default interrupt generation settings
2688 * @adapter: board private structure
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002689 **/
Alexander Duyck2c4af692011-07-15 07:29:55 +00002690static inline void ixgbe_irq_enable(struct ixgbe_adapter *adapter, bool queues,
2691 bool flush)
Auke Kok9a799d72007-09-15 14:07:45 -07002692{
Don Skidmore9a900ec2015-06-09 17:15:01 -07002693 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyck2c4af692011-07-15 07:29:55 +00002694 u32 mask = (IXGBE_EIMS_ENABLE_MASK & ~IXGBE_EIMS_RTX_QUEUE);
Jesse Brandeburg30efa5a2008-09-11 19:58:14 -07002695
Alexander Duyck2c4af692011-07-15 07:29:55 +00002696 /* don't reenable LSC while waiting for link */
2697 if (adapter->flags & IXGBE_FLAG_NEED_LINK_UPDATE)
2698 mask &= ~IXGBE_EIMS_LSC;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002699
Alexander Duyck2c4af692011-07-15 07:29:55 +00002700 if (adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_CAPABLE)
Jacob Keller4f51bf72011-08-20 04:49:45 +00002701 switch (adapter->hw.mac.type) {
2702 case ixgbe_mac_82599EB:
Don Skidmore9a900ec2015-06-09 17:15:01 -07002703 mask |= IXGBE_EIMS_GPI_SDP0(hw);
Jacob Keller4f51bf72011-08-20 04:49:45 +00002704 break;
2705 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00002706 case ixgbe_mac_X550:
2707 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07002708 case ixgbe_mac_x550em_a:
Jacob Keller4f51bf72011-08-20 04:49:45 +00002709 mask |= IXGBE_EIMS_TS;
2710 break;
2711 default:
2712 break;
2713 }
Alexander Duyck2c4af692011-07-15 07:29:55 +00002714 if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE)
Don Skidmore9a900ec2015-06-09 17:15:01 -07002715 mask |= IXGBE_EIMS_GPI_SDP1(hw);
Alexander Duyck2c4af692011-07-15 07:29:55 +00002716 switch (adapter->hw.mac.type) {
2717 case ixgbe_mac_82599EB:
Don Skidmore9a900ec2015-06-09 17:15:01 -07002718 mask |= IXGBE_EIMS_GPI_SDP1(hw);
2719 mask |= IXGBE_EIMS_GPI_SDP2(hw);
Don Skidmore9a75a1a2014-11-07 03:53:35 +00002720 /* fall through */
Don Skidmore858bc082011-08-04 09:28:30 +00002721 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00002722 case ixgbe_mac_X550:
2723 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07002724 case ixgbe_mac_x550em_a:
2725 if (adapter->hw.device_id == IXGBE_DEV_ID_X550EM_X_SFP ||
Mark Rustad2d40cd12016-04-01 12:18:35 -07002726 adapter->hw.device_id == IXGBE_DEV_ID_X550EM_A_SFP ||
Mark Rustad49425df2016-04-01 12:18:09 -07002727 adapter->hw.device_id == IXGBE_DEV_ID_X550EM_A_SFP_N)
Mark Rustadcbd45ec2015-08-08 16:17:51 -07002728 mask |= IXGBE_EIMS_GPI_SDP0(&adapter->hw);
Don Skidmore597f22d2015-06-09 16:52:02 -07002729 if (adapter->hw.phy.type == ixgbe_phy_x550em_ext_t)
2730 mask |= IXGBE_EICR_GPI_SDP0_X540;
Don Skidmore858bc082011-08-04 09:28:30 +00002731 mask |= IXGBE_EIMS_ECC;
Alexander Duyck2c4af692011-07-15 07:29:55 +00002732 mask |= IXGBE_EIMS_MAILBOX;
2733 break;
2734 default:
2735 break;
2736 }
Jacob Kellerdb0677f2012-08-24 07:46:54 +00002737
Alexander Duyck2c4af692011-07-15 07:29:55 +00002738 if ((adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) &&
2739 !(adapter->flags2 & IXGBE_FLAG2_FDIR_REQUIRES_REINIT))
2740 mask |= IXGBE_EIMS_FLOW_DIR;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002741
Alexander Duyck2c4af692011-07-15 07:29:55 +00002742 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMS, mask);
2743 if (queues)
2744 ixgbe_irq_enable_queues(adapter, ~0);
2745 if (flush)
2746 IXGBE_WRITE_FLUSH(&adapter->hw);
Auke Kok9a799d72007-09-15 14:07:45 -07002747}
2748
Alexander Duyck2c4af692011-07-15 07:29:55 +00002749static irqreturn_t ixgbe_msix_other(int irq, void *data)
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002750{
Alexander Duyck2c4af692011-07-15 07:29:55 +00002751 struct ixgbe_adapter *adapter = data;
2752 struct ixgbe_hw *hw = &adapter->hw;
2753 u32 eicr;
Alexander Duyck91281fd2009-06-04 16:00:27 +00002754
Alexander Duyck2c4af692011-07-15 07:29:55 +00002755 /*
2756 * Workaround for Silicon errata. Use clear-by-write instead
2757 * of clear-by-read. Reading with EICS will return the
2758 * interrupt causes without clearing, which later be done
2759 * with the write to EICR.
2760 */
2761 eicr = IXGBE_READ_REG(hw, IXGBE_EICS);
Jacob Kellerd87d8302013-03-02 07:51:42 +00002762
2763 /* The lower 16bits of the EICR register are for the queue interrupts
Joe Perchesdbedd442015-03-06 20:49:12 -08002764 * which should be masked here in order to not accidentally clear them if
Jacob Kellerd87d8302013-03-02 07:51:42 +00002765 * the bits are high when ixgbe_msix_other is called. There is a race
2766 * condition otherwise which results in possible performance loss
2767 * especially if the ixgbe_msix_other interrupt is triggering
2768 * consistently (as it would when PPS is turned on for the X540 device)
2769 */
2770 eicr &= 0xFFFF0000;
2771
Alexander Duyck2c4af692011-07-15 07:29:55 +00002772 IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr);
Alexander Duyck91281fd2009-06-04 16:00:27 +00002773
Alexander Duyck2c4af692011-07-15 07:29:55 +00002774 if (eicr & IXGBE_EICR_LSC)
2775 ixgbe_check_lsc(adapter);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002776
Alexander Duyck2c4af692011-07-15 07:29:55 +00002777 if (eicr & IXGBE_EICR_MAILBOX)
2778 ixgbe_msg_task(adapter);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002779
Alexander Duyck2c4af692011-07-15 07:29:55 +00002780 switch (hw->mac.type) {
2781 case ixgbe_mac_82599EB:
2782 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00002783 case ixgbe_mac_X550:
2784 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07002785 case ixgbe_mac_x550em_a:
Don Skidmore597f22d2015-06-09 16:52:02 -07002786 if (hw->phy.type == ixgbe_phy_x550em_ext_t &&
2787 (eicr & IXGBE_EICR_GPI_SDP0_X540)) {
2788 adapter->flags2 |= IXGBE_FLAG2_PHY_INTERRUPT;
2789 ixgbe_service_event_schedule(adapter);
2790 IXGBE_WRITE_REG(hw, IXGBE_EICR,
2791 IXGBE_EICR_GPI_SDP0_X540);
2792 }
Don Skidmored773ce22014-02-25 17:58:53 -08002793 if (eicr & IXGBE_EICR_ECC) {
2794 e_info(link, "Received ECC Err, initiating reset\n");
Emil Tantilov57ca2a42016-07-29 14:46:31 -07002795 set_bit(__IXGBE_RESET_REQUESTED, &adapter->state);
Don Skidmored773ce22014-02-25 17:58:53 -08002796 ixgbe_service_event_schedule(adapter);
2797 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC);
2798 }
Alexander Duyck2c4af692011-07-15 07:29:55 +00002799 /* Handle Flow Director Full threshold interrupt */
2800 if (eicr & IXGBE_EICR_FLOW_DIR) {
2801 int reinit_count = 0;
2802 int i;
2803 for (i = 0; i < adapter->num_tx_queues; i++) {
2804 struct ixgbe_ring *ring = adapter->tx_ring[i];
2805 if (test_and_clear_bit(__IXGBE_TX_FDIR_INIT_DONE,
2806 &ring->state))
2807 reinit_count++;
2808 }
2809 if (reinit_count) {
2810 /* no more flow director interrupts until after init */
2811 IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_EIMC_FLOW_DIR);
2812 adapter->flags2 |= IXGBE_FLAG2_FDIR_REQUIRES_REINIT;
2813 ixgbe_service_event_schedule(adapter);
2814 }
2815 }
2816 ixgbe_check_sfp_event(adapter, eicr);
Jacob Keller4f51bf72011-08-20 04:49:45 +00002817 ixgbe_check_overtemp_event(adapter, eicr);
Alexander Duyck2c4af692011-07-15 07:29:55 +00002818 break;
2819 default:
2820 break;
Auke Kok9a799d72007-09-15 14:07:45 -07002821 }
2822
Alexander Duyck2c4af692011-07-15 07:29:55 +00002823 ixgbe_check_fan_failure(adapter, eicr);
Jacob Kellerdb0677f2012-08-24 07:46:54 +00002824
Jacob Kellerdb0677f2012-08-24 07:46:54 +00002825 if (unlikely(eicr & IXGBE_EICR_TIMESYNC))
Mark Rustada9763f32015-10-27 09:58:07 -07002826 ixgbe_ptp_check_pps_event(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07002827
Alexander Duyck2c4af692011-07-15 07:29:55 +00002828 /* re-enable the original interrupt state, no lsc, no queues */
Alexander Duyckefe3d3c2011-07-15 03:05:21 +00002829 if (!test_bit(__IXGBE_DOWN, &adapter->state))
Alexander Duyck2c4af692011-07-15 07:29:55 +00002830 ixgbe_irq_enable(adapter, false, false);
Alexander Duyck91281fd2009-06-04 16:00:27 +00002831
Alexander Duyck2c4af692011-07-15 07:29:55 +00002832 return IRQ_HANDLED;
2833}
2834
Alexander Duyck4ff7fb12011-08-31 00:01:11 +00002835static irqreturn_t ixgbe_msix_clean_rings(int irq, void *data)
Auke Kok9a799d72007-09-15 14:07:45 -07002836{
2837 struct ixgbe_q_vector *q_vector = data;
2838
Auke Kok9a799d72007-09-15 14:07:45 -07002839 /* EIAM disabled interrupts (on this vector) for us */
Alexander Duyck4ff7fb12011-08-31 00:01:11 +00002840
2841 if (q_vector->rx.ring || q_vector->tx.ring)
Alexander Duyckef2662b2015-09-29 15:19:43 -07002842 napi_schedule_irqoff(&q_vector->napi);
Auke Kok9a799d72007-09-15 14:07:45 -07002843
2844 return IRQ_HANDLED;
Alexander Duyck91281fd2009-06-04 16:00:27 +00002845}
2846
Auke Kok9a799d72007-09-15 14:07:45 -07002847/**
Alexander Duyckeb01b972012-02-08 07:51:27 +00002848 * ixgbe_poll - NAPI Rx polling callback
2849 * @napi: structure for representing this polling device
2850 * @budget: how many packets driver is allowed to clean
2851 *
2852 * This function is used for legacy and MSI, NAPI mode
2853 **/
Jeff Kirsher8af3c332012-02-18 07:08:14 +00002854int ixgbe_poll(struct napi_struct *napi, int budget)
Alexander Duyckeb01b972012-02-08 07:51:27 +00002855{
2856 struct ixgbe_q_vector *q_vector =
2857 container_of(napi, struct ixgbe_q_vector, napi);
2858 struct ixgbe_adapter *adapter = q_vector->adapter;
2859 struct ixgbe_ring *ring;
Jesse Brandeburg32b3e082015-09-24 16:35:47 -07002860 int per_ring_budget, work_done = 0;
Alexander Duyckeb01b972012-02-08 07:51:27 +00002861 bool clean_complete = true;
2862
2863#ifdef CONFIG_IXGBE_DCA
2864 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED)
2865 ixgbe_update_dca(q_vector);
2866#endif
2867
Alexander Duyck8220bbc2016-03-07 09:30:09 -08002868 ixgbe_for_each_ring(ring, q_vector->tx) {
2869 if (!ixgbe_clean_tx_irq(q_vector, ring, budget))
2870 clean_complete = false;
2871 }
Alexander Duyckeb01b972012-02-08 07:51:27 +00002872
Eric Dumazet3ffc1af2017-02-02 16:26:39 -08002873 /* Exit if we are called by netpoll */
2874 if (budget <= 0)
Eliezer Tamir5a85e732013-06-10 11:40:20 +03002875 return budget;
2876
Alexander Duyckeb01b972012-02-08 07:51:27 +00002877 /* attempt to distribute budget to each queue fairly, but don't allow
2878 * the budget to go below 1 because we'll exit polling */
2879 if (q_vector->rx.count > 1)
2880 per_ring_budget = max(budget/q_vector->rx.count, 1);
2881 else
2882 per_ring_budget = budget;
2883
Jesse Brandeburg32b3e082015-09-24 16:35:47 -07002884 ixgbe_for_each_ring(ring, q_vector->rx) {
2885 int cleaned = ixgbe_clean_rx_irq(q_vector, ring,
2886 per_ring_budget);
2887
2888 work_done += cleaned;
Alexander Duyck8220bbc2016-03-07 09:30:09 -08002889 if (cleaned >= per_ring_budget)
2890 clean_complete = false;
Jesse Brandeburg32b3e082015-09-24 16:35:47 -07002891 }
Alexander Duyckeb01b972012-02-08 07:51:27 +00002892
2893 /* If all work not completed, return budget and keep polling */
2894 if (!clean_complete)
2895 return budget;
2896
2897 /* all work done, exit the polling mode */
Jesse Brandeburg32b3e082015-09-24 16:35:47 -07002898 napi_complete_done(napi, work_done);
Alexander Duyckeb01b972012-02-08 07:51:27 +00002899 if (adapter->rx_itr_setting & 1)
2900 ixgbe_set_itr(q_vector);
2901 if (!test_bit(__IXGBE_DOWN, &adapter->state))
Jacob Kellerb4f47a42016-04-13 16:08:22 -07002902 ixgbe_irq_enable_queues(adapter, BIT_ULL(q_vector->v_idx));
Alexander Duyckeb01b972012-02-08 07:51:27 +00002903
Paolo Abeni4b732cd2016-06-15 15:37:59 +02002904 return min(work_done, budget - 1);
Alexander Duyckeb01b972012-02-08 07:51:27 +00002905}
2906
2907/**
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002908 * ixgbe_request_msix_irqs - Initialize MSI-X interrupts
2909 * @adapter: board private structure
2910 *
2911 * ixgbe_request_msix_irqs allocates MSI-X vectors and requests
2912 * interrupts from the kernel.
2913 **/
2914static int ixgbe_request_msix_irqs(struct ixgbe_adapter *adapter)
2915{
2916 struct net_device *netdev = adapter->netdev;
Alexander Duyck207867f2011-07-15 03:05:37 +00002917 int vector, err;
Joe Perchese8e9f692010-09-07 21:34:53 +00002918 int ri = 0, ti = 0;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002919
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00002920 for (vector = 0; vector < adapter->num_q_vectors; vector++) {
Alexander Duyckd0759eb2010-11-16 19:27:09 -08002921 struct ixgbe_q_vector *q_vector = adapter->q_vector[vector];
Alexander Duyck207867f2011-07-15 03:05:37 +00002922 struct msix_entry *entry = &adapter->msix_entries[vector];
Robert Olssoncb13fc22008-11-25 16:43:52 -08002923
Alexander Duyck4ff7fb12011-08-31 00:01:11 +00002924 if (q_vector->tx.ring && q_vector->rx.ring) {
Don Skidmore9fe93af2010-12-03 09:33:54 +00002925 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
Alexander Duyck4ff7fb12011-08-31 00:01:11 +00002926 "%s-%s-%d", netdev->name, "TxRx", ri++);
Alexander Duyck32aa77a2010-11-16 19:26:59 -08002927 ti++;
Alexander Duyck4ff7fb12011-08-31 00:01:11 +00002928 } else if (q_vector->rx.ring) {
2929 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
2930 "%s-%s-%d", netdev->name, "rx", ri++);
2931 } else if (q_vector->tx.ring) {
2932 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
2933 "%s-%s-%d", netdev->name, "tx", ti++);
Alexander Duyckd0759eb2010-11-16 19:27:09 -08002934 } else {
2935 /* skip this unused q_vector */
2936 continue;
Alexander Duyck32aa77a2010-11-16 19:26:59 -08002937 }
Alexander Duyck207867f2011-07-15 03:05:37 +00002938 err = request_irq(entry->vector, &ixgbe_msix_clean_rings, 0,
2939 q_vector->name, q_vector);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002940 if (err) {
Emil Tantilov396e7992010-07-01 20:05:12 +00002941 e_err(probe, "request_irq failed for MSIX interrupt "
Emil Tantilov849c4542010-06-03 16:53:41 +00002942 "Error: %d\n", err);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002943 goto free_queue_irqs;
2944 }
Alexander Duyck207867f2011-07-15 03:05:37 +00002945 /* If Flow Director is enabled, set interrupt affinity */
2946 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) {
2947 /* assign the mask for this irq */
2948 irq_set_affinity_hint(entry->vector,
Alexander Duyckde88eee2012-02-08 07:49:59 +00002949 &q_vector->affinity_mask);
Alexander Duyck207867f2011-07-15 03:05:37 +00002950 }
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002951 }
2952
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002953 err = request_irq(adapter->msix_entries[vector].vector,
Alexander Duyck2c4af692011-07-15 07:29:55 +00002954 ixgbe_msix_other, 0, netdev->name, adapter);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002955 if (err) {
Alexander Duyckde88eee2012-02-08 07:49:59 +00002956 e_err(probe, "request_irq for msix_other failed: %d\n", err);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002957 goto free_queue_irqs;
2958 }
2959
2960 return 0;
2961
2962free_queue_irqs:
Alexander Duyck207867f2011-07-15 03:05:37 +00002963 while (vector) {
2964 vector--;
2965 irq_set_affinity_hint(adapter->msix_entries[vector].vector,
2966 NULL);
2967 free_irq(adapter->msix_entries[vector].vector,
2968 adapter->q_vector[vector]);
2969 }
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002970 adapter->flags &= ~IXGBE_FLAG_MSIX_ENABLED;
2971 pci_disable_msix(adapter->pdev);
2972 kfree(adapter->msix_entries);
2973 adapter->msix_entries = NULL;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002974 return err;
2975}
2976
Alexey Dobriyan79aefa42008-11-19 14:17:02 -08002977/**
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002978 * ixgbe_intr - legacy mode Interrupt Handler
Auke Kok9a799d72007-09-15 14:07:45 -07002979 * @irq: interrupt number
2980 * @data: pointer to a network interface device structure
Auke Kok9a799d72007-09-15 14:07:45 -07002981 **/
2982static irqreturn_t ixgbe_intr(int irq, void *data)
2983{
Alexander Duycka65151ba22011-05-27 05:31:32 +00002984 struct ixgbe_adapter *adapter = data;
Auke Kok9a799d72007-09-15 14:07:45 -07002985 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyck7a921c92009-05-06 10:43:28 +00002986 struct ixgbe_q_vector *q_vector = adapter->q_vector[0];
Auke Kok9a799d72007-09-15 14:07:45 -07002987 u32 eicr;
2988
Don Skidmore54037502009-02-21 15:42:56 -08002989 /*
Alexander Duyck24ddd962012-02-10 02:08:32 +00002990 * Workaround for silicon errata #26 on 82598. Mask the interrupt
Don Skidmore54037502009-02-21 15:42:56 -08002991 * before the read of EICR.
2992 */
2993 IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_IRQ_CLEAR_MASK);
2994
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002995 /* for NAPI, using EIAM to auto-mask tx/rx interrupt bits on read
Stephen Hemminger52f33af2011-12-22 16:34:52 +00002996 * therefore no explicit interrupt disable is necessary */
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08002997 eicr = IXGBE_READ_REG(hw, IXGBE_EICR);
Jesse Brandeburgf47cf662008-09-11 19:56:14 -07002998 if (!eicr) {
Emil Tantilov6af3b9e2010-09-29 21:35:23 +00002999 /*
3000 * shared interrupt alert!
Jesse Brandeburgf47cf662008-09-11 19:56:14 -07003001 * make sure interrupts are enabled because the read will
Emil Tantilov6af3b9e2010-09-29 21:35:23 +00003002 * have disabled interrupts due to EIAM
3003 * finish the workaround of silicon errata on 82598. Unmask
3004 * the interrupt that we masked before the EICR read.
3005 */
3006 if (!test_bit(__IXGBE_DOWN, &adapter->state))
3007 ixgbe_irq_enable(adapter, true, true);
Auke Kok9a799d72007-09-15 14:07:45 -07003008 return IRQ_NONE; /* Not our interrupt */
Jesse Brandeburgf47cf662008-09-11 19:56:14 -07003009 }
Auke Kok9a799d72007-09-15 14:07:45 -07003010
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07003011 if (eicr & IXGBE_EICR_LSC)
3012 ixgbe_check_lsc(adapter);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08003013
Alexander Duyckbd508172010-11-16 19:27:03 -08003014 switch (hw->mac.type) {
3015 case ixgbe_mac_82599EB:
PJ Waskiewicze8e26352009-02-27 15:45:05 +00003016 ixgbe_check_sfp_event(adapter, eicr);
Don Skidmore0ccb9742011-08-04 02:07:48 +00003017 /* Fall through */
3018 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00003019 case ixgbe_mac_X550:
3020 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07003021 case ixgbe_mac_x550em_a:
Don Skidmored773ce22014-02-25 17:58:53 -08003022 if (eicr & IXGBE_EICR_ECC) {
3023 e_info(link, "Received ECC Err, initiating reset\n");
Emil Tantilov57ca2a42016-07-29 14:46:31 -07003024 set_bit(__IXGBE_RESET_REQUESTED, &adapter->state);
Don Skidmored773ce22014-02-25 17:58:53 -08003025 ixgbe_service_event_schedule(adapter);
3026 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC);
3027 }
Jacob Keller4f51bf72011-08-20 04:49:45 +00003028 ixgbe_check_overtemp_event(adapter, eicr);
Alexander Duyckbd508172010-11-16 19:27:03 -08003029 break;
3030 default:
3031 break;
3032 }
PJ Waskiewicze8e26352009-02-27 15:45:05 +00003033
Jesse Brandeburg0befdb32008-10-31 00:46:40 -07003034 ixgbe_check_fan_failure(adapter, eicr);
Jacob Kellerdb0677f2012-08-24 07:46:54 +00003035 if (unlikely(eicr & IXGBE_EICR_TIMESYNC))
Mark Rustada9763f32015-10-27 09:58:07 -07003036 ixgbe_ptp_check_pps_event(adapter);
Jesse Brandeburg0befdb32008-10-31 00:46:40 -07003037
Alexander Duyckb9f6ed22012-02-08 07:49:54 +00003038 /* would disable interrupts here but EIAM disabled it */
Alexander Duyckef2662b2015-09-29 15:19:43 -07003039 napi_schedule_irqoff(&q_vector->napi);
Auke Kok9a799d72007-09-15 14:07:45 -07003040
Emil Tantilov6af3b9e2010-09-29 21:35:23 +00003041 /*
3042 * re-enable link(maybe) and non-queue interrupts, no flush.
3043 * ixgbe_poll will re-enable the queue interrupts
3044 */
Emil Tantilov6af3b9e2010-09-29 21:35:23 +00003045 if (!test_bit(__IXGBE_DOWN, &adapter->state))
3046 ixgbe_irq_enable(adapter, false, false);
3047
Auke Kok9a799d72007-09-15 14:07:45 -07003048 return IRQ_HANDLED;
3049}
3050
3051/**
3052 * ixgbe_request_irq - initialize interrupts
3053 * @adapter: board private structure
3054 *
3055 * Attempts to configure interrupts using the best available
3056 * capabilities of the hardware and kernel.
3057 **/
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08003058static int ixgbe_request_irq(struct ixgbe_adapter *adapter)
Auke Kok9a799d72007-09-15 14:07:45 -07003059{
3060 struct net_device *netdev = adapter->netdev;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08003061 int err;
Auke Kok9a799d72007-09-15 14:07:45 -07003062
Alexander Duyck4cc6df22011-07-15 03:05:51 +00003063 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED)
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08003064 err = ixgbe_request_msix_irqs(adapter);
Alexander Duyck4cc6df22011-07-15 03:05:51 +00003065 else if (adapter->flags & IXGBE_FLAG_MSI_ENABLED)
Joe Perchesa0607fd2009-11-18 23:29:17 -08003066 err = request_irq(adapter->pdev->irq, ixgbe_intr, 0,
Alexander Duycka65151ba22011-05-27 05:31:32 +00003067 netdev->name, adapter);
Alexander Duyck4cc6df22011-07-15 03:05:51 +00003068 else
Joe Perchesa0607fd2009-11-18 23:29:17 -08003069 err = request_irq(adapter->pdev->irq, ixgbe_intr, IRQF_SHARED,
Alexander Duycka65151ba22011-05-27 05:31:32 +00003070 netdev->name, adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07003071
Alexander Duyckde88eee2012-02-08 07:49:59 +00003072 if (err)
Emil Tantilov396e7992010-07-01 20:05:12 +00003073 e_err(probe, "request_irq failed, Error %d\n", err);
Auke Kok9a799d72007-09-15 14:07:45 -07003074
Auke Kok9a799d72007-09-15 14:07:45 -07003075 return err;
3076}
3077
3078static void ixgbe_free_irq(struct ixgbe_adapter *adapter)
3079{
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00003080 int vector;
Auke Kok9a799d72007-09-15 14:07:45 -07003081
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00003082 if (!(adapter->flags & IXGBE_FLAG_MSIX_ENABLED)) {
Alexander Duycka65151ba22011-05-27 05:31:32 +00003083 free_irq(adapter->pdev->irq, adapter);
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00003084 return;
Auke Kok9a799d72007-09-15 14:07:45 -07003085 }
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00003086
Mark Rustad1fa71252016-09-28 15:36:38 -07003087 if (!adapter->msix_entries)
3088 return;
3089
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00003090 for (vector = 0; vector < adapter->num_q_vectors; vector++) {
3091 struct ixgbe_q_vector *q_vector = adapter->q_vector[vector];
3092 struct msix_entry *entry = &adapter->msix_entries[vector];
3093
3094 /* free only the irqs that were actually requested */
3095 if (!q_vector->rx.ring && !q_vector->tx.ring)
3096 continue;
3097
3098 /* clear the affinity_mask in the IRQ descriptor */
3099 irq_set_affinity_hint(entry->vector, NULL);
3100
3101 free_irq(entry->vector, q_vector);
3102 }
3103
Babu Moger90c6f872016-06-18 17:40:47 -07003104 free_irq(adapter->msix_entries[vector].vector, adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07003105}
3106
3107/**
Jesse Brandeburg22d5a712009-03-19 01:24:04 +00003108 * ixgbe_irq_disable - Mask off interrupt generation on the NIC
3109 * @adapter: board private structure
3110 **/
3111static inline void ixgbe_irq_disable(struct ixgbe_adapter *adapter)
3112{
Alexander Duyckbd508172010-11-16 19:27:03 -08003113 switch (adapter->hw.mac.type) {
3114 case ixgbe_mac_82598EB:
Nelson, Shannon835462f2009-04-27 22:42:54 +00003115 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC, ~0);
Alexander Duyckbd508172010-11-16 19:27:03 -08003116 break;
3117 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08003118 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00003119 case ixgbe_mac_X550:
3120 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07003121 case ixgbe_mac_x550em_a:
Nelson, Shannon835462f2009-04-27 22:42:54 +00003122 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC, 0xFFFF0000);
3123 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC_EX(0), ~0);
Jesse Brandeburg22d5a712009-03-19 01:24:04 +00003124 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC_EX(1), ~0);
Alexander Duyckbd508172010-11-16 19:27:03 -08003125 break;
3126 default:
3127 break;
Jesse Brandeburg22d5a712009-03-19 01:24:04 +00003128 }
3129 IXGBE_WRITE_FLUSH(&adapter->hw);
3130 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED) {
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00003131 int vector;
3132
3133 for (vector = 0; vector < adapter->num_q_vectors; vector++)
3134 synchronize_irq(adapter->msix_entries[vector].vector);
3135
3136 synchronize_irq(adapter->msix_entries[vector++].vector);
Jesse Brandeburg22d5a712009-03-19 01:24:04 +00003137 } else {
3138 synchronize_irq(adapter->pdev->irq);
3139 }
3140}
3141
Jesse Brandeburg22d5a712009-03-19 01:24:04 +00003142/**
Auke Kok9a799d72007-09-15 14:07:45 -07003143 * ixgbe_configure_msi_and_legacy - Initialize PIN (INTA...) and MSI interrupts
3144 *
3145 **/
3146static void ixgbe_configure_msi_and_legacy(struct ixgbe_adapter *adapter)
3147{
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00003148 struct ixgbe_q_vector *q_vector = adapter->q_vector[0];
Auke Kok9a799d72007-09-15 14:07:45 -07003149
Emil Tantilovd5bf4f62011-08-31 00:01:16 +00003150 ixgbe_write_eitr(q_vector);
Auke Kok9a799d72007-09-15 14:07:45 -07003151
PJ Waskiewicze8e26352009-02-27 15:45:05 +00003152 ixgbe_set_ivar(adapter, 0, 0, 0);
3153 ixgbe_set_ivar(adapter, 1, 0, 0);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08003154
Emil Tantilov396e7992010-07-01 20:05:12 +00003155 e_info(hw, "Legacy interrupt IVAR setup done\n");
Auke Kok9a799d72007-09-15 14:07:45 -07003156}
3157
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003158/**
3159 * ixgbe_configure_tx_ring - Configure 8259x Tx ring after Reset
3160 * @adapter: board private structure
3161 * @ring: structure containing ring specific data
3162 *
3163 * Configure the Tx descriptor ring after a reset.
3164 **/
Alexander Duyck84418e32010-08-19 13:40:54 +00003165void ixgbe_configure_tx_ring(struct ixgbe_adapter *adapter,
3166 struct ixgbe_ring *ring)
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003167{
3168 struct ixgbe_hw *hw = &adapter->hw;
3169 u64 tdba = ring->dma;
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003170 int wait_loop = 10;
Alexander Duyckb88c6de2011-07-15 03:06:12 +00003171 u32 txdctl = IXGBE_TXDCTL_ENABLE;
Alexander Duyckbf29ee62010-11-16 19:27:07 -08003172 u8 reg_idx = ring->reg_idx;
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003173
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003174 /* disable queue to avoid issues while updating state */
Alexander Duyckb88c6de2011-07-15 03:06:12 +00003175 IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(reg_idx), 0);
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003176 IXGBE_WRITE_FLUSH(hw);
3177
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003178 IXGBE_WRITE_REG(hw, IXGBE_TDBAL(reg_idx),
Joe Perchese8e9f692010-09-07 21:34:53 +00003179 (tdba & DMA_BIT_MASK(32)));
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003180 IXGBE_WRITE_REG(hw, IXGBE_TDBAH(reg_idx), (tdba >> 32));
3181 IXGBE_WRITE_REG(hw, IXGBE_TDLEN(reg_idx),
3182 ring->count * sizeof(union ixgbe_adv_tx_desc));
3183 IXGBE_WRITE_REG(hw, IXGBE_TDH(reg_idx), 0);
3184 IXGBE_WRITE_REG(hw, IXGBE_TDT(reg_idx), 0);
Mark Rustad2a1a0912014-01-14 18:53:15 -08003185 ring->tail = adapter->io_addr + IXGBE_TDT(reg_idx);
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003186
Alexander Duyckb88c6de2011-07-15 03:06:12 +00003187 /*
3188 * set WTHRESH to encourage burst writeback, it should not be set
Emil Tantilov67da0972013-01-25 06:19:20 +00003189 * higher than 1 when:
3190 * - ITR is 0 as it could cause false TX hangs
3191 * - ITR is set to > 100k int/sec and BQL is enabled
Alexander Duyckb88c6de2011-07-15 03:06:12 +00003192 *
3193 * In order to avoid issues WTHRESH + PTHRESH should always be equal
3194 * to or less than the number of on chip descriptors, which is
3195 * currently 40.
3196 */
Emil Tantilov67da0972013-01-25 06:19:20 +00003197 if (!ring->q_vector || (ring->q_vector->itr < IXGBE_100K_ITR))
Jacob Kellerb4f47a42016-04-13 16:08:22 -07003198 txdctl |= 1u << 16; /* WTHRESH = 1 */
Alexander Duyckb88c6de2011-07-15 03:06:12 +00003199 else
Jacob Kellerb4f47a42016-04-13 16:08:22 -07003200 txdctl |= 8u << 16; /* WTHRESH = 8 */
Alexander Duyckb88c6de2011-07-15 03:06:12 +00003201
Alexander Duycke954b372012-02-08 07:49:38 +00003202 /*
3203 * Setting PTHRESH to 32 both improves performance
3204 * and avoids a TX hang with DFP enabled
3205 */
Jacob Kellerb4f47a42016-04-13 16:08:22 -07003206 txdctl |= (1u << 8) | /* HTHRESH = 1 */
Alexander Duyckb88c6de2011-07-15 03:06:12 +00003207 32; /* PTHRESH = 32 */
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003208
3209 /* reinitialize flowdirector state */
Alexander Duyck39cb6812012-06-06 05:38:20 +00003210 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) {
Alexander Duyckee9e0f02010-11-16 19:27:01 -08003211 ring->atr_sample_rate = adapter->atr_sample_rate;
3212 ring->atr_count = 0;
3213 set_bit(__IXGBE_TX_FDIR_INIT_DONE, &ring->state);
3214 } else {
3215 ring->atr_sample_rate = 0;
3216 }
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003217
Alexander Duyckfd786b72013-01-12 06:33:31 +00003218 /* initialize XPS */
3219 if (!test_and_set_bit(__IXGBE_TX_XPS_INIT_DONE, &ring->state)) {
3220 struct ixgbe_q_vector *q_vector = ring->q_vector;
3221
3222 if (q_vector)
John Fastabend2a47fa42013-11-06 09:54:52 -08003223 netif_set_xps_queue(ring->netdev,
Alexander Duyckfd786b72013-01-12 06:33:31 +00003224 &q_vector->affinity_mask,
3225 ring->queue_index);
3226 }
3227
John Fastabendc84d3242010-11-16 19:27:12 -08003228 clear_bit(__IXGBE_HANG_CHECK_ARMED, &ring->state);
3229
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003230 /* enable queue */
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003231 IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(reg_idx), txdctl);
3232
3233 /* TXDCTL.EN will return 0 on 82598 if link is down, so skip it */
3234 if (hw->mac.type == ixgbe_mac_82598EB &&
3235 !(IXGBE_READ_REG(hw, IXGBE_LINKS) & IXGBE_LINKS_UP))
3236 return;
3237
3238 /* poll to verify queue is enabled */
3239 do {
Don Skidmore032b4322011-03-18 09:32:53 +00003240 usleep_range(1000, 2000);
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003241 txdctl = IXGBE_READ_REG(hw, IXGBE_TXDCTL(reg_idx));
3242 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE));
3243 if (!wait_loop)
Emil Tantilova55defd2016-07-29 10:30:06 -07003244 hw_dbg(hw, "Could not enable Tx Queue %d\n", reg_idx);
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003245}
3246
Alexander Duyck120ff942010-08-19 13:34:50 +00003247static void ixgbe_setup_mtqc(struct ixgbe_adapter *adapter)
3248{
3249 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003250 u32 rttdcs, mtqc;
John Fastabend8b1c0b22011-05-03 02:26:48 +00003251 u8 tcs = netdev_get_num_tc(adapter->netdev);
Alexander Duyck120ff942010-08-19 13:34:50 +00003252
3253 if (hw->mac.type == ixgbe_mac_82598EB)
3254 return;
3255
3256 /* disable the arbiter while setting MTQC */
3257 rttdcs = IXGBE_READ_REG(hw, IXGBE_RTTDCS);
3258 rttdcs |= IXGBE_RTTDCS_ARBDIS;
3259 IXGBE_WRITE_REG(hw, IXGBE_RTTDCS, rttdcs);
3260
3261 /* set transmit pool layout */
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003262 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
3263 mtqc = IXGBE_MTQC_VT_ENA;
3264 if (tcs > 4)
3265 mtqc |= IXGBE_MTQC_RT_ENA | IXGBE_MTQC_8TC_8TQ;
3266 else if (tcs > 1)
3267 mtqc |= IXGBE_MTQC_RT_ENA | IXGBE_MTQC_4TC_4TQ;
Alexander Duycke24fcf22016-09-07 20:28:24 -07003268 else if (adapter->ring_feature[RING_F_VMDQ].mask ==
3269 IXGBE_82599_VMDQ_4Q_MASK)
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003270 mtqc |= IXGBE_MTQC_32VF;
John Fastabend8b1c0b22011-05-03 02:26:48 +00003271 else
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003272 mtqc |= IXGBE_MTQC_64VF;
3273 } else {
3274 if (tcs > 4)
3275 mtqc = IXGBE_MTQC_RT_ENA | IXGBE_MTQC_8TC_8TQ;
3276 else if (tcs > 1)
3277 mtqc = IXGBE_MTQC_RT_ENA | IXGBE_MTQC_4TC_4TQ;
3278 else
3279 mtqc = IXGBE_MTQC_64Q_1PB;
3280 }
John Fastabend8b1c0b22011-05-03 02:26:48 +00003281
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003282 IXGBE_WRITE_REG(hw, IXGBE_MTQC, mtqc);
John Fastabend8b1c0b22011-05-03 02:26:48 +00003283
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003284 /* Enable Security TX Buffer IFG for multiple pb */
3285 if (tcs) {
3286 u32 sectx = IXGBE_READ_REG(hw, IXGBE_SECTXMINIFG);
3287 sectx |= IXGBE_SECTX_DCB;
3288 IXGBE_WRITE_REG(hw, IXGBE_SECTXMINIFG, sectx);
Alexander Duyck120ff942010-08-19 13:34:50 +00003289 }
3290
3291 /* re-enable the arbiter */
3292 rttdcs &= ~IXGBE_RTTDCS_ARBDIS;
3293 IXGBE_WRITE_REG(hw, IXGBE_RTTDCS, rttdcs);
3294}
3295
Auke Kok9a799d72007-09-15 14:07:45 -07003296/**
Jesse Brandeburg3a581072008-08-26 04:27:08 -07003297 * ixgbe_configure_tx - Configure 8259x Transmit Unit after Reset
Auke Kok9a799d72007-09-15 14:07:45 -07003298 * @adapter: board private structure
3299 *
3300 * Configure the Tx unit of the MAC after a reset.
3301 **/
3302static void ixgbe_configure_tx(struct ixgbe_adapter *adapter)
3303{
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003304 struct ixgbe_hw *hw = &adapter->hw;
3305 u32 dmatxctl;
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003306 u32 i;
Auke Kok9a799d72007-09-15 14:07:45 -07003307
Alexander Duyck2f1860b2010-08-19 13:39:43 +00003308 ixgbe_setup_mtqc(adapter);
3309
3310 if (hw->mac.type != ixgbe_mac_82598EB) {
3311 /* DMATXCTL.EN must be before Tx queues are enabled */
3312 dmatxctl = IXGBE_READ_REG(hw, IXGBE_DMATXCTL);
3313 dmatxctl |= IXGBE_DMATXCTL_TE;
3314 IXGBE_WRITE_REG(hw, IXGBE_DMATXCTL, dmatxctl);
3315 }
3316
Auke Kok9a799d72007-09-15 14:07:45 -07003317 /* Setup the HW Tx Head and Tail descriptor pointers */
Alexander Duyck43e69bf2010-08-19 13:35:12 +00003318 for (i = 0; i < adapter->num_tx_queues; i++)
3319 ixgbe_configure_tx_ring(adapter, adapter->tx_ring[i]);
Auke Kok9a799d72007-09-15 14:07:45 -07003320}
3321
Alexander Duyck3ebe8fd2012-04-25 04:36:38 +00003322static void ixgbe_enable_rx_drop(struct ixgbe_adapter *adapter,
3323 struct ixgbe_ring *ring)
3324{
3325 struct ixgbe_hw *hw = &adapter->hw;
3326 u8 reg_idx = ring->reg_idx;
3327 u32 srrctl = IXGBE_READ_REG(hw, IXGBE_SRRCTL(reg_idx));
3328
3329 srrctl |= IXGBE_SRRCTL_DROP_EN;
3330
3331 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(reg_idx), srrctl);
3332}
3333
3334static void ixgbe_disable_rx_drop(struct ixgbe_adapter *adapter,
3335 struct ixgbe_ring *ring)
3336{
3337 struct ixgbe_hw *hw = &adapter->hw;
3338 u8 reg_idx = ring->reg_idx;
3339 u32 srrctl = IXGBE_READ_REG(hw, IXGBE_SRRCTL(reg_idx));
3340
3341 srrctl &= ~IXGBE_SRRCTL_DROP_EN;
3342
3343 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(reg_idx), srrctl);
3344}
3345
3346#ifdef CONFIG_IXGBE_DCB
3347void ixgbe_set_rx_drop_en(struct ixgbe_adapter *adapter)
3348#else
3349static void ixgbe_set_rx_drop_en(struct ixgbe_adapter *adapter)
3350#endif
3351{
3352 int i;
3353 bool pfc_en = adapter->dcb_cfg.pfc_mode_enable;
3354
3355 if (adapter->ixgbe_ieee_pfc)
3356 pfc_en |= !!(adapter->ixgbe_ieee_pfc->pfc_en);
3357
3358 /*
3359 * We should set the drop enable bit if:
3360 * SR-IOV is enabled
3361 * or
3362 * Number of Rx queues > 1 and flow control is disabled
3363 *
3364 * This allows us to avoid head of line blocking for security
3365 * and performance reasons.
3366 */
3367 if (adapter->num_vfs || (adapter->num_rx_queues > 1 &&
3368 !(adapter->hw.fc.current_mode & ixgbe_fc_tx_pause) && !pfc_en)) {
3369 for (i = 0; i < adapter->num_rx_queues; i++)
3370 ixgbe_enable_rx_drop(adapter, adapter->rx_ring[i]);
3371 } else {
3372 for (i = 0; i < adapter->num_rx_queues; i++)
3373 ixgbe_disable_rx_drop(adapter, adapter->rx_ring[i]);
3374 }
3375}
3376
PJ Waskiewicze8e26352009-02-27 15:45:05 +00003377#define IXGBE_SRRCTL_BSIZEHDRSIZE_SHIFT 2
Auke Kok9a799d72007-09-15 14:07:45 -07003378
Yi Zoua6616b42009-08-06 13:05:23 +00003379static void ixgbe_configure_srrctl(struct ixgbe_adapter *adapter,
Joe Perchese8e9f692010-09-07 21:34:53 +00003380 struct ixgbe_ring *rx_ring)
Jesse Brandeburgcc41ac72008-08-26 04:27:27 -07003381{
Alexander Duyck45e9baa2012-05-05 05:30:59 +00003382 struct ixgbe_hw *hw = &adapter->hw;
Jesse Brandeburgcc41ac72008-08-26 04:27:27 -07003383 u32 srrctl;
Alexander Duyckbf29ee62010-11-16 19:27:07 -08003384 u8 reg_idx = rx_ring->reg_idx;
Jesse Brandeburgcc41ac72008-08-26 04:27:27 -07003385
Alexander Duyck45e9baa2012-05-05 05:30:59 +00003386 if (hw->mac.type == ixgbe_mac_82598EB) {
3387 u16 mask = adapter->ring_feature[RING_F_RSS].mask;
3388
3389 /*
3390 * if VMDq is not active we must program one srrctl register
3391 * per RSS queue since we have enabled RDRXCTL.MVMEN
3392 */
3393 reg_idx &= mask;
Alexander Duyckbd508172010-11-16 19:27:03 -08003394 }
3395
Alexander Duyck45e9baa2012-05-05 05:30:59 +00003396 /* configure header buffer length, needed for RSC */
3397 srrctl = IXGBE_RX_HDR_SIZE << IXGBE_SRRCTL_BSIZEHDRSIZE_SHIFT;
Jesse Brandeburgcc41ac72008-08-26 04:27:27 -07003398
Alexander Duyck45e9baa2012-05-05 05:30:59 +00003399 /* configure the packet buffer length */
Alexander Duyckf8003262012-03-03 02:35:52 +00003400 srrctl |= ixgbe_rx_bufsz(rx_ring) >> IXGBE_SRRCTL_BSIZEPKT_SHIFT;
Alexander Duyck45e9baa2012-05-05 05:30:59 +00003401
3402 /* configure descriptor type */
Alexander Duyckf8003262012-03-03 02:35:52 +00003403 srrctl |= IXGBE_SRRCTL_DESCTYPE_ADV_ONEBUF;
PJ Waskiewicze8e26352009-02-27 15:45:05 +00003404
Alexander Duyck45e9baa2012-05-05 05:30:59 +00003405 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(reg_idx), srrctl);
Jesse Brandeburgcc41ac72008-08-26 04:27:27 -07003406}
3407
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003408/**
Jean Sacrena897a2a2015-09-19 05:08:44 -06003409 * ixgbe_rss_indir_tbl_entries - Return RSS indirection table entries
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003410 * @adapter: device handle
3411 *
3412 * - 82598/82599/X540: 128
3413 * - X550(non-SRIOV mode): 512
3414 * - X550(SRIOV mode): 64
3415 */
Vlad Zolotarov7f276ef2015-03-30 21:18:58 +03003416u32 ixgbe_rss_indir_tbl_entries(struct ixgbe_adapter *adapter)
Jesse Brandeburg0cefafa2009-05-19 09:19:11 +00003417{
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003418 if (adapter->hw.mac.type < ixgbe_mac_X550)
3419 return 128;
3420 else if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
3421 return 64;
3422 else
3423 return 512;
3424}
3425
3426/**
Jean Sacrena897a2a2015-09-19 05:08:44 -06003427 * ixgbe_store_reta - Write the RETA table to HW
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003428 * @adapter: device handle
3429 *
3430 * Write the RSS redirection table stored in adapter.rss_indir_tbl[] to HW.
3431 */
Tom Barbette1c7cf072015-06-26 15:40:18 +02003432void ixgbe_store_reta(struct ixgbe_adapter *adapter)
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003433{
3434 u32 i, reta_entries = ixgbe_rss_indir_tbl_entries(adapter);
Alexander Duyck05abb122010-08-19 13:35:41 +00003435 struct ixgbe_hw *hw = &adapter->hw;
Don Skidmored1b849b2014-11-09 06:42:57 +00003436 u32 reta = 0;
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003437 u32 indices_multi;
3438 u8 *indir_tbl = adapter->rss_indir_tbl;
John Fastabend86b4db32011-04-26 07:26:19 +00003439
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003440 /* Fill out the redirection table as follows:
3441 * - 82598: 8 bit wide entries containing pair of 4 bit RSS
3442 * indices.
3443 * - 82599/X540: 8 bit wide entries containing 4 bit RSS index
3444 * - X550: 8 bit wide entries containing 6 bit RSS index
3445 */
3446 if (adapter->hw.mac.type == ixgbe_mac_82598EB)
3447 indices_multi = 0x11;
3448 else
3449 indices_multi = 0x1;
3450
3451 /* Write redirection table to HW */
3452 for (i = 0; i < reta_entries; i++) {
3453 reta |= indices_multi * indir_tbl[i] << (i & 0x3) * 8;
3454 if ((i & 3) == 3) {
3455 if (i < 128)
3456 IXGBE_WRITE_REG(hw, IXGBE_RETA(i >> 2), reta);
3457 else
3458 IXGBE_WRITE_REG(hw, IXGBE_ERETA((i >> 2) - 32),
3459 reta);
3460 reta = 0;
3461 }
3462 }
3463}
3464
3465/**
Jean Sacrena897a2a2015-09-19 05:08:44 -06003466 * ixgbe_store_vfreta - Write the RETA table to HW (x550 devices in SRIOV mode)
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003467 * @adapter: device handle
3468 *
3469 * Write the RSS redirection table stored in adapter.rss_indir_tbl[] to HW.
3470 */
3471static void ixgbe_store_vfreta(struct ixgbe_adapter *adapter)
3472{
3473 u32 i, reta_entries = ixgbe_rss_indir_tbl_entries(adapter);
3474 struct ixgbe_hw *hw = &adapter->hw;
3475 u32 vfreta = 0;
3476 unsigned int pf_pool = adapter->num_vfs;
3477
3478 /* Write redirection table to HW */
3479 for (i = 0; i < reta_entries; i++) {
3480 vfreta |= (u32)adapter->rss_indir_tbl[i] << (i & 0x3) * 8;
3481 if ((i & 3) == 3) {
3482 IXGBE_WRITE_REG(hw, IXGBE_PFVFRETA(i >> 2, pf_pool),
3483 vfreta);
3484 vfreta = 0;
3485 }
3486 }
3487}
3488
3489static void ixgbe_setup_reta(struct ixgbe_adapter *adapter)
3490{
3491 struct ixgbe_hw *hw = &adapter->hw;
3492 u32 i, j;
3493 u32 reta_entries = ixgbe_rss_indir_tbl_entries(adapter);
3494 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices;
3495
Alexander Duycke24fcf22016-09-07 20:28:24 -07003496 /* Program table for at least 4 queues w/ SR-IOV so that VFs can
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003497 * make full use of any rings they may have. We will use the
3498 * PSRTYPE register to control how many rings we use within the PF.
3499 */
Alexander Duycke24fcf22016-09-07 20:28:24 -07003500 if ((adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) && (rss_i < 4))
3501 rss_i = 4;
Jesse Brandeburg0cefafa2009-05-19 09:19:11 +00003502
Alexander Duyck05abb122010-08-19 13:35:41 +00003503 /* Fill out hash function seeds */
3504 for (i = 0; i < 10; i++)
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003505 IXGBE_WRITE_REG(hw, IXGBE_RSSRK(i), adapter->rss_key[i]);
Don Skidmore0f9b2322014-11-18 09:35:08 +00003506
Alexander Duyck05abb122010-08-19 13:35:41 +00003507 /* Fill out redirection table */
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003508 memset(adapter->rss_indir_tbl, 0, sizeof(adapter->rss_indir_tbl));
3509
Don Skidmore0f9b2322014-11-18 09:35:08 +00003510 for (i = 0, j = 0; i < reta_entries; i++, j++) {
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003511 if (j == rss_i)
Alexander Duyck05abb122010-08-19 13:35:41 +00003512 j = 0;
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003513
3514 adapter->rss_indir_tbl[i] = j;
Don Skidmore0f9b2322014-11-18 09:35:08 +00003515 }
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003516
3517 ixgbe_store_reta(adapter);
Don Skidmore0f9b2322014-11-18 09:35:08 +00003518}
3519
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003520static void ixgbe_setup_vfreta(struct ixgbe_adapter *adapter)
Don Skidmore0f9b2322014-11-18 09:35:08 +00003521{
3522 struct ixgbe_hw *hw = &adapter->hw;
Don Skidmore0f9b2322014-11-18 09:35:08 +00003523 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices;
3524 unsigned int pf_pool = adapter->num_vfs;
3525 int i, j;
3526
3527 /* Fill out hash function seeds */
3528 for (i = 0; i < 10; i++)
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003529 IXGBE_WRITE_REG(hw, IXGBE_PFVFRSSRK(i, pf_pool),
3530 adapter->rss_key[i]);
Don Skidmore0f9b2322014-11-18 09:35:08 +00003531
3532 /* Fill out the redirection table */
3533 for (i = 0, j = 0; i < 64; i++, j++) {
3534 if (j == rss_i)
3535 j = 0;
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003536
3537 adapter->rss_indir_tbl[i] = j;
Alexander Duyck05abb122010-08-19 13:35:41 +00003538 }
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003539
3540 ixgbe_store_vfreta(adapter);
Don Skidmored1b849b2014-11-09 06:42:57 +00003541}
3542
3543static void ixgbe_setup_mrqc(struct ixgbe_adapter *adapter)
3544{
3545 struct ixgbe_hw *hw = &adapter->hw;
Don Skidmore0f9b2322014-11-18 09:35:08 +00003546 u32 mrqc = 0, rss_field = 0, vfmrqc = 0;
Don Skidmored1b849b2014-11-09 06:42:57 +00003547 u32 rxcsum;
Alexander Duyck05abb122010-08-19 13:35:41 +00003548
3549 /* Disable indicating checksum in descriptor, enables RSS hash */
3550 rxcsum = IXGBE_READ_REG(hw, IXGBE_RXCSUM);
3551 rxcsum |= IXGBE_RXCSUM_PCSD;
3552 IXGBE_WRITE_REG(hw, IXGBE_RXCSUM, rxcsum);
3553
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003554 if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
Alexander Duyckfbe7ca72012-07-14 05:42:36 +00003555 if (adapter->ring_feature[RING_F_RSS].mask)
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003556 mrqc = IXGBE_MRQC_RSSEN;
John Fastabend8b1c0b22011-05-03 02:26:48 +00003557 } else {
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003558 u8 tcs = netdev_get_num_tc(adapter->netdev);
John Fastabend8b1c0b22011-05-03 02:26:48 +00003559
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003560 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
3561 if (tcs > 4)
3562 mrqc = IXGBE_MRQC_VMDQRT8TCEN; /* 8 TCs */
3563 else if (tcs > 1)
3564 mrqc = IXGBE_MRQC_VMDQRT4TCEN; /* 4 TCs */
Alexander Duycke24fcf22016-09-07 20:28:24 -07003565 else if (adapter->ring_feature[RING_F_VMDQ].mask ==
3566 IXGBE_82599_VMDQ_4Q_MASK)
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003567 mrqc = IXGBE_MRQC_VMDQRSS32EN;
3568 else
3569 mrqc = IXGBE_MRQC_VMDQRSS64EN;
3570 } else {
3571 if (tcs > 4)
3572 mrqc = IXGBE_MRQC_RTRSS8TCEN;
3573 else if (tcs > 1)
John Fastabend8b1c0b22011-05-03 02:26:48 +00003574 mrqc = IXGBE_MRQC_RTRSS4TCEN;
3575 else
Alexander Duyck671c0ad2012-05-18 06:34:02 +00003576 mrqc = IXGBE_MRQC_RSSEN;
John Fastabend8b1c0b22011-05-03 02:26:48 +00003577 }
Jesse Brandeburg0cefafa2009-05-19 09:19:11 +00003578 }
3579
Alexander Duyck05abb122010-08-19 13:35:41 +00003580 /* Perform hash on these packet types */
Don Skidmored1b849b2014-11-09 06:42:57 +00003581 rss_field |= IXGBE_MRQC_RSS_FIELD_IPV4 |
3582 IXGBE_MRQC_RSS_FIELD_IPV4_TCP |
3583 IXGBE_MRQC_RSS_FIELD_IPV6 |
3584 IXGBE_MRQC_RSS_FIELD_IPV6_TCP;
Alexander Duyck05abb122010-08-19 13:35:41 +00003585
Alexander Duyckef6afc02012-02-08 07:51:53 +00003586 if (adapter->flags2 & IXGBE_FLAG2_RSS_FIELD_IPV4_UDP)
Don Skidmored1b849b2014-11-09 06:42:57 +00003587 rss_field |= IXGBE_MRQC_RSS_FIELD_IPV4_UDP;
Alexander Duyckef6afc02012-02-08 07:51:53 +00003588 if (adapter->flags2 & IXGBE_FLAG2_RSS_FIELD_IPV6_UDP)
Don Skidmored1b849b2014-11-09 06:42:57 +00003589 rss_field |= IXGBE_MRQC_RSS_FIELD_IPV6_UDP;
Alexander Duyckef6afc02012-02-08 07:51:53 +00003590
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003591 netdev_rss_key_fill(adapter->rss_key, sizeof(adapter->rss_key));
Don Skidmore0f9b2322014-11-18 09:35:08 +00003592 if ((hw->mac.type >= ixgbe_mac_X550) &&
3593 (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)) {
3594 unsigned int pf_pool = adapter->num_vfs;
3595
3596 /* Enable VF RSS mode */
3597 mrqc |= IXGBE_MRQC_MULTIPLE_RSS;
3598 IXGBE_WRITE_REG(hw, IXGBE_MRQC, mrqc);
3599
3600 /* Setup RSS through the VF registers */
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003601 ixgbe_setup_vfreta(adapter);
Don Skidmore0f9b2322014-11-18 09:35:08 +00003602 vfmrqc = IXGBE_MRQC_RSSEN;
3603 vfmrqc |= rss_field;
3604 IXGBE_WRITE_REG(hw, IXGBE_PFVFMRQC(pf_pool), vfmrqc);
3605 } else {
Vlad Zolotarovdfaf8912015-03-30 21:18:57 +03003606 ixgbe_setup_reta(adapter);
Don Skidmore0f9b2322014-11-18 09:35:08 +00003607 mrqc |= rss_field;
3608 IXGBE_WRITE_REG(hw, IXGBE_MRQC, mrqc);
3609 }
Jesse Brandeburg0cefafa2009-05-19 09:19:11 +00003610}
3611
Mallikarjuna R Chilakala177db6f2008-06-18 15:32:19 -07003612/**
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003613 * ixgbe_configure_rscctl - enable RSC for the indicated ring
3614 * @adapter: address of board private structure
3615 * @index: index of ring to set
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003616 **/
Don Skidmore082757a2011-07-21 05:55:00 +00003617static void ixgbe_configure_rscctl(struct ixgbe_adapter *adapter,
Alexander Duyck73670962010-08-19 13:38:34 +00003618 struct ixgbe_ring *ring)
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003619{
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003620 struct ixgbe_hw *hw = &adapter->hw;
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003621 u32 rscctrl;
Alexander Duyckbf29ee62010-11-16 19:27:07 -08003622 u8 reg_idx = ring->reg_idx;
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003623
Alexander Duyck7d637bc2010-11-16 19:26:56 -08003624 if (!ring_is_rsc_enabled(ring))
Alexander Duyck73670962010-08-19 13:38:34 +00003625 return;
3626
Alexander Duyck73670962010-08-19 13:38:34 +00003627 rscctrl = IXGBE_READ_REG(hw, IXGBE_RSCCTL(reg_idx));
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003628 rscctrl |= IXGBE_RSCCTL_RSCEN;
3629 /*
3630 * we must limit the number of descriptors so that the
3631 * total size of max desc * buf_len is not greater
Alexander Duyck642c6802011-11-10 09:09:17 +00003632 * than 65536
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003633 */
Alexander Duyckf8003262012-03-03 02:35:52 +00003634 rscctrl |= IXGBE_RSCCTL_MAXDESC_16;
Alexander Duyck73670962010-08-19 13:38:34 +00003635 IXGBE_WRITE_REG(hw, IXGBE_RSCCTL(reg_idx), rscctrl);
Nelson, Shannonbb5a9ad2009-09-18 09:46:27 +00003636}
3637
Alexander Duyck9e10e042010-08-19 13:40:06 +00003638#define IXGBE_MAX_RX_DESC_POLL 10
3639static void ixgbe_rx_desc_queue_enable(struct ixgbe_adapter *adapter,
3640 struct ixgbe_ring *ring)
3641{
3642 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyck9e10e042010-08-19 13:40:06 +00003643 int wait_loop = IXGBE_MAX_RX_DESC_POLL;
3644 u32 rxdctl;
Alexander Duyckbf29ee62010-11-16 19:27:07 -08003645 u8 reg_idx = ring->reg_idx;
Alexander Duyck9e10e042010-08-19 13:40:06 +00003646
Mark Rustadb0483c82014-01-14 18:53:17 -08003647 if (ixgbe_removed(hw->hw_addr))
3648 return;
Alexander Duyck9e10e042010-08-19 13:40:06 +00003649 /* RXDCTL.EN will return 0 on 82598 if link is down, so skip it */
3650 if (hw->mac.type == ixgbe_mac_82598EB &&
3651 !(IXGBE_READ_REG(hw, IXGBE_LINKS) & IXGBE_LINKS_UP))
3652 return;
3653
3654 do {
Don Skidmore032b4322011-03-18 09:32:53 +00003655 usleep_range(1000, 2000);
Alexander Duyck9e10e042010-08-19 13:40:06 +00003656 rxdctl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(reg_idx));
3657 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE));
3658
3659 if (!wait_loop) {
3660 e_err(drv, "RXDCTL.ENABLE on Rx queue %d not set within "
3661 "the polling period\n", reg_idx);
3662 }
3663}
3664
Yi Zou2d39d572011-01-06 14:29:56 +00003665void ixgbe_disable_rx_queue(struct ixgbe_adapter *adapter,
3666 struct ixgbe_ring *ring)
3667{
3668 struct ixgbe_hw *hw = &adapter->hw;
3669 int wait_loop = IXGBE_MAX_RX_DESC_POLL;
3670 u32 rxdctl;
3671 u8 reg_idx = ring->reg_idx;
3672
Mark Rustadb0483c82014-01-14 18:53:17 -08003673 if (ixgbe_removed(hw->hw_addr))
3674 return;
Yi Zou2d39d572011-01-06 14:29:56 +00003675 rxdctl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(reg_idx));
3676 rxdctl &= ~IXGBE_RXDCTL_ENABLE;
3677
3678 /* write value back with RXDCTL.ENABLE bit cleared */
3679 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(reg_idx), rxdctl);
3680
3681 if (hw->mac.type == ixgbe_mac_82598EB &&
3682 !(IXGBE_READ_REG(hw, IXGBE_LINKS) & IXGBE_LINKS_UP))
3683 return;
3684
3685 /* the hardware may take up to 100us to really disable the rx queue */
3686 do {
3687 udelay(10);
3688 rxdctl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(reg_idx));
3689 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE));
3690
3691 if (!wait_loop) {
3692 e_err(drv, "RXDCTL.ENABLE on Rx queue %d not cleared within "
3693 "the polling period\n", reg_idx);
3694 }
3695}
3696
Alexander Duyck84418e32010-08-19 13:40:54 +00003697void ixgbe_configure_rx_ring(struct ixgbe_adapter *adapter,
3698 struct ixgbe_ring *ring)
Alexander Duyckacd37172010-08-19 13:36:05 +00003699{
3700 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckc3630cc2017-01-17 08:36:28 -08003701 union ixgbe_adv_rx_desc *rx_desc;
Alexander Duyckacd37172010-08-19 13:36:05 +00003702 u64 rdba = ring->dma;
Alexander Duyck9e10e042010-08-19 13:40:06 +00003703 u32 rxdctl;
Alexander Duyckbf29ee62010-11-16 19:27:07 -08003704 u8 reg_idx = ring->reg_idx;
Alexander Duyckacd37172010-08-19 13:36:05 +00003705
Alexander Duyck9e10e042010-08-19 13:40:06 +00003706 /* disable queue to avoid issues while updating state */
3707 rxdctl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(reg_idx));
Yi Zou2d39d572011-01-06 14:29:56 +00003708 ixgbe_disable_rx_queue(adapter, ring);
Alexander Duyck9e10e042010-08-19 13:40:06 +00003709
Alexander Duyckacd37172010-08-19 13:36:05 +00003710 IXGBE_WRITE_REG(hw, IXGBE_RDBAL(reg_idx), (rdba & DMA_BIT_MASK(32)));
3711 IXGBE_WRITE_REG(hw, IXGBE_RDBAH(reg_idx), (rdba >> 32));
3712 IXGBE_WRITE_REG(hw, IXGBE_RDLEN(reg_idx),
3713 ring->count * sizeof(union ixgbe_adv_rx_desc));
Neerav Parikh8b754512015-12-08 22:13:58 -08003714 /* Force flushing of IXGBE_RDLEN to prevent MDD */
3715 IXGBE_WRITE_FLUSH(hw);
3716
Alexander Duyckacd37172010-08-19 13:36:05 +00003717 IXGBE_WRITE_REG(hw, IXGBE_RDH(reg_idx), 0);
3718 IXGBE_WRITE_REG(hw, IXGBE_RDT(reg_idx), 0);
Mark Rustad2a1a0912014-01-14 18:53:15 -08003719 ring->tail = adapter->io_addr + IXGBE_RDT(reg_idx);
Alexander Duyck9e10e042010-08-19 13:40:06 +00003720
3721 ixgbe_configure_srrctl(adapter, ring);
3722 ixgbe_configure_rscctl(adapter, ring);
3723
3724 if (hw->mac.type == ixgbe_mac_82598EB) {
3725 /*
3726 * enable cache line friendly hardware writes:
3727 * PTHRESH=32 descriptors (half the internal cache),
3728 * this also removes ugly rx_no_buffer_count increment
3729 * HTHRESH=4 descriptors (to minimize latency on fetch)
3730 * WTHRESH=8 burst writeback up to two cache lines
3731 */
3732 rxdctl &= ~0x3FFFFF;
3733 rxdctl |= 0x080420;
3734 }
3735
Alexander Duyckc3630cc2017-01-17 08:36:28 -08003736 /* initialize Rx descriptor 0 */
3737 rx_desc = IXGBE_RX_DESC(ring, 0);
3738 rx_desc->wb.upper.length = 0;
3739
Alexander Duyck9e10e042010-08-19 13:40:06 +00003740 /* enable receive descriptor ring */
3741 rxdctl |= IXGBE_RXDCTL_ENABLE;
3742 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(reg_idx), rxdctl);
3743
3744 ixgbe_rx_desc_queue_enable(adapter, ring);
Alexander Duyck7d4987d2011-05-27 05:31:37 +00003745 ixgbe_alloc_rx_buffers(ring, ixgbe_desc_unused(ring));
Alexander Duyckacd37172010-08-19 13:36:05 +00003746}
3747
Alexander Duyck48654522010-08-19 13:36:27 +00003748static void ixgbe_setup_psrtype(struct ixgbe_adapter *adapter)
3749{
3750 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckfbe7ca72012-07-14 05:42:36 +00003751 int rss_i = adapter->ring_feature[RING_F_RSS].indices;
John Fastabend2a47fa42013-11-06 09:54:52 -08003752 u16 pool;
Alexander Duyck48654522010-08-19 13:36:27 +00003753
3754 /* PSRTYPE must be initialized in non 82598 adapters */
3755 u32 psrtype = IXGBE_PSRTYPE_TCPHDR |
Joe Perchese8e9f692010-09-07 21:34:53 +00003756 IXGBE_PSRTYPE_UDPHDR |
3757 IXGBE_PSRTYPE_IPV4HDR |
Alexander Duyck48654522010-08-19 13:36:27 +00003758 IXGBE_PSRTYPE_L2HDR |
Joe Perchese8e9f692010-09-07 21:34:53 +00003759 IXGBE_PSRTYPE_IPV6HDR;
Alexander Duyck48654522010-08-19 13:36:27 +00003760
3761 if (hw->mac.type == ixgbe_mac_82598EB)
3762 return;
3763
Alexander Duyckfbe7ca72012-07-14 05:42:36 +00003764 if (rss_i > 3)
Jacob Kellerb4f47a42016-04-13 16:08:22 -07003765 psrtype |= 2u << 29;
Alexander Duyckfbe7ca72012-07-14 05:42:36 +00003766 else if (rss_i > 1)
Jacob Kellerb4f47a42016-04-13 16:08:22 -07003767 psrtype |= 1u << 29;
Alexander Duyck48654522010-08-19 13:36:27 +00003768
John Fastabend2a47fa42013-11-06 09:54:52 -08003769 for_each_set_bit(pool, &adapter->fwd_bitmask, 32)
3770 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype);
Alexander Duyck48654522010-08-19 13:36:27 +00003771}
3772
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003773static void ixgbe_configure_virtualization(struct ixgbe_adapter *adapter)
3774{
3775 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003776 u32 reg_offset, vf_shift;
Alexander Duyck435b19f2012-05-18 06:34:08 +00003777 u32 gcr_ext, vmdctl;
Greg Rosede4c7f62011-09-29 05:57:33 +00003778 int i;
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003779
3780 if (!(adapter->flags & IXGBE_FLAG_SRIOV_ENABLED))
3781 return;
3782
3783 vmdctl = IXGBE_READ_REG(hw, IXGBE_VT_CTL);
Alexander Duyck435b19f2012-05-18 06:34:08 +00003784 vmdctl |= IXGBE_VMD_CTL_VMDQ_EN;
3785 vmdctl &= ~IXGBE_VT_CTL_POOL_MASK;
Alexander Duyck1d9c0bf2012-05-05 05:32:21 +00003786 vmdctl |= VMDQ_P(0) << IXGBE_VT_CTL_POOL_SHIFT;
Alexander Duyck435b19f2012-05-18 06:34:08 +00003787 vmdctl |= IXGBE_VT_CTL_REPLEN;
3788 IXGBE_WRITE_REG(hw, IXGBE_VT_CTL, vmdctl);
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003789
Alexander Duyck1d9c0bf2012-05-05 05:32:21 +00003790 vf_shift = VMDQ_P(0) % 32;
3791 reg_offset = (VMDQ_P(0) >= 32) ? 1 : 0;
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003792
3793 /* Enable only the PF's pool for Tx/Rx */
Emil Tantilov11f2b492016-05-04 15:01:27 -07003794 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), GENMASK(31, vf_shift));
Alexander Duyck435b19f2012-05-18 06:34:08 +00003795 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset ^ 1), reg_offset - 1);
Emil Tantilov11f2b492016-05-04 15:01:27 -07003796 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), GENMASK(31, vf_shift));
Alexander Duyck435b19f2012-05-18 06:34:08 +00003797 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset ^ 1), reg_offset - 1);
Don Skidmoreaa2bacb2015-04-09 22:03:22 -07003798 if (adapter->bridge_mode == BRIDGE_MODE_VEB)
Greg Rose9b735982012-11-08 02:41:35 +00003799 IXGBE_WRITE_REG(hw, IXGBE_PFDTXGSWC, IXGBE_PFDTXGSWC_VT_LBEN);
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003800
3801 /* Map PF MAC address in RAR Entry 0 to first pool following VFs */
Alexander Duyck1d9c0bf2012-05-05 05:32:21 +00003802 hw->mac.ops.set_vmdq(hw, 0, VMDQ_P(0));
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003803
Alexander Duyck16369562015-11-02 17:10:13 -08003804 /* clear VLAN promisc flag so VFTA will be updated if necessary */
3805 adapter->flags2 &= ~IXGBE_FLAG2_VLAN_PROMISC;
3806
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003807 /*
3808 * Set up VF register offsets for selected VT Mode,
3809 * i.e. 32 or 64 VFs for SR-IOV
3810 */
Alexander Duyck73079ea2012-07-14 06:48:49 +00003811 switch (adapter->ring_feature[RING_F_VMDQ].mask) {
3812 case IXGBE_82599_VMDQ_8Q_MASK:
3813 gcr_ext = IXGBE_GCR_EXT_VT_MODE_16;
3814 break;
3815 case IXGBE_82599_VMDQ_4Q_MASK:
3816 gcr_ext = IXGBE_GCR_EXT_VT_MODE_32;
3817 break;
3818 default:
3819 gcr_ext = IXGBE_GCR_EXT_VT_MODE_64;
3820 break;
3821 }
3822
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003823 IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, gcr_ext);
3824
Greg Rosede4c7f62011-09-29 05:57:33 +00003825 for (i = 0; i < adapter->num_vfs; i++) {
Emil Tantilov77f192a2016-03-18 16:11:14 -07003826 /* configure spoof checking */
3827 ixgbe_ndo_set_vf_spoofchk(adapter->netdev, i,
3828 adapter->vfinfo[i].spoofchk_enabled);
Vlad Zolotarove65ce0d2015-03-30 21:35:24 +03003829
3830 /* Enable/Disable RSS query feature */
3831 ixgbe_ndo_set_vf_rss_query_en(adapter->netdev, i,
3832 adapter->vfinfo[i].rss_query_enabled);
Greg Rosede4c7f62011-09-29 05:57:33 +00003833 }
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003834}
3835
Alexander Duyck477de6e2010-08-19 13:38:11 +00003836static void ixgbe_set_rx_buffer_len(struct ixgbe_adapter *adapter)
Auke Kok9a799d72007-09-15 14:07:45 -07003837{
Auke Kok9a799d72007-09-15 14:07:45 -07003838 struct ixgbe_hw *hw = &adapter->hw;
3839 struct net_device *netdev = adapter->netdev;
3840 int max_frame = netdev->mtu + ETH_HLEN + ETH_FCS_LEN;
Alexander Duyck477de6e2010-08-19 13:38:11 +00003841 struct ixgbe_ring *rx_ring;
3842 int i;
3843 u32 mhadd, hlreg0;
Alexander Duyck48654522010-08-19 13:36:27 +00003844
Alexander Duyck477de6e2010-08-19 13:38:11 +00003845#ifdef IXGBE_FCOE
3846 /* adjust max frame to be able to do baby jumbo for FCoE */
3847 if ((adapter->flags & IXGBE_FLAG_FCOE_ENABLED) &&
3848 (max_frame < IXGBE_FCOE_JUMBO_FRAME_SIZE))
3849 max_frame = IXGBE_FCOE_JUMBO_FRAME_SIZE;
3850
3851#endif /* IXGBE_FCOE */
Alexander Duyck872844d2012-08-15 02:10:43 +00003852
3853 /* adjust max frame to be at least the size of a standard frame */
3854 if (max_frame < (ETH_FRAME_LEN + ETH_FCS_LEN))
3855 max_frame = (ETH_FRAME_LEN + ETH_FCS_LEN);
3856
Alexander Duyck477de6e2010-08-19 13:38:11 +00003857 mhadd = IXGBE_READ_REG(hw, IXGBE_MHADD);
3858 if (max_frame != (mhadd >> IXGBE_MHADD_MFS_SHIFT)) {
3859 mhadd &= ~IXGBE_MHADD_MFS_MASK;
3860 mhadd |= max_frame << IXGBE_MHADD_MFS_SHIFT;
3861
3862 IXGBE_WRITE_REG(hw, IXGBE_MHADD, mhadd);
Auke Kok9a799d72007-09-15 14:07:45 -07003863 }
3864
Auke Kok9a799d72007-09-15 14:07:45 -07003865 hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
Alexander Duyck477de6e2010-08-19 13:38:11 +00003866 /* set jumbo enable since MHADD.MFS is keeping size locked at max_frame */
3867 hlreg0 |= IXGBE_HLREG0_JUMBOEN;
Auke Kok9a799d72007-09-15 14:07:45 -07003868 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hlreg0);
3869
Jesse Brandeburg0cefafa2009-05-19 09:19:11 +00003870 /*
3871 * Setup the HW Rx Head and Tail Descriptor Pointers and
3872 * the Base and Length of the Rx Descriptor Ring
3873 */
Auke Kok9a799d72007-09-15 14:07:45 -07003874 for (i = 0; i < adapter->num_rx_queues; i++) {
PJ Waskiewicz4a0b9ca2010-02-03 14:19:12 +00003875 rx_ring = adapter->rx_ring[i];
Alexander Duyck4f4542b2017-01-17 08:36:14 -08003876
3877 clear_ring_rsc_enabled(rx_ring);
3878 clear_bit(__IXGBE_RX_3K_BUFFER, &rx_ring->state);
3879
Alexander Duyck7d637bc2010-11-16 19:26:56 -08003880 if (adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED)
3881 set_ring_rsc_enabled(rx_ring);
Alexander Duyck4f4542b2017-01-17 08:36:14 -08003882
3883 if (test_bit(__IXGBE_RX_FCOE, &rx_ring->state))
3884 set_bit(__IXGBE_RX_3K_BUFFER, &rx_ring->state);
Alexander Duyck477de6e2010-08-19 13:38:11 +00003885 }
Alexander Duyck477de6e2010-08-19 13:38:11 +00003886}
3887
Alexander Duyck73670962010-08-19 13:38:34 +00003888static void ixgbe_setup_rdrxctl(struct ixgbe_adapter *adapter)
3889{
3890 struct ixgbe_hw *hw = &adapter->hw;
3891 u32 rdrxctl = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
3892
3893 switch (hw->mac.type) {
3894 case ixgbe_mac_82598EB:
3895 /*
3896 * For VMDq support of different descriptor types or
3897 * buffer sizes through the use of multiple SRRCTL
3898 * registers, RDRXCTL.MVMEN must be set to 1
3899 *
3900 * also, the manual doesn't mention it clearly but DCA hints
3901 * will only use queue 0's tags unless this bit is set. Side
3902 * effects of setting this bit are only that SRRCTL must be
3903 * fully programmed [0..15]
3904 */
3905 rdrxctl |= IXGBE_RDRXCTL_MVMEN;
3906 break;
Mark Rustad052a1a72015-08-08 16:19:04 -07003907 case ixgbe_mac_X550:
3908 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07003909 case ixgbe_mac_x550em_a:
Mark Rustadf961dda2015-08-08 16:19:09 -07003910 if (adapter->num_vfs)
3911 rdrxctl |= IXGBE_RDRXCTL_PSP;
3912 /* fall through for older HW */
Alexander Duyck73670962010-08-19 13:38:34 +00003913 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08003914 case ixgbe_mac_X540:
Alexander Duyck73670962010-08-19 13:38:34 +00003915 /* Disable RSC for ACK packets */
3916 IXGBE_WRITE_REG(hw, IXGBE_RSCDBU,
3917 (IXGBE_RSCDBU_RSCACKDIS | IXGBE_READ_REG(hw, IXGBE_RSCDBU)));
3918 rdrxctl &= ~IXGBE_RDRXCTL_RSCFRSTSIZE;
3919 /* hardware requires some bits to be set by default */
3920 rdrxctl |= (IXGBE_RDRXCTL_RSCACKC | IXGBE_RDRXCTL_FCOE_WRFIX);
3921 rdrxctl |= IXGBE_RDRXCTL_CRCSTRIP;
3922 break;
3923 default:
3924 /* We should do nothing since we don't know this hardware */
3925 return;
3926 }
3927
3928 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rdrxctl);
3929}
3930
Alexander Duyck477de6e2010-08-19 13:38:11 +00003931/**
3932 * ixgbe_configure_rx - Configure 8259x Receive Unit after Reset
3933 * @adapter: board private structure
3934 *
3935 * Configure the Rx unit of the MAC after a reset.
3936 **/
3937static void ixgbe_configure_rx(struct ixgbe_adapter *adapter)
3938{
3939 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyck477de6e2010-08-19 13:38:11 +00003940 int i;
Jacob Keller6dcc28b2013-07-17 02:53:23 +00003941 u32 rxctrl, rfctl;
Alexander Duyck477de6e2010-08-19 13:38:11 +00003942
3943 /* disable receives while setting up the descriptors */
Don Skidmore1f9ac572015-03-13 13:54:30 -07003944 hw->mac.ops.disable_rx(hw);
Alexander Duyck477de6e2010-08-19 13:38:11 +00003945
3946 ixgbe_setup_psrtype(adapter);
Alexander Duyck73670962010-08-19 13:38:34 +00003947 ixgbe_setup_rdrxctl(adapter);
Alexander Duyck477de6e2010-08-19 13:38:11 +00003948
Jacob Keller6dcc28b2013-07-17 02:53:23 +00003949 /* RSC Setup */
3950 rfctl = IXGBE_READ_REG(hw, IXGBE_RFCTL);
3951 rfctl &= ~IXGBE_RFCTL_RSC_DIS;
3952 if (!(adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED))
3953 rfctl |= IXGBE_RFCTL_RSC_DIS;
Emil Tantilova21d0822016-08-10 11:19:23 -07003954
3955 /* disable NFS filtering */
3956 rfctl |= (IXGBE_RFCTL_NFSW_DIS | IXGBE_RFCTL_NFSR_DIS);
Jacob Keller6dcc28b2013-07-17 02:53:23 +00003957 IXGBE_WRITE_REG(hw, IXGBE_RFCTL, rfctl);
3958
Alexander Duyck9e10e042010-08-19 13:40:06 +00003959 /* Program registers for the distribution of queues */
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003960 ixgbe_setup_mrqc(adapter);
Alexander Duyckf5b4a522010-08-19 13:38:57 +00003961
Alexander Duyck477de6e2010-08-19 13:38:11 +00003962 /* set_rx_buffer_len must be called before ring initialization */
3963 ixgbe_set_rx_buffer_len(adapter);
3964
3965 /*
3966 * Setup the HW Rx Head and Tail Descriptor Pointers and
3967 * the Base and Length of the Rx Descriptor Ring
3968 */
Alexander Duyck9e10e042010-08-19 13:40:06 +00003969 for (i = 0; i < adapter->num_rx_queues; i++)
3970 ixgbe_configure_rx_ring(adapter, adapter->rx_ring[i]);
Mallikarjuna R Chilakala177db6f2008-06-18 15:32:19 -07003971
Don Skidmore1f9ac572015-03-13 13:54:30 -07003972 rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
Alexander Duyck9e10e042010-08-19 13:40:06 +00003973 /* disable drop enable for 82598 parts */
3974 if (hw->mac.type == ixgbe_mac_82598EB)
3975 rxctrl |= IXGBE_RXCTRL_DMBYPS;
3976
3977 /* enable all receives */
3978 rxctrl |= IXGBE_RXCTRL_RXEN;
3979 hw->mac.ops.enable_rx_dma(hw, rxctrl);
Auke Kok9a799d72007-09-15 14:07:45 -07003980}
3981
Patrick McHardy80d5c362013-04-19 02:04:28 +00003982static int ixgbe_vlan_rx_add_vid(struct net_device *netdev,
3983 __be16 proto, u16 vid)
Auke Kok9a799d72007-09-15 14:07:45 -07003984{
3985 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07003986 struct ixgbe_hw *hw = &adapter->hw;
Auke Kok9a799d72007-09-15 14:07:45 -07003987
3988 /* add VID to filter table */
Alexander Duyck18be4fc2016-01-06 22:48:44 -08003989 if (!vid || !(adapter->flags2 & IXGBE_FLAG2_VLAN_PROMISC))
3990 hw->mac.ops.set_vfta(&adapter->hw, vid, VMDQ_P(0), true, !!vid);
3991
Jesse Grossf62bbb52010-10-20 13:56:10 +00003992 set_bit(vid, adapter->active_vlans);
Jiri Pirko8e586132011-12-08 19:52:37 -05003993
3994 return 0;
Auke Kok9a799d72007-09-15 14:07:45 -07003995}
3996
Alexander Duycke1d0a2a2015-11-02 17:10:19 -08003997static int ixgbe_find_vlvf_entry(struct ixgbe_hw *hw, u32 vlan)
3998{
3999 u32 vlvf;
4000 int idx;
4001
4002 /* short cut the special case */
4003 if (vlan == 0)
4004 return 0;
4005
4006 /* Search for the vlan id in the VLVF entries */
4007 for (idx = IXGBE_VLVF_ENTRIES; --idx;) {
4008 vlvf = IXGBE_READ_REG(hw, IXGBE_VLVF(idx));
4009 if ((vlvf & VLAN_VID_MASK) == vlan)
4010 break;
4011 }
4012
4013 return idx;
4014}
4015
4016void ixgbe_update_pf_promisc_vlvf(struct ixgbe_adapter *adapter, u32 vid)
4017{
4018 struct ixgbe_hw *hw = &adapter->hw;
4019 u32 bits, word;
4020 int idx;
4021
4022 idx = ixgbe_find_vlvf_entry(hw, vid);
4023 if (!idx)
4024 return;
4025
4026 /* See if any other pools are set for this VLAN filter
4027 * entry other than the PF.
4028 */
4029 word = idx * 2 + (VMDQ_P(0) / 32);
Jacob Kellerb4f47a42016-04-13 16:08:22 -07004030 bits = ~BIT(VMDQ_P(0) % 32);
Alexander Duycke1d0a2a2015-11-02 17:10:19 -08004031 bits &= IXGBE_READ_REG(hw, IXGBE_VLVFB(word));
4032
4033 /* Disable the filter so this falls into the default pool. */
4034 if (!bits && !IXGBE_READ_REG(hw, IXGBE_VLVFB(word ^ 1))) {
4035 if (!(adapter->flags2 & IXGBE_FLAG2_VLAN_PROMISC))
4036 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), 0);
4037 IXGBE_WRITE_REG(hw, IXGBE_VLVF(idx), 0);
4038 }
4039}
4040
Patrick McHardy80d5c362013-04-19 02:04:28 +00004041static int ixgbe_vlan_rx_kill_vid(struct net_device *netdev,
4042 __be16 proto, u16 vid)
Auke Kok9a799d72007-09-15 14:07:45 -07004043{
4044 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07004045 struct ixgbe_hw *hw = &adapter->hw;
Auke Kok9a799d72007-09-15 14:07:45 -07004046
Auke Kok9a799d72007-09-15 14:07:45 -07004047 /* remove VID from filter table */
Alexander Duyck18be4fc2016-01-06 22:48:44 -08004048 if (vid && !(adapter->flags2 & IXGBE_FLAG2_VLAN_PROMISC))
Alexander Duycke1d0a2a2015-11-02 17:10:19 -08004049 hw->mac.ops.set_vfta(hw, vid, VMDQ_P(0), false, true);
4050
Jesse Grossf62bbb52010-10-20 13:56:10 +00004051 clear_bit(vid, adapter->active_vlans);
Jiri Pirko8e586132011-12-08 19:52:37 -05004052
4053 return 0;
Auke Kok9a799d72007-09-15 14:07:45 -07004054}
4055
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004056/**
Jesse Grossf62bbb52010-10-20 13:56:10 +00004057 * ixgbe_vlan_strip_disable - helper to disable hw vlan stripping
4058 * @adapter: driver data
4059 */
4060static void ixgbe_vlan_strip_disable(struct ixgbe_adapter *adapter)
4061{
4062 struct ixgbe_hw *hw = &adapter->hw;
4063 u32 vlnctrl;
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004064 int i, j;
4065
4066 switch (hw->mac.type) {
4067 case ixgbe_mac_82598EB:
Jesse Grossf62bbb52010-10-20 13:56:10 +00004068 vlnctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
4069 vlnctrl &= ~IXGBE_VLNCTRL_VME;
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004070 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
4071 break;
4072 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08004073 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00004074 case ixgbe_mac_X550:
4075 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07004076 case ixgbe_mac_x550em_a:
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004077 for (i = 0; i < adapter->num_rx_queues; i++) {
John Fastabend2a47fa42013-11-06 09:54:52 -08004078 struct ixgbe_ring *ring = adapter->rx_ring[i];
4079
4080 if (ring->l2_accel_priv)
4081 continue;
4082 j = ring->reg_idx;
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004083 vlnctrl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(j));
4084 vlnctrl &= ~IXGBE_RXDCTL_VME;
4085 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(j), vlnctrl);
4086 }
4087 break;
4088 default:
4089 break;
4090 }
4091}
4092
4093/**
Jesse Grossf62bbb52010-10-20 13:56:10 +00004094 * ixgbe_vlan_strip_enable - helper to enable hw vlan stripping
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004095 * @adapter: driver data
4096 */
Jesse Grossf62bbb52010-10-20 13:56:10 +00004097static void ixgbe_vlan_strip_enable(struct ixgbe_adapter *adapter)
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004098{
4099 struct ixgbe_hw *hw = &adapter->hw;
Jesse Grossf62bbb52010-10-20 13:56:10 +00004100 u32 vlnctrl;
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004101 int i, j;
4102
4103 switch (hw->mac.type) {
4104 case ixgbe_mac_82598EB:
Jesse Grossf62bbb52010-10-20 13:56:10 +00004105 vlnctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
4106 vlnctrl |= IXGBE_VLNCTRL_VME;
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004107 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
4108 break;
4109 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08004110 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00004111 case ixgbe_mac_X550:
4112 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07004113 case ixgbe_mac_x550em_a:
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004114 for (i = 0; i < adapter->num_rx_queues; i++) {
John Fastabend2a47fa42013-11-06 09:54:52 -08004115 struct ixgbe_ring *ring = adapter->rx_ring[i];
4116
4117 if (ring->l2_accel_priv)
4118 continue;
4119 j = ring->reg_idx;
Jesse Brandeburg5f6c0182010-04-14 16:04:23 -07004120 vlnctrl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(j));
4121 vlnctrl |= IXGBE_RXDCTL_VME;
4122 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(j), vlnctrl);
4123 }
4124 break;
4125 default:
4126 break;
4127 }
4128}
4129
Alexander Duyck16369562015-11-02 17:10:13 -08004130static void ixgbe_vlan_promisc_enable(struct ixgbe_adapter *adapter)
4131{
4132 struct ixgbe_hw *hw = &adapter->hw;
4133 u32 vlnctrl, i;
4134
Alexander Duyckf60439b2016-08-11 14:51:56 -07004135 vlnctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
4136
Emil Tantilov691e4122016-08-22 16:17:46 -07004137 if (adapter->flags & IXGBE_FLAG_VMDQ_ENABLED) {
4138 /* For VMDq and SR-IOV we must leave VLAN filtering enabled */
4139 vlnctrl |= IXGBE_VLNCTRL_VFE;
4140 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
4141 } else {
Alexander Duyckf60439b2016-08-11 14:51:56 -07004142 vlnctrl &= ~IXGBE_VLNCTRL_VFE;
Alexander Duyck16369562015-11-02 17:10:13 -08004143 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
4144 return;
4145 }
4146
Emil Tantilov691e4122016-08-22 16:17:46 -07004147 /* Nothing to do for 82598 */
4148 if (hw->mac.type == ixgbe_mac_82598EB)
4149 return;
4150
Alexander Duyck16369562015-11-02 17:10:13 -08004151 /* We are already in VLAN promisc, nothing to do */
4152 if (adapter->flags2 & IXGBE_FLAG2_VLAN_PROMISC)
4153 return;
4154
4155 /* Set flag so we don't redo unnecessary work */
4156 adapter->flags2 |= IXGBE_FLAG2_VLAN_PROMISC;
4157
4158 /* Add PF to all active pools */
4159 for (i = IXGBE_VLVF_ENTRIES; --i;) {
4160 u32 reg_offset = IXGBE_VLVFB(i * 2 + VMDQ_P(0) / 32);
4161 u32 vlvfb = IXGBE_READ_REG(hw, reg_offset);
4162
Jacob Kellerb4f47a42016-04-13 16:08:22 -07004163 vlvfb |= BIT(VMDQ_P(0) % 32);
Alexander Duyck16369562015-11-02 17:10:13 -08004164 IXGBE_WRITE_REG(hw, reg_offset, vlvfb);
4165 }
4166
4167 /* Set all bits in the VLAN filter table array */
4168 for (i = hw->mac.vft_size; i--;)
4169 IXGBE_WRITE_REG(hw, IXGBE_VFTA(i), ~0U);
4170}
4171
4172#define VFTA_BLOCK_SIZE 8
4173static void ixgbe_scrub_vfta(struct ixgbe_adapter *adapter, u32 vfta_offset)
4174{
4175 struct ixgbe_hw *hw = &adapter->hw;
4176 u32 vfta[VFTA_BLOCK_SIZE] = { 0 };
4177 u32 vid_start = vfta_offset * 32;
4178 u32 vid_end = vid_start + (VFTA_BLOCK_SIZE * 32);
4179 u32 i, vid, word, bits;
4180
4181 for (i = IXGBE_VLVF_ENTRIES; --i;) {
4182 u32 vlvf = IXGBE_READ_REG(hw, IXGBE_VLVF(i));
4183
4184 /* pull VLAN ID from VLVF */
4185 vid = vlvf & VLAN_VID_MASK;
4186
4187 /* only concern outselves with a certain range */
4188 if (vid < vid_start || vid >= vid_end)
4189 continue;
4190
4191 if (vlvf) {
4192 /* record VLAN ID in VFTA */
Jacob Kellerb4f47a42016-04-13 16:08:22 -07004193 vfta[(vid - vid_start) / 32] |= BIT(vid % 32);
Alexander Duyck16369562015-11-02 17:10:13 -08004194
4195 /* if PF is part of this then continue */
4196 if (test_bit(vid, adapter->active_vlans))
4197 continue;
4198 }
4199
4200 /* remove PF from the pool */
4201 word = i * 2 + VMDQ_P(0) / 32;
Jacob Kellerb4f47a42016-04-13 16:08:22 -07004202 bits = ~BIT(VMDQ_P(0) % 32);
Alexander Duyck16369562015-11-02 17:10:13 -08004203 bits &= IXGBE_READ_REG(hw, IXGBE_VLVFB(word));
4204 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), bits);
4205 }
4206
4207 /* extract values from active_vlans and write back to VFTA */
4208 for (i = VFTA_BLOCK_SIZE; i--;) {
4209 vid = (vfta_offset + i) * 32;
4210 word = vid / BITS_PER_LONG;
4211 bits = vid % BITS_PER_LONG;
4212
4213 vfta[i] |= adapter->active_vlans[word] >> bits;
4214
4215 IXGBE_WRITE_REG(hw, IXGBE_VFTA(vfta_offset + i), vfta[i]);
4216 }
4217}
4218
4219static void ixgbe_vlan_promisc_disable(struct ixgbe_adapter *adapter)
4220{
4221 struct ixgbe_hw *hw = &adapter->hw;
4222 u32 vlnctrl, i;
4223
Alexander Duyckf60439b2016-08-11 14:51:56 -07004224 /* Set VLAN filtering to enabled */
4225 vlnctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
4226 vlnctrl |= IXGBE_VLNCTRL_VFE;
4227 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
4228
Emil Tantilov691e4122016-08-22 16:17:46 -07004229 if (!(adapter->flags & IXGBE_FLAG_VMDQ_ENABLED) ||
4230 hw->mac.type == ixgbe_mac_82598EB)
Alexander Duyck16369562015-11-02 17:10:13 -08004231 return;
Alexander Duyck16369562015-11-02 17:10:13 -08004232
4233 /* We are not in VLAN promisc, nothing to do */
4234 if (!(adapter->flags2 & IXGBE_FLAG2_VLAN_PROMISC))
4235 return;
4236
4237 /* Set flag so we don't redo unnecessary work */
4238 adapter->flags2 &= ~IXGBE_FLAG2_VLAN_PROMISC;
4239
4240 for (i = 0; i < hw->mac.vft_size; i += VFTA_BLOCK_SIZE)
4241 ixgbe_scrub_vfta(adapter, i);
4242}
4243
Auke Kok9a799d72007-09-15 14:07:45 -07004244static void ixgbe_restore_vlan(struct ixgbe_adapter *adapter)
4245{
Alexander Duyck06bb1c32016-01-06 22:48:50 -08004246 u16 vid = 1;
Auke Kok9a799d72007-09-15 14:07:45 -07004247
Patrick McHardy80d5c362013-04-19 02:04:28 +00004248 ixgbe_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), 0);
Jesse Grossf62bbb52010-10-20 13:56:10 +00004249
Alexander Duyck06bb1c32016-01-06 22:48:50 -08004250 for_each_set_bit_from(vid, adapter->active_vlans, VLAN_N_VID)
Patrick McHardy80d5c362013-04-19 02:04:28 +00004251 ixgbe_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid);
Auke Kok9a799d72007-09-15 14:07:45 -07004252}
4253
4254/**
Jacob Kellerb335e752014-03-25 07:45:27 +00004255 * ixgbe_write_mc_addr_list - write multicast addresses to MTA
4256 * @netdev: network interface device structure
4257 *
4258 * Writes multicast address list to the MTA hash table.
4259 * Returns: -ENOMEM on failure
4260 * 0 on no addresses written
4261 * X on writing X addresses to MTA
4262 **/
4263static int ixgbe_write_mc_addr_list(struct net_device *netdev)
4264{
4265 struct ixgbe_adapter *adapter = netdev_priv(netdev);
4266 struct ixgbe_hw *hw = &adapter->hw;
4267
4268 if (!netif_running(netdev))
4269 return 0;
4270
4271 if (hw->mac.ops.update_mc_addr_list)
4272 hw->mac.ops.update_mc_addr_list(hw, netdev);
4273 else
4274 return -ENOMEM;
4275
4276#ifdef CONFIG_PCI_IOV
Jacob Keller5d7daa32014-03-29 06:51:25 +00004277 ixgbe_restore_vf_multicasts(adapter);
Jacob Kellerb335e752014-03-25 07:45:27 +00004278#endif
4279
4280 return netdev_mc_count(netdev);
4281}
4282
Jacob Keller5d7daa32014-03-29 06:51:25 +00004283#ifdef CONFIG_PCI_IOV
4284void ixgbe_full_sync_mac_table(struct ixgbe_adapter *adapter)
4285{
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004286 struct ixgbe_mac_addr *mac_table = &adapter->mac_table[0];
Jacob Keller5d7daa32014-03-29 06:51:25 +00004287 struct ixgbe_hw *hw = &adapter->hw;
4288 int i;
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004289
4290 for (i = 0; i < hw->mac.num_rar_entries; i++, mac_table++) {
4291 mac_table->state &= ~IXGBE_MAC_STATE_MODIFIED;
4292
4293 if (mac_table->state & IXGBE_MAC_STATE_IN_USE)
4294 hw->mac.ops.set_rar(hw, i,
4295 mac_table->addr,
4296 mac_table->pool,
Jacob Keller5d7daa32014-03-29 06:51:25 +00004297 IXGBE_RAH_AV);
4298 else
4299 hw->mac.ops.clear_rar(hw, i);
Jacob Keller5d7daa32014-03-29 06:51:25 +00004300 }
4301}
Jacob Keller5d7daa32014-03-29 06:51:25 +00004302
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004303#endif
Jacob Keller5d7daa32014-03-29 06:51:25 +00004304static void ixgbe_sync_mac_table(struct ixgbe_adapter *adapter)
4305{
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004306 struct ixgbe_mac_addr *mac_table = &adapter->mac_table[0];
Jacob Keller5d7daa32014-03-29 06:51:25 +00004307 struct ixgbe_hw *hw = &adapter->hw;
4308 int i;
Jacob Keller5d7daa32014-03-29 06:51:25 +00004309
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004310 for (i = 0; i < hw->mac.num_rar_entries; i++, mac_table++) {
4311 if (!(mac_table->state & IXGBE_MAC_STATE_MODIFIED))
4312 continue;
4313
4314 mac_table->state &= ~IXGBE_MAC_STATE_MODIFIED;
4315
4316 if (mac_table->state & IXGBE_MAC_STATE_IN_USE)
4317 hw->mac.ops.set_rar(hw, i,
4318 mac_table->addr,
4319 mac_table->pool,
4320 IXGBE_RAH_AV);
4321 else
4322 hw->mac.ops.clear_rar(hw, i);
Jacob Keller5d7daa32014-03-29 06:51:25 +00004323 }
4324}
4325
4326static void ixgbe_flush_sw_mac_table(struct ixgbe_adapter *adapter)
4327{
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004328 struct ixgbe_mac_addr *mac_table = &adapter->mac_table[0];
Jacob Keller5d7daa32014-03-29 06:51:25 +00004329 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004330 int i;
Jacob Keller5d7daa32014-03-29 06:51:25 +00004331
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004332 for (i = 0; i < hw->mac.num_rar_entries; i++, mac_table++) {
4333 mac_table->state |= IXGBE_MAC_STATE_MODIFIED;
4334 mac_table->state &= ~IXGBE_MAC_STATE_IN_USE;
Jacob Keller5d7daa32014-03-29 06:51:25 +00004335 }
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004336
Jacob Keller5d7daa32014-03-29 06:51:25 +00004337 ixgbe_sync_mac_table(adapter);
4338}
4339
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004340static int ixgbe_available_rars(struct ixgbe_adapter *adapter, u16 pool)
Jacob Keller5d7daa32014-03-29 06:51:25 +00004341{
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004342 struct ixgbe_mac_addr *mac_table = &adapter->mac_table[0];
Jacob Keller5d7daa32014-03-29 06:51:25 +00004343 struct ixgbe_hw *hw = &adapter->hw;
4344 int i, count = 0;
4345
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004346 for (i = 0; i < hw->mac.num_rar_entries; i++, mac_table++) {
4347 /* do not count default RAR as available */
4348 if (mac_table->state & IXGBE_MAC_STATE_DEFAULT)
4349 continue;
4350
4351 /* only count unused and addresses that belong to us */
4352 if (mac_table->state & IXGBE_MAC_STATE_IN_USE) {
4353 if (mac_table->pool != pool)
4354 continue;
4355 }
4356
4357 count++;
Jacob Keller5d7daa32014-03-29 06:51:25 +00004358 }
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004359
Jacob Keller5d7daa32014-03-29 06:51:25 +00004360 return count;
4361}
4362
4363/* this function destroys the first RAR entry */
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004364static void ixgbe_mac_set_default_filter(struct ixgbe_adapter *adapter)
Jacob Keller5d7daa32014-03-29 06:51:25 +00004365{
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004366 struct ixgbe_mac_addr *mac_table = &adapter->mac_table[0];
Jacob Keller5d7daa32014-03-29 06:51:25 +00004367 struct ixgbe_hw *hw = &adapter->hw;
4368
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004369 memcpy(&mac_table->addr, hw->mac.addr, ETH_ALEN);
4370 mac_table->pool = VMDQ_P(0);
4371
4372 mac_table->state = IXGBE_MAC_STATE_DEFAULT | IXGBE_MAC_STATE_IN_USE;
4373
4374 hw->mac.ops.set_rar(hw, 0, mac_table->addr, mac_table->pool,
Jacob Keller5d7daa32014-03-29 06:51:25 +00004375 IXGBE_RAH_AV);
4376}
4377
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004378int ixgbe_add_mac_filter(struct ixgbe_adapter *adapter,
4379 const u8 *addr, u16 pool)
Jacob Keller5d7daa32014-03-29 06:51:25 +00004380{
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004381 struct ixgbe_mac_addr *mac_table = &adapter->mac_table[0];
Jacob Keller5d7daa32014-03-29 06:51:25 +00004382 struct ixgbe_hw *hw = &adapter->hw;
4383 int i;
4384
4385 if (is_zero_ether_addr(addr))
4386 return -EINVAL;
4387
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004388 for (i = 0; i < hw->mac.num_rar_entries; i++, mac_table++) {
4389 if (mac_table->state & IXGBE_MAC_STATE_IN_USE)
Jacob Keller5d7daa32014-03-29 06:51:25 +00004390 continue;
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004391
4392 ether_addr_copy(mac_table->addr, addr);
4393 mac_table->pool = pool;
4394
4395 mac_table->state |= IXGBE_MAC_STATE_MODIFIED |
4396 IXGBE_MAC_STATE_IN_USE;
4397
Jacob Keller5d7daa32014-03-29 06:51:25 +00004398 ixgbe_sync_mac_table(adapter);
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004399
Jacob Keller5d7daa32014-03-29 06:51:25 +00004400 return i;
4401 }
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004402
Jacob Keller5d7daa32014-03-29 06:51:25 +00004403 return -ENOMEM;
4404}
4405
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004406int ixgbe_del_mac_filter(struct ixgbe_adapter *adapter,
4407 const u8 *addr, u16 pool)
Jacob Keller5d7daa32014-03-29 06:51:25 +00004408{
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004409 struct ixgbe_mac_addr *mac_table = &adapter->mac_table[0];
Jacob Keller5d7daa32014-03-29 06:51:25 +00004410 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004411 int i;
Jacob Keller5d7daa32014-03-29 06:51:25 +00004412
4413 if (is_zero_ether_addr(addr))
4414 return -EINVAL;
4415
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004416 /* search table for addr, if found clear IN_USE flag and sync */
4417 for (i = 0; i < hw->mac.num_rar_entries; i++, mac_table++) {
4418 /* we can only delete an entry if it is in use */
4419 if (!(mac_table->state & IXGBE_MAC_STATE_IN_USE))
4420 continue;
4421 /* we only care about entries that belong to the given pool */
4422 if (mac_table->pool != pool)
4423 continue;
4424 /* we only care about a specific MAC address */
4425 if (!ether_addr_equal(addr, mac_table->addr))
4426 continue;
4427
4428 mac_table->state |= IXGBE_MAC_STATE_MODIFIED;
4429 mac_table->state &= ~IXGBE_MAC_STATE_IN_USE;
4430
4431 ixgbe_sync_mac_table(adapter);
4432
4433 return 0;
Jacob Keller5d7daa32014-03-29 06:51:25 +00004434 }
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004435
Jacob Keller5d7daa32014-03-29 06:51:25 +00004436 return -ENOMEM;
4437}
Jacob Kellerb335e752014-03-25 07:45:27 +00004438/**
Alexander Duyck28500622010-06-15 09:25:48 +00004439 * ixgbe_write_uc_addr_list - write unicast addresses to RAR table
4440 * @netdev: network interface device structure
4441 *
4442 * Writes unicast address list to the RAR table.
4443 * Returns: -ENOMEM on failure/insufficient address space
4444 * 0 on no addresses written
4445 * X on writing X addresses to the RAR table
4446 **/
Jacob Keller5d7daa32014-03-29 06:51:25 +00004447static int ixgbe_write_uc_addr_list(struct net_device *netdev, int vfn)
Alexander Duyck28500622010-06-15 09:25:48 +00004448{
4449 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Alexander Duyck28500622010-06-15 09:25:48 +00004450 int count = 0;
4451
4452 /* return ENOMEM indicating insufficient memory for addresses */
Alexander Duyckc9f53e62015-10-22 16:26:30 -07004453 if (netdev_uc_count(netdev) > ixgbe_available_rars(adapter, vfn))
Alexander Duyck28500622010-06-15 09:25:48 +00004454 return -ENOMEM;
4455
John Fastabend95447462012-05-31 12:42:26 +00004456 if (!netdev_uc_empty(netdev)) {
Alexander Duyck28500622010-06-15 09:25:48 +00004457 struct netdev_hw_addr *ha;
Alexander Duyck28500622010-06-15 09:25:48 +00004458 netdev_for_each_uc_addr(ha, netdev) {
Jacob Keller5d7daa32014-03-29 06:51:25 +00004459 ixgbe_del_mac_filter(adapter, ha->addr, vfn);
4460 ixgbe_add_mac_filter(adapter, ha->addr, vfn);
Alexander Duyck28500622010-06-15 09:25:48 +00004461 count++;
4462 }
4463 }
Alexander Duyck28500622010-06-15 09:25:48 +00004464 return count;
4465}
4466
Alexander Duyck0f079d22015-10-22 16:26:36 -07004467static int ixgbe_uc_sync(struct net_device *netdev, const unsigned char *addr)
4468{
4469 struct ixgbe_adapter *adapter = netdev_priv(netdev);
4470 int ret;
4471
4472 ret = ixgbe_add_mac_filter(adapter, addr, VMDQ_P(0));
4473
4474 return min_t(int, ret, 0);
4475}
4476
4477static int ixgbe_uc_unsync(struct net_device *netdev, const unsigned char *addr)
4478{
4479 struct ixgbe_adapter *adapter = netdev_priv(netdev);
4480
4481 ixgbe_del_mac_filter(adapter, addr, VMDQ_P(0));
4482
4483 return 0;
4484}
4485
Alexander Duyck28500622010-06-15 09:25:48 +00004486/**
Christopher Leech2c5645c2008-08-26 04:27:02 -07004487 * ixgbe_set_rx_mode - Unicast, Multicast and Promiscuous mode set
Auke Kok9a799d72007-09-15 14:07:45 -07004488 * @netdev: network interface device structure
4489 *
Christopher Leech2c5645c2008-08-26 04:27:02 -07004490 * The set_rx_method entry point is called whenever the unicast/multicast
4491 * address list or the network interface flags are updated. This routine is
4492 * responsible for configuring the hardware for proper unicast, multicast and
4493 * promiscuous mode.
Auke Kok9a799d72007-09-15 14:07:45 -07004494 **/
Greg Rose7f870472010-01-09 02:25:29 +00004495void ixgbe_set_rx_mode(struct net_device *netdev)
Auke Kok9a799d72007-09-15 14:07:45 -07004496{
4497 struct ixgbe_adapter *adapter = netdev_priv(netdev);
4498 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyck28500622010-06-15 09:25:48 +00004499 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE;
Alexander Duyck0c5a6162016-03-10 10:01:10 -08004500 netdev_features_t features = netdev->features;
Alexander Duyck28500622010-06-15 09:25:48 +00004501 int count;
Auke Kok9a799d72007-09-15 14:07:45 -07004502
4503 /* Check for Promiscuous and All Multicast modes */
Auke Kok9a799d72007-09-15 14:07:45 -07004504 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
4505
Alexander Duyckf5dc4422010-08-19 13:36:49 +00004506 /* set all bits that we expect to always be set */
Ben Greear3f2d1c02012-03-08 08:28:41 +00004507 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */
Alexander Duyckf5dc4422010-08-19 13:36:49 +00004508 fctrl |= IXGBE_FCTRL_BAM;
4509 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */
4510 fctrl |= IXGBE_FCTRL_PMCF;
4511
Alexander Duyck28500622010-06-15 09:25:48 +00004512 /* clear the bits we are changing the status of */
4513 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE);
Auke Kok9a799d72007-09-15 14:07:45 -07004514 if (netdev->flags & IFF_PROMISC) {
Emil Tantilove433ea12010-05-13 17:33:00 +00004515 hw->addr_ctrl.user_set_promisc = true;
Auke Kok9a799d72007-09-15 14:07:45 -07004516 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE);
Jacob Kellerb335e752014-03-25 07:45:27 +00004517 vmolr |= IXGBE_VMOLR_MPE;
Alexander Duyck0c5a6162016-03-10 10:01:10 -08004518 features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
Auke Kok9a799d72007-09-15 14:07:45 -07004519 } else {
Patrick McHardy746b9f02008-07-16 20:15:45 -07004520 if (netdev->flags & IFF_ALLMULTI) {
4521 fctrl |= IXGBE_FCTRL_MPE;
Alexander Duyck28500622010-06-15 09:25:48 +00004522 vmolr |= IXGBE_VMOLR_MPE;
Patrick McHardy746b9f02008-07-16 20:15:45 -07004523 }
Emil Tantilove433ea12010-05-13 17:33:00 +00004524 hw->addr_ctrl.user_set_promisc = false;
John Fastabend9dcb3732012-04-15 06:44:25 +00004525 }
4526
4527 /*
4528 * Write addresses to available RAR registers, if there is not
4529 * sufficient space to store all the addresses then enable
4530 * unicast promiscuous mode
4531 */
Alexander Duyck0f079d22015-10-22 16:26:36 -07004532 if (__dev_uc_sync(netdev, ixgbe_uc_sync, ixgbe_uc_unsync)) {
John Fastabend9dcb3732012-04-15 06:44:25 +00004533 fctrl |= IXGBE_FCTRL_UPE;
4534 vmolr |= IXGBE_VMOLR_ROPE;
Alexander Duyck28500622010-06-15 09:25:48 +00004535 }
4536
Emil Tantilovcf789592013-10-26 08:13:20 +00004537 /* Write addresses to the MTA, if the attempt fails
4538 * then we should just turn on promiscuous mode so
4539 * that we can at least receive multicast traffic
4540 */
Jacob Kellerb335e752014-03-25 07:45:27 +00004541 count = ixgbe_write_mc_addr_list(netdev);
4542 if (count < 0) {
4543 fctrl |= IXGBE_FCTRL_MPE;
4544 vmolr |= IXGBE_VMOLR_MPE;
4545 } else if (count) {
4546 vmolr |= IXGBE_VMOLR_ROMPE;
4547 }
Alexander Duyck1d9c0bf2012-05-05 05:32:21 +00004548
4549 if (hw->mac.type != ixgbe_mac_82598EB) {
4550 vmolr |= IXGBE_READ_REG(hw, IXGBE_VMOLR(VMDQ_P(0))) &
Alexander Duyck28500622010-06-15 09:25:48 +00004551 ~(IXGBE_VMOLR_MPE | IXGBE_VMOLR_ROMPE |
4552 IXGBE_VMOLR_ROPE);
Alexander Duyck1d9c0bf2012-05-05 05:32:21 +00004553 IXGBE_WRITE_REG(hw, IXGBE_VMOLR(VMDQ_P(0)), vmolr);
Auke Kok9a799d72007-09-15 14:07:45 -07004554 }
4555
Ben Greear3f2d1c02012-03-08 08:28:41 +00004556 /* This is useful for sniffing bad packets. */
Alexander Duyck0c5a6162016-03-10 10:01:10 -08004557 if (features & NETIF_F_RXALL) {
Ben Greear3f2d1c02012-03-08 08:28:41 +00004558 /* UPE and MPE will be handled by normal PROMISC logic
4559 * in e1000e_set_rx_mode */
4560 fctrl |= (IXGBE_FCTRL_SBP | /* Receive bad packets */
4561 IXGBE_FCTRL_BAM | /* RX All Bcast Pkts */
4562 IXGBE_FCTRL_PMCF); /* RX All MAC Ctrl Pkts */
4563
4564 fctrl &= ~(IXGBE_FCTRL_DPF);
4565 /* NOTE: VLAN filtering is disabled by setting PROMISC */
4566 }
4567
Auke Kok9a799d72007-09-15 14:07:45 -07004568 IXGBE_WRITE_REG(hw, IXGBE_FCTRL, fctrl);
Jesse Grossf62bbb52010-10-20 13:56:10 +00004569
Alexander Duyck0c5a6162016-03-10 10:01:10 -08004570 if (features & NETIF_F_HW_VLAN_CTAG_RX)
Jesse Grossf62bbb52010-10-20 13:56:10 +00004571 ixgbe_vlan_strip_enable(adapter);
4572 else
4573 ixgbe_vlan_strip_disable(adapter);
Alexander Duyck0c5a6162016-03-10 10:01:10 -08004574
4575 if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
4576 ixgbe_vlan_promisc_disable(adapter);
4577 else
4578 ixgbe_vlan_promisc_enable(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07004579}
4580
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08004581static void ixgbe_napi_enable_all(struct ixgbe_adapter *adapter)
4582{
4583 int q_idx;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08004584
Eric Dumazet3ffc1af2017-02-02 16:26:39 -08004585 for (q_idx = 0; q_idx < adapter->num_q_vectors; q_idx++)
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00004586 napi_enable(&adapter->q_vector[q_idx]->napi);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08004587}
4588
4589static void ixgbe_napi_disable_all(struct ixgbe_adapter *adapter)
4590{
4591 int q_idx;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08004592
Eric Dumazet3ffc1af2017-02-02 16:26:39 -08004593 for (q_idx = 0; q_idx < adapter->num_q_vectors; q_idx++)
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00004594 napi_disable(&adapter->q_vector[q_idx]->napi);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08004595}
4596
Emil Tantilova21d0822016-08-10 11:19:23 -07004597static void ixgbe_clear_udp_tunnel_port(struct ixgbe_adapter *adapter, u32 mask)
Mark Rustad67359c32015-06-15 11:33:25 -07004598{
Emil Tantilova21d0822016-08-10 11:19:23 -07004599 struct ixgbe_hw *hw = &adapter->hw;
4600 u32 vxlanctrl;
4601
4602 if (!(adapter->flags & (IXGBE_FLAG_VXLAN_OFFLOAD_CAPABLE |
4603 IXGBE_FLAG_GENEVE_OFFLOAD_CAPABLE)))
4604 return;
4605
4606 vxlanctrl = IXGBE_READ_REG(hw, IXGBE_VXLANCTRL) && ~mask;
4607 IXGBE_WRITE_REG(hw, IXGBE_VXLANCTRL, vxlanctrl);
4608
4609 if (mask & IXGBE_VXLANCTRL_VXLAN_UDPPORT_MASK)
Mark Rustad67359c32015-06-15 11:33:25 -07004610 adapter->vxlan_port = 0;
Emil Tantilova21d0822016-08-10 11:19:23 -07004611
4612 if (mask & IXGBE_VXLANCTRL_GENEVE_UDPPORT_MASK)
4613 adapter->geneve_port = 0;
Mark Rustad67359c32015-06-15 11:33:25 -07004614}
4615
Jeff Kirsher7a6b6f52008-11-25 01:02:08 -08004616#ifdef CONFIG_IXGBE_DCB
Ben Hutchings49ce9c22012-07-10 10:56:00 +00004617/**
Alexander Duyck2f90b862008-11-20 20:52:10 -08004618 * ixgbe_configure_dcb - Configure DCB hardware
4619 * @adapter: ixgbe adapter struct
4620 *
4621 * This is called by the driver on open to configure the DCB hardware.
4622 * This is also called by the gennetlink interface when reconfiguring
4623 * the DCB state.
4624 */
4625static void ixgbe_configure_dcb(struct ixgbe_adapter *adapter)
4626{
4627 struct ixgbe_hw *hw = &adapter->hw;
John Fastabend9806307a2010-10-28 00:59:57 +00004628 int max_frame = adapter->netdev->mtu + ETH_HLEN + ETH_FCS_LEN;
Alexander Duyck2f90b862008-11-20 20:52:10 -08004629
Alexander Duyck67ebd792010-08-19 13:34:04 +00004630 if (!(adapter->flags & IXGBE_FLAG_DCB_ENABLED)) {
4631 if (hw->mac.type == ixgbe_mac_82598EB)
4632 netif_set_gso_max_size(adapter->netdev, 65536);
4633 return;
4634 }
4635
4636 if (hw->mac.type == ixgbe_mac_82598EB)
4637 netif_set_gso_max_size(adapter->netdev, 32768);
4638
John Fastabendb1208182011-10-15 05:00:10 +00004639#ifdef IXGBE_FCOE
4640 if (adapter->netdev->features & NETIF_F_FCOE_MTU)
4641 max_frame = max(max_frame, IXGBE_FCOE_JUMBO_FRAME_SIZE);
4642#endif
4643
Alexander Duyck01fa7d92010-11-16 19:26:53 -08004644 /* reconfigure the hardware */
John Fastabend6f70f6a2011-04-26 07:26:25 +00004645 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) {
John Fastabendc27931d2011-02-23 05:58:25 +00004646 ixgbe_dcb_calculate_tc_credits(hw, &adapter->dcb_cfg, max_frame,
4647 DCB_TX_CONFIG);
4648 ixgbe_dcb_calculate_tc_credits(hw, &adapter->dcb_cfg, max_frame,
4649 DCB_RX_CONFIG);
4650 ixgbe_dcb_hw_config(hw, &adapter->dcb_cfg);
John Fastabendb1208182011-10-15 05:00:10 +00004651 } else if (adapter->ixgbe_ieee_ets && adapter->ixgbe_ieee_pfc) {
4652 ixgbe_dcb_hw_ets(&adapter->hw,
4653 adapter->ixgbe_ieee_ets,
4654 max_frame);
4655 ixgbe_dcb_hw_pfc_config(&adapter->hw,
4656 adapter->ixgbe_ieee_pfc->pfc_en,
4657 adapter->ixgbe_ieee_ets->prio_tc);
John Fastabendc27931d2011-02-23 05:58:25 +00004658 }
John Fastabend8187cd42011-02-23 05:58:08 +00004659
4660 /* Enable RSS Hash per TC */
4661 if (hw->mac.type != ixgbe_mac_82598EB) {
Alexander Duyck4ae63732012-06-22 06:46:33 +00004662 u32 msb = 0;
4663 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices - 1;
John Fastabend8187cd42011-02-23 05:58:08 +00004664
Alexander Duyckd411a932012-06-30 00:14:01 +00004665 while (rss_i) {
4666 msb++;
4667 rss_i >>= 1;
John Fastabend8187cd42011-02-23 05:58:08 +00004668 }
Alexander Duyckd411a932012-06-30 00:14:01 +00004669
Alexander Duyck4ae63732012-06-22 06:46:33 +00004670 /* write msb to all 8 TCs in one write */
4671 IXGBE_WRITE_REG(hw, IXGBE_RQTC, msb * 0x11111111);
John Fastabend8187cd42011-02-23 05:58:08 +00004672 }
Alexander Duyck2f90b862008-11-20 20:52:10 -08004673}
John Fastabend9da712d2011-08-23 03:14:22 +00004674#endif
4675
4676/* Additional bittime to account for IXGBE framing */
4677#define IXGBE_ETH_FRAMING 20
4678
Ben Hutchings49ce9c22012-07-10 10:56:00 +00004679/**
John Fastabend9da712d2011-08-23 03:14:22 +00004680 * ixgbe_hpbthresh - calculate high water mark for flow control
4681 *
4682 * @adapter: board private structure to calculate for
Ben Hutchings49ce9c22012-07-10 10:56:00 +00004683 * @pb: packet buffer to calculate
John Fastabend9da712d2011-08-23 03:14:22 +00004684 */
4685static int ixgbe_hpbthresh(struct ixgbe_adapter *adapter, int pb)
4686{
4687 struct ixgbe_hw *hw = &adapter->hw;
4688 struct net_device *dev = adapter->netdev;
4689 int link, tc, kb, marker;
4690 u32 dv_id, rx_pba;
4691
4692 /* Calculate max LAN frame size */
4693 tc = link = dev->mtu + ETH_HLEN + ETH_FCS_LEN + IXGBE_ETH_FRAMING;
4694
4695#ifdef IXGBE_FCOE
4696 /* FCoE traffic class uses FCOE jumbo frames */
Alexander Duyck800bd602012-06-02 00:11:02 +00004697 if ((dev->features & NETIF_F_FCOE_MTU) &&
4698 (tc < IXGBE_FCOE_JUMBO_FRAME_SIZE) &&
4699 (pb == ixgbe_fcoe_get_tc(adapter)))
4700 tc = IXGBE_FCOE_JUMBO_FRAME_SIZE;
Alexander Duyck2f90b862008-11-20 20:52:10 -08004701#endif
Jacob Kellere5776622014-04-05 02:35:52 +00004702
John Fastabend9da712d2011-08-23 03:14:22 +00004703 /* Calculate delay value for device */
4704 switch (hw->mac.type) {
4705 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00004706 case ixgbe_mac_X550:
4707 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07004708 case ixgbe_mac_x550em_a:
John Fastabend9da712d2011-08-23 03:14:22 +00004709 dv_id = IXGBE_DV_X540(link, tc);
4710 break;
4711 default:
4712 dv_id = IXGBE_DV(link, tc);
4713 break;
4714 }
4715
4716 /* Loopback switch introduces additional latency */
4717 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
4718 dv_id += IXGBE_B2BT(tc);
4719
4720 /* Delay value is calculated in bit times convert to KB */
4721 kb = IXGBE_BT2KB(dv_id);
4722 rx_pba = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(pb)) >> 10;
4723
4724 marker = rx_pba - kb;
4725
4726 /* It is possible that the packet buffer is not large enough
4727 * to provide required headroom. In this case throw an error
4728 * to user and a do the best we can.
4729 */
4730 if (marker < 0) {
4731 e_warn(drv, "Packet Buffer(%i) can not provide enough"
4732 "headroom to support flow control."
4733 "Decrease MTU or number of traffic classes\n", pb);
4734 marker = tc + 1;
4735 }
4736
4737 return marker;
4738}
4739
Ben Hutchings49ce9c22012-07-10 10:56:00 +00004740/**
John Fastabend9da712d2011-08-23 03:14:22 +00004741 * ixgbe_lpbthresh - calculate low water mark for for flow control
4742 *
4743 * @adapter: board private structure to calculate for
Ben Hutchings49ce9c22012-07-10 10:56:00 +00004744 * @pb: packet buffer to calculate
John Fastabend9da712d2011-08-23 03:14:22 +00004745 */
Jacob Kellere5776622014-04-05 02:35:52 +00004746static int ixgbe_lpbthresh(struct ixgbe_adapter *adapter, int pb)
John Fastabend9da712d2011-08-23 03:14:22 +00004747{
4748 struct ixgbe_hw *hw = &adapter->hw;
4749 struct net_device *dev = adapter->netdev;
4750 int tc;
4751 u32 dv_id;
4752
4753 /* Calculate max LAN frame size */
4754 tc = dev->mtu + ETH_HLEN + ETH_FCS_LEN;
4755
Jacob Kellere5776622014-04-05 02:35:52 +00004756#ifdef IXGBE_FCOE
4757 /* FCoE traffic class uses FCOE jumbo frames */
4758 if ((dev->features & NETIF_F_FCOE_MTU) &&
4759 (tc < IXGBE_FCOE_JUMBO_FRAME_SIZE) &&
4760 (pb == netdev_get_prio_tc_map(dev, adapter->fcoe.up)))
4761 tc = IXGBE_FCOE_JUMBO_FRAME_SIZE;
4762#endif
4763
John Fastabend9da712d2011-08-23 03:14:22 +00004764 /* Calculate delay value for device */
4765 switch (hw->mac.type) {
4766 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00004767 case ixgbe_mac_X550:
4768 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07004769 case ixgbe_mac_x550em_a:
John Fastabend9da712d2011-08-23 03:14:22 +00004770 dv_id = IXGBE_LOW_DV_X540(tc);
4771 break;
4772 default:
4773 dv_id = IXGBE_LOW_DV(tc);
4774 break;
4775 }
4776
4777 /* Delay value is calculated in bit times convert to KB */
4778 return IXGBE_BT2KB(dv_id);
4779}
4780
4781/*
4782 * ixgbe_pbthresh_setup - calculate and setup high low water marks
4783 */
4784static void ixgbe_pbthresh_setup(struct ixgbe_adapter *adapter)
4785{
4786 struct ixgbe_hw *hw = &adapter->hw;
4787 int num_tc = netdev_get_num_tc(adapter->netdev);
4788 int i;
4789
4790 if (!num_tc)
4791 num_tc = 1;
4792
John Fastabend9da712d2011-08-23 03:14:22 +00004793 for (i = 0; i < num_tc; i++) {
4794 hw->fc.high_water[i] = ixgbe_hpbthresh(adapter, i);
Jacob Kellere5776622014-04-05 02:35:52 +00004795 hw->fc.low_water[i] = ixgbe_lpbthresh(adapter, i);
John Fastabend9da712d2011-08-23 03:14:22 +00004796
4797 /* Low water marks must not be larger than high water marks */
Jacob Kellere5776622014-04-05 02:35:52 +00004798 if (hw->fc.low_water[i] > hw->fc.high_water[i])
4799 hw->fc.low_water[i] = 0;
John Fastabend9da712d2011-08-23 03:14:22 +00004800 }
Jacob Kellere5776622014-04-05 02:35:52 +00004801
4802 for (; i < MAX_TRAFFIC_CLASS; i++)
4803 hw->fc.high_water[i] = 0;
John Fastabend9da712d2011-08-23 03:14:22 +00004804}
John Fastabend80605c652011-05-02 12:34:10 +00004805
4806static void ixgbe_configure_pb(struct ixgbe_adapter *adapter)
4807{
John Fastabend80605c652011-05-02 12:34:10 +00004808 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckf7e10272011-07-21 00:40:35 +00004809 int hdrm;
4810 u8 tc = netdev_get_num_tc(adapter->netdev);
John Fastabend80605c652011-05-02 12:34:10 +00004811
4812 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE ||
4813 adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE)
Alexander Duyckf7e10272011-07-21 00:40:35 +00004814 hdrm = 32 << adapter->fdir_pballoc;
4815 else
4816 hdrm = 0;
John Fastabend80605c652011-05-02 12:34:10 +00004817
Alexander Duyckf7e10272011-07-21 00:40:35 +00004818 hw->mac.ops.set_rxpba(hw, tc, hdrm, PBA_STRATEGY_EQUAL);
John Fastabend9da712d2011-08-23 03:14:22 +00004819 ixgbe_pbthresh_setup(adapter);
John Fastabend80605c652011-05-02 12:34:10 +00004820}
4821
Alexander Duycke4911d52011-05-11 07:18:52 +00004822static void ixgbe_fdir_filter_restore(struct ixgbe_adapter *adapter)
4823{
4824 struct ixgbe_hw *hw = &adapter->hw;
Sasha Levinb67bfe02013-02-27 17:06:00 -08004825 struct hlist_node *node2;
Alexander Duycke4911d52011-05-11 07:18:52 +00004826 struct ixgbe_fdir_filter *filter;
4827
4828 spin_lock(&adapter->fdir_perfect_lock);
4829
4830 if (!hlist_empty(&adapter->fdir_filter_list))
4831 ixgbe_fdir_set_input_mask_82599(hw, &adapter->fdir_mask);
4832
Sasha Levinb67bfe02013-02-27 17:06:00 -08004833 hlist_for_each_entry_safe(filter, node2,
Alexander Duycke4911d52011-05-11 07:18:52 +00004834 &adapter->fdir_filter_list, fdir_node) {
4835 ixgbe_fdir_write_perfect_filter_82599(hw,
Alexander Duyck1f4d5182011-05-14 01:16:02 +00004836 &filter->filter,
4837 filter->sw_idx,
4838 (filter->action == IXGBE_FDIR_DROP_QUEUE) ?
4839 IXGBE_FDIR_DROP_QUEUE :
4840 adapter->rx_ring[filter->action]->reg_idx);
Alexander Duycke4911d52011-05-11 07:18:52 +00004841 }
4842
4843 spin_unlock(&adapter->fdir_perfect_lock);
4844}
4845
John Fastabend2a47fa42013-11-06 09:54:52 -08004846static void ixgbe_macvlan_set_rx_mode(struct net_device *dev, unsigned int pool,
4847 struct ixgbe_adapter *adapter)
4848{
4849 struct ixgbe_hw *hw = &adapter->hw;
4850 u32 vmolr;
4851
4852 /* No unicast promiscuous support for VMDQ devices. */
4853 vmolr = IXGBE_READ_REG(hw, IXGBE_VMOLR(pool));
4854 vmolr |= (IXGBE_VMOLR_ROMPE | IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE);
4855
4856 /* clear the affected bit */
4857 vmolr &= ~IXGBE_VMOLR_MPE;
4858
4859 if (dev->flags & IFF_ALLMULTI) {
4860 vmolr |= IXGBE_VMOLR_MPE;
4861 } else {
4862 vmolr |= IXGBE_VMOLR_ROMPE;
4863 hw->mac.ops.update_mc_addr_list(hw, dev);
4864 }
Jacob Keller5d7daa32014-03-29 06:51:25 +00004865 ixgbe_write_uc_addr_list(adapter->netdev, pool);
John Fastabend2a47fa42013-11-06 09:54:52 -08004866 IXGBE_WRITE_REG(hw, IXGBE_VMOLR(pool), vmolr);
4867}
4868
John Fastabend2a47fa42013-11-06 09:54:52 -08004869static void ixgbe_fwd_psrtype(struct ixgbe_fwd_adapter *vadapter)
4870{
4871 struct ixgbe_adapter *adapter = vadapter->real_adapter;
John Fastabend219354d2013-11-08 00:50:32 -08004872 int rss_i = adapter->num_rx_queues_per_pool;
John Fastabend2a47fa42013-11-06 09:54:52 -08004873 struct ixgbe_hw *hw = &adapter->hw;
4874 u16 pool = vadapter->pool;
4875 u32 psrtype = IXGBE_PSRTYPE_TCPHDR |
4876 IXGBE_PSRTYPE_UDPHDR |
4877 IXGBE_PSRTYPE_IPV4HDR |
4878 IXGBE_PSRTYPE_L2HDR |
4879 IXGBE_PSRTYPE_IPV6HDR;
4880
4881 if (hw->mac.type == ixgbe_mac_82598EB)
4882 return;
4883
4884 if (rss_i > 3)
Jacob Kellerb4f47a42016-04-13 16:08:22 -07004885 psrtype |= 2u << 29;
John Fastabend2a47fa42013-11-06 09:54:52 -08004886 else if (rss_i > 1)
Jacob Kellerb4f47a42016-04-13 16:08:22 -07004887 psrtype |= 1u << 29;
John Fastabend2a47fa42013-11-06 09:54:52 -08004888
4889 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype);
4890}
4891
4892/**
4893 * ixgbe_clean_rx_ring - Free Rx Buffers per Queue
4894 * @rx_ring: ring to free buffers from
4895 **/
4896static void ixgbe_clean_rx_ring(struct ixgbe_ring *rx_ring)
4897{
4898 struct device *dev = rx_ring->dev;
4899 unsigned long size;
4900 u16 i;
4901
4902 /* ring already cleared, nothing to do */
4903 if (!rx_ring->rx_buffer_info)
4904 return;
4905
4906 /* Free all the Rx ring sk_buffs */
4907 for (i = 0; i < rx_ring->count; i++) {
Alexander Duyck18cb6522014-11-14 00:56:29 +00004908 struct ixgbe_rx_buffer *rx_buffer = &rx_ring->rx_buffer_info[i];
John Fastabend2a47fa42013-11-06 09:54:52 -08004909
John Fastabend2a47fa42013-11-06 09:54:52 -08004910 if (rx_buffer->skb) {
4911 struct sk_buff *skb = rx_buffer->skb;
Alexander Duyck18cb6522014-11-14 00:56:29 +00004912 if (IXGBE_CB(skb)->page_released)
Alexander Duyckf3213d92017-01-17 08:35:54 -08004913 dma_unmap_page_attrs(dev,
4914 IXGBE_CB(skb)->dma,
4915 ixgbe_rx_pg_size(rx_ring),
4916 DMA_FROM_DEVICE,
4917 IXGBE_RX_DMA_ATTR);
John Fastabend2a47fa42013-11-06 09:54:52 -08004918 dev_kfree_skb(skb);
Junwei Zhang4d2fcfb2014-10-22 15:29:03 +00004919 rx_buffer->skb = NULL;
John Fastabend2a47fa42013-11-06 09:54:52 -08004920 }
Alexander Duyck18cb6522014-11-14 00:56:29 +00004921
4922 if (!rx_buffer->page)
4923 continue;
4924
Alexander Duyckf3213d92017-01-17 08:35:54 -08004925 /* Invalidate cache lines that may have been written to by
4926 * device so that we avoid corrupting memory.
4927 */
4928 dma_sync_single_range_for_cpu(rx_ring->dev,
4929 rx_buffer->dma,
4930 rx_buffer->page_offset,
4931 ixgbe_rx_bufsz(rx_ring),
4932 DMA_FROM_DEVICE);
4933
4934 /* free resources associated with mapping */
4935 dma_unmap_page_attrs(dev, rx_buffer->dma,
4936 ixgbe_rx_pg_size(rx_ring),
4937 DMA_FROM_DEVICE,
4938 IXGBE_RX_DMA_ATTR);
Alexander Duyck1b56cf42017-01-17 08:36:03 -08004939 __page_frag_cache_drain(rx_buffer->page,
4940 rx_buffer->pagecnt_bias);
Alexander Duyck18cb6522014-11-14 00:56:29 +00004941
John Fastabend2a47fa42013-11-06 09:54:52 -08004942 rx_buffer->page = NULL;
4943 }
4944
4945 size = sizeof(struct ixgbe_rx_buffer) * rx_ring->count;
4946 memset(rx_ring->rx_buffer_info, 0, size);
4947
John Fastabend2a47fa42013-11-06 09:54:52 -08004948 rx_ring->next_to_alloc = 0;
4949 rx_ring->next_to_clean = 0;
4950 rx_ring->next_to_use = 0;
4951}
4952
4953static void ixgbe_disable_fwd_ring(struct ixgbe_fwd_adapter *vadapter,
4954 struct ixgbe_ring *rx_ring)
4955{
4956 struct ixgbe_adapter *adapter = vadapter->real_adapter;
4957 int index = rx_ring->queue_index + vadapter->rx_base_queue;
4958
4959 /* shutdown specific queue receive and wait for dma to settle */
4960 ixgbe_disable_rx_queue(adapter, rx_ring);
4961 usleep_range(10000, 20000);
Jacob Kellerb4f47a42016-04-13 16:08:22 -07004962 ixgbe_irq_disable_queues(adapter, BIT_ULL(index));
John Fastabend2a47fa42013-11-06 09:54:52 -08004963 ixgbe_clean_rx_ring(rx_ring);
4964 rx_ring->l2_accel_priv = NULL;
4965}
4966
John Fastabendae72c8d2013-11-09 07:11:26 +00004967static int ixgbe_fwd_ring_down(struct net_device *vdev,
4968 struct ixgbe_fwd_adapter *accel)
John Fastabend2a47fa42013-11-06 09:54:52 -08004969{
4970 struct ixgbe_adapter *adapter = accel->real_adapter;
4971 unsigned int rxbase = accel->rx_base_queue;
4972 unsigned int txbase = accel->tx_base_queue;
4973 int i;
4974
4975 netif_tx_stop_all_queues(vdev);
4976
4977 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) {
4978 ixgbe_disable_fwd_ring(accel, adapter->rx_ring[rxbase + i]);
4979 adapter->rx_ring[rxbase + i]->netdev = adapter->netdev;
4980 }
4981
4982 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) {
4983 adapter->tx_ring[txbase + i]->l2_accel_priv = NULL;
4984 adapter->tx_ring[txbase + i]->netdev = adapter->netdev;
4985 }
4986
4987
4988 return 0;
4989}
4990
4991static int ixgbe_fwd_ring_up(struct net_device *vdev,
4992 struct ixgbe_fwd_adapter *accel)
4993{
4994 struct ixgbe_adapter *adapter = accel->real_adapter;
4995 unsigned int rxbase, txbase, queues;
4996 int i, baseq, err = 0;
4997
4998 if (!test_bit(accel->pool, &adapter->fwd_bitmask))
4999 return 0;
5000
5001 baseq = accel->pool * adapter->num_rx_queues_per_pool;
5002 netdev_dbg(vdev, "pool %i:%i queues %i:%i VSI bitmask %lx\n",
5003 accel->pool, adapter->num_rx_pools,
5004 baseq, baseq + adapter->num_rx_queues_per_pool,
5005 adapter->fwd_bitmask);
5006
5007 accel->netdev = vdev;
5008 accel->rx_base_queue = rxbase = baseq;
5009 accel->tx_base_queue = txbase = baseq;
5010
5011 for (i = 0; i < adapter->num_rx_queues_per_pool; i++)
5012 ixgbe_disable_fwd_ring(accel, adapter->rx_ring[rxbase + i]);
5013
5014 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) {
5015 adapter->rx_ring[rxbase + i]->netdev = vdev;
5016 adapter->rx_ring[rxbase + i]->l2_accel_priv = accel;
5017 ixgbe_configure_rx_ring(adapter, adapter->rx_ring[rxbase + i]);
5018 }
5019
5020 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) {
5021 adapter->tx_ring[txbase + i]->netdev = vdev;
5022 adapter->tx_ring[txbase + i]->l2_accel_priv = accel;
5023 }
5024
5025 queues = min_t(unsigned int,
5026 adapter->num_rx_queues_per_pool, vdev->num_tx_queues);
5027 err = netif_set_real_num_tx_queues(vdev, queues);
5028 if (err)
5029 goto fwd_queue_err;
5030
John Fastabend2a47fa42013-11-06 09:54:52 -08005031 err = netif_set_real_num_rx_queues(vdev, queues);
5032 if (err)
5033 goto fwd_queue_err;
5034
5035 if (is_valid_ether_addr(vdev->dev_addr))
5036 ixgbe_add_mac_filter(adapter, vdev->dev_addr, accel->pool);
5037
5038 ixgbe_fwd_psrtype(accel);
5039 ixgbe_macvlan_set_rx_mode(vdev, accel->pool, adapter);
5040 return err;
5041fwd_queue_err:
5042 ixgbe_fwd_ring_down(vdev, accel);
5043 return err;
5044}
5045
David Ahern1cd127f2016-10-17 19:15:48 -07005046static int ixgbe_upper_dev_walk(struct net_device *upper, void *data)
5047{
5048 if (netif_is_macvlan(upper)) {
5049 struct macvlan_dev *dfwd = netdev_priv(upper);
5050 struct ixgbe_fwd_adapter *vadapter = dfwd->fwd_priv;
5051
5052 if (dfwd->fwd_priv)
5053 ixgbe_fwd_ring_up(upper, vadapter);
5054 }
5055
5056 return 0;
5057}
5058
John Fastabend2a47fa42013-11-06 09:54:52 -08005059static void ixgbe_configure_dfwd(struct ixgbe_adapter *adapter)
5060{
David Ahern1cd127f2016-10-17 19:15:48 -07005061 netdev_walk_all_upper_dev_rcu(adapter->netdev,
5062 ixgbe_upper_dev_walk, NULL);
John Fastabend2a47fa42013-11-06 09:54:52 -08005063}
5064
Auke Kok9a799d72007-09-15 14:07:45 -07005065static void ixgbe_configure(struct ixgbe_adapter *adapter)
5066{
Atita Shirwaikard2f5e7f2012-02-18 02:58:58 +00005067 struct ixgbe_hw *hw = &adapter->hw;
5068
John Fastabend80605c652011-05-02 12:34:10 +00005069 ixgbe_configure_pb(adapter);
Jeff Kirsher7a6b6f52008-11-25 01:02:08 -08005070#ifdef CONFIG_IXGBE_DCB
Alexander Duyck67ebd792010-08-19 13:34:04 +00005071 ixgbe_configure_dcb(adapter);
Alexander Duyck2f90b862008-11-20 20:52:10 -08005072#endif
Alexander Duyckb35d4d42012-05-23 05:39:25 +00005073 /*
5074 * We must restore virtualization before VLANs or else
5075 * the VLVF registers will not be populated
5076 */
5077 ixgbe_configure_virtualization(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07005078
Alexander Duyck4c1d7b42011-07-21 00:40:30 +00005079 ixgbe_set_rx_mode(adapter->netdev);
Jesse Grossf62bbb52010-10-20 13:56:10 +00005080 ixgbe_restore_vlan(adapter);
5081
Atita Shirwaikard2f5e7f2012-02-18 02:58:58 +00005082 switch (hw->mac.type) {
5083 case ixgbe_mac_82599EB:
5084 case ixgbe_mac_X540:
5085 hw->mac.ops.disable_rx_buff(hw);
5086 break;
5087 default:
5088 break;
5089 }
5090
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00005091 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) {
Alexander Duyck4c1d7b42011-07-21 00:40:30 +00005092 ixgbe_init_fdir_signature_82599(&adapter->hw,
5093 adapter->fdir_pballoc);
Alexander Duycke4911d52011-05-11 07:18:52 +00005094 } else if (adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE) {
5095 ixgbe_init_fdir_perfect_82599(&adapter->hw,
5096 adapter->fdir_pballoc);
5097 ixgbe_fdir_filter_restore(adapter);
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00005098 }
Alexander Duyck4c1d7b42011-07-21 00:40:30 +00005099
Atita Shirwaikard2f5e7f2012-02-18 02:58:58 +00005100 switch (hw->mac.type) {
5101 case ixgbe_mac_82599EB:
5102 case ixgbe_mac_X540:
5103 hw->mac.ops.enable_rx_buff(hw);
5104 break;
5105 default:
5106 break;
5107 }
5108
Mark Rustad9de76052015-08-08 16:27:41 -07005109#ifdef CONFIG_IXGBE_DCA
5110 /* configure DCA */
5111 if (adapter->flags & IXGBE_FLAG_DCA_CAPABLE)
5112 ixgbe_setup_dca(adapter);
5113#endif /* CONFIG_IXGBE_DCA */
5114
Alexander Duyck7c8ae652012-05-05 05:32:47 +00005115#ifdef IXGBE_FCOE
5116 /* configure FCoE L2 filters, redirection table, and Rx control */
5117 ixgbe_configure_fcoe(adapter);
5118
5119#endif /* IXGBE_FCOE */
Auke Kok9a799d72007-09-15 14:07:45 -07005120 ixgbe_configure_tx(adapter);
5121 ixgbe_configure_rx(adapter);
John Fastabend2a47fa42013-11-06 09:54:52 -08005122 ixgbe_configure_dfwd(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07005123}
5124
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005125/**
PJ Waskiewicze8e26352009-02-27 15:45:05 +00005126 * ixgbe_sfp_link_config - set up SFP+ link
5127 * @adapter: pointer to private adapter struct
5128 **/
5129static void ixgbe_sfp_link_config(struct ixgbe_adapter *adapter)
5130{
Alexander Duyck70864002011-04-27 09:13:56 +00005131 /*
Stephen Hemminger52f33af2011-12-22 16:34:52 +00005132 * We are assuming the worst case scenario here, and that
Alexander Duyck70864002011-04-27 09:13:56 +00005133 * is that an SFP was inserted/removed after the reset
5134 * but before SFP detection was enabled. As such the best
5135 * solution is to just start searching as soon as we start
5136 */
5137 if (adapter->hw.mac.type == ixgbe_mac_82598EB)
5138 adapter->flags2 |= IXGBE_FLAG2_SEARCH_FOR_SFP;
PJ Waskiewicze8e26352009-02-27 15:45:05 +00005139
Alexander Duyck70864002011-04-27 09:13:56 +00005140 adapter->flags2 |= IXGBE_FLAG2_SFP_NEEDS_RESET;
Mark Rustad58e7cd22015-08-08 16:18:48 -07005141 adapter->sfp_poll_time = 0;
PJ Waskiewicze8e26352009-02-27 15:45:05 +00005142}
5143
5144/**
5145 * ixgbe_non_sfp_link_config - set up non-SFP+ link
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005146 * @hw: pointer to private hardware struct
5147 *
5148 * Returns 0 on success, negative on failure
5149 **/
PJ Waskiewicze8e26352009-02-27 15:45:05 +00005150static int ixgbe_non_sfp_link_config(struct ixgbe_hw *hw)
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005151{
Josh Hay3d292262012-12-15 03:28:19 +00005152 u32 speed;
5153 bool autoneg, link_up = false;
Mark Rustada1e869d2015-04-10 10:36:36 -07005154 int ret = IXGBE_ERR_LINK_SETUP;
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005155
5156 if (hw->mac.ops.check_link)
Josh Hay3d292262012-12-15 03:28:19 +00005157 ret = hw->mac.ops.check_link(hw, &speed, &link_up, false);
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005158
5159 if (ret)
Mark Rustade90dd262014-07-22 06:51:08 +00005160 return ret;
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005161
Josh Hay3d292262012-12-15 03:28:19 +00005162 speed = hw->phy.autoneg_advertised;
5163 if ((!speed) && (hw->mac.ops.get_link_capabilities))
5164 ret = hw->mac.ops.get_link_capabilities(hw, &speed,
5165 &autoneg);
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005166 if (ret)
Mark Rustade90dd262014-07-22 06:51:08 +00005167 return ret;
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005168
Mallikarjuna R Chilakala8620a102009-09-01 13:49:35 +00005169 if (hw->mac.ops.setup_link)
Josh Hayfd0326f2012-12-15 03:28:30 +00005170 ret = hw->mac.ops.setup_link(hw, speed, link_up);
Mark Rustade90dd262014-07-22 06:51:08 +00005171
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08005172 return ret;
5173}
5174
Alexander Duycka34bcff2010-08-19 13:39:20 +00005175static void ixgbe_setup_gpie(struct ixgbe_adapter *adapter)
Auke Kok9a799d72007-09-15 14:07:45 -07005176{
Auke Kok9a799d72007-09-15 14:07:45 -07005177 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duycka34bcff2010-08-19 13:39:20 +00005178 u32 gpie = 0;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08005179
Jesse Brandeburg9b471442009-12-03 11:33:54 +00005180 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED) {
Alexander Duycka34bcff2010-08-19 13:39:20 +00005181 gpie = IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT |
5182 IXGBE_GPIE_OCD;
5183 gpie |= IXGBE_GPIE_EIAME;
Jesse Brandeburg9b471442009-12-03 11:33:54 +00005184 /*
5185 * use EIAM to auto-mask when MSI-X interrupt is asserted
5186 * this saves a register write for every interrupt
5187 */
5188 switch (hw->mac.type) {
5189 case ixgbe_mac_82598EB:
5190 IXGBE_WRITE_REG(hw, IXGBE_EIAM, IXGBE_EICS_RTX_QUEUE);
5191 break;
Jesse Brandeburg9b471442009-12-03 11:33:54 +00005192 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08005193 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00005194 case ixgbe_mac_X550:
5195 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07005196 case ixgbe_mac_x550em_a:
Don Skidmoreb93a2222010-11-16 19:27:17 -08005197 default:
Jesse Brandeburg9b471442009-12-03 11:33:54 +00005198 IXGBE_WRITE_REG(hw, IXGBE_EIAM_EX(0), 0xFFFFFFFF);
5199 IXGBE_WRITE_REG(hw, IXGBE_EIAM_EX(1), 0xFFFFFFFF);
5200 break;
5201 }
5202 } else {
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08005203 /* legacy interrupts, use EIAM to auto-mask when reading EICR,
5204 * specifically only auto mask tx and rx interrupts */
5205 IXGBE_WRITE_REG(hw, IXGBE_EIAM, IXGBE_EICS_RTX_QUEUE);
Auke Kok9a799d72007-09-15 14:07:45 -07005206 }
5207
Alexander Duycka34bcff2010-08-19 13:39:20 +00005208 /* XXX: to interrupt immediately for EICS writes, enable this */
5209 /* gpie |= IXGBE_GPIE_EIMEN; */
5210
5211 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
5212 gpie &= ~IXGBE_GPIE_VTMODE_MASK;
Alexander Duyck73079ea2012-07-14 06:48:49 +00005213
5214 switch (adapter->ring_feature[RING_F_VMDQ].mask) {
5215 case IXGBE_82599_VMDQ_8Q_MASK:
5216 gpie |= IXGBE_GPIE_VTMODE_16;
5217 break;
5218 case IXGBE_82599_VMDQ_4Q_MASK:
5219 gpie |= IXGBE_GPIE_VTMODE_32;
5220 break;
5221 default:
5222 gpie |= IXGBE_GPIE_VTMODE_64;
5223 break;
5224 }
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07005225 }
5226
Alexander Duyck5fdd31f2011-07-21 00:40:45 +00005227 /* Enable Thermal over heat sensor interrupt */
Don Skidmoref3df98e2011-08-17 10:15:21 +00005228 if (adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_CAPABLE) {
5229 switch (adapter->hw.mac.type) {
5230 case ixgbe_mac_82599EB:
Don Skidmore9a900ec2015-06-09 17:15:01 -07005231 gpie |= IXGBE_SDP0_GPIEN_8259X;
Don Skidmoref3df98e2011-08-17 10:15:21 +00005232 break;
Don Skidmoref3df98e2011-08-17 10:15:21 +00005233 default:
5234 break;
5235 }
5236 }
Alexander Duyck5fdd31f2011-07-21 00:40:45 +00005237
Alexander Duycka34bcff2010-08-19 13:39:20 +00005238 /* Enable fan failure interrupt */
5239 if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE)
Don Skidmore9a900ec2015-06-09 17:15:01 -07005240 gpie |= IXGBE_SDP1_GPIEN(hw);
Jesse Brandeburg0befdb32008-10-31 00:46:40 -07005241
Don Skidmorea023bbd2015-06-24 16:38:53 -04005242 switch (hw->mac.type) {
5243 case ixgbe_mac_82599EB:
5244 gpie |= IXGBE_SDP1_GPIEN_8259X | IXGBE_SDP2_GPIEN_8259X;
5245 break;
5246 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07005247 case ixgbe_mac_x550em_a:
Don Skidmorea023bbd2015-06-24 16:38:53 -04005248 gpie |= IXGBE_SDP0_GPIEN_X540;
5249 break;
5250 default:
5251 break;
Don Skidmore2698b202011-04-13 07:01:52 +00005252 }
Alexander Duycka34bcff2010-08-19 13:39:20 +00005253
5254 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie);
5255}
5256
Alexander Duyckc7ccde02011-07-21 00:40:40 +00005257static void ixgbe_up_complete(struct ixgbe_adapter *adapter)
Alexander Duycka34bcff2010-08-19 13:39:20 +00005258{
5259 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duycka34bcff2010-08-19 13:39:20 +00005260 int err;
Alexander Duycka34bcff2010-08-19 13:39:20 +00005261 u32 ctrl_ext;
5262
5263 ixgbe_get_hw_control(adapter);
5264 ixgbe_setup_gpie(adapter);
PJ Waskiewicze8e26352009-02-27 15:45:05 +00005265
Auke Kok9a799d72007-09-15 14:07:45 -07005266 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED)
5267 ixgbe_configure_msix(adapter);
5268 else
5269 ixgbe_configure_msi_and_legacy(adapter);
5270
Emil Tantilovec74a472012-09-20 03:33:56 +00005271 /* enable the optics for 82599 SFP+ fiber */
5272 if (hw->mac.ops.enable_tx_laser)
Peter Waskiewicz61fac742010-04-27 00:38:15 +00005273 hw->mac.ops.enable_tx_laser(hw);
5274
Don Skidmore961fac82015-06-09 16:09:47 -07005275 if (hw->phy.ops.set_phy_power)
5276 hw->phy.ops.set_phy_power(hw, true);
5277
Peter Zijlstra4e857c52014-03-17 18:06:10 +01005278 smp_mb__before_atomic();
Auke Kok9a799d72007-09-15 14:07:45 -07005279 clear_bit(__IXGBE_DOWN, &adapter->state);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08005280 ixgbe_napi_enable_all(adapter);
5281
Alexander Duyck73c4b7c2010-11-16 19:26:57 -08005282 if (ixgbe_is_sfp(hw)) {
5283 ixgbe_sfp_link_config(adapter);
5284 } else {
5285 err = ixgbe_non_sfp_link_config(hw);
5286 if (err)
5287 e_err(probe, "link_config FAILED %d\n", err);
5288 }
5289
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08005290 /* clear any pending interrupts, may auto mask */
5291 IXGBE_READ_REG(hw, IXGBE_EICR);
Emil Tantilov6af3b9e2010-09-29 21:35:23 +00005292 ixgbe_irq_enable(adapter, true, true);
Auke Kok9a799d72007-09-15 14:07:45 -07005293
PJ Waskiewicze8e26352009-02-27 15:45:05 +00005294 /*
Don Skidmorebf069c92009-05-07 10:39:54 +00005295 * If this adapter has a fan, check to see if we had a failure
5296 * before we enabled the interrupt.
5297 */
5298 if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE) {
5299 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
5300 if (esdp & IXGBE_ESDP_SDP1)
Emil Tantilov396e7992010-07-01 20:05:12 +00005301 e_crit(drv, "Fan has stopped, replace the adapter\n");
Don Skidmorebf069c92009-05-07 10:39:54 +00005302 }
5303
Auke Kok9a799d72007-09-15 14:07:45 -07005304 /* bring the link up in the watchdog, this could race with our first
5305 * link up interrupt but shouldn't be a problem */
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07005306 adapter->flags |= IXGBE_FLAG_NEED_LINK_UPDATE;
5307 adapter->link_check_timeout = jiffies;
Alexander Duyck70864002011-04-27 09:13:56 +00005308 mod_timer(&adapter->service_timer, jiffies);
Greg Rosec9205692010-01-22 22:46:22 +00005309
5310 /* Set PF Reset Done bit so PF/VF Mail Ops can work */
5311 ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
5312 ctrl_ext |= IXGBE_CTRL_EXT_PFRSTD;
5313 IXGBE_WRITE_REG(hw, IXGBE_CTRL_EXT, ctrl_ext);
Auke Kok9a799d72007-09-15 14:07:45 -07005314}
5315
Ayyappan Veeraiyand4f80882008-02-01 15:58:41 -08005316void ixgbe_reinit_locked(struct ixgbe_adapter *adapter)
5317{
5318 WARN_ON(in_interrupt());
Alexander Duyck70864002011-04-27 09:13:56 +00005319 /* put off any impending NetWatchDogTimeout */
Florian Westphal860e9532016-05-03 16:33:13 +02005320 netif_trans_update(adapter->netdev);
Alexander Duyck70864002011-04-27 09:13:56 +00005321
Ayyappan Veeraiyand4f80882008-02-01 15:58:41 -08005322 while (test_and_set_bit(__IXGBE_RESETTING, &adapter->state))
Don Skidmore032b4322011-03-18 09:32:53 +00005323 usleep_range(1000, 2000);
Mark Rustadb3eb4e12016-12-14 11:02:16 -08005324 if (adapter->hw.phy.type == ixgbe_phy_fw)
5325 ixgbe_watchdog_link_is_down(adapter);
Ayyappan Veeraiyand4f80882008-02-01 15:58:41 -08005326 ixgbe_down(adapter);
Greg Rose5809a1a2010-03-24 09:36:08 +00005327 /*
5328 * If SR-IOV enabled then wait a bit before bringing the adapter
5329 * back up to give the VFs time to respond to the reset. The
5330 * two second wait is based upon the watchdog timer cycle in
5331 * the VF driver.
5332 */
5333 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
5334 msleep(2000);
Ayyappan Veeraiyand4f80882008-02-01 15:58:41 -08005335 ixgbe_up(adapter);
5336 clear_bit(__IXGBE_RESETTING, &adapter->state);
5337}
5338
Alexander Duyckc7ccde02011-07-21 00:40:40 +00005339void ixgbe_up(struct ixgbe_adapter *adapter)
Auke Kok9a799d72007-09-15 14:07:45 -07005340{
5341 /* hardware has been reset, we need to reload some things */
5342 ixgbe_configure(adapter);
5343
Alexander Duyckc7ccde02011-07-21 00:40:40 +00005344 ixgbe_up_complete(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07005345}
5346
5347void ixgbe_reset(struct ixgbe_adapter *adapter)
5348{
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07005349 struct ixgbe_hw *hw = &adapter->hw;
Jacob Keller5d7daa32014-03-29 06:51:25 +00005350 struct net_device *netdev = adapter->netdev;
Don Skidmore8ca783a2009-05-26 20:40:47 -07005351 int err;
5352
Mark Rustadb0483c82014-01-14 18:53:17 -08005353 if (ixgbe_removed(hw->hw_addr))
5354 return;
Alexander Duyck70864002011-04-27 09:13:56 +00005355 /* lock SFP init bit to prevent race conditions with the watchdog */
5356 while (test_and_set_bit(__IXGBE_IN_SFP_INIT, &adapter->state))
5357 usleep_range(1000, 2000);
5358
5359 /* clear all SFP and link config related flags while holding SFP_INIT */
5360 adapter->flags2 &= ~(IXGBE_FLAG2_SEARCH_FOR_SFP |
5361 IXGBE_FLAG2_SFP_NEEDS_RESET);
5362 adapter->flags &= ~IXGBE_FLAG_NEED_LINK_CONFIG;
5363
Don Skidmore8ca783a2009-05-26 20:40:47 -07005364 err = hw->mac.ops.init_hw(hw);
Peter P Waskiewicz Jrda4dd0f2009-06-04 11:10:35 +00005365 switch (err) {
5366 case 0:
5367 case IXGBE_ERR_SFP_NOT_PRESENT:
Alexander Duyck70864002011-04-27 09:13:56 +00005368 case IXGBE_ERR_SFP_NOT_SUPPORTED:
Peter P Waskiewicz Jrda4dd0f2009-06-04 11:10:35 +00005369 break;
5370 case IXGBE_ERR_MASTER_REQUESTS_PENDING:
Emil Tantilov849c4542010-06-03 16:53:41 +00005371 e_dev_err("master disable timed out\n");
Peter P Waskiewicz Jrda4dd0f2009-06-04 11:10:35 +00005372 break;
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +00005373 case IXGBE_ERR_EEPROM_VERSION:
5374 /* We are running on a pre-production device, log a warning */
Emil Tantilov849c4542010-06-03 16:53:41 +00005375 e_dev_warn("This device is a pre-production adapter/LOM. "
Stephen Hemminger52f33af2011-12-22 16:34:52 +00005376 "Please be aware there may be issues associated with "
Emil Tantilov849c4542010-06-03 16:53:41 +00005377 "your hardware. If you are experiencing problems "
5378 "please contact your Intel or hardware "
5379 "representative who provided you with this "
5380 "hardware.\n");
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +00005381 break;
Peter P Waskiewicz Jrda4dd0f2009-06-04 11:10:35 +00005382 default:
Emil Tantilov849c4542010-06-03 16:53:41 +00005383 e_dev_err("Hardware Error: %d\n", err);
Peter P Waskiewicz Jrda4dd0f2009-06-04 11:10:35 +00005384 }
Auke Kok9a799d72007-09-15 14:07:45 -07005385
Alexander Duyck70864002011-04-27 09:13:56 +00005386 clear_bit(__IXGBE_IN_SFP_INIT, &adapter->state);
Alexander Duyck0f079d22015-10-22 16:26:36 -07005387
5388 /* flush entries out of MAC table */
Jacob Keller5d7daa32014-03-29 06:51:25 +00005389 ixgbe_flush_sw_mac_table(adapter);
Alexander Duyck0f079d22015-10-22 16:26:36 -07005390 __dev_uc_unsync(netdev, NULL);
5391
5392 /* do not flush user set addresses */
Alexander Duyckc9f53e62015-10-22 16:26:30 -07005393 ixgbe_mac_set_default_filter(adapter);
Alexander Duyck7fa7c9d2012-05-05 05:32:52 +00005394
5395 /* update SAN MAC vmdq pool selection */
5396 if (hw->mac.san_mac_rar_index)
5397 hw->mac.ops.set_vmdq_san_mac(hw, VMDQ_P(0));
Jacob Keller1a71ab22012-08-25 03:54:19 +00005398
Jacob Keller8fecf672013-06-21 08:14:32 +00005399 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state))
Jacob Keller1a71ab22012-08-25 03:54:19 +00005400 ixgbe_ptp_reset(adapter);
Don Skidmore961fac82015-06-09 16:09:47 -07005401
5402 if (hw->phy.ops.set_phy_power) {
5403 if (!netif_running(adapter->netdev) && !adapter->wol)
5404 hw->phy.ops.set_phy_power(hw, false);
5405 else
5406 hw->phy.ops.set_phy_power(hw, true);
5407 }
Auke Kok9a799d72007-09-15 14:07:45 -07005408}
5409
Auke Kok9a799d72007-09-15 14:07:45 -07005410/**
Auke Kok9a799d72007-09-15 14:07:45 -07005411 * ixgbe_clean_tx_ring - Free Tx Buffers
Auke Kok9a799d72007-09-15 14:07:45 -07005412 * @tx_ring: ring to be cleaned
5413 **/
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005414static void ixgbe_clean_tx_ring(struct ixgbe_ring *tx_ring)
Auke Kok9a799d72007-09-15 14:07:45 -07005415{
5416 struct ixgbe_tx_buffer *tx_buffer_info;
5417 unsigned long size;
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005418 u16 i;
Auke Kok9a799d72007-09-15 14:07:45 -07005419
Alexander Duyck84418e32010-08-19 13:40:54 +00005420 /* ring already cleared, nothing to do */
5421 if (!tx_ring->tx_buffer_info)
5422 return;
Auke Kok9a799d72007-09-15 14:07:45 -07005423
Alexander Duyck84418e32010-08-19 13:40:54 +00005424 /* Free all the Tx ring sk_buffs */
Auke Kok9a799d72007-09-15 14:07:45 -07005425 for (i = 0; i < tx_ring->count; i++) {
5426 tx_buffer_info = &tx_ring->tx_buffer_info[i];
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005427 ixgbe_unmap_and_free_tx_resource(tx_ring, tx_buffer_info);
Auke Kok9a799d72007-09-15 14:07:45 -07005428 }
5429
John Fastabenddad8a3b2012-04-23 12:22:39 +00005430 netdev_tx_reset_queue(txring_txq(tx_ring));
5431
Auke Kok9a799d72007-09-15 14:07:45 -07005432 size = sizeof(struct ixgbe_tx_buffer) * tx_ring->count;
5433 memset(tx_ring->tx_buffer_info, 0, size);
5434
5435 /* Zero out the descriptor ring */
5436 memset(tx_ring->desc, 0, tx_ring->size);
5437
5438 tx_ring->next_to_use = 0;
5439 tx_ring->next_to_clean = 0;
Auke Kok9a799d72007-09-15 14:07:45 -07005440}
5441
5442/**
Auke Kok9a799d72007-09-15 14:07:45 -07005443 * ixgbe_clean_all_rx_rings - Free Rx Buffers for all queues
5444 * @adapter: board private structure
5445 **/
5446static void ixgbe_clean_all_rx_rings(struct ixgbe_adapter *adapter)
5447{
5448 int i;
5449
5450 for (i = 0; i < adapter->num_rx_queues; i++)
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005451 ixgbe_clean_rx_ring(adapter->rx_ring[i]);
Auke Kok9a799d72007-09-15 14:07:45 -07005452}
5453
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08005454/**
5455 * ixgbe_clean_all_tx_rings - Free Tx Buffers for all queues
5456 * @adapter: board private structure
5457 **/
5458static void ixgbe_clean_all_tx_rings(struct ixgbe_adapter *adapter)
5459{
5460 int i;
5461
5462 for (i = 0; i < adapter->num_tx_queues; i++)
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005463 ixgbe_clean_tx_ring(adapter->tx_ring[i]);
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08005464}
5465
Alexander Duycke4911d52011-05-11 07:18:52 +00005466static void ixgbe_fdir_filter_exit(struct ixgbe_adapter *adapter)
5467{
Sasha Levinb67bfe02013-02-27 17:06:00 -08005468 struct hlist_node *node2;
Alexander Duycke4911d52011-05-11 07:18:52 +00005469 struct ixgbe_fdir_filter *filter;
5470
5471 spin_lock(&adapter->fdir_perfect_lock);
5472
Sasha Levinb67bfe02013-02-27 17:06:00 -08005473 hlist_for_each_entry_safe(filter, node2,
Alexander Duycke4911d52011-05-11 07:18:52 +00005474 &adapter->fdir_filter_list, fdir_node) {
5475 hlist_del(&filter->fdir_node);
5476 kfree(filter);
5477 }
5478 adapter->fdir_filter_count = 0;
5479
5480 spin_unlock(&adapter->fdir_perfect_lock);
5481}
5482
David Ahern1cd127f2016-10-17 19:15:48 -07005483static int ixgbe_disable_macvlan(struct net_device *upper, void *data)
5484{
5485 if (netif_is_macvlan(upper)) {
5486 struct macvlan_dev *vlan = netdev_priv(upper);
5487
5488 if (vlan->fwd_priv) {
5489 netif_tx_stop_all_queues(upper);
5490 netif_carrier_off(upper);
5491 netif_tx_disable(upper);
5492 }
5493 }
5494
5495 return 0;
5496}
5497
Auke Kok9a799d72007-09-15 14:07:45 -07005498void ixgbe_down(struct ixgbe_adapter *adapter)
5499{
5500 struct net_device *netdev = adapter->netdev;
Jesse Brandeburg7f821872008-09-11 20:00:16 -07005501 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckbf29ee62010-11-16 19:27:07 -08005502 int i;
Auke Kok9a799d72007-09-15 14:07:45 -07005503
5504 /* signal that we are down to the interrupt handler */
Mark Rustadc3049c82014-01-14 18:53:12 -08005505 if (test_and_set_bit(__IXGBE_DOWN, &adapter->state))
5506 return; /* do nothing if already down */
Auke Kok9a799d72007-09-15 14:07:45 -07005507
5508 /* disable receives */
Don Skidmore1f9ac572015-03-13 13:54:30 -07005509 hw->mac.ops.disable_rx(hw);
Auke Kok9a799d72007-09-15 14:07:45 -07005510
Yi Zou2d39d572011-01-06 14:29:56 +00005511 /* disable all enabled rx queues */
5512 for (i = 0; i < adapter->num_rx_queues; i++)
5513 /* this call also flushes the previous write */
5514 ixgbe_disable_rx_queue(adapter, adapter->rx_ring[i]);
5515
Don Skidmore032b4322011-03-18 09:32:53 +00005516 usleep_range(10000, 20000);
Auke Kok9a799d72007-09-15 14:07:45 -07005517
Jesse Brandeburg7f821872008-09-11 20:00:16 -07005518 netif_tx_stop_all_queues(netdev);
5519
Alexander Duyck70864002011-04-27 09:13:56 +00005520 /* call carrier off first to avoid false dev_watchdog timeouts */
John Fastabendc0dfb902010-04-27 02:13:39 +00005521 netif_carrier_off(netdev);
5522 netif_tx_disable(netdev);
5523
John Fastabend2a47fa42013-11-06 09:54:52 -08005524 /* disable any upper devices */
David Ahern1cd127f2016-10-17 19:15:48 -07005525 netdev_walk_all_upper_dev_rcu(adapter->netdev,
5526 ixgbe_disable_macvlan, NULL);
John Fastabend2a47fa42013-11-06 09:54:52 -08005527
John Fastabendc0dfb902010-04-27 02:13:39 +00005528 ixgbe_irq_disable(adapter);
5529
5530 ixgbe_napi_disable_all(adapter);
5531
Emil Tantilov57ca2a42016-07-29 14:46:31 -07005532 clear_bit(__IXGBE_RESET_REQUESTED, &adapter->state);
5533 adapter->flags2 &= ~IXGBE_FLAG2_FDIR_REQUIRES_REINIT;
Alexander Duyck70864002011-04-27 09:13:56 +00005534 adapter->flags &= ~IXGBE_FLAG_NEED_LINK_UPDATE;
5535
5536 del_timer_sync(&adapter->service_timer);
5537
Don Skidmore0a1f87c2009-09-18 09:45:43 +00005538 if (adapter->num_vfs) {
Alexander Duyck8e34d1a2011-07-15 07:29:49 +00005539 /* Clear EITR Select mapping */
5540 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EITRSEL, 0);
5541
5542 /* Mark all the VFs as inactive */
5543 for (i = 0 ; i < adapter->num_vfs; i++)
Rusty Russell3db1cd52011-12-19 13:56:45 +00005544 adapter->vfinfo[i].clear_to_send = false;
Alexander Duyck8e34d1a2011-07-15 07:29:49 +00005545
Don Skidmore0a1f87c2009-09-18 09:45:43 +00005546 /* ping all the active vfs to let them know we are going down */
Auke Kok9a799d72007-09-15 14:07:45 -07005547 ixgbe_ping_all_vfs(adapter);
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07005548
Auke Kok9a799d72007-09-15 14:07:45 -07005549 /* Disable all VFTE/VFRE TX/RX */
Peter Waskiewiczb25ebfd2010-10-05 01:27:49 +00005550 ixgbe_disable_tx_rx(adapter);
Peter Waskiewiczb25ebfd2010-10-05 01:27:49 +00005551 }
5552
Jesse Brandeburg7f821872008-09-11 20:00:16 -07005553 /* disable transmits in the hardware now that interrupts are off */
5554 for (i = 0; i < adapter->num_tx_queues; i++) {
Alexander Duyckbf29ee62010-11-16 19:27:07 -08005555 u8 reg_idx = adapter->tx_ring[i]->reg_idx;
Alexander Duyck34cecbb2011-04-22 04:08:14 +00005556 IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(reg_idx), IXGBE_TXDCTL_SWFLSH);
Jesse Brandeburg7f821872008-09-11 20:00:16 -07005557 }
Alexander Duyck34cecbb2011-04-22 04:08:14 +00005558
Don Skidmore9a75a1a2014-11-07 03:53:35 +00005559 /* Disable the Tx DMA engine on 82599 and later MAC */
Alexander Duyckbd508172010-11-16 19:27:03 -08005560 switch (hw->mac.type) {
5561 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08005562 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00005563 case ixgbe_mac_X550:
5564 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07005565 case ixgbe_mac_x550em_a:
PJ Waskiewicz88512532009-03-13 22:15:10 +00005566 IXGBE_WRITE_REG(hw, IXGBE_DMATXCTL,
Joe Perchese8e9f692010-09-07 21:34:53 +00005567 (IXGBE_READ_REG(hw, IXGBE_DMATXCTL) &
5568 ~IXGBE_DMATXCTL_TE));
Alexander Duyckbd508172010-11-16 19:27:03 -08005569 break;
5570 default:
5571 break;
5572 }
Jesse Brandeburg7f821872008-09-11 20:00:16 -07005573
Paul Larson6f4a0e42008-06-24 17:00:56 -07005574 if (!pci_channel_offline(adapter->pdev))
5575 ixgbe_reset(adapter);
Don Skidmorec6ecf392010-12-03 03:31:51 +00005576
Emil Tantilovec74a472012-09-20 03:33:56 +00005577 /* power down the optics for 82599 SFP+ fiber */
5578 if (hw->mac.ops.disable_tx_laser)
Don Skidmorec6ecf392010-12-03 03:31:51 +00005579 hw->mac.ops.disable_tx_laser(hw);
5580
Auke Kok9a799d72007-09-15 14:07:45 -07005581 ixgbe_clean_all_tx_rings(adapter);
5582 ixgbe_clean_all_rx_rings(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07005583}
5584
Auke Kok9a799d72007-09-15 14:07:45 -07005585/**
Mark Rustadb3eb4e12016-12-14 11:02:16 -08005586 * ixgbe_eee_capable - helper function to determine EEE support on X550
5587 * @adapter: board private structure
5588 */
5589static void ixgbe_set_eee_capable(struct ixgbe_adapter *adapter)
5590{
5591 struct ixgbe_hw *hw = &adapter->hw;
5592
5593 switch (hw->device_id) {
5594 case IXGBE_DEV_ID_X550EM_A_1G_T:
5595 case IXGBE_DEV_ID_X550EM_A_1G_T_L:
5596 if (!hw->phy.eee_speeds_supported)
5597 break;
5598 adapter->flags2 |= IXGBE_FLAG2_EEE_CAPABLE;
5599 if (!hw->phy.eee_speeds_advertised)
5600 break;
5601 adapter->flags2 |= IXGBE_FLAG2_EEE_ENABLED;
5602 break;
5603 default:
5604 adapter->flags2 &= ~IXGBE_FLAG2_EEE_CAPABLE;
5605 adapter->flags2 &= ~IXGBE_FLAG2_EEE_ENABLED;
5606 break;
5607 }
5608}
5609
5610/**
Auke Kok9a799d72007-09-15 14:07:45 -07005611 * ixgbe_tx_timeout - Respond to a Tx Hang
5612 * @netdev: network interface device structure
5613 **/
5614static void ixgbe_tx_timeout(struct net_device *netdev)
5615{
5616 struct ixgbe_adapter *adapter = netdev_priv(netdev);
5617
5618 /* Do the reset outside of interrupt context */
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00005619 ixgbe_tx_timeout_reset(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07005620}
5621
Usha Ketineni88290092016-04-26 05:00:26 -07005622#ifdef CONFIG_IXGBE_DCB
5623static void ixgbe_init_dcb(struct ixgbe_adapter *adapter)
5624{
5625 struct ixgbe_hw *hw = &adapter->hw;
5626 struct tc_configuration *tc;
5627 int j;
5628
5629 switch (hw->mac.type) {
5630 case ixgbe_mac_82598EB:
5631 case ixgbe_mac_82599EB:
5632 adapter->dcb_cfg.num_tcs.pg_tcs = MAX_TRAFFIC_CLASS;
5633 adapter->dcb_cfg.num_tcs.pfc_tcs = MAX_TRAFFIC_CLASS;
5634 break;
5635 case ixgbe_mac_X540:
5636 case ixgbe_mac_X550:
5637 adapter->dcb_cfg.num_tcs.pg_tcs = X540_TRAFFIC_CLASS;
5638 adapter->dcb_cfg.num_tcs.pfc_tcs = X540_TRAFFIC_CLASS;
5639 break;
5640 case ixgbe_mac_X550EM_x:
5641 case ixgbe_mac_x550em_a:
5642 default:
5643 adapter->dcb_cfg.num_tcs.pg_tcs = DEF_TRAFFIC_CLASS;
5644 adapter->dcb_cfg.num_tcs.pfc_tcs = DEF_TRAFFIC_CLASS;
5645 break;
5646 }
5647
5648 /* Configure DCB traffic classes */
5649 for (j = 0; j < MAX_TRAFFIC_CLASS; j++) {
5650 tc = &adapter->dcb_cfg.tc_config[j];
5651 tc->path[DCB_TX_CONFIG].bwg_id = 0;
5652 tc->path[DCB_TX_CONFIG].bwg_percent = 12 + (j & 1);
5653 tc->path[DCB_RX_CONFIG].bwg_id = 0;
5654 tc->path[DCB_RX_CONFIG].bwg_percent = 12 + (j & 1);
5655 tc->dcb_pfc = pfc_disabled;
5656 }
5657
5658 /* Initialize default user to priority mapping, UPx->TC0 */
5659 tc = &adapter->dcb_cfg.tc_config[0];
5660 tc->path[DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF;
5661 tc->path[DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF;
5662
5663 adapter->dcb_cfg.bw_percentage[DCB_TX_CONFIG][0] = 100;
5664 adapter->dcb_cfg.bw_percentage[DCB_RX_CONFIG][0] = 100;
5665 adapter->dcb_cfg.pfc_mode_enable = false;
5666 adapter->dcb_set_bitmap = 0x00;
5667 if (adapter->flags & IXGBE_FLAG_DCB_CAPABLE)
5668 adapter->dcbx_cap = DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE;
5669 memcpy(&adapter->temp_dcb_cfg, &adapter->dcb_cfg,
5670 sizeof(adapter->temp_dcb_cfg));
5671}
5672#endif
5673
Jesse Brandeburg4df10462009-03-13 22:15:31 +00005674/**
Auke Kok9a799d72007-09-15 14:07:45 -07005675 * ixgbe_sw_init - Initialize general software structures (struct ixgbe_adapter)
5676 * @adapter: board private structure to initialize
5677 *
5678 * ixgbe_sw_init initializes the Adapter private data structure.
5679 * Fields are initialized based on PCI device information and
5680 * OS network device settings (MTU size).
5681 **/
Emil Tantilov55570b62016-10-12 12:34:25 -07005682static int ixgbe_sw_init(struct ixgbe_adapter *adapter,
5683 const struct ixgbe_info *ii)
Auke Kok9a799d72007-09-15 14:07:45 -07005684{
5685 struct ixgbe_hw *hw = &adapter->hw;
5686 struct pci_dev *pdev = adapter->pdev;
Alexander Duyckd3cb9862013-01-16 01:35:35 +00005687 unsigned int rss, fdir;
Jacob Kellercb6d0f52012-12-04 06:03:14 +00005688 u32 fwsm;
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04005689 int i;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08005690
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07005691 /* PCI config space info */
5692
5693 hw->vendor_id = pdev->vendor;
5694 hw->device_id = pdev->device;
5695 hw->revision_id = pdev->revision;
5696 hw->subsystem_vendor_id = pdev->subsystem_vendor;
5697 hw->subsystem_device_id = pdev->subsystem_device;
5698
Emil Tantilov55570b62016-10-12 12:34:25 -07005699 /* get_invariants needs the device IDs */
5700 ii->get_invariants(hw);
5701
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005702 /* Set common capability flags and settings */
Don Skidmore0f9b2322014-11-18 09:35:08 +00005703 rss = min_t(int, ixgbe_max_rss_indices(adapter), num_online_cpus());
Alexander Duyckc0876632012-05-10 00:01:46 +00005704 adapter->ring_feature[RING_F_RSS].limit = rss;
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005705 adapter->flags2 |= IXGBE_FLAG2_RSC_CAPABLE;
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005706 adapter->max_q_vectors = MAX_Q_VECTORS_82599;
5707 adapter->atr_sample_rate = 20;
Alexander Duyckd3cb9862013-01-16 01:35:35 +00005708 fdir = min_t(int, IXGBE_MAX_FDIR_INDICES, num_online_cpus());
5709 adapter->ring_feature[RING_F_FDIR].limit = fdir;
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005710 adapter->fdir_pballoc = IXGBE_FDIR_PBALLOC_64K;
5711#ifdef CONFIG_IXGBE_DCA
5712 adapter->flags |= IXGBE_FLAG_DCA_CAPABLE;
5713#endif
Usha Ketineni88290092016-04-26 05:00:26 -07005714#ifdef CONFIG_IXGBE_DCB
5715 adapter->flags |= IXGBE_FLAG_DCB_CAPABLE;
5716 adapter->flags &= ~IXGBE_FLAG_DCB_ENABLED;
5717#endif
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005718#ifdef IXGBE_FCOE
5719 adapter->flags |= IXGBE_FLAG_FCOE_CAPABLE;
5720 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED;
5721#ifdef CONFIG_IXGBE_DCB
5722 /* Default traffic class to use for FCoE */
5723 adapter->fcoe.up = IXGBE_FCOE_DEFTC;
5724#endif /* CONFIG_IXGBE_DCB */
5725#endif /* IXGBE_FCOE */
5726
John Fastabendb82b17d2016-02-16 21:18:53 -08005727 /* initialize static ixgbe jump table entries */
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04005728 adapter->jump_tables[0] = kzalloc(sizeof(*adapter->jump_tables[0]),
5729 GFP_KERNEL);
5730 if (!adapter->jump_tables[0])
5731 return -ENOMEM;
5732 adapter->jump_tables[0]->mat = ixgbe_ipv4_fields;
5733
5734 for (i = 1; i < IXGBE_MAX_LINK_HANDLE; i++)
5735 adapter->jump_tables[i] = NULL;
John Fastabendb82b17d2016-02-16 21:18:53 -08005736
Jacob Keller5d7daa32014-03-29 06:51:25 +00005737 adapter->mac_table = kzalloc(sizeof(struct ixgbe_mac_addr) *
5738 hw->mac.num_rar_entries,
5739 GFP_ATOMIC);
Alexander Duyck530fd822015-11-02 17:09:29 -08005740 if (!adapter->mac_table)
5741 return -ENOMEM;
Jacob Keller5d7daa32014-03-29 06:51:25 +00005742
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005743 /* Set MAC specific capability flags and exceptions */
Alexander Duyckbd508172010-11-16 19:27:03 -08005744 switch (hw->mac.type) {
5745 case ixgbe_mac_82598EB:
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005746 adapter->flags2 &= ~IXGBE_FLAG2_RSC_CAPABLE;
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005747
Don Skidmorebf069c92009-05-07 10:39:54 +00005748 if (hw->device_id == IXGBE_DEV_ID_82598AT)
5749 adapter->flags |= IXGBE_FLAG_FAN_FAIL_CAPABLE;
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005750
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00005751 adapter->max_q_vectors = MAX_Q_VECTORS_82598;
Emil Tantilov8fc3bb62013-01-08 04:23:53 +00005752 adapter->ring_feature[RING_F_FDIR].limit = 0;
5753 adapter->atr_sample_rate = 0;
5754 adapter->fdir_pballoc = 0;
5755#ifdef IXGBE_FCOE
5756 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE;
5757 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED;
5758#ifdef CONFIG_IXGBE_DCB
5759 adapter->fcoe.up = 0;
5760#endif /* IXGBE_DCB */
5761#endif /* IXGBE_FCOE */
5762 break;
5763 case ixgbe_mac_82599EB:
5764 if (hw->device_id == IXGBE_DEV_ID_82599_T3_LOM)
5765 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_CAPABLE;
Alexander Duyckbd508172010-11-16 19:27:03 -08005766 break;
Don Skidmoreb93a2222010-11-16 19:27:17 -08005767 case ixgbe_mac_X540:
Don Skidmore9a900ec2015-06-09 17:15:01 -07005768 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw));
Jacob Kellercb6d0f52012-12-04 06:03:14 +00005769 if (fwsm & IXGBE_FWSM_TS_ENABLED)
5770 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_CAPABLE;
Alexander Duyckbd508172010-11-16 19:27:03 -08005771 break;
Mark Rustad49425df2016-04-01 12:18:09 -07005772 case ixgbe_mac_x550em_a:
Emil Tantilova21d0822016-08-10 11:19:23 -07005773 adapter->flags |= IXGBE_FLAG_GENEVE_OFFLOAD_CAPABLE;
Mark Rustadb3eb4e12016-12-14 11:02:16 -08005774 switch (hw->device_id) {
5775 case IXGBE_DEV_ID_X550EM_A_1G_T:
5776 case IXGBE_DEV_ID_X550EM_A_1G_T_L:
5777 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_CAPABLE;
5778 break;
5779 default:
5780 break;
5781 }
Emil Tantilova21d0822016-08-10 11:19:23 -07005782 /* fall through */
5783 case ixgbe_mac_X550EM_x:
Usha Ketineni88290092016-04-26 05:00:26 -07005784#ifdef CONFIG_IXGBE_DCB
5785 adapter->flags &= ~IXGBE_FLAG_DCB_CAPABLE;
5786#endif
5787#ifdef IXGBE_FCOE
5788 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE;
5789#ifdef CONFIG_IXGBE_DCB
5790 adapter->fcoe.up = 0;
5791#endif /* IXGBE_DCB */
5792#endif /* IXGBE_FCOE */
5793 /* Fall Through */
Don Skidmore9a75a1a2014-11-07 03:53:35 +00005794 case ixgbe_mac_X550:
Mark Rustadb3eb4e12016-12-14 11:02:16 -08005795 if (hw->mac.type == ixgbe_mac_X550)
5796 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_CAPABLE;
Don Skidmore9a75a1a2014-11-07 03:53:35 +00005797#ifdef CONFIG_IXGBE_DCA
5798 adapter->flags &= ~IXGBE_FLAG_DCA_CAPABLE;
5799#endif
Mark Rustad67359c32015-06-15 11:33:25 -07005800 adapter->flags |= IXGBE_FLAG_VXLAN_OFFLOAD_CAPABLE;
Don Skidmore9a75a1a2014-11-07 03:53:35 +00005801 break;
Alexander Duyckbd508172010-11-16 19:27:03 -08005802 default:
5803 break;
Alexander Duyckf8212f92009-04-27 22:42:37 +00005804 }
Alexander Duyck2f90b862008-11-20 20:52:10 -08005805
Alexander Duyck7c8ae652012-05-05 05:32:47 +00005806#ifdef IXGBE_FCOE
5807 /* FCoE support exists, always init the FCoE lock */
5808 spin_lock_init(&adapter->fcoe.lock);
5809
5810#endif
Alexander Duyck1fc5f032011-06-02 04:28:39 +00005811 /* n-tuple support exists, always init our spinlock */
5812 spin_lock_init(&adapter->fdir_perfect_lock);
5813
Jeff Kirsher7a6b6f52008-11-25 01:02:08 -08005814#ifdef CONFIG_IXGBE_DCB
Usha Ketineni88290092016-04-26 05:00:26 -07005815 ixgbe_init_dcb(adapter);
Alexander Duyck2f90b862008-11-20 20:52:10 -08005816#endif
Auke Kok9a799d72007-09-15 14:07:45 -07005817
5818 /* default flow control settings */
Don Skidmorecd7664f2009-03-31 21:33:44 +00005819 hw->fc.requested_mode = ixgbe_fc_full;
Don Skidmore71fd5702009-03-31 21:35:05 +00005820 hw->fc.current_mode = ixgbe_fc_full; /* init for ethtool output */
John Fastabend9da712d2011-08-23 03:14:22 +00005821 ixgbe_pbthresh_setup(adapter);
Jesse Brandeburg2b9ade92008-08-26 04:27:10 -07005822 hw->fc.pause_time = IXGBE_DEFAULT_FCPAUSE;
5823 hw->fc.send_xon = true;
Don Skidmore73d80953d2013-07-31 02:19:24 +00005824 hw->fc.disable_fc_autoneg = ixgbe_device_supports_autoneg_fc(hw);
Auke Kok9a799d72007-09-15 14:07:45 -07005825
Alexander Duyck99d74482012-05-09 08:09:25 +00005826#ifdef CONFIG_PCI_IOV
Jacob Keller170e8542013-11-09 04:52:32 -08005827 if (max_vfs > 0)
5828 e_dev_warn("Enabling SR-IOV VFs using the max_vfs module parameter is deprecated - please use the pci sysfs interface instead.\n");
Alexander Duyck99d74482012-05-09 08:09:25 +00005829
Jacob Keller170e8542013-11-09 04:52:32 -08005830 /* assign number of SR-IOV VFs */
5831 if (hw->mac.type != ixgbe_mac_82598EB) {
ethan.zhaodcc23e32014-01-16 19:41:04 -08005832 if (max_vfs > IXGBE_MAX_VFS_DRV_LIMIT) {
Jacob Keller170e8542013-11-09 04:52:32 -08005833 adapter->num_vfs = 0;
5834 e_dev_warn("max_vfs parameter out of range. Not assigning any SR-IOV VFs\n");
5835 } else {
5836 adapter->num_vfs = max_vfs;
5837 }
5838 }
5839#endif /* CONFIG_PCI_IOV */
5840
Jesse Brandeburg30efa5a2008-09-11 19:58:14 -07005841 /* enable itr by default in dynamic mode */
Nelson, Shannonf7554a22009-09-18 09:46:06 +00005842 adapter->rx_itr_setting = 1;
Nelson, Shannonf7554a22009-09-18 09:46:06 +00005843 adapter->tx_itr_setting = 1;
Jesse Brandeburg30efa5a2008-09-11 19:58:14 -07005844
Jesse Brandeburg30efa5a2008-09-11 19:58:14 -07005845 /* set default ring sizes */
5846 adapter->tx_ring_count = IXGBE_DEFAULT_TXD;
5847 adapter->rx_ring_count = IXGBE_DEFAULT_RXD;
5848
Alexander Duyckbd198052011-06-11 01:45:08 +00005849 /* set default work limits */
Alexander Duyck59224552011-08-31 00:01:06 +00005850 adapter->tx_work_limit = IXGBE_DEFAULT_TX_WORK;
Alexander Duyckbd198052011-06-11 01:45:08 +00005851
Auke Kok9a799d72007-09-15 14:07:45 -07005852 /* initialize eeprom parameters */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07005853 if (ixgbe_init_eeprom_params_generic(hw)) {
Emil Tantilov849c4542010-06-03 16:53:41 +00005854 e_dev_err("EEPROM initialization failed\n");
Auke Kok9a799d72007-09-15 14:07:45 -07005855 return -EIO;
5856 }
5857
John Fastabend2a47fa42013-11-06 09:54:52 -08005858 /* PF holds first pool slot */
5859 set_bit(0, &adapter->fwd_bitmask);
Auke Kok9a799d72007-09-15 14:07:45 -07005860 set_bit(__IXGBE_DOWN, &adapter->state);
5861
5862 return 0;
5863}
5864
5865/**
5866 * ixgbe_setup_tx_resources - allocate Tx resources (Descriptors)
Jesse Brandeburg3a581072008-08-26 04:27:08 -07005867 * @tx_ring: tx descriptor ring (for a specific queue) to setup
Auke Kok9a799d72007-09-15 14:07:45 -07005868 *
5869 * Return 0 on success, negative on failure
5870 **/
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005871int ixgbe_setup_tx_resources(struct ixgbe_ring *tx_ring)
Auke Kok9a799d72007-09-15 14:07:45 -07005872{
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005873 struct device *dev = tx_ring->dev;
Alexander Duyckde88eee2012-02-08 07:49:59 +00005874 int orig_node = dev_to_node(dev);
Mark Rustadca8dfe22014-07-24 06:19:24 +00005875 int ring_node = -1;
Auke Kok9a799d72007-09-15 14:07:45 -07005876 int size;
5877
Jesse Brandeburg3a581072008-08-26 04:27:08 -07005878 size = sizeof(struct ixgbe_tx_buffer) * tx_ring->count;
Alexander Duyckde88eee2012-02-08 07:49:59 +00005879
5880 if (tx_ring->q_vector)
Mark Rustadca8dfe22014-07-24 06:19:24 +00005881 ring_node = tx_ring->q_vector->numa_node;
Alexander Duyckde88eee2012-02-08 07:49:59 +00005882
Mark Rustadca8dfe22014-07-24 06:19:24 +00005883 tx_ring->tx_buffer_info = vzalloc_node(size, ring_node);
Jesse Brandeburg1a6c14a2010-02-03 14:18:50 +00005884 if (!tx_ring->tx_buffer_info)
Eric Dumazet89bf67f2010-11-22 00:15:06 +00005885 tx_ring->tx_buffer_info = vzalloc(size);
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07005886 if (!tx_ring->tx_buffer_info)
5887 goto err;
Auke Kok9a799d72007-09-15 14:07:45 -07005888
John Stultz827da442013-10-07 15:51:58 -07005889 u64_stats_init(&tx_ring->syncp);
5890
Auke Kok9a799d72007-09-15 14:07:45 -07005891 /* round up to nearest 4K */
Peter P Waskiewicz Jr12207e42009-02-06 21:47:24 -08005892 tx_ring->size = tx_ring->count * sizeof(union ixgbe_adv_tx_desc);
Jesse Brandeburg3a581072008-08-26 04:27:08 -07005893 tx_ring->size = ALIGN(tx_ring->size, 4096);
Auke Kok9a799d72007-09-15 14:07:45 -07005894
Mark Rustadca8dfe22014-07-24 06:19:24 +00005895 set_dev_node(dev, ring_node);
Alexander Duyckde88eee2012-02-08 07:49:59 +00005896 tx_ring->desc = dma_alloc_coherent(dev,
5897 tx_ring->size,
5898 &tx_ring->dma,
5899 GFP_KERNEL);
5900 set_dev_node(dev, orig_node);
5901 if (!tx_ring->desc)
5902 tx_ring->desc = dma_alloc_coherent(dev, tx_ring->size,
5903 &tx_ring->dma, GFP_KERNEL);
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07005904 if (!tx_ring->desc)
5905 goto err;
Auke Kok9a799d72007-09-15 14:07:45 -07005906
Jesse Brandeburg3a581072008-08-26 04:27:08 -07005907 tx_ring->next_to_use = 0;
5908 tx_ring->next_to_clean = 0;
Auke Kok9a799d72007-09-15 14:07:45 -07005909 return 0;
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07005910
5911err:
5912 vfree(tx_ring->tx_buffer_info);
5913 tx_ring->tx_buffer_info = NULL;
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005914 dev_err(dev, "Unable to allocate memory for the Tx descriptor ring\n");
Jesse Brandeburge01c31a2008-08-26 04:27:13 -07005915 return -ENOMEM;
Auke Kok9a799d72007-09-15 14:07:45 -07005916}
5917
5918/**
Alexander Duyck69888672008-09-11 20:05:39 -07005919 * ixgbe_setup_all_tx_resources - allocate all queues Tx resources
5920 * @adapter: board private structure
5921 *
5922 * If this function returns with an error, then it's possible one or
5923 * more of the rings is populated (while the rest are not). It is the
5924 * callers duty to clean those orphaned rings.
5925 *
5926 * Return 0 on success, negative on failure
5927 **/
5928static int ixgbe_setup_all_tx_resources(struct ixgbe_adapter *adapter)
5929{
5930 int i, err = 0;
5931
5932 for (i = 0; i < adapter->num_tx_queues; i++) {
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005933 err = ixgbe_setup_tx_resources(adapter->tx_ring[i]);
Alexander Duyck69888672008-09-11 20:05:39 -07005934 if (!err)
5935 continue;
Alexander Duyckde3d5b92012-05-18 06:33:47 +00005936
Emil Tantilov396e7992010-07-01 20:05:12 +00005937 e_err(probe, "Allocation for Tx Queue %u failed\n", i);
Alexander Duyckde3d5b92012-05-18 06:33:47 +00005938 goto err_setup_tx;
Alexander Duyck69888672008-09-11 20:05:39 -07005939 }
5940
Alexander Duyckde3d5b92012-05-18 06:33:47 +00005941 return 0;
5942err_setup_tx:
5943 /* rewind the index freeing the rings as we go */
5944 while (i--)
5945 ixgbe_free_tx_resources(adapter->tx_ring[i]);
Alexander Duyck69888672008-09-11 20:05:39 -07005946 return err;
5947}
5948
5949/**
Auke Kok9a799d72007-09-15 14:07:45 -07005950 * ixgbe_setup_rx_resources - allocate Rx resources (Descriptors)
Jesse Brandeburg3a581072008-08-26 04:27:08 -07005951 * @rx_ring: rx descriptor ring (for a specific queue) to setup
Auke Kok9a799d72007-09-15 14:07:45 -07005952 *
5953 * Returns 0 on success, negative on failure
5954 **/
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005955int ixgbe_setup_rx_resources(struct ixgbe_ring *rx_ring)
Auke Kok9a799d72007-09-15 14:07:45 -07005956{
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005957 struct device *dev = rx_ring->dev;
Alexander Duyckde88eee2012-02-08 07:49:59 +00005958 int orig_node = dev_to_node(dev);
Mark Rustadca8dfe22014-07-24 06:19:24 +00005959 int ring_node = -1;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08005960 int size;
Auke Kok9a799d72007-09-15 14:07:45 -07005961
Jesse Brandeburg3a581072008-08-26 04:27:08 -07005962 size = sizeof(struct ixgbe_rx_buffer) * rx_ring->count;
Alexander Duyckde88eee2012-02-08 07:49:59 +00005963
5964 if (rx_ring->q_vector)
Mark Rustadca8dfe22014-07-24 06:19:24 +00005965 ring_node = rx_ring->q_vector->numa_node;
Alexander Duyckde88eee2012-02-08 07:49:59 +00005966
Mark Rustadca8dfe22014-07-24 06:19:24 +00005967 rx_ring->rx_buffer_info = vzalloc_node(size, ring_node);
Jesse Brandeburg1a6c14a2010-02-03 14:18:50 +00005968 if (!rx_ring->rx_buffer_info)
Eric Dumazet89bf67f2010-11-22 00:15:06 +00005969 rx_ring->rx_buffer_info = vzalloc(size);
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005970 if (!rx_ring->rx_buffer_info)
5971 goto err;
Auke Kok9a799d72007-09-15 14:07:45 -07005972
John Stultz827da442013-10-07 15:51:58 -07005973 u64_stats_init(&rx_ring->syncp);
5974
Auke Kok9a799d72007-09-15 14:07:45 -07005975 /* Round up to nearest 4K */
Jesse Brandeburg3a581072008-08-26 04:27:08 -07005976 rx_ring->size = rx_ring->count * sizeof(union ixgbe_adv_rx_desc);
5977 rx_ring->size = ALIGN(rx_ring->size, 4096);
Auke Kok9a799d72007-09-15 14:07:45 -07005978
Mark Rustadca8dfe22014-07-24 06:19:24 +00005979 set_dev_node(dev, ring_node);
Alexander Duyckde88eee2012-02-08 07:49:59 +00005980 rx_ring->desc = dma_alloc_coherent(dev,
5981 rx_ring->size,
5982 &rx_ring->dma,
5983 GFP_KERNEL);
5984 set_dev_node(dev, orig_node);
5985 if (!rx_ring->desc)
5986 rx_ring->desc = dma_alloc_coherent(dev, rx_ring->size,
5987 &rx_ring->dma, GFP_KERNEL);
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005988 if (!rx_ring->desc)
5989 goto err;
Auke Kok9a799d72007-09-15 14:07:45 -07005990
Jesse Brandeburg3a581072008-08-26 04:27:08 -07005991 rx_ring->next_to_clean = 0;
5992 rx_ring->next_to_use = 0;
Auke Kok9a799d72007-09-15 14:07:45 -07005993
5994 return 0;
Alexander Duyckb6ec8952010-11-16 19:26:49 -08005995err:
5996 vfree(rx_ring->rx_buffer_info);
5997 rx_ring->rx_buffer_info = NULL;
5998 dev_err(dev, "Unable to allocate memory for the Rx descriptor ring\n");
Mallikarjuna R Chilakala177db6f2008-06-18 15:32:19 -07005999 return -ENOMEM;
Auke Kok9a799d72007-09-15 14:07:45 -07006000}
6001
6002/**
Alexander Duyck69888672008-09-11 20:05:39 -07006003 * ixgbe_setup_all_rx_resources - allocate all queues Rx resources
6004 * @adapter: board private structure
6005 *
6006 * If this function returns with an error, then it's possible one or
6007 * more of the rings is populated (while the rest are not). It is the
6008 * callers duty to clean those orphaned rings.
6009 *
6010 * Return 0 on success, negative on failure
6011 **/
Alexander Duyck69888672008-09-11 20:05:39 -07006012static int ixgbe_setup_all_rx_resources(struct ixgbe_adapter *adapter)
6013{
6014 int i, err = 0;
6015
6016 for (i = 0; i < adapter->num_rx_queues; i++) {
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006017 err = ixgbe_setup_rx_resources(adapter->rx_ring[i]);
Alexander Duyck69888672008-09-11 20:05:39 -07006018 if (!err)
6019 continue;
Alexander Duyckde3d5b92012-05-18 06:33:47 +00006020
Emil Tantilov396e7992010-07-01 20:05:12 +00006021 e_err(probe, "Allocation for Rx Queue %u failed\n", i);
Alexander Duyckde3d5b92012-05-18 06:33:47 +00006022 goto err_setup_rx;
Alexander Duyck69888672008-09-11 20:05:39 -07006023 }
6024
Alexander Duyck7c8ae652012-05-05 05:32:47 +00006025#ifdef IXGBE_FCOE
6026 err = ixgbe_setup_fcoe_ddp_resources(adapter);
6027 if (!err)
6028#endif
6029 return 0;
Alexander Duyckde3d5b92012-05-18 06:33:47 +00006030err_setup_rx:
6031 /* rewind the index freeing the rings as we go */
6032 while (i--)
6033 ixgbe_free_rx_resources(adapter->rx_ring[i]);
Alexander Duyck69888672008-09-11 20:05:39 -07006034 return err;
6035}
6036
6037/**
Auke Kok9a799d72007-09-15 14:07:45 -07006038 * ixgbe_free_tx_resources - Free Tx Resources per Queue
Auke Kok9a799d72007-09-15 14:07:45 -07006039 * @tx_ring: Tx descriptor ring for a specific queue
6040 *
6041 * Free all transmit software resources
6042 **/
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006043void ixgbe_free_tx_resources(struct ixgbe_ring *tx_ring)
Auke Kok9a799d72007-09-15 14:07:45 -07006044{
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006045 ixgbe_clean_tx_ring(tx_ring);
Auke Kok9a799d72007-09-15 14:07:45 -07006046
6047 vfree(tx_ring->tx_buffer_info);
6048 tx_ring->tx_buffer_info = NULL;
6049
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006050 /* if not set, then don't free */
6051 if (!tx_ring->desc)
6052 return;
6053
6054 dma_free_coherent(tx_ring->dev, tx_ring->size,
6055 tx_ring->desc, tx_ring->dma);
Auke Kok9a799d72007-09-15 14:07:45 -07006056
6057 tx_ring->desc = NULL;
6058}
6059
6060/**
6061 * ixgbe_free_all_tx_resources - Free Tx Resources for All Queues
6062 * @adapter: board private structure
6063 *
6064 * Free all transmit software resources
6065 **/
6066static void ixgbe_free_all_tx_resources(struct ixgbe_adapter *adapter)
6067{
6068 int i;
6069
6070 for (i = 0; i < adapter->num_tx_queues; i++)
PJ Waskiewicz4a0b9ca2010-02-03 14:19:12 +00006071 if (adapter->tx_ring[i]->desc)
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006072 ixgbe_free_tx_resources(adapter->tx_ring[i]);
Auke Kok9a799d72007-09-15 14:07:45 -07006073}
6074
6075/**
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07006076 * ixgbe_free_rx_resources - Free Rx Resources
Auke Kok9a799d72007-09-15 14:07:45 -07006077 * @rx_ring: ring to clean the resources from
6078 *
6079 * Free all receive software resources
6080 **/
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006081void ixgbe_free_rx_resources(struct ixgbe_ring *rx_ring)
Auke Kok9a799d72007-09-15 14:07:45 -07006082{
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006083 ixgbe_clean_rx_ring(rx_ring);
Auke Kok9a799d72007-09-15 14:07:45 -07006084
6085 vfree(rx_ring->rx_buffer_info);
6086 rx_ring->rx_buffer_info = NULL;
6087
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006088 /* if not set, then don't free */
6089 if (!rx_ring->desc)
6090 return;
6091
6092 dma_free_coherent(rx_ring->dev, rx_ring->size,
6093 rx_ring->desc, rx_ring->dma);
Auke Kok9a799d72007-09-15 14:07:45 -07006094
6095 rx_ring->desc = NULL;
6096}
6097
6098/**
6099 * ixgbe_free_all_rx_resources - Free Rx Resources for All Queues
6100 * @adapter: board private structure
6101 *
6102 * Free all receive software resources
6103 **/
6104static void ixgbe_free_all_rx_resources(struct ixgbe_adapter *adapter)
6105{
6106 int i;
6107
Alexander Duyck7c8ae652012-05-05 05:32:47 +00006108#ifdef IXGBE_FCOE
6109 ixgbe_free_fcoe_ddp_resources(adapter);
6110
6111#endif
Auke Kok9a799d72007-09-15 14:07:45 -07006112 for (i = 0; i < adapter->num_rx_queues; i++)
PJ Waskiewicz4a0b9ca2010-02-03 14:19:12 +00006113 if (adapter->rx_ring[i]->desc)
Alexander Duyckb6ec8952010-11-16 19:26:49 -08006114 ixgbe_free_rx_resources(adapter->rx_ring[i]);
Auke Kok9a799d72007-09-15 14:07:45 -07006115}
6116
6117/**
Auke Kok9a799d72007-09-15 14:07:45 -07006118 * ixgbe_change_mtu - Change the Maximum Transfer Unit
6119 * @netdev: network interface device structure
6120 * @new_mtu: new value for maximum frame size
6121 *
6122 * Returns 0 on success, negative on failure
6123 **/
6124static int ixgbe_change_mtu(struct net_device *netdev, int new_mtu)
6125{
6126 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Alexander Duyck655309e2012-02-08 07:50:35 +00006127
6128 /*
Alexander Duyck872844d2012-08-15 02:10:43 +00006129 * For 82599EB we cannot allow legacy VFs to enable their receive
6130 * paths when MTU greater than 1500 is configured. So display a
6131 * warning that legacy VFs will be disabled.
Alexander Duyck655309e2012-02-08 07:50:35 +00006132 */
6133 if ((adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) &&
6134 (adapter->hw.mac.type == ixgbe_mac_82599EB) &&
Jarod Wilson91c527a2016-10-17 15:54:05 -04006135 (new_mtu > ETH_DATA_LEN))
Alexander Duyck872844d2012-08-15 02:10:43 +00006136 e_warn(probe, "Setting MTU > 1500 will disable legacy VFs\n");
Auke Kok9a799d72007-09-15 14:07:45 -07006137
Emil Tantilov396e7992010-07-01 20:05:12 +00006138 e_info(probe, "changing MTU from %d to %d\n", netdev->mtu, new_mtu);
Alexander Duyck655309e2012-02-08 07:50:35 +00006139
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08006140 /* must set new MTU before calling down or up */
Auke Kok9a799d72007-09-15 14:07:45 -07006141 netdev->mtu = new_mtu;
6142
Ayyappan Veeraiyand4f80882008-02-01 15:58:41 -08006143 if (netif_running(netdev))
6144 ixgbe_reinit_locked(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07006145
6146 return 0;
6147}
6148
6149/**
6150 * ixgbe_open - Called when a network interface is made active
6151 * @netdev: network interface device structure
6152 *
6153 * Returns 0 on success, negative value on failure
6154 *
6155 * The open entry point is called when a network interface is made
6156 * active by the system (IFF_UP). At this point all resources needed
6157 * for transmit and receive operations are allocated, the interrupt
6158 * handler is registered with the OS, the watchdog timer is started,
6159 * and the stack is notified that the interface is ready.
6160 **/
Stefan Assmann6c211fe12016-02-03 09:20:48 +01006161int ixgbe_open(struct net_device *netdev)
Auke Kok9a799d72007-09-15 14:07:45 -07006162{
6163 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Don Skidmore961fac82015-06-09 16:09:47 -07006164 struct ixgbe_hw *hw = &adapter->hw;
John Fastabend2a47fa42013-11-06 09:54:52 -08006165 int err, queues;
Auke Kok9a799d72007-09-15 14:07:45 -07006166
Auke Kok4bebfaa2008-02-11 09:26:01 -08006167 /* disallow open during test */
6168 if (test_bit(__IXGBE_TESTING, &adapter->state))
6169 return -EBUSY;
6170
Jesse Brandeburg54386462009-04-17 20:44:27 +00006171 netif_carrier_off(netdev);
6172
Auke Kok9a799d72007-09-15 14:07:45 -07006173 /* allocate transmit descriptors */
6174 err = ixgbe_setup_all_tx_resources(adapter);
6175 if (err)
6176 goto err_setup_tx;
6177
Auke Kok9a799d72007-09-15 14:07:45 -07006178 /* allocate receive descriptors */
6179 err = ixgbe_setup_all_rx_resources(adapter);
6180 if (err)
6181 goto err_setup_rx;
6182
6183 ixgbe_configure(adapter);
6184
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08006185 err = ixgbe_request_irq(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07006186 if (err)
6187 goto err_req_irq;
6188
Alexander Duyckac802f52012-07-12 05:52:53 +00006189 /* Notify the stack of the actual queue counts. */
John Fastabend2a47fa42013-11-06 09:54:52 -08006190 if (adapter->num_rx_pools > 1)
6191 queues = adapter->num_rx_queues_per_pool;
6192 else
6193 queues = adapter->num_tx_queues;
6194
6195 err = netif_set_real_num_tx_queues(netdev, queues);
Alexander Duyckac802f52012-07-12 05:52:53 +00006196 if (err)
6197 goto err_set_queues;
6198
John Fastabend2a47fa42013-11-06 09:54:52 -08006199 if (adapter->num_rx_pools > 1 &&
6200 adapter->num_rx_queues > IXGBE_MAX_L2A_QUEUES)
6201 queues = IXGBE_MAX_L2A_QUEUES;
6202 else
6203 queues = adapter->num_rx_queues;
6204 err = netif_set_real_num_rx_queues(netdev, queues);
Alexander Duyckac802f52012-07-12 05:52:53 +00006205 if (err)
6206 goto err_set_queues;
6207
Jacob Keller1a71ab22012-08-25 03:54:19 +00006208 ixgbe_ptp_init(adapter);
Jacob Keller1a71ab22012-08-25 03:54:19 +00006209
Alexander Duyckc7ccde02011-07-21 00:40:40 +00006210 ixgbe_up_complete(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07006211
Emil Tantilova21d0822016-08-10 11:19:23 -07006212 ixgbe_clear_udp_tunnel_port(adapter, IXGBE_VXLANCTRL_ALL_UDPPORT_MASK);
Alexander Duyckb3a49552016-06-16 12:22:19 -07006213 udp_tunnel_get_rx_info(netdev);
Mark Rustad67359c32015-06-15 11:33:25 -07006214
Auke Kok9a799d72007-09-15 14:07:45 -07006215 return 0;
6216
Alexander Duyckac802f52012-07-12 05:52:53 +00006217err_set_queues:
6218 ixgbe_free_irq(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07006219err_req_irq:
Mallikarjuna R Chilakalaa20a1192009-03-31 21:34:44 +00006220 ixgbe_free_all_rx_resources(adapter);
Don Skidmore961fac82015-06-09 16:09:47 -07006221 if (hw->phy.ops.set_phy_power && !adapter->wol)
6222 hw->phy.ops.set_phy_power(&adapter->hw, false);
Alexander Duyckde3d5b92012-05-18 06:33:47 +00006223err_setup_rx:
Mallikarjuna R Chilakalaa20a1192009-03-31 21:34:44 +00006224 ixgbe_free_all_tx_resources(adapter);
Alexander Duyckde3d5b92012-05-18 06:33:47 +00006225err_setup_tx:
Auke Kok9a799d72007-09-15 14:07:45 -07006226 ixgbe_reset(adapter);
6227
6228 return err;
6229}
6230
Jacob Kellera0cccce2014-05-16 05:12:29 +00006231static void ixgbe_close_suspend(struct ixgbe_adapter *adapter)
6232{
6233 ixgbe_ptp_suspend(adapter);
6234
Don Skidmore6ac74392015-06-17 17:34:31 -04006235 if (adapter->hw.phy.ops.enter_lplu) {
6236 adapter->hw.phy.reset_disable = true;
6237 ixgbe_down(adapter);
6238 adapter->hw.phy.ops.enter_lplu(&adapter->hw);
6239 adapter->hw.phy.reset_disable = false;
6240 } else {
6241 ixgbe_down(adapter);
6242 }
6243
Jacob Kellera0cccce2014-05-16 05:12:29 +00006244 ixgbe_free_irq(adapter);
6245
6246 ixgbe_free_all_tx_resources(adapter);
6247 ixgbe_free_all_rx_resources(adapter);
6248}
6249
Auke Kok9a799d72007-09-15 14:07:45 -07006250/**
6251 * ixgbe_close - Disables a network interface
6252 * @netdev: network interface device structure
6253 *
6254 * Returns 0, this is not allowed to fail
6255 *
6256 * The close entry point is called when an interface is de-activated
6257 * by the OS. The hardware is still under the drivers control, but
6258 * needs to be disabled. A global MAC reset is issued to stop the
6259 * hardware, and all transmit and receive resources are freed.
6260 **/
Stefan Assmann6c211fe12016-02-03 09:20:48 +01006261int ixgbe_close(struct net_device *netdev)
Auke Kok9a799d72007-09-15 14:07:45 -07006262{
6263 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Auke Kok9a799d72007-09-15 14:07:45 -07006264
Jacob Keller1a71ab22012-08-25 03:54:19 +00006265 ixgbe_ptp_stop(adapter);
Jacob Keller1a71ab22012-08-25 03:54:19 +00006266
Emil Tantilovf7f37e72016-11-11 10:07:47 -08006267 if (netif_device_present(netdev))
6268 ixgbe_close_suspend(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07006269
Alexander Duycke4911d52011-05-11 07:18:52 +00006270 ixgbe_fdir_filter_exit(adapter);
6271
Ayyappan Veeraiyan5eba3692008-02-01 15:59:04 -08006272 ixgbe_release_hw_control(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07006273
6274 return 0;
6275}
6276
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006277#ifdef CONFIG_PM
6278static int ixgbe_resume(struct pci_dev *pdev)
6279{
Alexander Duyckc60fbb02010-11-16 19:26:54 -08006280 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
6281 struct net_device *netdev = adapter->netdev;
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006282 u32 err;
6283
Mark Rustad0391bbe2014-02-28 15:48:55 -08006284 adapter->hw.hw_addr = adapter->io_addr;
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006285 pci_set_power_state(pdev, PCI_D0);
6286 pci_restore_state(pdev);
Don Skidmore656ab812009-12-23 21:19:19 -08006287 /*
6288 * pci_restore_state clears dev->state_saved so call
6289 * pci_save_state to restore it.
6290 */
6291 pci_save_state(pdev);
gouji-new9ce77662009-05-06 10:44:45 +00006292
6293 err = pci_enable_device_mem(pdev);
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006294 if (err) {
Emil Tantilov849c4542010-06-03 16:53:41 +00006295 e_dev_err("Cannot enable PCI device from suspend\n");
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006296 return err;
6297 }
Peter Zijlstra4e857c52014-03-17 18:06:10 +01006298 smp_mb__before_atomic();
Mark Rustad41c62842014-03-12 00:38:35 +00006299 clear_bit(__IXGBE_DISABLED, &adapter->state);
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006300 pci_set_master(pdev);
6301
Don Skidmoredd4d8ca2009-04-29 00:22:31 -07006302 pci_wake_from_d3(pdev, false);
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006303
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006304 ixgbe_reset(adapter);
6305
Waskiewicz Jr, Peter P495dce12009-04-23 11:15:18 +00006306 IXGBE_WRITE_REG(&adapter->hw, IXGBE_WUS, ~0);
6307
Alexander Duyckac802f52012-07-12 05:52:53 +00006308 rtnl_lock();
6309 err = ixgbe_init_interrupt_scheme(adapter);
6310 if (!err && netif_running(netdev))
Alexander Duyckc60fbb02010-11-16 19:26:54 -08006311 err = ixgbe_open(netdev);
Alexander Duyckac802f52012-07-12 05:52:53 +00006312
Emil Tantilovf7f37e72016-11-11 10:07:47 -08006313
6314 if (!err)
6315 netif_device_attach(netdev);
Alexander Duyckac802f52012-07-12 05:52:53 +00006316 rtnl_unlock();
6317
Emil Tantilovf7f37e72016-11-11 10:07:47 -08006318 return err;
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006319}
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006320#endif /* CONFIG_PM */
Rafael J. Wysocki9d8d05a2009-04-15 17:44:01 +00006321
6322static int __ixgbe_shutdown(struct pci_dev *pdev, bool *enable_wake)
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006323{
Alexander Duyckc60fbb02010-11-16 19:26:54 -08006324 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
6325 struct net_device *netdev = adapter->netdev;
PJ Waskiewicze8e26352009-02-27 15:45:05 +00006326 struct ixgbe_hw *hw = &adapter->hw;
6327 u32 ctrl, fctrl;
6328 u32 wufc = adapter->wol;
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006329#ifdef CONFIG_PM
6330 int retval = 0;
6331#endif
6332
Emil Tantilovf7f37e72016-11-11 10:07:47 -08006333 rtnl_lock();
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006334 netif_device_detach(netdev);
6335
Jacob Kellera0cccce2014-05-16 05:12:29 +00006336 if (netif_running(netdev))
6337 ixgbe_close_suspend(adapter);
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006338
Alexander Duyck5f5ae6f2010-11-16 19:26:52 -08006339 ixgbe_clear_interrupt_scheme(adapter);
Emil Tantilovf7f37e72016-11-11 10:07:47 -08006340 rtnl_unlock();
Alexander Duyck5f5ae6f2010-11-16 19:26:52 -08006341
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006342#ifdef CONFIG_PM
6343 retval = pci_save_state(pdev);
6344 if (retval)
6345 return retval;
Jesse Brandeburg4df10462009-03-13 22:15:31 +00006346
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006347#endif
Jacob Kellerf4f10402013-06-25 07:59:23 +00006348 if (hw->mac.ops.stop_link_on_d3)
6349 hw->mac.ops.stop_link_on_d3(hw);
6350
PJ Waskiewicze8e26352009-02-27 15:45:05 +00006351 if (wufc) {
6352 ixgbe_set_rx_mode(netdev);
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006353
Emil Tantilovec74a472012-09-20 03:33:56 +00006354 /* enable the optics for 82599 SFP+ fiber as we can WoL */
6355 if (hw->mac.ops.enable_tx_laser)
Don Skidmorec509e752012-04-05 08:12:05 +00006356 hw->mac.ops.enable_tx_laser(hw);
6357
PJ Waskiewicze8e26352009-02-27 15:45:05 +00006358 /* turn on all-multi mode if wake on multicast is enabled */
6359 if (wufc & IXGBE_WUFC_MC) {
6360 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
6361 fctrl |= IXGBE_FCTRL_MPE;
6362 IXGBE_WRITE_REG(hw, IXGBE_FCTRL, fctrl);
6363 }
6364
6365 ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
6366 ctrl |= IXGBE_CTRL_GIO_DIS;
6367 IXGBE_WRITE_REG(hw, IXGBE_CTRL, ctrl);
6368
6369 IXGBE_WRITE_REG(hw, IXGBE_WUFC, wufc);
6370 } else {
6371 IXGBE_WRITE_REG(hw, IXGBE_WUC, 0);
6372 IXGBE_WRITE_REG(hw, IXGBE_WUFC, 0);
6373 }
6374
Alexander Duyckbd508172010-11-16 19:27:03 -08006375 switch (hw->mac.type) {
6376 case ixgbe_mac_82598EB:
Don Skidmoredd4d8ca2009-04-29 00:22:31 -07006377 pci_wake_from_d3(pdev, false);
Alexander Duyckbd508172010-11-16 19:27:03 -08006378 break;
6379 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08006380 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00006381 case ixgbe_mac_X550:
6382 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07006383 case ixgbe_mac_x550em_a:
Alexander Duyckbd508172010-11-16 19:27:03 -08006384 pci_wake_from_d3(pdev, !!wufc);
6385 break;
6386 default:
6387 break;
6388 }
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006389
Rafael J. Wysocki9d8d05a2009-04-15 17:44:01 +00006390 *enable_wake = !!wufc;
Don Skidmore961fac82015-06-09 16:09:47 -07006391 if (hw->phy.ops.set_phy_power && !*enable_wake)
6392 hw->phy.ops.set_phy_power(hw, false);
Rafael J. Wysocki9d8d05a2009-04-15 17:44:01 +00006393
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006394 ixgbe_release_hw_control(adapter);
6395
Mark Rustad41c62842014-03-12 00:38:35 +00006396 if (!test_and_set_bit(__IXGBE_DISABLED, &adapter->state))
6397 pci_disable_device(pdev);
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006398
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006399 return 0;
6400}
6401
Rafael J. Wysocki9d8d05a2009-04-15 17:44:01 +00006402#ifdef CONFIG_PM
6403static int ixgbe_suspend(struct pci_dev *pdev, pm_message_t state)
6404{
6405 int retval;
6406 bool wake;
6407
6408 retval = __ixgbe_shutdown(pdev, &wake);
6409 if (retval)
6410 return retval;
6411
6412 if (wake) {
6413 pci_prepare_to_sleep(pdev);
6414 } else {
6415 pci_wake_from_d3(pdev, false);
6416 pci_set_power_state(pdev, PCI_D3hot);
6417 }
6418
6419 return 0;
6420}
6421#endif /* CONFIG_PM */
6422
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006423static void ixgbe_shutdown(struct pci_dev *pdev)
6424{
Rafael J. Wysocki9d8d05a2009-04-15 17:44:01 +00006425 bool wake;
6426
6427 __ixgbe_shutdown(pdev, &wake);
6428
6429 if (system_state == SYSTEM_POWER_OFF) {
6430 pci_wake_from_d3(pdev, wake);
6431 pci_set_power_state(pdev, PCI_D3hot);
6432 }
Alexander Duyckb3c8b4b2008-09-11 20:04:56 -07006433}
6434
6435/**
Auke Kok9a799d72007-09-15 14:07:45 -07006436 * ixgbe_update_stats - Update the board statistics counters.
6437 * @adapter: board private structure
6438 **/
6439void ixgbe_update_stats(struct ixgbe_adapter *adapter)
6440{
Ajit Khaparde2d86f132009-10-07 02:43:49 +00006441 struct net_device *netdev = adapter->netdev;
Auke Kok9a799d72007-09-15 14:07:45 -07006442 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyck5b7da512010-11-16 19:26:50 -08006443 struct ixgbe_hw_stats *hwstats = &adapter->stats;
Ayyappan Veeraiyan6f11eef2008-02-01 15:59:14 -08006444 u64 total_mpc = 0;
6445 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot;
Alexander Duyck5b7da512010-11-16 19:26:50 -08006446 u64 non_eop_descs = 0, restart_queue = 0, tx_busy = 0;
6447 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0;
Alexander Duyck8a0da212012-01-31 02:59:49 +00006448 u64 bytes = 0, packets = 0, hw_csum_rx_error = 0;
Auke Kok9a799d72007-09-15 14:07:45 -07006449
Don Skidmored08935c2010-06-11 13:20:29 +00006450 if (test_bit(__IXGBE_DOWN, &adapter->state) ||
6451 test_bit(__IXGBE_RESETTING, &adapter->state))
6452 return;
6453
Mallikarjuna R Chilakala94b982b2009-11-23 06:32:06 +00006454 if (adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED) {
Alexander Duyckf8212f92009-04-27 22:42:37 +00006455 u64 rsc_count = 0;
Mallikarjuna R Chilakala94b982b2009-11-23 06:32:06 +00006456 u64 rsc_flush = 0;
Mallikarjuna R Chilakala94b982b2009-11-23 06:32:06 +00006457 for (i = 0; i < adapter->num_rx_queues; i++) {
Alexander Duyck5b7da512010-11-16 19:26:50 -08006458 rsc_count += adapter->rx_ring[i]->rx_stats.rsc_count;
6459 rsc_flush += adapter->rx_ring[i]->rx_stats.rsc_flush;
Mallikarjuna R Chilakala94b982b2009-11-23 06:32:06 +00006460 }
6461 adapter->rsc_total_count = rsc_count;
6462 adapter->rsc_total_flush = rsc_flush;
PJ Waskiewiczd51019a2009-03-13 22:12:48 +00006463 }
6464
Alexander Duyck5b7da512010-11-16 19:26:50 -08006465 for (i = 0; i < adapter->num_rx_queues; i++) {
6466 struct ixgbe_ring *rx_ring = adapter->rx_ring[i];
6467 non_eop_descs += rx_ring->rx_stats.non_eop_descs;
6468 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed;
6469 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed;
Alexander Duyck8a0da212012-01-31 02:59:49 +00006470 hw_csum_rx_error += rx_ring->rx_stats.csum_err;
Alexander Duyck5b7da512010-11-16 19:26:50 -08006471 bytes += rx_ring->stats.bytes;
6472 packets += rx_ring->stats.packets;
6473 }
Mallikarjuna R Chilakalaeb985f02009-12-15 11:56:59 +00006474 adapter->non_eop_descs = non_eop_descs;
Alexander Duyck5b7da512010-11-16 19:26:50 -08006475 adapter->alloc_rx_page_failed = alloc_rx_page_failed;
6476 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed;
Alexander Duyck8a0da212012-01-31 02:59:49 +00006477 adapter->hw_csum_rx_error = hw_csum_rx_error;
Alexander Duyck5b7da512010-11-16 19:26:50 -08006478 netdev->stats.rx_bytes = bytes;
6479 netdev->stats.rx_packets = packets;
6480
6481 bytes = 0;
6482 packets = 0;
6483 /* gather some stats to the adapter struct that are per queue */
6484 for (i = 0; i < adapter->num_tx_queues; i++) {
6485 struct ixgbe_ring *tx_ring = adapter->tx_ring[i];
6486 restart_queue += tx_ring->tx_stats.restart_queue;
6487 tx_busy += tx_ring->tx_stats.tx_busy;
6488 bytes += tx_ring->stats.bytes;
6489 packets += tx_ring->stats.packets;
6490 }
6491 adapter->restart_queue = restart_queue;
6492 adapter->tx_busy = tx_busy;
6493 netdev->stats.tx_bytes = bytes;
6494 netdev->stats.tx_packets = packets;
Jesse Brandeburg7ca3bc52009-12-03 11:33:29 +00006495
Joe Perches7ca647b2010-09-07 21:35:40 +00006496 hwstats->crcerrs += IXGBE_READ_REG(hw, IXGBE_CRCERRS);
Emil Tantilov1a70db4b2011-07-26 07:51:41 +00006497
6498 /* 8 register reads */
Ayyappan Veeraiyan6f11eef2008-02-01 15:59:14 -08006499 for (i = 0; i < 8; i++) {
6500 /* for packet buffers not used, the register should read 0 */
6501 mpc = IXGBE_READ_REG(hw, IXGBE_MPC(i));
6502 missed_rx += mpc;
Joe Perches7ca647b2010-09-07 21:35:40 +00006503 hwstats->mpc[i] += mpc;
6504 total_mpc += hwstats->mpc[i];
Emil Tantilov1a70db4b2011-07-26 07:51:41 +00006505 hwstats->pxontxc[i] += IXGBE_READ_REG(hw, IXGBE_PXONTXC(i));
6506 hwstats->pxofftxc[i] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i));
Alexander Duyckbd508172010-11-16 19:27:03 -08006507 switch (hw->mac.type) {
6508 case ixgbe_mac_82598EB:
Emil Tantilov1a70db4b2011-07-26 07:51:41 +00006509 hwstats->rnbc[i] += IXGBE_READ_REG(hw, IXGBE_RNBC(i));
6510 hwstats->qbtc[i] += IXGBE_READ_REG(hw, IXGBE_QBTC(i));
6511 hwstats->qbrc[i] += IXGBE_READ_REG(hw, IXGBE_QBRC(i));
Joe Perches7ca647b2010-09-07 21:35:40 +00006512 hwstats->pxonrxc[i] +=
6513 IXGBE_READ_REG(hw, IXGBE_PXONRXC(i));
Alexander Duyckbd508172010-11-16 19:27:03 -08006514 break;
6515 case ixgbe_mac_82599EB:
Don Skidmoreb93a2222010-11-16 19:27:17 -08006516 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00006517 case ixgbe_mac_X550:
6518 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07006519 case ixgbe_mac_x550em_a:
Alexander Duyckbd508172010-11-16 19:27:03 -08006520 hwstats->pxonrxc[i] +=
6521 IXGBE_READ_REG(hw, IXGBE_PXONRXCNT(i));
Alexander Duyckbd508172010-11-16 19:27:03 -08006522 break;
6523 default:
6524 break;
PJ Waskiewicze8e26352009-02-27 15:45:05 +00006525 }
Ayyappan Veeraiyan6f11eef2008-02-01 15:59:14 -08006526 }
Emil Tantilov1a70db4b2011-07-26 07:51:41 +00006527
6528 /*16 register reads */
6529 for (i = 0; i < 16; i++) {
6530 hwstats->qptc[i] += IXGBE_READ_REG(hw, IXGBE_QPTC(i));
6531 hwstats->qprc[i] += IXGBE_READ_REG(hw, IXGBE_QPRC(i));
6532 if ((hw->mac.type == ixgbe_mac_82599EB) ||
Don Skidmore9a75a1a2014-11-07 03:53:35 +00006533 (hw->mac.type == ixgbe_mac_X540) ||
6534 (hw->mac.type == ixgbe_mac_X550) ||
Mark Rustad49425df2016-04-01 12:18:09 -07006535 (hw->mac.type == ixgbe_mac_X550EM_x) ||
6536 (hw->mac.type == ixgbe_mac_x550em_a)) {
Emil Tantilov1a70db4b2011-07-26 07:51:41 +00006537 hwstats->qbtc[i] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(i));
6538 IXGBE_READ_REG(hw, IXGBE_QBTC_H(i)); /* to clear */
6539 hwstats->qbrc[i] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(i));
6540 IXGBE_READ_REG(hw, IXGBE_QBRC_H(i)); /* to clear */
6541 }
6542 }
6543
Joe Perches7ca647b2010-09-07 21:35:40 +00006544 hwstats->gprc += IXGBE_READ_REG(hw, IXGBE_GPRC);
Ayyappan Veeraiyan6f11eef2008-02-01 15:59:14 -08006545 /* work around hardware counting issue */
Joe Perches7ca647b2010-09-07 21:35:40 +00006546 hwstats->gprc -= missed_rx;
Auke Kok9a799d72007-09-15 14:07:45 -07006547
John Fastabendc84d3242010-11-16 19:27:12 -08006548 ixgbe_update_xoff_received(adapter);
6549
Ayyappan Veeraiyan6f11eef2008-02-01 15:59:14 -08006550 /* 82598 hardware only has a 32 bit counter in the high register */
Alexander Duyckbd508172010-11-16 19:27:03 -08006551 switch (hw->mac.type) {
6552 case ixgbe_mac_82598EB:
6553 hwstats->lxonrxc += IXGBE_READ_REG(hw, IXGBE_LXONRXC);
Alexander Duyckbd508172010-11-16 19:27:03 -08006554 hwstats->gorc += IXGBE_READ_REG(hw, IXGBE_GORCH);
6555 hwstats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCH);
6556 hwstats->tor += IXGBE_READ_REG(hw, IXGBE_TORH);
6557 break;
Don Skidmoreb93a2222010-11-16 19:27:17 -08006558 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00006559 case ixgbe_mac_X550:
6560 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07006561 case ixgbe_mac_x550em_a:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00006562 /* OS2BMC stats are X540 and later */
Emil Tantilov58f6bcf2011-04-21 08:43:43 +00006563 hwstats->o2bgptc += IXGBE_READ_REG(hw, IXGBE_O2BGPTC);
6564 hwstats->o2bspc += IXGBE_READ_REG(hw, IXGBE_O2BSPC);
6565 hwstats->b2ospc += IXGBE_READ_REG(hw, IXGBE_B2OSPC);
6566 hwstats->b2ogprc += IXGBE_READ_REG(hw, IXGBE_B2OGPRC);
6567 case ixgbe_mac_82599EB:
Alexander Duycka4d4f622012-03-28 08:03:32 +00006568 for (i = 0; i < 16; i++)
6569 adapter->hw_rx_no_dma_resources +=
6570 IXGBE_READ_REG(hw, IXGBE_QPRDC(i));
Joe Perches7ca647b2010-09-07 21:35:40 +00006571 hwstats->gorc += IXGBE_READ_REG(hw, IXGBE_GORCL);
Alexander Duyckbd508172010-11-16 19:27:03 -08006572 IXGBE_READ_REG(hw, IXGBE_GORCH); /* to clear */
Joe Perches7ca647b2010-09-07 21:35:40 +00006573 hwstats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCL);
Alexander Duyckbd508172010-11-16 19:27:03 -08006574 IXGBE_READ_REG(hw, IXGBE_GOTCH); /* to clear */
Joe Perches7ca647b2010-09-07 21:35:40 +00006575 hwstats->tor += IXGBE_READ_REG(hw, IXGBE_TORL);
Alexander Duyckbd508172010-11-16 19:27:03 -08006576 IXGBE_READ_REG(hw, IXGBE_TORH); /* to clear */
Joe Perches7ca647b2010-09-07 21:35:40 +00006577 hwstats->lxonrxc += IXGBE_READ_REG(hw, IXGBE_LXONRXCNT);
Joe Perches7ca647b2010-09-07 21:35:40 +00006578 hwstats->fdirmatch += IXGBE_READ_REG(hw, IXGBE_FDIRMATCH);
6579 hwstats->fdirmiss += IXGBE_READ_REG(hw, IXGBE_FDIRMISS);
Yi Zou6d455222009-05-13 13:12:16 +00006580#ifdef IXGBE_FCOE
Joe Perches7ca647b2010-09-07 21:35:40 +00006581 hwstats->fccrc += IXGBE_READ_REG(hw, IXGBE_FCCRC);
6582 hwstats->fcoerpdc += IXGBE_READ_REG(hw, IXGBE_FCOERPDC);
6583 hwstats->fcoeprc += IXGBE_READ_REG(hw, IXGBE_FCOEPRC);
6584 hwstats->fcoeptc += IXGBE_READ_REG(hw, IXGBE_FCOEPTC);
6585 hwstats->fcoedwrc += IXGBE_READ_REG(hw, IXGBE_FCOEDWRC);
6586 hwstats->fcoedwtc += IXGBE_READ_REG(hw, IXGBE_FCOEDWTC);
Amir Hanania7b859eb2011-08-31 02:07:55 +00006587 /* Add up per cpu counters for total ddp aloc fail */
Alexander Duyck5a1ee272012-05-05 17:14:28 +00006588 if (adapter->fcoe.ddp_pool) {
6589 struct ixgbe_fcoe *fcoe = &adapter->fcoe;
6590 struct ixgbe_fcoe_ddp_pool *ddp_pool;
6591 unsigned int cpu;
6592 u64 noddp = 0, noddp_ext_buff = 0;
Amir Hanania7b859eb2011-08-31 02:07:55 +00006593 for_each_possible_cpu(cpu) {
Alexander Duyck5a1ee272012-05-05 17:14:28 +00006594 ddp_pool = per_cpu_ptr(fcoe->ddp_pool, cpu);
6595 noddp += ddp_pool->noddp;
6596 noddp_ext_buff += ddp_pool->noddp_ext_buff;
Amir Hanania7b859eb2011-08-31 02:07:55 +00006597 }
Alexander Duyck5a1ee272012-05-05 17:14:28 +00006598 hwstats->fcoe_noddp = noddp;
6599 hwstats->fcoe_noddp_ext_buff = noddp_ext_buff;
Amir Hanania7b859eb2011-08-31 02:07:55 +00006600 }
Yi Zou6d455222009-05-13 13:12:16 +00006601#endif /* IXGBE_FCOE */
Alexander Duyckbd508172010-11-16 19:27:03 -08006602 break;
6603 default:
6604 break;
PJ Waskiewicze8e26352009-02-27 15:45:05 +00006605 }
Auke Kok9a799d72007-09-15 14:07:45 -07006606 bprc = IXGBE_READ_REG(hw, IXGBE_BPRC);
Joe Perches7ca647b2010-09-07 21:35:40 +00006607 hwstats->bprc += bprc;
6608 hwstats->mprc += IXGBE_READ_REG(hw, IXGBE_MPRC);
PJ Waskiewicze8e26352009-02-27 15:45:05 +00006609 if (hw->mac.type == ixgbe_mac_82598EB)
Joe Perches7ca647b2010-09-07 21:35:40 +00006610 hwstats->mprc -= bprc;
6611 hwstats->roc += IXGBE_READ_REG(hw, IXGBE_ROC);
6612 hwstats->prc64 += IXGBE_READ_REG(hw, IXGBE_PRC64);
6613 hwstats->prc127 += IXGBE_READ_REG(hw, IXGBE_PRC127);
6614 hwstats->prc255 += IXGBE_READ_REG(hw, IXGBE_PRC255);
6615 hwstats->prc511 += IXGBE_READ_REG(hw, IXGBE_PRC511);
6616 hwstats->prc1023 += IXGBE_READ_REG(hw, IXGBE_PRC1023);
6617 hwstats->prc1522 += IXGBE_READ_REG(hw, IXGBE_PRC1522);
6618 hwstats->rlec += IXGBE_READ_REG(hw, IXGBE_RLEC);
Ayyappan Veeraiyan6f11eef2008-02-01 15:59:14 -08006619 lxon = IXGBE_READ_REG(hw, IXGBE_LXONTXC);
Joe Perches7ca647b2010-09-07 21:35:40 +00006620 hwstats->lxontxc += lxon;
Ayyappan Veeraiyan6f11eef2008-02-01 15:59:14 -08006621 lxoff = IXGBE_READ_REG(hw, IXGBE_LXOFFTXC);
Joe Perches7ca647b2010-09-07 21:35:40 +00006622 hwstats->lxofftxc += lxoff;
Joe Perches7ca647b2010-09-07 21:35:40 +00006623 hwstats->gptc += IXGBE_READ_REG(hw, IXGBE_GPTC);
6624 hwstats->mptc += IXGBE_READ_REG(hw, IXGBE_MPTC);
Ayyappan Veeraiyan6f11eef2008-02-01 15:59:14 -08006625 /*
6626 * 82598 errata - tx of flow control packets is included in tx counters
6627 */
6628 xon_off_tot = lxon + lxoff;
Joe Perches7ca647b2010-09-07 21:35:40 +00006629 hwstats->gptc -= xon_off_tot;
6630 hwstats->mptc -= xon_off_tot;
6631 hwstats->gotc -= (xon_off_tot * (ETH_ZLEN + ETH_FCS_LEN));
6632 hwstats->ruc += IXGBE_READ_REG(hw, IXGBE_RUC);
6633 hwstats->rfc += IXGBE_READ_REG(hw, IXGBE_RFC);
6634 hwstats->rjc += IXGBE_READ_REG(hw, IXGBE_RJC);
6635 hwstats->tpr += IXGBE_READ_REG(hw, IXGBE_TPR);
6636 hwstats->ptc64 += IXGBE_READ_REG(hw, IXGBE_PTC64);
6637 hwstats->ptc64 -= xon_off_tot;
6638 hwstats->ptc127 += IXGBE_READ_REG(hw, IXGBE_PTC127);
6639 hwstats->ptc255 += IXGBE_READ_REG(hw, IXGBE_PTC255);
6640 hwstats->ptc511 += IXGBE_READ_REG(hw, IXGBE_PTC511);
6641 hwstats->ptc1023 += IXGBE_READ_REG(hw, IXGBE_PTC1023);
6642 hwstats->ptc1522 += IXGBE_READ_REG(hw, IXGBE_PTC1522);
6643 hwstats->bptc += IXGBE_READ_REG(hw, IXGBE_BPTC);
Auke Kok9a799d72007-09-15 14:07:45 -07006644
6645 /* Fill out the OS statistics structure */
Joe Perches7ca647b2010-09-07 21:35:40 +00006646 netdev->stats.multicast = hwstats->mprc;
Auke Kok9a799d72007-09-15 14:07:45 -07006647
6648 /* Rx Errors */
Joe Perches7ca647b2010-09-07 21:35:40 +00006649 netdev->stats.rx_errors = hwstats->crcerrs + hwstats->rlec;
Ajit Khaparde2d86f132009-10-07 02:43:49 +00006650 netdev->stats.rx_dropped = 0;
Joe Perches7ca647b2010-09-07 21:35:40 +00006651 netdev->stats.rx_length_errors = hwstats->rlec;
6652 netdev->stats.rx_crc_errors = hwstats->crcerrs;
Ajit Khaparde2d86f132009-10-07 02:43:49 +00006653 netdev->stats.rx_missed_errors = total_mpc;
Auke Kok9a799d72007-09-15 14:07:45 -07006654}
6655
6656/**
Alexander Duyckd034acf2011-04-27 09:25:34 +00006657 * ixgbe_fdir_reinit_subtask - worker thread to reinit FDIR filter table
Ben Hutchings49ce9c22012-07-10 10:56:00 +00006658 * @adapter: pointer to the device adapter structure
Auke Kok9a799d72007-09-15 14:07:45 -07006659 **/
Alexander Duyckd034acf2011-04-27 09:25:34 +00006660static void ixgbe_fdir_reinit_subtask(struct ixgbe_adapter *adapter)
Auke Kok9a799d72007-09-15 14:07:45 -07006661{
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006662 struct ixgbe_hw *hw = &adapter->hw;
6663 int i;
6664
Alexander Duyckd034acf2011-04-27 09:25:34 +00006665 if (!(adapter->flags2 & IXGBE_FLAG2_FDIR_REQUIRES_REINIT))
6666 return;
6667
6668 adapter->flags2 &= ~IXGBE_FLAG2_FDIR_REQUIRES_REINIT;
6669
6670 /* if interface is down do nothing */
6671 if (test_bit(__IXGBE_DOWN, &adapter->state))
6672 return;
6673
6674 /* do nothing if we are not using signature filters */
6675 if (!(adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE))
6676 return;
6677
6678 adapter->fdir_overflow++;
6679
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006680 if (ixgbe_reinit_fdir_tables_82599(hw) == 0) {
6681 for (i = 0; i < adapter->num_tx_queues; i++)
Alexander Duyck7d637bc2010-11-16 19:26:56 -08006682 set_bit(__IXGBE_TX_FDIR_INIT_DONE,
Jacob Kellere7cf7452014-04-09 06:03:10 +00006683 &(adapter->tx_ring[i]->state));
Alexander Duyckd034acf2011-04-27 09:25:34 +00006684 /* re-enable flow director interrupts */
6685 IXGBE_WRITE_REG(hw, IXGBE_EIMS, IXGBE_EIMS_FLOW_DIR);
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006686 } else {
Emil Tantilov396e7992010-07-01 20:05:12 +00006687 e_err(probe, "failed to finish FDIR re-initialization, "
Emil Tantilov849c4542010-06-03 16:53:41 +00006688 "ignored adding FDIR ATR filters\n");
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006689 }
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006690}
6691
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006692/**
6693 * ixgbe_check_hang_subtask - check for hung queues and dropped interrupts
Ben Hutchings49ce9c22012-07-10 10:56:00 +00006694 * @adapter: pointer to the device adapter structure
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006695 *
6696 * This function serves two purposes. First it strobes the interrupt lines
Stephen Hemminger52f33af2011-12-22 16:34:52 +00006697 * in order to make certain interrupts are occurring. Secondly it sets the
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006698 * bits needed to check for TX hangs. As a result we should immediately
Stephen Hemminger52f33af2011-12-22 16:34:52 +00006699 * determine if a hang has occurred.
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006700 */
6701static void ixgbe_check_hang_subtask(struct ixgbe_adapter *adapter)
6702{
Auke Kok9a799d72007-09-15 14:07:45 -07006703 struct ixgbe_hw *hw = &adapter->hw;
6704 u64 eics = 0;
6705 int i;
6706
Mark Rustad09f40ae2014-01-14 18:53:11 -08006707 /* If we're down, removing or resetting, just bail */
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006708 if (test_bit(__IXGBE_DOWN, &adapter->state) ||
Mark Rustad09f40ae2014-01-14 18:53:11 -08006709 test_bit(__IXGBE_REMOVING, &adapter->state) ||
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006710 test_bit(__IXGBE_RESETTING, &adapter->state))
6711 return;
Alexander Duyckfe49f042009-06-04 16:00:09 +00006712
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006713 /* Force detection of hung controller */
6714 if (netif_carrier_ok(adapter->netdev)) {
6715 for (i = 0; i < adapter->num_tx_queues; i++)
6716 set_check_for_tx_hang(adapter->tx_ring[i]);
6717 }
Alexander Duyckfe49f042009-06-04 16:00:09 +00006718
Jesse Brandeburg22d5a712009-03-19 01:24:04 +00006719 if (!(adapter->flags & IXGBE_FLAG_MSIX_ENABLED)) {
Alexander Duyckfe49f042009-06-04 16:00:09 +00006720 /*
6721 * for legacy and MSI interrupts don't set any bits
Jesse Brandeburg22d5a712009-03-19 01:24:04 +00006722 * that are enabled for EIAM, because this operation
Alexander Duyckfe49f042009-06-04 16:00:09 +00006723 * would set *both* EIMS and EICS for any bit in EIAM
6724 */
6725 IXGBE_WRITE_REG(hw, IXGBE_EICS,
6726 (IXGBE_EICS_TCP_TIMER | IXGBE_EICS_OTHER));
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006727 } else {
6728 /* get one bit for every active tx/rx interrupt vector */
Alexander Duyck49c7ffb2012-05-05 05:30:43 +00006729 for (i = 0; i < adapter->num_q_vectors; i++) {
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006730 struct ixgbe_q_vector *qv = adapter->q_vector[i];
Alexander Duyckefe3d3c2011-07-15 03:05:21 +00006731 if (qv->rx.ring || qv->tx.ring)
Jacob Kellerb4f47a42016-04-13 16:08:22 -07006732 eics |= BIT_ULL(i);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006733 }
Alexander Duyckfe49f042009-06-04 16:00:09 +00006734 }
6735
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006736 /* Cause software interrupt to ensure rings are cleaned */
Alexander Duyckfe49f042009-06-04 16:00:09 +00006737 ixgbe_irq_rearm_queues(adapter, eics);
Alexander Duyckfe49f042009-06-04 16:00:09 +00006738}
6739
6740/**
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006741 * ixgbe_watchdog_update_link - update the link status
Ben Hutchings49ce9c22012-07-10 10:56:00 +00006742 * @adapter: pointer to the device adapter structure
6743 * @link_speed: pointer to a u32 to store the link_speed
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07006744 **/
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006745static void ixgbe_watchdog_update_link(struct ixgbe_adapter *adapter)
PJ Waskiewicze8e26352009-02-27 15:45:05 +00006746{
PJ Waskiewicze8e26352009-02-27 15:45:05 +00006747 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006748 u32 link_speed = adapter->link_speed;
6749 bool link_up = adapter->link_up;
Alexander Duyck041441d2012-04-19 17:48:48 +00006750 bool pfc_en = adapter->dcb_cfg.pfc_mode_enable;
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006751
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006752 if (!(adapter->flags & IXGBE_FLAG_NEED_LINK_UPDATE))
6753 return;
6754
6755 if (hw->mac.ops.check_link) {
6756 hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006757 } else {
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006758 /* always assume link is up, if no check link function */
6759 link_speed = IXGBE_LINK_SPEED_10GB_FULL;
6760 link_up = true;
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006761 }
Alexander Duyck041441d2012-04-19 17:48:48 +00006762
6763 if (adapter->ixgbe_ieee_pfc)
6764 pfc_en |= !!(adapter->ixgbe_ieee_pfc->pfc_en);
6765
Alexander Duyck3ebe8fd2012-04-25 04:36:38 +00006766 if (link_up && !((adapter->flags & IXGBE_FLAG_DCB_ENABLED) && pfc_en)) {
Alexander Duyck041441d2012-04-19 17:48:48 +00006767 hw->mac.ops.fc_enable(hw);
Alexander Duyck3ebe8fd2012-04-25 04:36:38 +00006768 ixgbe_set_rx_drop_en(adapter);
6769 }
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006770
6771 if (link_up ||
6772 time_after(jiffies, (adapter->link_check_timeout +
6773 IXGBE_TRY_LINK_TIMEOUT))) {
6774 adapter->flags &= ~IXGBE_FLAG_NEED_LINK_UPDATE;
6775 IXGBE_WRITE_REG(hw, IXGBE_EIMS, IXGBE_EIMC_LSC);
6776 IXGBE_WRITE_FLUSH(hw);
6777 }
6778
6779 adapter->link_up = link_up;
6780 adapter->link_speed = link_speed;
6781}
6782
Alexander Duyck107d3012012-10-02 00:17:03 +00006783static void ixgbe_update_default_up(struct ixgbe_adapter *adapter)
6784{
6785#ifdef CONFIG_IXGBE_DCB
6786 struct net_device *netdev = adapter->netdev;
6787 struct dcb_app app = {
6788 .selector = IEEE_8021QAZ_APP_SEL_ETHERTYPE,
6789 .protocol = 0,
6790 };
6791 u8 up = 0;
6792
6793 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)
6794 up = dcb_ieee_getapp_mask(netdev, &app);
6795
6796 adapter->default_up = (up > 1) ? (ffs(up) - 1) : 0;
6797#endif
6798}
6799
David Ahern1cd127f2016-10-17 19:15:48 -07006800static int ixgbe_enable_macvlan(struct net_device *upper, void *data)
6801{
6802 if (netif_is_macvlan(upper)) {
6803 struct macvlan_dev *vlan = netdev_priv(upper);
6804
6805 if (vlan->fwd_priv)
6806 netif_tx_wake_all_queues(upper);
6807 }
6808
6809 return 0;
6810}
6811
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006812/**
6813 * ixgbe_watchdog_link_is_up - update netif_carrier status and
6814 * print link up message
Ben Hutchings49ce9c22012-07-10 10:56:00 +00006815 * @adapter: pointer to the device adapter structure
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006816 **/
6817static void ixgbe_watchdog_link_is_up(struct ixgbe_adapter *adapter)
6818{
6819 struct net_device *netdev = adapter->netdev;
6820 struct ixgbe_hw *hw = &adapter->hw;
6821 u32 link_speed = adapter->link_speed;
Mark Rustad454adb02015-07-10 14:19:22 -07006822 const char *speed_str;
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006823 bool flow_rx, flow_tx;
6824
6825 /* only continue if link was previously down */
6826 if (netif_carrier_ok(netdev))
6827 return;
6828
6829 adapter->flags2 &= ~IXGBE_FLAG2_SEARCH_FOR_SFP;
6830
6831 switch (hw->mac.type) {
6832 case ixgbe_mac_82598EB: {
6833 u32 frctl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
6834 u32 rmcs = IXGBE_READ_REG(hw, IXGBE_RMCS);
6835 flow_rx = !!(frctl & IXGBE_FCTRL_RFCE);
6836 flow_tx = !!(rmcs & IXGBE_RMCS_TFCE_802_3X);
6837 }
6838 break;
6839 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00006840 case ixgbe_mac_X550:
6841 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07006842 case ixgbe_mac_x550em_a:
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006843 case ixgbe_mac_82599EB: {
6844 u32 mflcn = IXGBE_READ_REG(hw, IXGBE_MFLCN);
6845 u32 fccfg = IXGBE_READ_REG(hw, IXGBE_FCCFG);
6846 flow_rx = !!(mflcn & IXGBE_MFLCN_RFCE);
6847 flow_tx = !!(fccfg & IXGBE_FCCFG_TFCE_802_3X);
6848 }
6849 break;
6850 default:
6851 flow_tx = false;
6852 flow_rx = false;
6853 break;
6854 }
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00006855
Jacob Keller6cb562d2012-12-05 07:24:41 +00006856 adapter->last_rx_ptp_check = jiffies;
6857
Jacob Keller8fecf672013-06-21 08:14:32 +00006858 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state))
Jacob Keller1a71ab22012-08-25 03:54:19 +00006859 ixgbe_ptp_start_cyclecounter(adapter);
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00006860
Mark Rustad454adb02015-07-10 14:19:22 -07006861 switch (link_speed) {
6862 case IXGBE_LINK_SPEED_10GB_FULL:
6863 speed_str = "10 Gbps";
6864 break;
6865 case IXGBE_LINK_SPEED_2_5GB_FULL:
6866 speed_str = "2.5 Gbps";
6867 break;
6868 case IXGBE_LINK_SPEED_1GB_FULL:
6869 speed_str = "1 Gbps";
6870 break;
6871 case IXGBE_LINK_SPEED_100_FULL:
6872 speed_str = "100 Mbps";
6873 break;
Mark Rustadb3eb4e12016-12-14 11:02:16 -08006874 case IXGBE_LINK_SPEED_10_FULL:
6875 speed_str = "10 Mbps";
6876 break;
Mark Rustad454adb02015-07-10 14:19:22 -07006877 default:
6878 speed_str = "unknown speed";
6879 break;
6880 }
6881 e_info(drv, "NIC Link is Up %s, Flow Control: %s\n", speed_str,
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006882 ((flow_rx && flow_tx) ? "RX/TX" :
6883 (flow_rx ? "RX" :
6884 (flow_tx ? "TX" : "None"))));
6885
6886 netif_carrier_on(netdev);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006887 ixgbe_check_vf_rate_limit(adapter);
Alexander Duyckbefa2af2012-05-05 05:30:38 +00006888
Emil Tantilovcdc04dc2014-03-20 03:47:53 +00006889 /* enable transmits */
6890 netif_tx_wake_all_queues(adapter->netdev);
6891
6892 /* enable any upper devices */
6893 rtnl_lock();
David Ahern1cd127f2016-10-17 19:15:48 -07006894 netdev_walk_all_upper_dev_rcu(adapter->netdev,
6895 ixgbe_enable_macvlan, NULL);
Emil Tantilovcdc04dc2014-03-20 03:47:53 +00006896 rtnl_unlock();
6897
Alexander Duyck107d3012012-10-02 00:17:03 +00006898 /* update the default user priority for VFs */
6899 ixgbe_update_default_up(adapter);
6900
Alexander Duyckbefa2af2012-05-05 05:30:38 +00006901 /* ping all the active vfs to let them know link has changed */
6902 ixgbe_ping_all_vfs(adapter);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006903}
6904
6905/**
6906 * ixgbe_watchdog_link_is_down - update netif_carrier status and
6907 * print link down message
Ben Hutchings49ce9c22012-07-10 10:56:00 +00006908 * @adapter: pointer to the adapter structure
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006909 **/
Alexander Duyck581330b2012-02-08 07:51:47 +00006910static void ixgbe_watchdog_link_is_down(struct ixgbe_adapter *adapter)
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006911{
6912 struct net_device *netdev = adapter->netdev;
6913 struct ixgbe_hw *hw = &adapter->hw;
6914
6915 adapter->link_up = false;
6916 adapter->link_speed = 0;
6917
6918 /* only continue if link was up previously */
6919 if (!netif_carrier_ok(netdev))
6920 return;
6921
6922 /* poll for SFP+ cable when link is down */
6923 if (ixgbe_is_sfp(hw) && hw->mac.type == ixgbe_mac_82598EB)
6924 adapter->flags2 |= IXGBE_FLAG2_SEARCH_FOR_SFP;
6925
Jacob Keller8fecf672013-06-21 08:14:32 +00006926 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state))
Jacob Keller1a71ab22012-08-25 03:54:19 +00006927 ixgbe_ptp_start_cyclecounter(adapter);
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00006928
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006929 e_info(drv, "NIC Link is Down\n");
6930 netif_carrier_off(netdev);
Alexander Duyckbefa2af2012-05-05 05:30:38 +00006931
6932 /* ping all the active vfs to let them know link has changed */
6933 ixgbe_ping_all_vfs(adapter);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006934}
6935
Emil Tantilov07923c12014-08-12 07:12:08 +00006936static bool ixgbe_ring_tx_pending(struct ixgbe_adapter *adapter)
6937{
6938 int i;
6939
6940 for (i = 0; i < adapter->num_tx_queues; i++) {
6941 struct ixgbe_ring *tx_ring = adapter->tx_ring[i];
6942
6943 if (tx_ring->next_to_use != tx_ring->next_to_clean)
6944 return true;
6945 }
6946
6947 return false;
6948}
6949
6950static bool ixgbe_vf_tx_pending(struct ixgbe_adapter *adapter)
6951{
6952 struct ixgbe_hw *hw = &adapter->hw;
6953 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ];
6954 u32 q_per_pool = __ALIGN_MASK(1, ~vmdq->mask);
6955
6956 int i, j;
6957
6958 if (!adapter->num_vfs)
6959 return false;
6960
Don Skidmore9a75a1a2014-11-07 03:53:35 +00006961 /* resetting the PF is only needed for MAC before X550 */
6962 if (hw->mac.type >= ixgbe_mac_X550)
6963 return false;
6964
Emil Tantilov07923c12014-08-12 07:12:08 +00006965 for (i = 0; i < adapter->num_vfs; i++) {
6966 for (j = 0; j < q_per_pool; j++) {
6967 u32 h, t;
6968
6969 h = IXGBE_READ_REG(hw, IXGBE_PVFTDHN(q_per_pool, i, j));
6970 t = IXGBE_READ_REG(hw, IXGBE_PVFTDTN(q_per_pool, i, j));
6971
6972 if (h != t)
6973 return true;
6974 }
6975 }
6976
6977 return false;
6978}
6979
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006980/**
6981 * ixgbe_watchdog_flush_tx - flush queues on link down
Ben Hutchings49ce9c22012-07-10 10:56:00 +00006982 * @adapter: pointer to the device adapter structure
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006983 **/
6984static void ixgbe_watchdog_flush_tx(struct ixgbe_adapter *adapter)
6985{
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006986 if (!netif_carrier_ok(adapter->netdev)) {
Emil Tantilov07923c12014-08-12 07:12:08 +00006987 if (ixgbe_ring_tx_pending(adapter) ||
6988 ixgbe_vf_tx_pending(adapter)) {
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006989 /* We've lost link, so the controller stops DMA,
6990 * but we've got queued Tx work that's never going
6991 * to get done, so reset controller to flush Tx.
6992 * (Do the reset outside of interrupt context).
6993 */
Jacob Keller12ff3f32012-12-01 07:57:17 +00006994 e_warn(drv, "initiating reset to clear Tx work after link loss\n");
Emil Tantilov57ca2a42016-07-29 14:46:31 -07006995 set_bit(__IXGBE_RESET_REQUESTED, &adapter->state);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00006996 }
6997 }
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00006998}
6999
Emil Tantilov9079e412014-11-19 03:18:19 +00007000#ifdef CONFIG_PCI_IOV
7001static inline void ixgbe_issue_vf_flr(struct ixgbe_adapter *adapter,
7002 struct pci_dev *vfdev)
7003{
7004 if (!pci_wait_for_pending_transaction(vfdev))
7005 e_dev_warn("Issuing VFLR with pending transactions\n");
7006
7007 e_dev_err("Issuing VFLR for VF %s\n", pci_name(vfdev));
7008 pcie_capability_set_word(vfdev, PCI_EXP_DEVCTL, PCI_EXP_DEVCTL_BCR_FLR);
7009
7010 msleep(100);
7011}
7012
7013static void ixgbe_check_for_bad_vf(struct ixgbe_adapter *adapter)
7014{
7015 struct ixgbe_hw *hw = &adapter->hw;
7016 struct pci_dev *pdev = adapter->pdev;
Mark Rustad988d1302015-10-30 15:29:34 -07007017 unsigned int vf;
Emil Tantilov9079e412014-11-19 03:18:19 +00007018 u32 gpc;
Emil Tantilov9079e412014-11-19 03:18:19 +00007019
7020 if (!(netif_carrier_ok(adapter->netdev)))
7021 return;
7022
7023 gpc = IXGBE_READ_REG(hw, IXGBE_TXDGPC);
7024 if (gpc) /* If incrementing then no need for the check below */
7025 return;
7026 /* Check to see if a bad DMA write target from an errant or
7027 * malicious VF has caused a PCIe error. If so then we can
7028 * issue a VFLR to the offending VF(s) and then resume without
7029 * requesting a full slot reset.
7030 */
7031
7032 if (!pdev)
7033 return;
7034
Emil Tantilov9079e412014-11-19 03:18:19 +00007035 /* check status reg for all VFs owned by this PF */
Mark Rustad988d1302015-10-30 15:29:34 -07007036 for (vf = 0; vf < adapter->num_vfs; ++vf) {
7037 struct pci_dev *vfdev = adapter->vfinfo[vf].vfdev;
7038 u16 status_reg;
Emil Tantilov9079e412014-11-19 03:18:19 +00007039
Mark Rustad988d1302015-10-30 15:29:34 -07007040 if (!vfdev)
7041 continue;
7042 pci_read_config_word(vfdev, PCI_STATUS, &status_reg);
7043 if (status_reg != IXGBE_FAILED_READ_CFG_WORD &&
7044 status_reg & PCI_STATUS_REC_MASTER_ABORT)
7045 ixgbe_issue_vf_flr(adapter, vfdev);
Emil Tantilov9079e412014-11-19 03:18:19 +00007046 }
7047}
7048
Greg Rosea985b6c32010-11-18 03:02:52 +00007049static void ixgbe_spoof_check(struct ixgbe_adapter *adapter)
7050{
7051 u32 ssvpc;
7052
Greg Rose0584d992012-08-08 00:00:58 +00007053 /* Do not perform spoof check for 82598 or if not in IOV mode */
7054 if (adapter->hw.mac.type == ixgbe_mac_82598EB ||
7055 adapter->num_vfs == 0)
Greg Rosea985b6c32010-11-18 03:02:52 +00007056 return;
7057
7058 ssvpc = IXGBE_READ_REG(&adapter->hw, IXGBE_SSVPC);
7059
7060 /*
7061 * ssvpc register is cleared on read, if zero then no
7062 * spoofed packets in the last interval.
7063 */
7064 if (!ssvpc)
7065 return;
7066
Emil Tantilovd6ea0752012-08-08 06:28:37 +00007067 e_warn(drv, "%u Spoofed packets detected\n", ssvpc);
Greg Rosea985b6c32010-11-18 03:02:52 +00007068}
Emil Tantilov9079e412014-11-19 03:18:19 +00007069#else
7070static void ixgbe_spoof_check(struct ixgbe_adapter __always_unused *adapter)
7071{
7072}
7073
7074static void
7075ixgbe_check_for_bad_vf(struct ixgbe_adapter __always_unused *adapter)
7076{
7077}
7078#endif /* CONFIG_PCI_IOV */
7079
Greg Rosea985b6c32010-11-18 03:02:52 +00007080
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007081/**
Alexander Duyck93c52dd2011-04-22 04:07:54 +00007082 * ixgbe_watchdog_subtask - check and bring link up
Ben Hutchings49ce9c22012-07-10 10:56:00 +00007083 * @adapter: pointer to the device adapter structure
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07007084 **/
Alexander Duyck93c52dd2011-04-22 04:07:54 +00007085static void ixgbe_watchdog_subtask(struct ixgbe_adapter *adapter)
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07007086{
Mark Rustad09f40ae2014-01-14 18:53:11 -08007087 /* if interface is down, removing or resetting, do nothing */
Emil Tantilov7edebf92011-08-27 07:18:37 +00007088 if (test_bit(__IXGBE_DOWN, &adapter->state) ||
Mark Rustad09f40ae2014-01-14 18:53:11 -08007089 test_bit(__IXGBE_REMOVING, &adapter->state) ||
Emil Tantilov7edebf92011-08-27 07:18:37 +00007090 test_bit(__IXGBE_RESETTING, &adapter->state))
Alexander Duyck93c52dd2011-04-22 04:07:54 +00007091 return;
Jesse Brandeburgcf8280e2008-09-11 19:55:32 -07007092
Alexander Duyck93c52dd2011-04-22 04:07:54 +00007093 ixgbe_watchdog_update_link(adapter);
John Fastabend10eec952010-02-03 14:23:32 +00007094
Alexander Duyck93c52dd2011-04-22 04:07:54 +00007095 if (adapter->link_up)
7096 ixgbe_watchdog_link_is_up(adapter);
7097 else
7098 ixgbe_watchdog_link_is_down(adapter);
Nelson, Shannonbc59fcd2009-04-27 22:43:12 +00007099
Emil Tantilov9079e412014-11-19 03:18:19 +00007100 ixgbe_check_for_bad_vf(adapter);
Greg Rosea985b6c32010-11-18 03:02:52 +00007101 ixgbe_spoof_check(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07007102 ixgbe_update_stats(adapter);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00007103
7104 ixgbe_watchdog_flush_tx(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07007105}
7106
Alexander Duyck70864002011-04-27 09:13:56 +00007107/**
7108 * ixgbe_sfp_detection_subtask - poll for SFP+ cable
Ben Hutchings49ce9c22012-07-10 10:56:00 +00007109 * @adapter: the ixgbe adapter structure
Alexander Duyck70864002011-04-27 09:13:56 +00007110 **/
7111static void ixgbe_sfp_detection_subtask(struct ixgbe_adapter *adapter)
7112{
7113 struct ixgbe_hw *hw = &adapter->hw;
7114 s32 err;
7115
7116 /* not searching for SFP so there is nothing to do here */
7117 if (!(adapter->flags2 & IXGBE_FLAG2_SEARCH_FOR_SFP) &&
7118 !(adapter->flags2 & IXGBE_FLAG2_SFP_NEEDS_RESET))
7119 return;
7120
Mark Rustad58e7cd22015-08-08 16:18:48 -07007121 if (adapter->sfp_poll_time &&
7122 time_after(adapter->sfp_poll_time, jiffies))
7123 return; /* If not yet time to poll for SFP */
7124
Alexander Duyck70864002011-04-27 09:13:56 +00007125 /* someone else is in init, wait until next service event */
7126 if (test_and_set_bit(__IXGBE_IN_SFP_INIT, &adapter->state))
7127 return;
7128
Mark Rustad58e7cd22015-08-08 16:18:48 -07007129 adapter->sfp_poll_time = jiffies + IXGBE_SFP_POLL_JIFFIES - 1;
7130
Alexander Duyck70864002011-04-27 09:13:56 +00007131 err = hw->phy.ops.identify_sfp(hw);
7132 if (err == IXGBE_ERR_SFP_NOT_SUPPORTED)
7133 goto sfp_out;
7134
7135 if (err == IXGBE_ERR_SFP_NOT_PRESENT) {
7136 /* If no cable is present, then we need to reset
7137 * the next time we find a good cable. */
7138 adapter->flags2 |= IXGBE_FLAG2_SFP_NEEDS_RESET;
7139 }
7140
7141 /* exit on error */
7142 if (err)
7143 goto sfp_out;
7144
7145 /* exit if reset not needed */
7146 if (!(adapter->flags2 & IXGBE_FLAG2_SFP_NEEDS_RESET))
7147 goto sfp_out;
7148
7149 adapter->flags2 &= ~IXGBE_FLAG2_SFP_NEEDS_RESET;
7150
7151 /*
7152 * A module may be identified correctly, but the EEPROM may not have
7153 * support for that module. setup_sfp() will fail in that case, so
7154 * we should not allow that module to load.
7155 */
7156 if (hw->mac.type == ixgbe_mac_82598EB)
7157 err = hw->phy.ops.reset(hw);
7158 else
7159 err = hw->mac.ops.setup_sfp(hw);
7160
7161 if (err == IXGBE_ERR_SFP_NOT_SUPPORTED)
7162 goto sfp_out;
7163
7164 adapter->flags |= IXGBE_FLAG_NEED_LINK_CONFIG;
7165 e_info(probe, "detected SFP+: %d\n", hw->phy.sfp_type);
7166
7167sfp_out:
7168 clear_bit(__IXGBE_IN_SFP_INIT, &adapter->state);
7169
7170 if ((err == IXGBE_ERR_SFP_NOT_SUPPORTED) &&
7171 (adapter->netdev->reg_state == NETREG_REGISTERED)) {
7172 e_dev_err("failed to initialize because an unsupported "
7173 "SFP+ module type was detected.\n");
7174 e_dev_err("Reload the driver after installing a "
7175 "supported module.\n");
7176 unregister_netdev(adapter->netdev);
7177 }
7178}
7179
7180/**
7181 * ixgbe_sfp_link_config_subtask - set up link SFP after module install
Ben Hutchings49ce9c22012-07-10 10:56:00 +00007182 * @adapter: the ixgbe adapter structure
Alexander Duyck70864002011-04-27 09:13:56 +00007183 **/
7184static void ixgbe_sfp_link_config_subtask(struct ixgbe_adapter *adapter)
7185{
7186 struct ixgbe_hw *hw = &adapter->hw;
Josh Hay3d292262012-12-15 03:28:19 +00007187 u32 speed;
7188 bool autoneg = false;
Alexander Duyck70864002011-04-27 09:13:56 +00007189
7190 if (!(adapter->flags & IXGBE_FLAG_NEED_LINK_CONFIG))
7191 return;
7192
7193 /* someone else is in init, wait until next service event */
7194 if (test_and_set_bit(__IXGBE_IN_SFP_INIT, &adapter->state))
7195 return;
7196
7197 adapter->flags &= ~IXGBE_FLAG_NEED_LINK_CONFIG;
7198
Josh Hay3d292262012-12-15 03:28:19 +00007199 speed = hw->phy.autoneg_advertised;
Emil Tantiloved33ff62013-08-30 07:55:24 +00007200 if ((!speed) && (hw->mac.ops.get_link_capabilities)) {
Josh Hay3d292262012-12-15 03:28:19 +00007201 hw->mac.ops.get_link_capabilities(hw, &speed, &autoneg);
Emil Tantiloved33ff62013-08-30 07:55:24 +00007202
7203 /* setup the highest link when no autoneg */
7204 if (!autoneg) {
7205 if (speed & IXGBE_LINK_SPEED_10GB_FULL)
7206 speed = IXGBE_LINK_SPEED_10GB_FULL;
7207 }
7208 }
7209
Alexander Duyck70864002011-04-27 09:13:56 +00007210 if (hw->mac.ops.setup_link)
Josh Hayfd0326f2012-12-15 03:28:30 +00007211 hw->mac.ops.setup_link(hw, speed, true);
Alexander Duyck70864002011-04-27 09:13:56 +00007212
7213 adapter->flags |= IXGBE_FLAG_NEED_LINK_UPDATE;
7214 adapter->link_check_timeout = jiffies;
7215 clear_bit(__IXGBE_IN_SFP_INIT, &adapter->state);
7216}
7217
7218/**
7219 * ixgbe_service_timer - Timer Call-back
7220 * @data: pointer to adapter cast into an unsigned long
7221 **/
7222static void ixgbe_service_timer(unsigned long data)
7223{
7224 struct ixgbe_adapter *adapter = (struct ixgbe_adapter *)data;
7225 unsigned long next_event_offset;
7226
7227 /* poll faster when waiting for link */
7228 if (adapter->flags & IXGBE_FLAG_NEED_LINK_UPDATE)
7229 next_event_offset = HZ / 10;
7230 else
7231 next_event_offset = HZ * 2;
7232
7233 /* Reset the timer */
7234 mod_timer(&adapter->service_timer, next_event_offset + jiffies);
7235
Emil Tantilov9079e412014-11-19 03:18:19 +00007236 ixgbe_service_event_schedule(adapter);
Alexander Duyck70864002011-04-27 09:13:56 +00007237}
7238
Don Skidmore597f22d2015-06-09 16:52:02 -07007239static void ixgbe_phy_interrupt_subtask(struct ixgbe_adapter *adapter)
7240{
7241 struct ixgbe_hw *hw = &adapter->hw;
7242 u32 status;
7243
7244 if (!(adapter->flags2 & IXGBE_FLAG2_PHY_INTERRUPT))
7245 return;
7246
7247 adapter->flags2 &= ~IXGBE_FLAG2_PHY_INTERRUPT;
7248
7249 if (!hw->phy.ops.handle_lasi)
7250 return;
7251
7252 status = hw->phy.ops.handle_lasi(&adapter->hw);
7253 if (status != IXGBE_ERR_OVERTEMP)
7254 return;
7255
7256 e_crit(drv, "%s\n", ixgbe_overheat_msg);
7257}
7258
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00007259static void ixgbe_reset_subtask(struct ixgbe_adapter *adapter)
7260{
Emil Tantilov57ca2a42016-07-29 14:46:31 -07007261 if (!test_and_clear_bit(__IXGBE_RESET_REQUESTED, &adapter->state))
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00007262 return;
7263
Mark Rustad09f40ae2014-01-14 18:53:11 -08007264 /* If we're already down, removing or resetting, just bail */
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00007265 if (test_bit(__IXGBE_DOWN, &adapter->state) ||
Mark Rustad09f40ae2014-01-14 18:53:11 -08007266 test_bit(__IXGBE_REMOVING, &adapter->state) ||
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00007267 test_bit(__IXGBE_RESETTING, &adapter->state))
7268 return;
7269
7270 ixgbe_dump(adapter);
7271 netdev_err(adapter->netdev, "Reset adapter\n");
7272 adapter->tx_timeout_count++;
7273
John Fastabend8f4c5c92014-01-16 02:30:05 -08007274 rtnl_lock();
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00007275 ixgbe_reinit_locked(adapter);
John Fastabend8f4c5c92014-01-16 02:30:05 -08007276 rtnl_unlock();
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00007277}
7278
Alexander Duyck70864002011-04-27 09:13:56 +00007279/**
7280 * ixgbe_service_task - manages and runs subtasks
7281 * @work: pointer to work_struct containing our data
7282 **/
7283static void ixgbe_service_task(struct work_struct *work)
7284{
7285 struct ixgbe_adapter *adapter = container_of(work,
7286 struct ixgbe_adapter,
7287 service_task);
Mark Rustadb0483c82014-01-14 18:53:17 -08007288 if (ixgbe_removed(adapter->hw.hw_addr)) {
7289 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
7290 rtnl_lock();
7291 ixgbe_down(adapter);
7292 rtnl_unlock();
7293 }
7294 ixgbe_service_event_complete(adapter);
7295 return;
7296 }
Emil Tantilova21d0822016-08-10 11:19:23 -07007297 if (adapter->flags2 & IXGBE_FLAG2_UDP_TUN_REREG_NEEDED) {
Alexander Duyckb3a49552016-06-16 12:22:19 -07007298 rtnl_lock();
Emil Tantilova21d0822016-08-10 11:19:23 -07007299 adapter->flags2 &= ~IXGBE_FLAG2_UDP_TUN_REREG_NEEDED;
Alexander Duyckb3a49552016-06-16 12:22:19 -07007300 udp_tunnel_get_rx_info(adapter->netdev);
7301 rtnl_unlock();
Mark Rustad67359c32015-06-15 11:33:25 -07007302 }
Alexander Duyckc83c6cb2011-04-27 09:21:16 +00007303 ixgbe_reset_subtask(adapter);
Don Skidmore597f22d2015-06-09 16:52:02 -07007304 ixgbe_phy_interrupt_subtask(adapter);
Alexander Duyck70864002011-04-27 09:13:56 +00007305 ixgbe_sfp_detection_subtask(adapter);
7306 ixgbe_sfp_link_config_subtask(adapter);
Alexander Duyckf0f97782011-04-22 04:08:09 +00007307 ixgbe_check_overtemp_subtask(adapter);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00007308 ixgbe_watchdog_subtask(adapter);
Alexander Duyckd034acf2011-04-27 09:25:34 +00007309 ixgbe_fdir_reinit_subtask(adapter);
Alexander Duyck93c52dd2011-04-22 04:07:54 +00007310 ixgbe_check_hang_subtask(adapter);
Jacob Keller891dc082012-12-05 07:24:46 +00007311
Jacob Keller8fecf672013-06-21 08:14:32 +00007312 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) {
Jacob Keller891dc082012-12-05 07:24:46 +00007313 ixgbe_ptp_overflow_check(adapter);
7314 ixgbe_ptp_rx_hang(adapter);
7315 }
Alexander Duyck70864002011-04-27 09:13:56 +00007316
7317 ixgbe_service_event_complete(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07007318}
7319
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00007320static int ixgbe_tso(struct ixgbe_ring *tx_ring,
7321 struct ixgbe_tx_buffer *first,
Alexander Duyck244e27a2012-02-08 07:51:11 +00007322 u8 *hdr_len)
Alexander Duyck897ab152011-05-27 05:31:47 +00007323{
Alexander Duyckb83e3012016-04-14 17:19:31 -04007324 u32 vlan_macip_lens, type_tucmd, mss_l4len_idx;
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00007325 struct sk_buff *skb = first->skb;
Alexander Duyckb83e3012016-04-14 17:19:31 -04007326 union {
7327 struct iphdr *v4;
7328 struct ipv6hdr *v6;
7329 unsigned char *hdr;
7330 } ip;
7331 union {
7332 struct tcphdr *tcp;
7333 unsigned char *hdr;
7334 } l4;
7335 u32 paylen, l4_offset;
Francois Romieu2049e1f2014-03-30 03:14:27 +00007336 int err;
Auke Kok9a799d72007-09-15 14:07:45 -07007337
Alexander Duyck8f4fbb92012-10-30 06:01:40 +00007338 if (skb->ip_summed != CHECKSUM_PARTIAL)
7339 return 0;
7340
Alexander Duyck897ab152011-05-27 05:31:47 +00007341 if (!skb_is_gso(skb))
7342 return 0;
Auke Kok9a799d72007-09-15 14:07:45 -07007343
Francois Romieu2049e1f2014-03-30 03:14:27 +00007344 err = skb_cow_head(skb, 0);
7345 if (err < 0)
7346 return err;
Joe Perches7ca647b2010-09-07 21:35:40 +00007347
Alexander Duyckb83e3012016-04-14 17:19:31 -04007348 ip.hdr = skb_network_header(skb);
7349 l4.hdr = skb_checksum_start(skb);
7350
Alexander Duyck897ab152011-05-27 05:31:47 +00007351 /* ADV DTYP TUCMD MKRLOC/ISCSIHEDLEN */
7352 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP;
7353
Alexander Duyckb83e3012016-04-14 17:19:31 -04007354 /* initialize outer IP header fields */
7355 if (ip.v4->version == 4) {
Alexander Duyckc54cdc32016-11-28 10:42:29 -05007356 unsigned char *csum_start = skb_checksum_start(skb);
7357 unsigned char *trans_start = ip.hdr + (ip.v4->ihl * 4);
7358
Alexander Duyckb83e3012016-04-14 17:19:31 -04007359 /* IP header will have to cancel out any data that
7360 * is not a part of the outer IP header
7361 */
Alexander Duyckc54cdc32016-11-28 10:42:29 -05007362 ip.v4->check = csum_fold(csum_partial(trans_start,
7363 csum_start - trans_start,
7364 0));
Alexander Duyck897ab152011-05-27 05:31:47 +00007365 type_tucmd |= IXGBE_ADVTXD_TUCMD_IPV4;
Alexander Duyckb83e3012016-04-14 17:19:31 -04007366
7367 ip.v4->tot_len = 0;
Alexander Duyck244e27a2012-02-08 07:51:11 +00007368 first->tx_flags |= IXGBE_TX_FLAGS_TSO |
7369 IXGBE_TX_FLAGS_CSUM |
7370 IXGBE_TX_FLAGS_IPV4;
Alexander Duyckb83e3012016-04-14 17:19:31 -04007371 } else {
7372 ip.v6->payload_len = 0;
Alexander Duyck244e27a2012-02-08 07:51:11 +00007373 first->tx_flags |= IXGBE_TX_FLAGS_TSO |
7374 IXGBE_TX_FLAGS_CSUM;
Alexander Duyck897ab152011-05-27 05:31:47 +00007375 }
7376
Alexander Duyckb83e3012016-04-14 17:19:31 -04007377 /* determine offset of inner transport header */
7378 l4_offset = l4.hdr - skb->data;
7379
7380 /* compute length of segmentation header */
7381 *hdr_len = (l4.tcp->doff * 4) + l4_offset;
7382
7383 /* remove payload length from inner checksum */
7384 paylen = skb->len - l4_offset;
7385 csum_replace_by_diff(&l4.tcp->check, htonl(paylen));
Alexander Duyck897ab152011-05-27 05:31:47 +00007386
Alexander Duyck091a6242012-02-08 07:51:01 +00007387 /* update gso size and bytecount with header size */
7388 first->gso_segs = skb_shinfo(skb)->gso_segs;
7389 first->bytecount += (first->gso_segs - 1) * *hdr_len;
7390
Alexander Duyckc44f5f52012-10-30 06:01:45 +00007391 /* mss_l4len_id: use 0 as index for TSO */
Alexander Duyckb83e3012016-04-14 17:19:31 -04007392 mss_l4len_idx = (*hdr_len - l4_offset) << IXGBE_ADVTXD_L4LEN_SHIFT;
Alexander Duyck897ab152011-05-27 05:31:47 +00007393 mss_l4len_idx |= skb_shinfo(skb)->gso_size << IXGBE_ADVTXD_MSS_SHIFT;
Alexander Duyck897ab152011-05-27 05:31:47 +00007394
7395 /* vlan_macip_lens: HEADLEN, MACLEN, VLAN tag */
Alexander Duyckb83e3012016-04-14 17:19:31 -04007396 vlan_macip_lens = l4.hdr - ip.hdr;
7397 vlan_macip_lens |= (ip.hdr - skb->data) << IXGBE_ADVTXD_MACLEN_SHIFT;
Alexander Duyck244e27a2012-02-08 07:51:11 +00007398 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK;
Alexander Duyck897ab152011-05-27 05:31:47 +00007399
7400 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, 0, type_tucmd,
Alexander Duyck244e27a2012-02-08 07:51:11 +00007401 mss_l4len_idx);
Alexander Duyck897ab152011-05-27 05:31:47 +00007402
7403 return 1;
Joe Perches7ca647b2010-09-07 21:35:40 +00007404}
7405
Alexander Duyck49763de2016-01-13 07:31:11 -08007406static inline bool ixgbe_ipv6_csum_is_sctp(struct sk_buff *skb)
7407{
7408 unsigned int offset = 0;
7409
7410 ipv6_find_hdr(skb, &offset, IPPROTO_SCTP, NULL, NULL);
7411
7412 return offset == skb_checksum_start_offset(skb);
7413}
7414
Alexander Duyck244e27a2012-02-08 07:51:11 +00007415static void ixgbe_tx_csum(struct ixgbe_ring *tx_ring,
7416 struct ixgbe_tx_buffer *first)
Auke Kok9a799d72007-09-15 14:07:45 -07007417{
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00007418 struct sk_buff *skb = first->skb;
Alexander Duyck897ab152011-05-27 05:31:47 +00007419 u32 vlan_macip_lens = 0;
Alexander Duyck897ab152011-05-27 05:31:47 +00007420 u32 type_tucmd = 0;
Auke Kok9a799d72007-09-15 14:07:45 -07007421
Alexander Duyck897ab152011-05-27 05:31:47 +00007422 if (skb->ip_summed != CHECKSUM_PARTIAL) {
Alexander Duyck49763de2016-01-13 07:31:11 -08007423csum_failed:
7424 if (!(first->tx_flags & (IXGBE_TX_FLAGS_HW_VLAN |
7425 IXGBE_TX_FLAGS_CC)))
Alexander Duyck472148c2012-11-07 02:34:28 +00007426 return;
Alexander Duyck49763de2016-01-13 07:31:11 -08007427 goto no_csum;
Auke Kok9a799d72007-09-15 14:07:45 -07007428 }
Jesse Brandeburg9f8cdf42008-09-11 20:03:35 -07007429
Alexander Duyck49763de2016-01-13 07:31:11 -08007430 switch (skb->csum_offset) {
7431 case offsetof(struct tcphdr, check):
7432 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP;
7433 /* fall through */
7434 case offsetof(struct udphdr, check):
7435 break;
7436 case offsetof(struct sctphdr, checksum):
7437 /* validate that this is actually an SCTP request */
7438 if (((first->protocol == htons(ETH_P_IP)) &&
7439 (ip_hdr(skb)->protocol == IPPROTO_SCTP)) ||
7440 ((first->protocol == htons(ETH_P_IPV6)) &&
7441 ixgbe_ipv6_csum_is_sctp(skb))) {
7442 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_SCTP;
7443 break;
7444 }
7445 /* fall through */
7446 default:
7447 skb_checksum_help(skb);
7448 goto csum_failed;
7449 }
7450
7451 /* update TX checksum flag */
7452 first->tx_flags |= IXGBE_TX_FLAGS_CSUM;
7453 vlan_macip_lens = skb_checksum_start_offset(skb) -
7454 skb_network_offset(skb);
Mark Rustad36a92d72015-11-18 09:21:28 -08007455no_csum:
Alexander Duyck244e27a2012-02-08 07:51:11 +00007456 /* vlan_macip_lens: MACLEN, VLAN tag */
Alexander Duyck49763de2016-01-13 07:31:11 -08007457 vlan_macip_lens |= skb_network_offset(skb) << IXGBE_ADVTXD_MACLEN_SHIFT;
Alexander Duyck244e27a2012-02-08 07:51:11 +00007458 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK;
Alexander Duyck897ab152011-05-27 05:31:47 +00007459
Alexander Duyck49763de2016-01-13 07:31:11 -08007460 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, 0, type_tucmd, 0);
Auke Kok9a799d72007-09-15 14:07:45 -07007461}
7462
Alexander Duyck472148c2012-11-07 02:34:28 +00007463#define IXGBE_SET_FLAG(_input, _flag, _result) \
7464 ((_flag <= _result) ? \
7465 ((u32)(_input & _flag) * (_result / _flag)) : \
7466 ((u32)(_input & _flag) / (_flag / _result)))
7467
7468static u32 ixgbe_tx_cmd_type(struct sk_buff *skb, u32 tx_flags)
Alexander Duyckd3d00232011-07-15 02:31:25 +00007469{
7470 /* set type for advanced descriptor with frame checksum insertion */
Alexander Duyck472148c2012-11-07 02:34:28 +00007471 u32 cmd_type = IXGBE_ADVTXD_DTYP_DATA |
7472 IXGBE_ADVTXD_DCMD_DEXT |
7473 IXGBE_ADVTXD_DCMD_IFCS;
Alexander Duyckd3d00232011-07-15 02:31:25 +00007474
7475 /* set HW vlan bit if vlan is present */
Alexander Duyck472148c2012-11-07 02:34:28 +00007476 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_HW_VLAN,
7477 IXGBE_ADVTXD_DCMD_VLE);
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00007478
Alexander Duyckd3d00232011-07-15 02:31:25 +00007479 /* set segmentation enable bits for TSO/FSO */
Alexander Duyck472148c2012-11-07 02:34:28 +00007480 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO,
7481 IXGBE_ADVTXD_DCMD_TSE);
7482
7483 /* set timestamp bit if present */
7484 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSTAMP,
7485 IXGBE_ADVTXD_MAC_TSTAMP);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007486
Alexander Duyck62748b72012-07-20 08:09:01 +00007487 /* insert frame checksum */
Alexander Duyck472148c2012-11-07 02:34:28 +00007488 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS);
Alexander Duyck62748b72012-07-20 08:09:01 +00007489
Alexander Duyckd3d00232011-07-15 02:31:25 +00007490 return cmd_type;
7491}
7492
Alexander Duyck729739b2012-02-08 07:51:06 +00007493static void ixgbe_tx_olinfo_status(union ixgbe_adv_tx_desc *tx_desc,
7494 u32 tx_flags, unsigned int paylen)
Alexander Duyckd3d00232011-07-15 02:31:25 +00007495{
Alexander Duyck472148c2012-11-07 02:34:28 +00007496 u32 olinfo_status = paylen << IXGBE_ADVTXD_PAYLEN_SHIFT;
Alexander Duyckd3d00232011-07-15 02:31:25 +00007497
7498 /* enable L4 checksum for TSO and TX checksum offload */
Alexander Duyck472148c2012-11-07 02:34:28 +00007499 olinfo_status |= IXGBE_SET_FLAG(tx_flags,
7500 IXGBE_TX_FLAGS_CSUM,
7501 IXGBE_ADVTXD_POPTS_TXSM);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007502
Alexander Duyck93f5b3c2012-02-08 07:50:45 +00007503 /* enble IPv4 checksum for TSO */
Alexander Duyck472148c2012-11-07 02:34:28 +00007504 olinfo_status |= IXGBE_SET_FLAG(tx_flags,
7505 IXGBE_TX_FLAGS_IPV4,
7506 IXGBE_ADVTXD_POPTS_IXSM);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007507
Alexander Duyck7f9643f2011-06-29 05:43:27 +00007508 /*
7509 * Check Context must be set if Tx switch is enabled, which it
7510 * always is for case where virtual functions are running
7511 */
Alexander Duyck472148c2012-11-07 02:34:28 +00007512 olinfo_status |= IXGBE_SET_FLAG(tx_flags,
7513 IXGBE_TX_FLAGS_CC,
7514 IXGBE_ADVTXD_CC);
Alexander Duyck7f9643f2011-06-29 05:43:27 +00007515
Alexander Duyck472148c2012-11-07 02:34:28 +00007516 tx_desc->read.olinfo_status = cpu_to_le32(olinfo_status);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007517}
7518
Daniel Borkmann2367a172014-08-26 19:34:18 +02007519static int __ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size)
7520{
7521 netif_stop_subqueue(tx_ring->netdev, tx_ring->queue_index);
7522
7523 /* Herbert's original patch had:
7524 * smp_mb__after_netif_stop_queue();
7525 * but since that doesn't exist yet, just open code it.
7526 */
7527 smp_mb();
7528
7529 /* We need to check again in a case another CPU has just
7530 * made room available.
7531 */
7532 if (likely(ixgbe_desc_unused(tx_ring) < size))
7533 return -EBUSY;
7534
7535 /* A reprieve! - use start_queue because it doesn't call schedule */
7536 netif_start_subqueue(tx_ring->netdev, tx_ring->queue_index);
7537 ++tx_ring->tx_stats.restart_queue;
7538 return 0;
7539}
7540
7541static inline int ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size)
7542{
7543 if (likely(ixgbe_desc_unused(tx_ring) >= size))
7544 return 0;
7545
7546 return __ixgbe_maybe_stop_tx(tx_ring, size);
7547}
7548
Alexander Duyckd3d00232011-07-15 02:31:25 +00007549#define IXGBE_TXD_CMD (IXGBE_TXD_CMD_EOP | \
7550 IXGBE_TXD_CMD_RS)
7551
7552static void ixgbe_tx_map(struct ixgbe_ring *tx_ring,
Alexander Duyckd3d00232011-07-15 02:31:25 +00007553 struct ixgbe_tx_buffer *first,
Alexander Duyckd3d00232011-07-15 02:31:25 +00007554 const u8 hdr_len)
Auke Kok9a799d72007-09-15 14:07:45 -07007555{
Alexander Duyck729739b2012-02-08 07:51:06 +00007556 struct sk_buff *skb = first->skb;
7557 struct ixgbe_tx_buffer *tx_buffer;
7558 union ixgbe_adv_tx_desc *tx_desc;
Alexander Duyckec718252012-10-30 06:01:55 +00007559 struct skb_frag_struct *frag;
7560 dma_addr_t dma;
7561 unsigned int data_len, size;
Alexander Duyck244e27a2012-02-08 07:51:11 +00007562 u32 tx_flags = first->tx_flags;
Alexander Duyck472148c2012-11-07 02:34:28 +00007563 u32 cmd_type = ixgbe_tx_cmd_type(skb, tx_flags);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007564 u16 i = tx_ring->next_to_use;
Auke Kok9a799d72007-09-15 14:07:45 -07007565
Alexander Duyck729739b2012-02-08 07:51:06 +00007566 tx_desc = IXGBE_TX_DESC(tx_ring, i);
7567
Alexander Duyckec718252012-10-30 06:01:55 +00007568 ixgbe_tx_olinfo_status(tx_desc, tx_flags, skb->len - hdr_len);
7569
7570 size = skb_headlen(skb);
7571 data_len = skb->data_len;
Alexander Duyck729739b2012-02-08 07:51:06 +00007572
Alexander Duyckd3d00232011-07-15 02:31:25 +00007573#ifdef IXGBE_FCOE
7574 if (tx_flags & IXGBE_TX_FLAGS_FCOE) {
Alexander Duyck729739b2012-02-08 07:51:06 +00007575 if (data_len < sizeof(struct fcoe_crc_eof)) {
Alexander Duyckd3d00232011-07-15 02:31:25 +00007576 size -= sizeof(struct fcoe_crc_eof) - data_len;
7577 data_len = 0;
Alexander Duyck729739b2012-02-08 07:51:06 +00007578 } else {
7579 data_len -= sizeof(struct fcoe_crc_eof);
Alexander Duyck44df32c2009-03-31 21:34:23 +00007580 }
Auke Kok9a799d72007-09-15 14:07:45 -07007581 }
7582
Alexander Duyckd3d00232011-07-15 02:31:25 +00007583#endif
Alexander Duyck729739b2012-02-08 07:51:06 +00007584 dma = dma_map_single(tx_ring->dev, skb->data, size, DMA_TO_DEVICE);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007585
Alexander Duyckec718252012-10-30 06:01:55 +00007586 tx_buffer = first;
Alexander Duyckd3d00232011-07-15 02:31:25 +00007587
Alexander Duyckec718252012-10-30 06:01:55 +00007588 for (frag = &skb_shinfo(skb)->frags[0];; frag++) {
7589 if (dma_mapping_error(tx_ring->dev, dma))
7590 goto dma_error;
Alexander Duyckd3d00232011-07-15 02:31:25 +00007591
Alexander Duyckec718252012-10-30 06:01:55 +00007592 /* record length, and DMA address */
7593 dma_unmap_len_set(tx_buffer, len, size);
7594 dma_unmap_addr_set(tx_buffer, dma, dma);
7595
7596 tx_desc->read.buffer_addr = cpu_to_le64(dma);
7597
Alexander Duyck729739b2012-02-08 07:51:06 +00007598 while (unlikely(size > IXGBE_MAX_DATA_PER_TXD)) {
Alexander Duyckd3d00232011-07-15 02:31:25 +00007599 tx_desc->read.cmd_type_len =
Alexander Duyck472148c2012-11-07 02:34:28 +00007600 cpu_to_le32(cmd_type ^ IXGBE_MAX_DATA_PER_TXD);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007601
Alexander Duyckd3d00232011-07-15 02:31:25 +00007602 i++;
Alexander Duyck729739b2012-02-08 07:51:06 +00007603 tx_desc++;
Alexander Duyckd3d00232011-07-15 02:31:25 +00007604 if (i == tx_ring->count) {
Alexander Duycke4f74022012-01-31 02:59:44 +00007605 tx_desc = IXGBE_TX_DESC(tx_ring, 0);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007606 i = 0;
7607 }
Alexander Duyckec718252012-10-30 06:01:55 +00007608 tx_desc->read.olinfo_status = 0;
Alexander Duyck729739b2012-02-08 07:51:06 +00007609
7610 dma += IXGBE_MAX_DATA_PER_TXD;
7611 size -= IXGBE_MAX_DATA_PER_TXD;
7612
7613 tx_desc->read.buffer_addr = cpu_to_le64(dma);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007614 }
7615
Alexander Duyck729739b2012-02-08 07:51:06 +00007616 if (likely(!data_len))
7617 break;
Alexander Duyckd3d00232011-07-15 02:31:25 +00007618
Alexander Duyck472148c2012-11-07 02:34:28 +00007619 tx_desc->read.cmd_type_len = cpu_to_le32(cmd_type ^ size);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007620
Alexander Duyck729739b2012-02-08 07:51:06 +00007621 i++;
7622 tx_desc++;
7623 if (i == tx_ring->count) {
7624 tx_desc = IXGBE_TX_DESC(tx_ring, 0);
7625 i = 0;
7626 }
Alexander Duyckec718252012-10-30 06:01:55 +00007627 tx_desc->read.olinfo_status = 0;
Auke Kok9a799d72007-09-15 14:07:45 -07007628
Alexander Duyckd3d00232011-07-15 02:31:25 +00007629#ifdef IXGBE_FCOE
Eric Dumazet9e903e02011-10-18 21:00:24 +00007630 size = min_t(unsigned int, data_len, skb_frag_size(frag));
Alexander Duyckd3d00232011-07-15 02:31:25 +00007631#else
Eric Dumazet9e903e02011-10-18 21:00:24 +00007632 size = skb_frag_size(frag);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007633#endif
7634 data_len -= size;
Auke Kok9a799d72007-09-15 14:07:45 -07007635
Alexander Duyck729739b2012-02-08 07:51:06 +00007636 dma = skb_frag_dma_map(tx_ring->dev, frag, 0, size,
7637 DMA_TO_DEVICE);
Auke Kok9a799d72007-09-15 14:07:45 -07007638
Alexander Duyck729739b2012-02-08 07:51:06 +00007639 tx_buffer = &tx_ring->tx_buffer_info[i];
Auke Kok9a799d72007-09-15 14:07:45 -07007640 }
Alexander Duyck44df32c2009-03-31 21:34:23 +00007641
Alexander Duyck729739b2012-02-08 07:51:06 +00007642 /* write last descriptor with RS and EOP bits */
Alexander Duyck472148c2012-11-07 02:34:28 +00007643 cmd_type |= size | IXGBE_TXD_CMD;
7644 tx_desc->read.cmd_type_len = cpu_to_le32(cmd_type);
Alexander Duyckd3d00232011-07-15 02:31:25 +00007645
Alexander Duyck091a6242012-02-08 07:51:01 +00007646 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount);
Alexander Duyckb2d96e02012-02-07 08:14:33 +00007647
Alexander Duyckd3d00232011-07-15 02:31:25 +00007648 /* set the timestamp */
7649 first->time_stamp = jiffies;
Auke Kok9a799d72007-09-15 14:07:45 -07007650
7651 /*
Alexander Duyck729739b2012-02-08 07:51:06 +00007652 * Force memory writes to complete before letting h/w know there
7653 * are new descriptors to fetch. (Only applicable for weak-ordered
7654 * memory model archs, such as IA-64).
7655 *
7656 * We also need this memory barrier to make certain all of the
7657 * status bits have been updated before next_to_watch is written.
Auke Kok9a799d72007-09-15 14:07:45 -07007658 */
7659 wmb();
7660
Alexander Duyckd3d00232011-07-15 02:31:25 +00007661 /* set next_to_watch value indicating a packet is present */
7662 first->next_to_watch = tx_desc;
7663
Alexander Duyck729739b2012-02-08 07:51:06 +00007664 i++;
7665 if (i == tx_ring->count)
7666 i = 0;
7667
7668 tx_ring->next_to_use = i;
7669
Daniel Borkmann2367a172014-08-26 19:34:18 +02007670 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED);
7671
7672 if (netif_xmit_stopped(txring_txq(tx_ring)) || !skb->xmit_more) {
Alexander Duyckad435ec2014-11-14 00:56:35 +00007673 writel(i, tx_ring->tail);
7674
7675 /* we need this if more than one processor can write to our tail
7676 * at a time, it synchronizes IO on IA64/Altix systems
7677 */
7678 mmiowb();
Daniel Borkmann9c938cd2014-08-24 15:42:16 +02007679 }
Daniel Borkmann2367a172014-08-26 19:34:18 +02007680
Alexander Duyckd3d00232011-07-15 02:31:25 +00007681 return;
7682dma_error:
Alexander Duyck729739b2012-02-08 07:51:06 +00007683 dev_err(tx_ring->dev, "TX DMA map failed\n");
Alexander Duyckd3d00232011-07-15 02:31:25 +00007684
7685 /* clear dma mappings for failed tx_buffer_info map */
7686 for (;;) {
Alexander Duyck729739b2012-02-08 07:51:06 +00007687 tx_buffer = &tx_ring->tx_buffer_info[i];
7688 ixgbe_unmap_and_free_tx_resource(tx_ring, tx_buffer);
7689 if (tx_buffer == first)
Alexander Duyckd3d00232011-07-15 02:31:25 +00007690 break;
7691 if (i == 0)
7692 i = tx_ring->count;
7693 i--;
7694 }
7695
Alexander Duyckd3d00232011-07-15 02:31:25 +00007696 tx_ring->next_to_use = i;
Auke Kok9a799d72007-09-15 14:07:45 -07007697}
7698
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00007699static void ixgbe_atr(struct ixgbe_ring *ring,
Alexander Duyck244e27a2012-02-08 07:51:11 +00007700 struct ixgbe_tx_buffer *first)
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007701{
Alexander Duyck69830522011-01-06 14:29:58 +00007702 struct ixgbe_q_vector *q_vector = ring->q_vector;
7703 union ixgbe_atr_hash_dword input = { .dword = 0 };
7704 union ixgbe_atr_hash_dword common = { .dword = 0 };
7705 union {
7706 unsigned char *network;
7707 struct iphdr *ipv4;
7708 struct ipv6hdr *ipv6;
7709 } hdr;
Alexander Duyckee9e0f02010-11-16 19:27:01 -08007710 struct tcphdr *th;
Alexander Duycke2873d42016-01-25 19:39:40 -08007711 unsigned int hlen;
Mark Rustad67359c32015-06-15 11:33:25 -07007712 struct sk_buff *skb;
Alexander Duyck905e4a42011-01-06 14:29:57 +00007713 __be16 vlan_id;
Alexander Duycke2873d42016-01-25 19:39:40 -08007714 int l4_proto;
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007715
Alexander Duyck69830522011-01-06 14:29:58 +00007716 /* if ring doesn't have a interrupt vector, cannot perform ATR */
7717 if (!q_vector)
Guillaume Gaudonvilled3ead242010-06-29 18:29:00 +00007718 return;
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007719
Alexander Duyck69830522011-01-06 14:29:58 +00007720 /* do nothing if sampling is disabled */
7721 if (!ring->atr_sample_rate)
7722 return;
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007723
Alexander Duyck69830522011-01-06 14:29:58 +00007724 ring->atr_count++;
7725
Alexander Duycke2873d42016-01-25 19:39:40 -08007726 /* currently only IPv4/IPv6 with TCP is supported */
7727 if ((first->protocol != htons(ETH_P_IP)) &&
7728 (first->protocol != htons(ETH_P_IPV6)))
7729 return;
7730
Alexander Duyck69830522011-01-06 14:29:58 +00007731 /* snag network header to get L4 type and address */
Mark Rustad67359c32015-06-15 11:33:25 -07007732 skb = first->skb;
7733 hdr.network = skb_network_header(skb);
Sowmini Varadhan9f3c7502016-10-24 15:36:39 -07007734 if (unlikely(hdr.network <= skb->data))
7735 return;
Alexander Duyck9f12df92016-01-25 19:36:29 -08007736 if (skb->encapsulation &&
7737 first->protocol == htons(ETH_P_IP) &&
Sowmini Varadhan52028822016-10-24 15:36:38 -07007738 hdr.ipv4->protocol == IPPROTO_UDP) {
Mark Rustad67359c32015-06-15 11:33:25 -07007739 struct ixgbe_adapter *adapter = q_vector->adapter;
Alexander Duyck69830522011-01-06 14:29:58 +00007740
Sowmini Varadhan9f3c7502016-10-24 15:36:39 -07007741 if (unlikely(skb_tail_pointer(skb) < hdr.network +
7742 VXLAN_HEADROOM))
7743 return;
7744
Alexander Duyck9f12df92016-01-25 19:36:29 -08007745 /* verify the port is recognized as VXLAN */
7746 if (adapter->vxlan_port &&
Alexander Duycke2873d42016-01-25 19:39:40 -08007747 udp_hdr(skb)->dest == adapter->vxlan_port)
Alexander Duyck9f12df92016-01-25 19:36:29 -08007748 hdr.network = skb_inner_network_header(skb);
Emil Tantilova21d0822016-08-10 11:19:23 -07007749
7750 if (adapter->geneve_port &&
7751 udp_hdr(skb)->dest == adapter->geneve_port)
7752 hdr.network = skb_inner_network_header(skb);
Mark Rustade19dcde2015-12-09 14:55:37 -08007753 }
7754
Sowmini Varadhan9f3c7502016-10-24 15:36:39 -07007755 /* Make sure we have at least [minimum IPv4 header + TCP]
7756 * or [IPv6 header] bytes
7757 */
7758 if (unlikely(skb_tail_pointer(skb) < hdr.network + 40))
7759 return;
7760
Mark Rustade19dcde2015-12-09 14:55:37 -08007761 /* Currently only IPv4/IPv6 with TCP is supported */
7762 switch (hdr.ipv4->version) {
7763 case IPVERSION:
Alexander Duycke2873d42016-01-25 19:39:40 -08007764 /* access ihl as u8 to avoid unaligned access on ia64 */
7765 hlen = (hdr.network[0] & 0x0F) << 2;
7766 l4_proto = hdr.ipv4->protocol;
Mark Rustade19dcde2015-12-09 14:55:37 -08007767 break;
7768 case 6:
Alexander Duycke2873d42016-01-25 19:39:40 -08007769 hlen = hdr.network - skb->data;
7770 l4_proto = ipv6_find_hdr(skb, &hlen, IPPROTO_TCP, NULL, NULL);
7771 hlen -= hdr.network - skb->data;
Mark Rustade19dcde2015-12-09 14:55:37 -08007772 break;
7773 default:
7774 return;
Mark Rustad67359c32015-06-15 11:33:25 -07007775 }
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007776
Alexander Duycke2873d42016-01-25 19:39:40 -08007777 if (l4_proto != IPPROTO_TCP)
7778 return;
7779
Sowmini Varadhan9f3c7502016-10-24 15:36:39 -07007780 if (unlikely(skb_tail_pointer(skb) < hdr.network +
7781 hlen + sizeof(struct tcphdr)))
7782 return;
7783
Alexander Duycke2873d42016-01-25 19:39:40 -08007784 th = (struct tcphdr *)(hdr.network + hlen);
7785
7786 /* skip this packet since the socket is closing */
7787 if (th->fin)
Alexander Duyck69830522011-01-06 14:29:58 +00007788 return;
7789
7790 /* sample on all syn packets or once every atr sample count */
7791 if (!th->syn && (ring->atr_count < ring->atr_sample_rate))
7792 return;
7793
7794 /* reset sample count */
7795 ring->atr_count = 0;
7796
Alexander Duyck244e27a2012-02-08 07:51:11 +00007797 vlan_id = htons(first->tx_flags >> IXGBE_TX_FLAGS_VLAN_SHIFT);
Alexander Duyck69830522011-01-06 14:29:58 +00007798
7799 /*
7800 * src and dst are inverted, think how the receiver sees them
7801 *
7802 * The input is broken into two sections, a non-compressed section
7803 * containing vm_pool, vlan_id, and flow_type. The rest of the data
7804 * is XORed together and stored in the compressed dword.
7805 */
7806 input.formatted.vlan_id = vlan_id;
7807
7808 /*
7809 * since src port and flex bytes occupy the same word XOR them together
7810 * and write the value to source port portion of compressed dword
7811 */
Alexander Duyck244e27a2012-02-08 07:51:11 +00007812 if (first->tx_flags & (IXGBE_TX_FLAGS_SW_VLAN | IXGBE_TX_FLAGS_HW_VLAN))
Joe Perchesa1108ff2014-03-13 05:19:25 +00007813 common.port.src ^= th->dest ^ htons(ETH_P_8021Q);
Alexander Duyck69830522011-01-06 14:29:58 +00007814 else
Alexander Duyck244e27a2012-02-08 07:51:11 +00007815 common.port.src ^= th->dest ^ first->protocol;
Alexander Duyck69830522011-01-06 14:29:58 +00007816 common.port.dst ^= th->source;
7817
Mark Rustade19dcde2015-12-09 14:55:37 -08007818 switch (hdr.ipv4->version) {
7819 case IPVERSION:
Alexander Duyck69830522011-01-06 14:29:58 +00007820 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV4;
7821 common.ip ^= hdr.ipv4->saddr ^ hdr.ipv4->daddr;
Mark Rustade19dcde2015-12-09 14:55:37 -08007822 break;
7823 case 6:
Alexander Duyck69830522011-01-06 14:29:58 +00007824 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV6;
7825 common.ip ^= hdr.ipv6->saddr.s6_addr32[0] ^
7826 hdr.ipv6->saddr.s6_addr32[1] ^
7827 hdr.ipv6->saddr.s6_addr32[2] ^
7828 hdr.ipv6->saddr.s6_addr32[3] ^
7829 hdr.ipv6->daddr.s6_addr32[0] ^
7830 hdr.ipv6->daddr.s6_addr32[1] ^
7831 hdr.ipv6->daddr.s6_addr32[2] ^
7832 hdr.ipv6->daddr.s6_addr32[3];
Mark Rustade19dcde2015-12-09 14:55:37 -08007833 break;
7834 default:
7835 break;
Alexander Duyck69830522011-01-06 14:29:58 +00007836 }
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007837
Alexander Duyck9f12df92016-01-25 19:36:29 -08007838 if (hdr.network != skb_network_header(skb))
Mark Rustad67359c32015-06-15 11:33:25 -07007839 input.formatted.flow_type |= IXGBE_ATR_L4TYPE_TUNNEL_MASK;
Mark Rustad67359c32015-06-15 11:33:25 -07007840
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007841 /* This assumes the Rx queue and Tx queue are bound to the same CPU */
Alexander Duyck69830522011-01-06 14:29:58 +00007842 ixgbe_fdir_add_signature_filter_82599(&q_vector->adapter->hw,
7843 input, common, ring->queue_index);
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007844}
7845
Jason Wangf663dd92014-01-10 16:18:26 +08007846static u16 ixgbe_select_queue(struct net_device *dev, struct sk_buff *skb,
Daniel Borkmann99932d42014-02-16 15:55:20 +01007847 void *accel_priv, select_queue_fallback_t fallback)
Stephen Hemminger09a3b1f2009-03-21 13:40:01 -07007848{
Jason Wangf663dd92014-01-10 16:18:26 +08007849 struct ixgbe_fwd_adapter *fwd_adapter = accel_priv;
7850#ifdef IXGBE_FCOE
Alexander Duyck97488bd2013-01-12 06:33:37 +00007851 struct ixgbe_adapter *adapter;
7852 struct ixgbe_ring_feature *f;
7853 int txq;
Jason Wangf663dd92014-01-10 16:18:26 +08007854#endif
7855
7856 if (fwd_adapter)
7857 return skb->queue_mapping + fwd_adapter->tx_base_queue;
7858
7859#ifdef IXGBE_FCOE
Hao Zheng5e09a102010-11-11 13:47:59 +00007860
Alexander Duyck97488bd2013-01-12 06:33:37 +00007861 /*
7862 * only execute the code below if protocol is FCoE
7863 * or FIP and we have FCoE enabled on the adapter
7864 */
7865 switch (vlan_get_protocol(skb)) {
Joe Perchesa1108ff2014-03-13 05:19:25 +00007866 case htons(ETH_P_FCOE):
7867 case htons(ETH_P_FIP):
Alexander Duyck97488bd2013-01-12 06:33:37 +00007868 adapter = netdev_priv(dev);
Alexander Duyckc0876632012-05-10 00:01:46 +00007869
Alexander Duyck97488bd2013-01-12 06:33:37 +00007870 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED)
7871 break;
7872 default:
Daniel Borkmann99932d42014-02-16 15:55:20 +01007873 return fallback(dev, skb);
Krishna Kumarfdd3d632010-02-03 13:13:10 +00007874 }
Peter P Waskiewicz Jrc4cf55e2009-06-04 16:01:43 +00007875
Alexander Duyck97488bd2013-01-12 06:33:37 +00007876 f = &adapter->ring_feature[RING_F_FCOE];
7877
7878 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) :
7879 smp_processor_id();
7880
7881 while (txq >= f->indices)
7882 txq -= f->indices;
7883
7884 return txq + f->offset;
Jason Wangf663dd92014-01-10 16:18:26 +08007885#else
Daniel Borkmann99932d42014-02-16 15:55:20 +01007886 return fallback(dev, skb);
Jason Wangf663dd92014-01-10 16:18:26 +08007887#endif
Stephen Hemminger09a3b1f2009-03-21 13:40:01 -07007888}
7889
Alexander Duyckfc77dc32010-11-16 19:26:51 -08007890netdev_tx_t ixgbe_xmit_frame_ring(struct sk_buff *skb,
Alexander Duyck84418e32010-08-19 13:40:54 +00007891 struct ixgbe_adapter *adapter,
7892 struct ixgbe_ring *tx_ring)
Auke Kok9a799d72007-09-15 14:07:45 -07007893{
Alexander Duyckd3d00232011-07-15 02:31:25 +00007894 struct ixgbe_tx_buffer *first;
Yi Zou5f715822009-12-03 11:32:44 +00007895 int tso;
Alexander Duyckd3d00232011-07-15 02:31:25 +00007896 u32 tx_flags = 0;
Alexander Duycka535c302011-05-27 05:31:52 +00007897 unsigned short f;
Alexander Duycka535c302011-05-27 05:31:52 +00007898 u16 count = TXD_USE_COUNT(skb_headlen(skb));
Alexander Duyck66f32a82011-06-29 05:43:22 +00007899 __be16 protocol = skb->protocol;
Alexander Duyck63544e92011-05-27 05:31:42 +00007900 u8 hdr_len = 0;
Hao Zheng5e09a102010-11-11 13:47:59 +00007901
Alexander Duycka535c302011-05-27 05:31:52 +00007902 /*
7903 * need: 1 descriptor per page * PAGE_SIZE/IXGBE_MAX_DATA_PER_TXD,
Alexander Duyck24ddd962012-02-10 02:08:32 +00007904 * + 1 desc for skb_headlen/IXGBE_MAX_DATA_PER_TXD,
Alexander Duycka535c302011-05-27 05:31:52 +00007905 * + 2 desc gap to keep tail from touching head,
7906 * + 1 desc for context descriptor,
7907 * otherwise try next time
7908 */
Alexander Duycka535c302011-05-27 05:31:52 +00007909 for (f = 0; f < skb_shinfo(skb)->nr_frags; f++)
7910 count += TXD_USE_COUNT(skb_shinfo(skb)->frags[f].size);
Alexander Duyck7f661622013-02-09 01:19:55 +00007911
Alexander Duycka535c302011-05-27 05:31:52 +00007912 if (ixgbe_maybe_stop_tx(tx_ring, count + 3)) {
7913 tx_ring->tx_stats.tx_busy++;
7914 return NETDEV_TX_BUSY;
7915 }
7916
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00007917 /* record the location of the first descriptor for this packet */
7918 first = &tx_ring->tx_buffer_info[tx_ring->next_to_use];
7919 first->skb = skb;
Alexander Duyck091a6242012-02-08 07:51:01 +00007920 first->bytecount = skb->len;
7921 first->gso_segs = 1;
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00007922
Alexander Duyck66f32a82011-06-29 05:43:22 +00007923 /* if we have a HW VLAN tag being added default to the HW one */
Jiri Pirkodf8a39d2015-01-13 17:13:44 +01007924 if (skb_vlan_tag_present(skb)) {
7925 tx_flags |= skb_vlan_tag_get(skb) << IXGBE_TX_FLAGS_VLAN_SHIFT;
Alexander Duyck66f32a82011-06-29 05:43:22 +00007926 tx_flags |= IXGBE_TX_FLAGS_HW_VLAN;
7927 /* else if it is a SW VLAN check the next protocol and store the tag */
Joe Perchesa1108ff2014-03-13 05:19:25 +00007928 } else if (protocol == htons(ETH_P_8021Q)) {
Alexander Duyck66f32a82011-06-29 05:43:22 +00007929 struct vlan_hdr *vhdr, _vhdr;
7930 vhdr = skb_header_pointer(skb, ETH_HLEN, sizeof(_vhdr), &_vhdr);
7931 if (!vhdr)
7932 goto out_drop;
7933
Alexander Duyck9e0c5642012-02-08 07:49:33 +00007934 tx_flags |= ntohs(vhdr->h_vlan_TCI) <<
7935 IXGBE_TX_FLAGS_VLAN_SHIFT;
Alexander Duyck66f32a82011-06-29 05:43:22 +00007936 tx_flags |= IXGBE_TX_FLAGS_SW_VLAN;
Auke Kok9a799d72007-09-15 14:07:45 -07007937 }
Toshiaki Makita02136682015-01-29 20:37:09 +09007938 protocol = vlan_get_protocol(skb);
Yi Zoueacd73f2009-05-13 13:11:06 +00007939
Mark Rustadd5234932014-08-09 07:02:09 +00007940 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) &&
7941 adapter->ptp_clock &&
7942 !test_and_set_bit_lock(__IXGBE_PTP_TX_IN_PROGRESS,
7943 &adapter->state)) {
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00007944 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS;
7945 tx_flags |= IXGBE_TX_FLAGS_TSTAMP;
Jacob Keller891dc082012-12-05 07:24:46 +00007946
7947 /* schedule check for Tx timestamp */
7948 adapter->ptp_tx_skb = skb_get(skb);
7949 adapter->ptp_tx_start = jiffies;
7950 schedule_work(&adapter->ptp_tx_work);
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00007951 }
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00007952
Jakub Kicinskiff29a862014-03-15 14:55:16 +00007953 skb_tx_timestamp(skb);
7954
Alexander Duyck9e0c5642012-02-08 07:49:33 +00007955#ifdef CONFIG_PCI_IOV
7956 /*
7957 * Use the l2switch_enable flag - would be false if the DMA
7958 * Tx switch had been disabled.
7959 */
7960 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
Alexander Duyck472148c2012-11-07 02:34:28 +00007961 tx_flags |= IXGBE_TX_FLAGS_CC;
Alexander Duyck9e0c5642012-02-08 07:49:33 +00007962
7963#endif
John Fastabend32701dc2011-09-27 03:51:56 +00007964 /* DCB maps skb priorities 0-7 onto 3 bit PCP of VLAN tag. */
Alexander Duyck66f32a82011-06-29 05:43:22 +00007965 if ((adapter->flags & IXGBE_FLAG_DCB_ENABLED) &&
Alexander Duyck09dca472011-07-20 00:09:10 +00007966 ((tx_flags & (IXGBE_TX_FLAGS_HW_VLAN | IXGBE_TX_FLAGS_SW_VLAN)) ||
7967 (skb->priority != TC_PRIO_CONTROL))) {
Alexander Duyck66f32a82011-06-29 05:43:22 +00007968 tx_flags &= ~IXGBE_TX_FLAGS_VLAN_PRIO_MASK;
John Fastabend32701dc2011-09-27 03:51:56 +00007969 tx_flags |= (skb->priority & 0x7) <<
7970 IXGBE_TX_FLAGS_VLAN_PRIO_SHIFT;
Alexander Duyck66f32a82011-06-29 05:43:22 +00007971 if (tx_flags & IXGBE_TX_FLAGS_SW_VLAN) {
7972 struct vlan_ethhdr *vhdr;
Francois Romieu2049e1f2014-03-30 03:14:27 +00007973
7974 if (skb_cow_head(skb, 0))
Alexander Duyck66f32a82011-06-29 05:43:22 +00007975 goto out_drop;
7976 vhdr = (struct vlan_ethhdr *)skb->data;
7977 vhdr->h_vlan_TCI = htons(tx_flags >>
7978 IXGBE_TX_FLAGS_VLAN_SHIFT);
7979 } else {
7980 tx_flags |= IXGBE_TX_FLAGS_HW_VLAN;
7981 }
7982 }
Alexander Duycka535c302011-05-27 05:31:52 +00007983
Alexander Duyck244e27a2012-02-08 07:51:11 +00007984 /* record initial flags and protocol */
7985 first->tx_flags = tx_flags;
7986 first->protocol = protocol;
7987
Yi Zoueacd73f2009-05-13 13:11:06 +00007988#ifdef IXGBE_FCOE
Alexander Duyck66f32a82011-06-29 05:43:22 +00007989 /* setup tx offload for FCoE */
Joe Perchesa1108ff2014-03-13 05:19:25 +00007990 if ((protocol == htons(ETH_P_FCOE)) &&
Alexander Duycka58915c2012-05-25 06:38:18 +00007991 (tx_ring->netdev->features & (NETIF_F_FSO | NETIF_F_FCOE_CRC))) {
Alexander Duyck244e27a2012-02-08 07:51:11 +00007992 tso = ixgbe_fso(tx_ring, first, &hdr_len);
Alexander Duyck897ab152011-05-27 05:31:47 +00007993 if (tso < 0)
7994 goto out_drop;
Auke Kok9a799d72007-09-15 14:07:45 -07007995
Alexander Duyck66f32a82011-06-29 05:43:22 +00007996 goto xmit_fcoe;
Alexander Duyck44df32c2009-03-31 21:34:23 +00007997 }
Auke Kok9a799d72007-09-15 14:07:45 -07007998
Auke Kok9a799d72007-09-15 14:07:45 -07007999#endif /* IXGBE_FCOE */
Alexander Duyck244e27a2012-02-08 07:51:11 +00008000 tso = ixgbe_tso(tx_ring, first, &hdr_len);
Alexander Duyck66f32a82011-06-29 05:43:22 +00008001 if (tso < 0)
Auke Kok9a799d72007-09-15 14:07:45 -07008002 goto out_drop;
Alexander Duyck244e27a2012-02-08 07:51:11 +00008003 else if (!tso)
8004 ixgbe_tx_csum(tx_ring, first);
Alexander Duyck66f32a82011-06-29 05:43:22 +00008005
8006 /* add the ATR filter if ATR is on */
8007 if (test_bit(__IXGBE_TX_FDIR_INIT_DONE, &tx_ring->state))
Alexander Duyck244e27a2012-02-08 07:51:11 +00008008 ixgbe_atr(tx_ring, first);
Alexander Duyck66f32a82011-06-29 05:43:22 +00008009
8010#ifdef IXGBE_FCOE
8011xmit_fcoe:
8012#endif /* IXGBE_FCOE */
Alexander Duyck244e27a2012-02-08 07:51:11 +00008013 ixgbe_tx_map(tx_ring, first, hdr_len);
Alexander Duyckd3d00232011-07-15 02:31:25 +00008014
Auke Kok9a799d72007-09-15 14:07:45 -07008015 return NETDEV_TX_OK;
Alexander Duyck897ab152011-05-27 05:31:47 +00008016
8017out_drop:
Alexander Duyckfd0db0e2012-02-08 07:50:56 +00008018 dev_kfree_skb_any(first->skb);
8019 first->skb = NULL;
8020
Alexander Duyck897ab152011-05-27 05:31:47 +00008021 return NETDEV_TX_OK;
Auke Kok9a799d72007-09-15 14:07:45 -07008022}
8023
John Fastabend2a47fa42013-11-06 09:54:52 -08008024static netdev_tx_t __ixgbe_xmit_frame(struct sk_buff *skb,
8025 struct net_device *netdev,
8026 struct ixgbe_ring *ring)
Auke Kok9a799d72007-09-15 14:07:45 -07008027{
8028 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07008029 struct ixgbe_ring *tx_ring;
Auke Kok9a799d72007-09-15 14:07:45 -07008030
Alexander Duycka50c29d2012-02-08 07:50:40 +00008031 /*
8032 * The minimum packet size for olinfo paylen is 17 so pad the skb
8033 * in order to meet this minimum size requirement.
8034 */
Alexander Duycka94d9e22014-12-03 08:17:39 -08008035 if (skb_put_padto(skb, 17))
8036 return NETDEV_TX_OK;
Alexander Duycka50c29d2012-02-08 07:50:40 +00008037
John Fastabend2a47fa42013-11-06 09:54:52 -08008038 tx_ring = ring ? ring : adapter->tx_ring[skb->queue_mapping];
8039
Auke Kok9a799d72007-09-15 14:07:45 -07008040 return ixgbe_xmit_frame_ring(skb, adapter, tx_ring);
8041}
8042
John Fastabend2a47fa42013-11-06 09:54:52 -08008043static netdev_tx_t ixgbe_xmit_frame(struct sk_buff *skb,
8044 struct net_device *netdev)
8045{
8046 return __ixgbe_xmit_frame(skb, netdev, NULL);
8047}
8048
Auke Kok9a799d72007-09-15 14:07:45 -07008049/**
8050 * ixgbe_set_mac - Change the Ethernet Address of the NIC
8051 * @netdev: network interface device structure
8052 * @p: pointer to an address structure
8053 *
8054 * Returns 0 on success, negative on failure
8055 **/
8056static int ixgbe_set_mac(struct net_device *netdev, void *p)
8057{
8058 struct ixgbe_adapter *adapter = netdev_priv(netdev);
8059 struct ixgbe_hw *hw = &adapter->hw;
8060 struct sockaddr *addr = p;
8061
8062 if (!is_valid_ether_addr(addr->sa_data))
8063 return -EADDRNOTAVAIL;
8064
8065 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07008066 memcpy(hw->mac.addr, addr->sa_data, netdev->addr_len);
Auke Kok9a799d72007-09-15 14:07:45 -07008067
Alexander Duyckc9f53e62015-10-22 16:26:30 -07008068 ixgbe_mac_set_default_filter(adapter);
8069
8070 return 0;
Auke Kok9a799d72007-09-15 14:07:45 -07008071}
8072
Ben Hutchings6b73e102009-04-29 08:08:58 +00008073static int
8074ixgbe_mdio_read(struct net_device *netdev, int prtad, int devad, u16 addr)
8075{
8076 struct ixgbe_adapter *adapter = netdev_priv(netdev);
8077 struct ixgbe_hw *hw = &adapter->hw;
8078 u16 value;
8079 int rc;
8080
8081 if (prtad != hw->phy.mdio.prtad)
8082 return -EINVAL;
8083 rc = hw->phy.ops.read_reg(hw, addr, devad, &value);
8084 if (!rc)
8085 rc = value;
8086 return rc;
8087}
8088
8089static int ixgbe_mdio_write(struct net_device *netdev, int prtad, int devad,
8090 u16 addr, u16 value)
8091{
8092 struct ixgbe_adapter *adapter = netdev_priv(netdev);
8093 struct ixgbe_hw *hw = &adapter->hw;
8094
8095 if (prtad != hw->phy.mdio.prtad)
8096 return -EINVAL;
8097 return hw->phy.ops.write_reg(hw, addr, devad, value);
8098}
8099
8100static int ixgbe_ioctl(struct net_device *netdev, struct ifreq *req, int cmd)
8101{
8102 struct ixgbe_adapter *adapter = netdev_priv(netdev);
8103
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00008104 switch (cmd) {
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00008105 case SIOCSHWTSTAMP:
Jacob Keller93501d42014-02-28 15:48:58 -08008106 return ixgbe_ptp_set_ts_config(adapter, req);
8107 case SIOCGHWTSTAMP:
8108 return ixgbe_ptp_get_ts_config(adapter, req);
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00008109 default:
8110 return mdio_mii_ioctl(&adapter->hw.phy.mdio, if_mii(req), cmd);
8111 }
Ben Hutchings6b73e102009-04-29 08:08:58 +00008112}
8113
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00008114/**
8115 * ixgbe_add_sanmac_netdev - Add the SAN MAC address to the corresponding
Jiri Pirko31278e72009-06-17 01:12:19 +00008116 * netdev->dev_addrs
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00008117 * @netdev: network interface device structure
8118 *
8119 * Returns non-zero on failure
8120 **/
8121static int ixgbe_add_sanmac_netdev(struct net_device *dev)
8122{
8123 int err = 0;
8124 struct ixgbe_adapter *adapter = netdev_priv(dev);
Alexander Duyck7fa7c9d2012-05-05 05:32:52 +00008125 struct ixgbe_hw *hw = &adapter->hw;
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00008126
Alexander Duyck7fa7c9d2012-05-05 05:32:52 +00008127 if (is_valid_ether_addr(hw->mac.san_addr)) {
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00008128 rtnl_lock();
Alexander Duyck7fa7c9d2012-05-05 05:32:52 +00008129 err = dev_addr_add(dev, hw->mac.san_addr, NETDEV_HW_ADDR_T_SAN);
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00008130 rtnl_unlock();
Alexander Duyck7fa7c9d2012-05-05 05:32:52 +00008131
8132 /* update SAN MAC vmdq pool selection */
8133 hw->mac.ops.set_vmdq_san_mac(hw, VMDQ_P(0));
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00008134 }
8135 return err;
8136}
8137
8138/**
8139 * ixgbe_del_sanmac_netdev - Removes the SAN MAC address to the corresponding
Jiri Pirko31278e72009-06-17 01:12:19 +00008140 * netdev->dev_addrs
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00008141 * @netdev: network interface device structure
8142 *
8143 * Returns non-zero on failure
8144 **/
8145static int ixgbe_del_sanmac_netdev(struct net_device *dev)
8146{
8147 int err = 0;
8148 struct ixgbe_adapter *adapter = netdev_priv(dev);
8149 struct ixgbe_mac_info *mac = &adapter->hw.mac;
8150
8151 if (is_valid_ether_addr(mac->san_addr)) {
8152 rtnl_lock();
8153 err = dev_addr_del(dev, mac->san_addr, NETDEV_HW_ADDR_T_SAN);
8154 rtnl_unlock();
8155 }
8156 return err;
8157}
8158
Auke Kok9a799d72007-09-15 14:07:45 -07008159#ifdef CONFIG_NET_POLL_CONTROLLER
8160/*
8161 * Polling 'interrupt' - used by things like netconsole to send skbs
8162 * without having to re-enable interrupts. It's not called while
8163 * the interrupt routine is executing.
8164 */
8165static void ixgbe_netpoll(struct net_device *netdev)
8166{
8167 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Peter P Waskiewicz Jr8f9a7162009-07-30 12:25:09 +00008168 int i;
Auke Kok9a799d72007-09-15 14:07:45 -07008169
Alexander Duyck1a647bd2010-01-13 01:49:13 +00008170 /* if interface is down do nothing */
8171 if (test_bit(__IXGBE_DOWN, &adapter->state))
8172 return;
8173
Alexander Duyck856f6062015-02-25 17:45:54 +00008174 /* loop through and schedule all active queues */
8175 for (i = 0; i < adapter->num_q_vectors; i++)
8176 ixgbe_msix_clean_rings(0, adapter->q_vector[i]);
Auke Kok9a799d72007-09-15 14:07:45 -07008177}
Auke Kok9a799d72007-09-15 14:07:45 -07008178
Alexander Duyck581330b2012-02-08 07:51:47 +00008179#endif
stephen hemmingerbc1f4472017-01-06 19:12:52 -08008180
8181static void ixgbe_get_stats64(struct net_device *netdev,
8182 struct rtnl_link_stats64 *stats)
Eric Dumazetde1036b2010-10-20 23:00:04 +00008183{
8184 struct ixgbe_adapter *adapter = netdev_priv(netdev);
8185 int i;
8186
Eric Dumazet1a515022010-11-16 19:26:42 -08008187 rcu_read_lock();
Eric Dumazetde1036b2010-10-20 23:00:04 +00008188 for (i = 0; i < adapter->num_rx_queues; i++) {
Eric Dumazet1a515022010-11-16 19:26:42 -08008189 struct ixgbe_ring *ring = ACCESS_ONCE(adapter->rx_ring[i]);
Eric Dumazetde1036b2010-10-20 23:00:04 +00008190 u64 bytes, packets;
8191 unsigned int start;
8192
Eric Dumazet1a515022010-11-16 19:26:42 -08008193 if (ring) {
8194 do {
Eric W. Biederman57a77442014-03-13 21:26:42 -07008195 start = u64_stats_fetch_begin_irq(&ring->syncp);
Eric Dumazet1a515022010-11-16 19:26:42 -08008196 packets = ring->stats.packets;
8197 bytes = ring->stats.bytes;
Eric W. Biederman57a77442014-03-13 21:26:42 -07008198 } while (u64_stats_fetch_retry_irq(&ring->syncp, start));
Eric Dumazet1a515022010-11-16 19:26:42 -08008199 stats->rx_packets += packets;
8200 stats->rx_bytes += bytes;
8201 }
Eric Dumazetde1036b2010-10-20 23:00:04 +00008202 }
Eric Dumazet1ac9ad12011-01-12 12:13:14 +00008203
8204 for (i = 0; i < adapter->num_tx_queues; i++) {
8205 struct ixgbe_ring *ring = ACCESS_ONCE(adapter->tx_ring[i]);
8206 u64 bytes, packets;
8207 unsigned int start;
8208
8209 if (ring) {
8210 do {
Eric W. Biederman57a77442014-03-13 21:26:42 -07008211 start = u64_stats_fetch_begin_irq(&ring->syncp);
Eric Dumazet1ac9ad12011-01-12 12:13:14 +00008212 packets = ring->stats.packets;
8213 bytes = ring->stats.bytes;
Eric W. Biederman57a77442014-03-13 21:26:42 -07008214 } while (u64_stats_fetch_retry_irq(&ring->syncp, start));
Eric Dumazet1ac9ad12011-01-12 12:13:14 +00008215 stats->tx_packets += packets;
8216 stats->tx_bytes += bytes;
8217 }
8218 }
Eric Dumazet1a515022010-11-16 19:26:42 -08008219 rcu_read_unlock();
stephen hemmingerbc1f4472017-01-06 19:12:52 -08008220
Eric Dumazetde1036b2010-10-20 23:00:04 +00008221 /* following stats updated by ixgbe_watchdog_task() */
8222 stats->multicast = netdev->stats.multicast;
8223 stats->rx_errors = netdev->stats.rx_errors;
8224 stats->rx_length_errors = netdev->stats.rx_length_errors;
8225 stats->rx_crc_errors = netdev->stats.rx_crc_errors;
8226 stats->rx_missed_errors = netdev->stats.rx_missed_errors;
Eric Dumazetde1036b2010-10-20 23:00:04 +00008227}
8228
Jeff Kirsher8af3c332012-02-18 07:08:14 +00008229#ifdef CONFIG_IXGBE_DCB
Ben Hutchings49ce9c22012-07-10 10:56:00 +00008230/**
8231 * ixgbe_validate_rtr - verify 802.1Qp to Rx packet buffer mapping is valid.
8232 * @adapter: pointer to ixgbe_adapter
John Fastabend8b1c0b22011-05-03 02:26:48 +00008233 * @tc: number of traffic classes currently enabled
8234 *
8235 * Configure a valid 802.1Qp to Rx packet buffer mapping ie confirm
8236 * 802.1Q priority maps to a packet buffer that exists.
8237 */
8238static void ixgbe_validate_rtr(struct ixgbe_adapter *adapter, u8 tc)
8239{
8240 struct ixgbe_hw *hw = &adapter->hw;
8241 u32 reg, rsave;
8242 int i;
8243
8244 /* 82598 have a static priority to TC mapping that can not
8245 * be changed so no validation is needed.
8246 */
8247 if (hw->mac.type == ixgbe_mac_82598EB)
8248 return;
8249
8250 reg = IXGBE_READ_REG(hw, IXGBE_RTRUP2TC);
8251 rsave = reg;
8252
8253 for (i = 0; i < MAX_TRAFFIC_CLASS; i++) {
8254 u8 up2tc = reg >> (i * IXGBE_RTRUP2TC_UP_SHIFT);
8255
8256 /* If up2tc is out of bounds default to zero */
8257 if (up2tc > tc)
8258 reg &= ~(0x7 << IXGBE_RTRUP2TC_UP_SHIFT);
8259 }
8260
8261 if (reg != rsave)
8262 IXGBE_WRITE_REG(hw, IXGBE_RTRUP2TC, reg);
8263
8264 return;
8265}
8266
Ben Hutchings49ce9c22012-07-10 10:56:00 +00008267/**
Alexander Duyck02debdc2012-05-18 06:33:31 +00008268 * ixgbe_set_prio_tc_map - Configure netdev prio tc map
8269 * @adapter: Pointer to adapter struct
8270 *
8271 * Populate the netdev user priority to tc map
8272 */
8273static void ixgbe_set_prio_tc_map(struct ixgbe_adapter *adapter)
8274{
8275 struct net_device *dev = adapter->netdev;
8276 struct ixgbe_dcb_config *dcb_cfg = &adapter->dcb_cfg;
8277 struct ieee_ets *ets = adapter->ixgbe_ieee_ets;
8278 u8 prio;
8279
8280 for (prio = 0; prio < MAX_USER_PRIORITY; prio++) {
8281 u8 tc = 0;
8282
8283 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)
8284 tc = ixgbe_dcb_get_tc_from_up(dcb_cfg, 0, prio);
8285 else if (ets)
8286 tc = ets->prio_tc[prio];
8287
8288 netdev_set_prio_tc_map(dev, prio, tc);
8289 }
8290}
8291
Alexander Duyckcca73c52013-01-12 06:33:44 +00008292#endif /* CONFIG_IXGBE_DCB */
Alexander Duyck02debdc2012-05-18 06:33:31 +00008293/**
Ben Hutchings49ce9c22012-07-10 10:56:00 +00008294 * ixgbe_setup_tc - configure net_device for multiple traffic classes
John Fastabend8b1c0b22011-05-03 02:26:48 +00008295 *
8296 * @netdev: net device to configure
8297 * @tc: number of traffic classes to enable
8298 */
8299int ixgbe_setup_tc(struct net_device *dev, u8 tc)
8300{
John Fastabend8b1c0b22011-05-03 02:26:48 +00008301 struct ixgbe_adapter *adapter = netdev_priv(dev);
8302 struct ixgbe_hw *hw = &adapter->hw;
John Fastabend2a47fa42013-11-06 09:54:52 -08008303 bool pools;
John Fastabend8b1c0b22011-05-03 02:26:48 +00008304
John Fastabend8b1c0b22011-05-03 02:26:48 +00008305 /* Hardware supports up to 8 traffic classes */
Emil Tantilov7e3f5c82015-07-09 12:28:59 -07008306 if (tc > adapter->dcb_cfg.num_tcs.pg_tcs)
8307 return -EINVAL;
8308
8309 if (hw->mac.type == ixgbe_mac_82598EB && tc && tc < MAX_TRAFFIC_CLASS)
John Fastabend8b1c0b22011-05-03 02:26:48 +00008310 return -EINVAL;
8311
John Fastabend2a47fa42013-11-06 09:54:52 -08008312 pools = (find_first_zero_bit(&adapter->fwd_bitmask, 32) > 1);
8313 if (tc && pools && adapter->num_rx_pools > IXGBE_MAX_DCBMACVLANS)
8314 return -EBUSY;
8315
John Fastabend8b1c0b22011-05-03 02:26:48 +00008316 /* Hardware has to reinitialize queues and interrupts to
Stephen Hemminger52f33af2011-12-22 16:34:52 +00008317 * match packet buffer alignment. Unfortunately, the
John Fastabend8b1c0b22011-05-03 02:26:48 +00008318 * hardware is not flexible enough to do this dynamically.
8319 */
8320 if (netif_running(dev))
8321 ixgbe_close(dev);
Alexander Duyckbf4d67d2015-10-20 13:28:17 -07008322 else
8323 ixgbe_reset(adapter);
8324
John Fastabend8b1c0b22011-05-03 02:26:48 +00008325 ixgbe_clear_interrupt_scheme(adapter);
8326
Alexander Duyckcca73c52013-01-12 06:33:44 +00008327#ifdef CONFIG_IXGBE_DCB
John Fastabende7589ea2011-07-18 22:38:36 +00008328 if (tc) {
John Fastabend8b1c0b22011-05-03 02:26:48 +00008329 netdev_set_num_tc(dev, tc);
Alexander Duyck02debdc2012-05-18 06:33:31 +00008330 ixgbe_set_prio_tc_map(adapter);
8331
John Fastabende7589ea2011-07-18 22:38:36 +00008332 adapter->flags |= IXGBE_FLAG_DCB_ENABLED;
John Fastabende7589ea2011-07-18 22:38:36 +00008333
Alexander Duyck943561d2012-05-09 22:14:44 -07008334 if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
8335 adapter->last_lfc_mode = adapter->hw.fc.requested_mode;
John Fastabende7589ea2011-07-18 22:38:36 +00008336 adapter->hw.fc.requested_mode = ixgbe_fc_none;
Alexander Duyck943561d2012-05-09 22:14:44 -07008337 }
John Fastabende7589ea2011-07-18 22:38:36 +00008338 } else {
John Fastabend8b1c0b22011-05-03 02:26:48 +00008339 netdev_reset_tc(dev);
Alexander Duyck02debdc2012-05-18 06:33:31 +00008340
Alexander Duyck943561d2012-05-09 22:14:44 -07008341 if (adapter->hw.mac.type == ixgbe_mac_82598EB)
8342 adapter->hw.fc.requested_mode = adapter->last_lfc_mode;
John Fastabende7589ea2011-07-18 22:38:36 +00008343
8344 adapter->flags &= ~IXGBE_FLAG_DCB_ENABLED;
John Fastabende7589ea2011-07-18 22:38:36 +00008345
8346 adapter->temp_dcb_cfg.pfc_mode_enable = false;
8347 adapter->dcb_cfg.pfc_mode_enable = false;
8348 }
8349
John Fastabend8b1c0b22011-05-03 02:26:48 +00008350 ixgbe_validate_rtr(adapter, tc);
Alexander Duyckcca73c52013-01-12 06:33:44 +00008351
8352#endif /* CONFIG_IXGBE_DCB */
8353 ixgbe_init_interrupt_scheme(adapter);
8354
John Fastabend8b1c0b22011-05-03 02:26:48 +00008355 if (netif_running(dev))
Alexander Duyckcca73c52013-01-12 06:33:44 +00008356 return ixgbe_open(dev);
John Fastabend8b1c0b22011-05-03 02:26:48 +00008357
8358 return 0;
8359}
Eric Dumazetde1036b2010-10-20 23:00:04 +00008360
John Fastabendb82b17d2016-02-16 21:18:53 -08008361static int ixgbe_delete_clsu32(struct ixgbe_adapter *adapter,
8362 struct tc_cls_u32_offload *cls)
8363{
Amritha Nambiar1ecedc92016-05-06 19:09:51 -07008364 u32 hdl = cls->knode.handle;
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008365 u32 uhtid = TC_U32_USERHTID(cls->knode.handle);
Amritha Nambiar1ecedc92016-05-06 19:09:51 -07008366 u32 loc = cls->knode.handle & 0xfffff;
8367 int err = 0, i, j;
8368 struct ixgbe_jump_table *jump = NULL;
8369
8370 if (loc > IXGBE_MAX_HW_ENTRIES)
8371 return -EINVAL;
John Fastabendb82b17d2016-02-16 21:18:53 -08008372
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008373 if ((uhtid != 0x800) && (uhtid >= IXGBE_MAX_LINK_HANDLE))
8374 return -EINVAL;
8375
Amritha Nambiar1ecedc92016-05-06 19:09:51 -07008376 /* Clear this filter in the link data it is associated with */
8377 if (uhtid != 0x800) {
8378 jump = adapter->jump_tables[uhtid];
Amritha Nambiar12746fd2016-05-16 18:33:20 -07008379 if (!jump)
8380 return -EINVAL;
8381 if (!test_bit(loc - 1, jump->child_loc_map))
8382 return -EINVAL;
8383 clear_bit(loc - 1, jump->child_loc_map);
Amritha Nambiar1ecedc92016-05-06 19:09:51 -07008384 }
8385
8386 /* Check if the filter being deleted is a link */
8387 for (i = 1; i < IXGBE_MAX_LINK_HANDLE; i++) {
8388 jump = adapter->jump_tables[i];
8389 if (jump && jump->link_hdl == hdl) {
8390 /* Delete filters in the hardware in the child hash
8391 * table associated with this link
8392 */
8393 for (j = 0; j < IXGBE_MAX_HW_ENTRIES; j++) {
8394 if (!test_bit(j, jump->child_loc_map))
8395 continue;
8396 spin_lock(&adapter->fdir_perfect_lock);
8397 err = ixgbe_update_ethtool_fdir_entry(adapter,
8398 NULL,
8399 j + 1);
8400 spin_unlock(&adapter->fdir_perfect_lock);
8401 clear_bit(j, jump->child_loc_map);
8402 }
8403 /* Remove resources for this link */
8404 kfree(jump->input);
8405 kfree(jump->mask);
8406 kfree(jump);
8407 adapter->jump_tables[i] = NULL;
8408 return err;
8409 }
8410 }
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008411
John Fastabendb82b17d2016-02-16 21:18:53 -08008412 spin_lock(&adapter->fdir_perfect_lock);
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008413 err = ixgbe_update_ethtool_fdir_entry(adapter, NULL, loc);
John Fastabendb82b17d2016-02-16 21:18:53 -08008414 spin_unlock(&adapter->fdir_perfect_lock);
8415 return err;
8416}
8417
John Fastabenddb956ae2016-02-16 21:19:19 -08008418static int ixgbe_configure_clsu32_add_hnode(struct ixgbe_adapter *adapter,
8419 __be16 protocol,
8420 struct tc_cls_u32_offload *cls)
8421{
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008422 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle);
8423
8424 if (uhtid >= IXGBE_MAX_LINK_HANDLE)
8425 return -EINVAL;
8426
John Fastabenddb956ae2016-02-16 21:19:19 -08008427 /* This ixgbe devices do not support hash tables at the moment
8428 * so abort when given hash tables.
8429 */
8430 if (cls->hnode.divisor > 0)
8431 return -EINVAL;
8432
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008433 set_bit(uhtid - 1, &adapter->tables);
John Fastabenddb956ae2016-02-16 21:19:19 -08008434 return 0;
8435}
8436
8437static int ixgbe_configure_clsu32_del_hnode(struct ixgbe_adapter *adapter,
8438 struct tc_cls_u32_offload *cls)
8439{
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008440 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle);
8441
8442 if (uhtid >= IXGBE_MAX_LINK_HANDLE)
8443 return -EINVAL;
8444
8445 clear_bit(uhtid - 1, &adapter->tables);
John Fastabenddb956ae2016-02-16 21:19:19 -08008446 return 0;
8447}
8448
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008449#ifdef CONFIG_NET_CLS_ACT
David Ahern1cd127f2016-10-17 19:15:48 -07008450struct upper_walk_data {
8451 struct ixgbe_adapter *adapter;
8452 u64 action;
8453 int ifindex;
8454 u8 queue;
8455};
8456
8457static int get_macvlan_queue(struct net_device *upper, void *_data)
8458{
8459 if (netif_is_macvlan(upper)) {
8460 struct macvlan_dev *dfwd = netdev_priv(upper);
8461 struct ixgbe_fwd_adapter *vadapter = dfwd->fwd_priv;
8462 struct upper_walk_data *data = _data;
8463 struct ixgbe_adapter *adapter = data->adapter;
8464 int ifindex = data->ifindex;
8465
8466 if (vadapter && vadapter->netdev->ifindex == ifindex) {
8467 data->queue = adapter->rx_ring[vadapter->rx_base_queue]->reg_idx;
8468 data->action = data->queue;
8469 return 1;
8470 }
8471 }
8472
8473 return 0;
8474}
8475
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008476static int handle_redirect_action(struct ixgbe_adapter *adapter, int ifindex,
8477 u8 *queue, u64 *action)
8478{
8479 unsigned int num_vfs = adapter->num_vfs, vf;
David Ahern1cd127f2016-10-17 19:15:48 -07008480 struct upper_walk_data data;
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008481 struct net_device *upper;
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008482
8483 /* redirect to a SRIOV VF */
8484 for (vf = 0; vf < num_vfs; ++vf) {
8485 upper = pci_get_drvdata(adapter->vfinfo[vf].vfdev);
8486 if (upper->ifindex == ifindex) {
8487 if (adapter->num_rx_pools > 1)
8488 *queue = vf * 2;
8489 else
8490 *queue = vf * adapter->num_rx_queues_per_pool;
8491
8492 *action = vf + 1;
8493 *action <<= ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF;
8494 return 0;
8495 }
8496 }
8497
8498 /* redirect to a offloaded macvlan netdev */
David Ahern1cd127f2016-10-17 19:15:48 -07008499 data.adapter = adapter;
8500 data.ifindex = ifindex;
8501 data.action = 0;
8502 data.queue = 0;
8503 if (netdev_walk_all_upper_dev_rcu(adapter->netdev,
8504 get_macvlan_queue, &data)) {
8505 *action = data.action;
8506 *queue = data.queue;
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008507
David Ahern1cd127f2016-10-17 19:15:48 -07008508 return 0;
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008509 }
8510
8511 return -EINVAL;
8512}
8513
8514static int parse_tc_actions(struct ixgbe_adapter *adapter,
8515 struct tcf_exts *exts, u64 *action, u8 *queue)
8516{
8517 const struct tc_action *a;
WANG Cong22dc13c2016-08-13 22:35:00 -07008518 LIST_HEAD(actions);
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008519 int err;
8520
8521 if (tc_no_actions(exts))
8522 return -EINVAL;
8523
WANG Cong22dc13c2016-08-13 22:35:00 -07008524 tcf_exts_to_list(exts, &actions);
8525 list_for_each_entry(a, &actions, list) {
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008526
8527 /* Drop action */
8528 if (is_tcf_gact_shot(a)) {
8529 *action = IXGBE_FDIR_DROP_QUEUE;
8530 *queue = IXGBE_FDIR_DROP_QUEUE;
8531 return 0;
8532 }
8533
8534 /* Redirect to a VF or a offloaded macvlan */
Shmulik Ladkani5724b8b2016-10-13 09:06:43 +03008535 if (is_tcf_mirred_egress_redirect(a)) {
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008536 int ifindex = tcf_mirred_ifindex(a);
8537
8538 err = handle_redirect_action(adapter, ifindex, queue,
8539 action);
8540 if (err == 0)
8541 return err;
8542 }
8543 }
8544
8545 return -EINVAL;
8546}
8547#else
8548static int parse_tc_actions(struct ixgbe_adapter *adapter,
8549 struct tcf_exts *exts, u64 *action, u8 *queue)
8550{
8551 return -EINVAL;
8552}
8553#endif /* CONFIG_NET_CLS_ACT */
8554
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008555static int ixgbe_clsu32_build_input(struct ixgbe_fdir_filter *input,
8556 union ixgbe_atr_input *mask,
8557 struct tc_cls_u32_offload *cls,
8558 struct ixgbe_mat_field *field_ptr,
8559 struct ixgbe_nexthdr *nexthdr)
8560{
8561 int i, j, off;
8562 __be32 val, m;
8563 bool found_entry = false, found_jump_field = false;
8564
8565 for (i = 0; i < cls->knode.sel->nkeys; i++) {
8566 off = cls->knode.sel->keys[i].off;
8567 val = cls->knode.sel->keys[i].val;
8568 m = cls->knode.sel->keys[i].mask;
8569
8570 for (j = 0; field_ptr[j].val; j++) {
8571 if (field_ptr[j].off == off) {
8572 field_ptr[j].val(input, mask, val, m);
8573 input->filter.formatted.flow_type |=
8574 field_ptr[j].type;
8575 found_entry = true;
8576 break;
8577 }
8578 }
8579 if (nexthdr) {
8580 if (nexthdr->off == cls->knode.sel->keys[i].off &&
8581 nexthdr->val == cls->knode.sel->keys[i].val &&
8582 nexthdr->mask == cls->knode.sel->keys[i].mask)
8583 found_jump_field = true;
8584 else
8585 continue;
8586 }
8587 }
8588
8589 if (nexthdr && !found_jump_field)
8590 return -EINVAL;
8591
8592 if (!found_entry)
8593 return 0;
8594
8595 mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK |
8596 IXGBE_ATR_L4TYPE_MASK;
8597
8598 if (input->filter.formatted.flow_type == IXGBE_ATR_FLOW_TYPE_IPV4)
8599 mask->formatted.flow_type &= IXGBE_ATR_L4TYPE_IPV6_MASK;
8600
8601 return 0;
8602}
8603
John Fastabendb82b17d2016-02-16 21:18:53 -08008604static int ixgbe_configure_clsu32(struct ixgbe_adapter *adapter,
8605 __be16 protocol,
8606 struct tc_cls_u32_offload *cls)
8607{
8608 u32 loc = cls->knode.handle & 0xfffff;
8609 struct ixgbe_hw *hw = &adapter->hw;
8610 struct ixgbe_mat_field *field_ptr;
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008611 struct ixgbe_fdir_filter *input = NULL;
8612 union ixgbe_atr_input *mask = NULL;
8613 struct ixgbe_jump_table *jump = NULL;
8614 int i, err = -EINVAL;
John Fastabendb82b17d2016-02-16 21:18:53 -08008615 u8 queue;
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008616 u32 uhtid, link_uhtid;
John Fastabendb82b17d2016-02-16 21:18:53 -08008617
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008618 uhtid = TC_U32_USERHTID(cls->knode.handle);
8619 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle);
John Fastabendb82b17d2016-02-16 21:18:53 -08008620
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008621 /* At the moment cls_u32 jumps to network layer and skips past
John Fastabendb82b17d2016-02-16 21:18:53 -08008622 * L2 headers. The canonical method to match L2 frames is to use
8623 * negative values. However this is error prone at best but really
8624 * just broken because there is no way to "know" what sort of hdr
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008625 * is in front of the network layer. Fix cls_u32 to support L2
John Fastabendb82b17d2016-02-16 21:18:53 -08008626 * headers when needed.
8627 */
8628 if (protocol != htons(ETH_P_IP))
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008629 return err;
John Fastabendb82b17d2016-02-16 21:18:53 -08008630
8631 if (loc >= ((1024 << adapter->fdir_pballoc) - 2)) {
8632 e_err(drv, "Location out of range\n");
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008633 return err;
John Fastabendb82b17d2016-02-16 21:18:53 -08008634 }
8635
8636 /* cls u32 is a graph starting at root node 0x800. The driver tracks
8637 * links and also the fields used to advance the parser across each
8638 * link (e.g. nexthdr/eat parameters from 'tc'). This way we can map
8639 * the u32 graph onto the hardware parse graph denoted in ixgbe_model.h
8640 * To add support for new nodes update ixgbe_model.h parse structures
8641 * this function _should_ be generic try not to hardcode values here.
8642 */
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008643 if (uhtid == 0x800) {
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008644 field_ptr = (adapter->jump_tables[0])->mat;
John Fastabendb82b17d2016-02-16 21:18:53 -08008645 } else {
Sridhar Samudrala176621c2016-03-07 09:41:47 -08008646 if (uhtid >= IXGBE_MAX_LINK_HANDLE)
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008647 return err;
8648 if (!adapter->jump_tables[uhtid])
8649 return err;
8650 field_ptr = (adapter->jump_tables[uhtid])->mat;
John Fastabendb82b17d2016-02-16 21:18:53 -08008651 }
8652
8653 if (!field_ptr)
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008654 return err;
8655
8656 /* At this point we know the field_ptr is valid and need to either
8657 * build cls_u32 link or attach filter. Because adding a link to
8658 * a handle that does not exist is invalid and the same for adding
8659 * rules to handles that don't exist.
8660 */
8661
8662 if (link_uhtid) {
8663 struct ixgbe_nexthdr *nexthdr = ixgbe_ipv4_jumps;
8664
8665 if (link_uhtid >= IXGBE_MAX_LINK_HANDLE)
8666 return err;
8667
8668 if (!test_bit(link_uhtid - 1, &adapter->tables))
8669 return err;
8670
Amritha Nambiar1ecedc92016-05-06 19:09:51 -07008671 /* Multiple filters as links to the same hash table are not
8672 * supported. To add a new filter with the same next header
8673 * but different match/jump conditions, create a new hash table
8674 * and link to it.
8675 */
8676 if (adapter->jump_tables[link_uhtid] &&
8677 (adapter->jump_tables[link_uhtid])->link_hdl) {
8678 e_err(drv, "Link filter exists for link: %x\n",
8679 link_uhtid);
8680 return err;
8681 }
8682
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008683 for (i = 0; nexthdr[i].jump; i++) {
8684 if (nexthdr[i].o != cls->knode.sel->offoff ||
8685 nexthdr[i].s != cls->knode.sel->offshift ||
8686 nexthdr[i].m != cls->knode.sel->offmask)
8687 return err;
8688
8689 jump = kzalloc(sizeof(*jump), GFP_KERNEL);
8690 if (!jump)
8691 return -ENOMEM;
8692 input = kzalloc(sizeof(*input), GFP_KERNEL);
8693 if (!input) {
8694 err = -ENOMEM;
8695 goto free_jump;
8696 }
8697 mask = kzalloc(sizeof(*mask), GFP_KERNEL);
8698 if (!mask) {
8699 err = -ENOMEM;
Amritha Nambiar12746fd2016-05-16 18:33:20 -07008700 goto free_input;
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008701 }
8702 jump->input = input;
8703 jump->mask = mask;
Amritha Nambiar1ecedc92016-05-06 19:09:51 -07008704 jump->link_hdl = cls->knode.handle;
8705
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008706 err = ixgbe_clsu32_build_input(input, mask, cls,
8707 field_ptr, &nexthdr[i]);
8708 if (!err) {
8709 jump->mat = nexthdr[i].jump;
8710 adapter->jump_tables[link_uhtid] = jump;
8711 break;
8712 }
8713 }
8714 return 0;
8715 }
John Fastabendb82b17d2016-02-16 21:18:53 -08008716
8717 input = kzalloc(sizeof(*input), GFP_KERNEL);
8718 if (!input)
8719 return -ENOMEM;
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008720 mask = kzalloc(sizeof(*mask), GFP_KERNEL);
8721 if (!mask) {
8722 err = -ENOMEM;
Amritha Nambiar12746fd2016-05-16 18:33:20 -07008723 goto free_input;
John Fastabendb82b17d2016-02-16 21:18:53 -08008724 }
8725
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008726 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) {
8727 if ((adapter->jump_tables[uhtid])->input)
8728 memcpy(input, (adapter->jump_tables[uhtid])->input,
8729 sizeof(*input));
8730 if ((adapter->jump_tables[uhtid])->mask)
8731 memcpy(mask, (adapter->jump_tables[uhtid])->mask,
8732 sizeof(*mask));
Amritha Nambiar12746fd2016-05-16 18:33:20 -07008733
8734 /* Lookup in all child hash tables if this location is already
8735 * filled with a filter
8736 */
8737 for (i = 1; i < IXGBE_MAX_LINK_HANDLE; i++) {
8738 struct ixgbe_jump_table *link = adapter->jump_tables[i];
8739
8740 if (link && (test_bit(loc - 1, link->child_loc_map))) {
8741 e_err(drv, "Filter exists in location: %x\n",
8742 loc);
8743 err = -EINVAL;
8744 goto err_out;
8745 }
8746 }
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008747 }
8748 err = ixgbe_clsu32_build_input(input, mask, cls, field_ptr, NULL);
8749 if (err)
John Fastabendb82b17d2016-02-16 21:18:53 -08008750 goto err_out;
8751
Sridhar Samudrala947f8a42016-04-05 10:39:07 -07008752 err = parse_tc_actions(adapter, cls->knode.exts, &input->action,
8753 &queue);
8754 if (err < 0)
John Fastabendb82b17d2016-02-16 21:18:53 -08008755 goto err_out;
John Fastabendb82b17d2016-02-16 21:18:53 -08008756
John Fastabendb82b17d2016-02-16 21:18:53 -08008757 input->sw_idx = loc;
8758
8759 spin_lock(&adapter->fdir_perfect_lock);
8760
8761 if (hlist_empty(&adapter->fdir_filter_list)) {
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008762 memcpy(&adapter->fdir_mask, mask, sizeof(*mask));
8763 err = ixgbe_fdir_set_input_mask_82599(hw, mask);
John Fastabendb82b17d2016-02-16 21:18:53 -08008764 if (err)
8765 goto err_out_w_lock;
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008766 } else if (memcmp(&adapter->fdir_mask, mask, sizeof(*mask))) {
John Fastabendb82b17d2016-02-16 21:18:53 -08008767 err = -EINVAL;
8768 goto err_out_w_lock;
8769 }
8770
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008771 ixgbe_atr_compute_perfect_hash_82599(&input->filter, mask);
John Fastabendb82b17d2016-02-16 21:18:53 -08008772 err = ixgbe_fdir_write_perfect_filter_82599(hw, &input->filter,
8773 input->sw_idx, queue);
8774 if (!err)
8775 ixgbe_update_ethtool_fdir_entry(adapter, input, input->sw_idx);
8776 spin_unlock(&adapter->fdir_perfect_lock);
8777
Amritha Nambiar12746fd2016-05-16 18:33:20 -07008778 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid]))
8779 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map);
Amritha Nambiar1ecedc92016-05-06 19:09:51 -07008780
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008781 kfree(mask);
John Fastabendb82b17d2016-02-16 21:18:53 -08008782 return err;
8783err_out_w_lock:
8784 spin_unlock(&adapter->fdir_perfect_lock);
8785err_out:
Amritha Nambiar1ecedc92016-05-06 19:09:51 -07008786 kfree(mask);
Amritha Nambiar12746fd2016-05-16 18:33:20 -07008787free_input:
8788 kfree(input);
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04008789free_jump:
8790 kfree(jump);
8791 return err;
John Fastabendb82b17d2016-02-16 21:18:53 -08008792}
8793
Emil Tantilov6e2a60b2016-02-17 15:55:06 -08008794static int __ixgbe_setup_tc(struct net_device *dev, u32 handle, __be16 proto,
8795 struct tc_to_netdev *tc)
John Fastabende4c67342016-02-16 21:16:15 -08008796{
John Fastabendb82b17d2016-02-16 21:18:53 -08008797 struct ixgbe_adapter *adapter = netdev_priv(dev);
8798
8799 if (TC_H_MAJ(handle) == TC_H_MAJ(TC_H_INGRESS) &&
8800 tc->type == TC_SETUP_CLSU32) {
John Fastabendb82b17d2016-02-16 21:18:53 -08008801 switch (tc->cls_u32->command) {
8802 case TC_CLSU32_NEW_KNODE:
8803 case TC_CLSU32_REPLACE_KNODE:
8804 return ixgbe_configure_clsu32(adapter,
8805 proto, tc->cls_u32);
8806 case TC_CLSU32_DELETE_KNODE:
8807 return ixgbe_delete_clsu32(adapter, tc->cls_u32);
John Fastabenddb956ae2016-02-16 21:19:19 -08008808 case TC_CLSU32_NEW_HNODE:
8809 case TC_CLSU32_REPLACE_HNODE:
8810 return ixgbe_configure_clsu32_add_hnode(adapter, proto,
8811 tc->cls_u32);
8812 case TC_CLSU32_DELETE_HNODE:
8813 return ixgbe_configure_clsu32_del_hnode(adapter,
8814 tc->cls_u32);
John Fastabendb82b17d2016-02-16 21:18:53 -08008815 default:
8816 return -EINVAL;
8817 }
8818 }
8819
John Fastabend5eb4dce2016-02-29 11:26:13 -08008820 if (tc->type != TC_SETUP_MQPRIO)
John Fastabende4c67342016-02-16 21:16:15 -08008821 return -EINVAL;
8822
John Fastabend16e5cc62016-02-16 21:16:43 -08008823 return ixgbe_setup_tc(dev, tc->tc);
John Fastabende4c67342016-02-16 21:16:15 -08008824}
8825
Greg Roseda36b642012-12-11 08:26:43 +00008826#ifdef CONFIG_PCI_IOV
8827void ixgbe_sriov_reinit(struct ixgbe_adapter *adapter)
8828{
8829 struct net_device *netdev = adapter->netdev;
8830
8831 rtnl_lock();
Greg Roseda36b642012-12-11 08:26:43 +00008832 ixgbe_setup_tc(netdev, netdev_get_num_tc(netdev));
Greg Roseda36b642012-12-11 08:26:43 +00008833 rtnl_unlock();
8834}
8835
8836#endif
Don Skidmore082757a2011-07-21 05:55:00 +00008837void ixgbe_do_reset(struct net_device *netdev)
8838{
8839 struct ixgbe_adapter *adapter = netdev_priv(netdev);
8840
8841 if (netif_running(netdev))
8842 ixgbe_reinit_locked(adapter);
8843 else
8844 ixgbe_reset(adapter);
8845}
8846
Michał Mirosławc8f44af2011-11-15 15:29:55 +00008847static netdev_features_t ixgbe_fix_features(struct net_device *netdev,
Alexander Duyck567d2de2012-02-11 07:18:57 +00008848 netdev_features_t features)
Don Skidmore082757a2011-07-21 05:55:00 +00008849{
8850 struct ixgbe_adapter *adapter = netdev_priv(netdev);
8851
Don Skidmore082757a2011-07-21 05:55:00 +00008852 /* If Rx checksum is disabled, then RSC/LRO should also be disabled */
Alexander Duyck567d2de2012-02-11 07:18:57 +00008853 if (!(features & NETIF_F_RXCSUM))
8854 features &= ~NETIF_F_LRO;
Don Skidmore082757a2011-07-21 05:55:00 +00008855
Alexander Duyck567d2de2012-02-11 07:18:57 +00008856 /* Turn off LRO if not RSC capable */
8857 if (!(adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE))
8858 features &= ~NETIF_F_LRO;
Jacob Keller8e2813f2012-04-21 06:05:40 +00008859
Alexander Duyck567d2de2012-02-11 07:18:57 +00008860 return features;
Don Skidmore082757a2011-07-21 05:55:00 +00008861}
8862
Michał Mirosławc8f44af2011-11-15 15:29:55 +00008863static int ixgbe_set_features(struct net_device *netdev,
Alexander Duyck567d2de2012-02-11 07:18:57 +00008864 netdev_features_t features)
Don Skidmore082757a2011-07-21 05:55:00 +00008865{
8866 struct ixgbe_adapter *adapter = netdev_priv(netdev);
Alexander Duyck567d2de2012-02-11 07:18:57 +00008867 netdev_features_t changed = netdev->features ^ features;
Don Skidmore082757a2011-07-21 05:55:00 +00008868 bool need_reset = false;
8869
Don Skidmore082757a2011-07-21 05:55:00 +00008870 /* Make sure RSC matches LRO, reset if change */
Alexander Duyck567d2de2012-02-11 07:18:57 +00008871 if (!(features & NETIF_F_LRO)) {
8872 if (adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED)
Don Skidmore082757a2011-07-21 05:55:00 +00008873 need_reset = true;
Alexander Duyck567d2de2012-02-11 07:18:57 +00008874 adapter->flags2 &= ~IXGBE_FLAG2_RSC_ENABLED;
8875 } else if ((adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE) &&
8876 !(adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED)) {
8877 if (adapter->rx_itr_setting == 1 ||
8878 adapter->rx_itr_setting > IXGBE_MIN_RSC_ITR) {
8879 adapter->flags2 |= IXGBE_FLAG2_RSC_ENABLED;
8880 need_reset = true;
8881 } else if ((changed ^ features) & NETIF_F_LRO) {
8882 e_info(probe, "rx-usecs set too low, "
8883 "disabling RSC\n");
Don Skidmore082757a2011-07-21 05:55:00 +00008884 }
8885 }
8886
8887 /*
John Fastabendb82b17d2016-02-16 21:18:53 -08008888 * Check if Flow Director n-tuple support or hw_tc support was
8889 * enabled or disabled. If the state changed, we need to reset.
Don Skidmore082757a2011-07-21 05:55:00 +00008890 */
John Fastabendb82b17d2016-02-16 21:18:53 -08008891 if ((features & NETIF_F_NTUPLE) || (features & NETIF_F_HW_TC)) {
Alexander Duyck567d2de2012-02-11 07:18:57 +00008892 /* turn off ATR, enable perfect filters and reset */
Alexander Duyck39cb6812012-06-06 05:38:20 +00008893 if (!(adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE))
8894 need_reset = true;
8895
Alexander Duyck567d2de2012-02-11 07:18:57 +00008896 adapter->flags &= ~IXGBE_FLAG_FDIR_HASH_CAPABLE;
8897 adapter->flags |= IXGBE_FLAG_FDIR_PERFECT_CAPABLE;
John Fastabendb82b17d2016-02-16 21:18:53 -08008898 } else {
Alexander Duyck39cb6812012-06-06 05:38:20 +00008899 /* turn off perfect filters, enable ATR and reset */
8900 if (adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE)
8901 need_reset = true;
8902
8903 adapter->flags &= ~IXGBE_FLAG_FDIR_PERFECT_CAPABLE;
8904
8905 /* We cannot enable ATR if SR-IOV is enabled */
John Fastabendb82b17d2016-02-16 21:18:53 -08008906 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED ||
8907 /* We cannot enable ATR if we have 2 or more tcs */
8908 (netdev_get_num_tc(netdev) > 1) ||
8909 /* We cannot enable ATR if RSS is disabled */
8910 (adapter->ring_feature[RING_F_RSS].limit <= 1) ||
8911 /* A sample rate of 0 indicates ATR disabled */
8912 (!adapter->atr_sample_rate))
8913 ; /* do nothing not supported */
8914 else /* otherwise supported and set the flag */
8915 adapter->flags |= IXGBE_FLAG_FDIR_HASH_CAPABLE;
Don Skidmore082757a2011-07-21 05:55:00 +00008916 }
8917
Ben Greear3f2d1c02012-03-08 08:28:41 +00008918 if (changed & NETIF_F_RXALL)
8919 need_reset = true;
8920
Alexander Duyck567d2de2012-02-11 07:18:57 +00008921 netdev->features = features;
Mark Rustad67359c32015-06-15 11:33:25 -07008922
Mark Rustad67359c32015-06-15 11:33:25 -07008923 if ((adapter->flags & IXGBE_FLAG_VXLAN_OFFLOAD_CAPABLE)) {
Emil Tantilova21d0822016-08-10 11:19:23 -07008924 if (features & NETIF_F_RXCSUM) {
8925 adapter->flags2 |= IXGBE_FLAG2_UDP_TUN_REREG_NEEDED;
8926 } else {
8927 u32 port_mask = IXGBE_VXLANCTRL_VXLAN_UDPPORT_MASK;
8928
8929 ixgbe_clear_udp_tunnel_port(adapter, port_mask);
8930 }
8931 }
8932
8933 if ((adapter->flags & IXGBE_FLAG_GENEVE_OFFLOAD_CAPABLE)) {
8934 if (features & NETIF_F_RXCSUM) {
8935 adapter->flags2 |= IXGBE_FLAG2_UDP_TUN_REREG_NEEDED;
8936 } else {
8937 u32 port_mask = IXGBE_VXLANCTRL_GENEVE_UDPPORT_MASK;
8938
8939 ixgbe_clear_udp_tunnel_port(adapter, port_mask);
8940 }
Mark Rustad67359c32015-06-15 11:33:25 -07008941 }
Mark Rustad67359c32015-06-15 11:33:25 -07008942
Don Skidmore082757a2011-07-21 05:55:00 +00008943 if (need_reset)
8944 ixgbe_do_reset(netdev);
Alexander Duyck0c5a6162016-03-10 10:01:10 -08008945 else if (changed & (NETIF_F_HW_VLAN_CTAG_RX |
8946 NETIF_F_HW_VLAN_CTAG_FILTER))
8947 ixgbe_set_rx_mode(netdev);
Don Skidmore082757a2011-07-21 05:55:00 +00008948
8949 return 0;
Don Skidmore082757a2011-07-21 05:55:00 +00008950}
8951
Don Skidmore3f207802014-12-23 07:40:34 +00008952/**
Emil Tantilova21d0822016-08-10 11:19:23 -07008953 * ixgbe_add_udp_tunnel_port - Get notifications about adding UDP tunnel ports
Don Skidmore3f207802014-12-23 07:40:34 +00008954 * @dev: The port's netdev
Sabrina Dubrocae5de25d2016-07-11 13:12:28 +02008955 * @ti: Tunnel endpoint information
Don Skidmore3f207802014-12-23 07:40:34 +00008956 **/
Emil Tantilova21d0822016-08-10 11:19:23 -07008957static void ixgbe_add_udp_tunnel_port(struct net_device *dev,
8958 struct udp_tunnel_info *ti)
Don Skidmore3f207802014-12-23 07:40:34 +00008959{
8960 struct ixgbe_adapter *adapter = netdev_priv(dev);
8961 struct ixgbe_hw *hw = &adapter->hw;
Alexander Duyckb3a49552016-06-16 12:22:19 -07008962 __be16 port = ti->port;
Emil Tantilova21d0822016-08-10 11:19:23 -07008963 u32 port_shift = 0;
8964 u32 reg;
Mark Rustad67359c32015-06-15 11:33:25 -07008965
Alexander Duyckb3a49552016-06-16 12:22:19 -07008966 if (ti->sa_family != AF_INET)
8967 return;
8968
Emil Tantilova21d0822016-08-10 11:19:23 -07008969 switch (ti->type) {
8970 case UDP_TUNNEL_TYPE_VXLAN:
8971 if (!(adapter->flags & IXGBE_FLAG_VXLAN_OFFLOAD_CAPABLE))
8972 return;
Don Skidmore3f207802014-12-23 07:40:34 +00008973
Emil Tantilova21d0822016-08-10 11:19:23 -07008974 if (adapter->vxlan_port == port)
8975 return;
Don Skidmore3f207802014-12-23 07:40:34 +00008976
Emil Tantilova21d0822016-08-10 11:19:23 -07008977 if (adapter->vxlan_port) {
8978 netdev_info(dev,
8979 "VXLAN port %d set, not adding port %d\n",
8980 ntohs(adapter->vxlan_port),
8981 ntohs(port));
8982 return;
8983 }
8984
8985 adapter->vxlan_port = port;
8986 break;
8987 case UDP_TUNNEL_TYPE_GENEVE:
8988 if (!(adapter->flags & IXGBE_FLAG_GENEVE_OFFLOAD_CAPABLE))
8989 return;
8990
8991 if (adapter->geneve_port == port)
8992 return;
8993
8994 if (adapter->geneve_port) {
8995 netdev_info(dev,
8996 "GENEVE port %d set, not adding port %d\n",
8997 ntohs(adapter->geneve_port),
8998 ntohs(port));
8999 return;
9000 }
9001
9002 port_shift = IXGBE_VXLANCTRL_GENEVE_UDPPORT_SHIFT;
9003 adapter->geneve_port = port;
9004 break;
9005 default:
Don Skidmore3f207802014-12-23 07:40:34 +00009006 return;
9007 }
9008
Emil Tantilova21d0822016-08-10 11:19:23 -07009009 reg = IXGBE_READ_REG(hw, IXGBE_VXLANCTRL) | ntohs(port) << port_shift;
9010 IXGBE_WRITE_REG(hw, IXGBE_VXLANCTRL, reg);
Don Skidmore3f207802014-12-23 07:40:34 +00009011}
9012
9013/**
Emil Tantilova21d0822016-08-10 11:19:23 -07009014 * ixgbe_del_udp_tunnel_port - Get notifications about removing UDP tunnel ports
Don Skidmore3f207802014-12-23 07:40:34 +00009015 * @dev: The port's netdev
Sabrina Dubrocae5de25d2016-07-11 13:12:28 +02009016 * @ti: Tunnel endpoint information
Don Skidmore3f207802014-12-23 07:40:34 +00009017 **/
Emil Tantilova21d0822016-08-10 11:19:23 -07009018static void ixgbe_del_udp_tunnel_port(struct net_device *dev,
9019 struct udp_tunnel_info *ti)
Don Skidmore3f207802014-12-23 07:40:34 +00009020{
9021 struct ixgbe_adapter *adapter = netdev_priv(dev);
Emil Tantilova21d0822016-08-10 11:19:23 -07009022 u32 port_mask;
Don Skidmore3f207802014-12-23 07:40:34 +00009023
Emil Tantilova21d0822016-08-10 11:19:23 -07009024 if (ti->type != UDP_TUNNEL_TYPE_VXLAN &&
9025 ti->type != UDP_TUNNEL_TYPE_GENEVE)
Alexander Duyckb3a49552016-06-16 12:22:19 -07009026 return;
9027
9028 if (ti->sa_family != AF_INET)
9029 return;
9030
Emil Tantilova21d0822016-08-10 11:19:23 -07009031 switch (ti->type) {
9032 case UDP_TUNNEL_TYPE_VXLAN:
9033 if (!(adapter->flags & IXGBE_FLAG_VXLAN_OFFLOAD_CAPABLE))
9034 return;
Mark Rustad67359c32015-06-15 11:33:25 -07009035
Emil Tantilova21d0822016-08-10 11:19:23 -07009036 if (adapter->vxlan_port != ti->port) {
9037 netdev_info(dev, "VXLAN port %d not found\n",
9038 ntohs(ti->port));
9039 return;
9040 }
9041
9042 port_mask = IXGBE_VXLANCTRL_VXLAN_UDPPORT_MASK;
9043 break;
9044 case UDP_TUNNEL_TYPE_GENEVE:
9045 if (!(adapter->flags & IXGBE_FLAG_GENEVE_OFFLOAD_CAPABLE))
9046 return;
9047
9048 if (adapter->geneve_port != ti->port) {
9049 netdev_info(dev, "GENEVE port %d not found\n",
9050 ntohs(ti->port));
9051 return;
9052 }
9053
9054 port_mask = IXGBE_VXLANCTRL_GENEVE_UDPPORT_MASK;
9055 break;
9056 default:
Don Skidmore3f207802014-12-23 07:40:34 +00009057 return;
9058 }
9059
Emil Tantilova21d0822016-08-10 11:19:23 -07009060 ixgbe_clear_udp_tunnel_port(adapter, port_mask);
9061 adapter->flags2 |= IXGBE_FLAG2_UDP_TUN_REREG_NEEDED;
Don Skidmore3f207802014-12-23 07:40:34 +00009062}
9063
stephen hemmingeredc7d572012-10-01 12:32:33 +00009064static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
John Fastabend0f4b0ad2012-04-15 06:44:19 +00009065 struct net_device *dev,
Jiri Pirkof6f64242014-11-28 14:34:15 +01009066 const unsigned char *addr, u16 vid,
John Fastabend0f4b0ad2012-04-15 06:44:19 +00009067 u16 flags)
9068{
Alexander Duyckbcfd3432014-07-17 02:11:22 +00009069 /* guarantee we can provide a unique filter for the unicast address */
Ben Hutchings46acc462012-11-01 09:11:11 +00009070 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) {
Alexander Duyck2f9be162015-10-22 16:26:42 -07009071 struct ixgbe_adapter *adapter = netdev_priv(dev);
9072 u16 pool = VMDQ_P(0);
9073
9074 if (netdev_uc_count(dev) >= ixgbe_available_rars(adapter, pool))
Alexander Duyckbcfd3432014-07-17 02:11:22 +00009075 return -ENOMEM;
John Fastabend0f4b0ad2012-04-15 06:44:19 +00009076 }
9077
Jiri Pirkof6f64242014-11-28 14:34:15 +01009078 return ndo_dflt_fdb_add(ndm, tb, dev, addr, vid, flags);
John Fastabend0f4b0ad2012-04-15 06:44:19 +00009079}
9080
Don Skidmore219efe92015-04-09 22:03:22 -07009081/**
9082 * ixgbe_configure_bridge_mode - set various bridge modes
9083 * @adapter - the private structure
9084 * @mode - requested bridge mode
9085 *
9086 * Configure some settings require for various bridge modes.
9087 **/
9088static int ixgbe_configure_bridge_mode(struct ixgbe_adapter *adapter,
9089 __u16 mode)
9090{
Don Skidmore6d4c96a2015-04-09 22:03:23 -07009091 struct ixgbe_hw *hw = &adapter->hw;
9092 unsigned int p, num_pools;
9093 u32 vmdctl;
9094
Don Skidmore219efe92015-04-09 22:03:22 -07009095 switch (mode) {
9096 case BRIDGE_MODE_VEPA:
Don Skidmore6d4c96a2015-04-09 22:03:23 -07009097 /* disable Tx loopback, rely on switch hairpin mode */
Don Skidmore219efe92015-04-09 22:03:22 -07009098 IXGBE_WRITE_REG(&adapter->hw, IXGBE_PFDTXGSWC, 0);
Don Skidmore6d4c96a2015-04-09 22:03:23 -07009099
9100 /* must enable Rx switching replication to allow multicast
9101 * packet reception on all VFs, and to enable source address
9102 * pruning.
9103 */
9104 vmdctl = IXGBE_READ_REG(hw, IXGBE_VMD_CTL);
9105 vmdctl |= IXGBE_VT_CTL_REPLEN;
9106 IXGBE_WRITE_REG(hw, IXGBE_VMD_CTL, vmdctl);
9107
9108 /* enable Rx source address pruning. Note, this requires
9109 * replication to be enabled or else it does nothing.
9110 */
9111 num_pools = adapter->num_vfs + adapter->num_rx_pools;
9112 for (p = 0; p < num_pools; p++) {
9113 if (hw->mac.ops.set_source_address_pruning)
9114 hw->mac.ops.set_source_address_pruning(hw,
9115 true,
9116 p);
9117 }
Don Skidmore219efe92015-04-09 22:03:22 -07009118 break;
9119 case BRIDGE_MODE_VEB:
Don Skidmore6d4c96a2015-04-09 22:03:23 -07009120 /* enable Tx loopback for internal VF/PF communication */
Don Skidmore219efe92015-04-09 22:03:22 -07009121 IXGBE_WRITE_REG(&adapter->hw, IXGBE_PFDTXGSWC,
9122 IXGBE_PFDTXGSWC_VT_LBEN);
Don Skidmore6d4c96a2015-04-09 22:03:23 -07009123
9124 /* disable Rx switching replication unless we have SR-IOV
9125 * virtual functions
9126 */
9127 vmdctl = IXGBE_READ_REG(hw, IXGBE_VMD_CTL);
9128 if (!adapter->num_vfs)
9129 vmdctl &= ~IXGBE_VT_CTL_REPLEN;
9130 IXGBE_WRITE_REG(hw, IXGBE_VMD_CTL, vmdctl);
9131
9132 /* disable Rx source address pruning, since we don't expect to
9133 * be receiving external loopback of our transmitted frames.
9134 */
9135 num_pools = adapter->num_vfs + adapter->num_rx_pools;
9136 for (p = 0; p < num_pools; p++) {
9137 if (hw->mac.ops.set_source_address_pruning)
9138 hw->mac.ops.set_source_address_pruning(hw,
9139 false,
9140 p);
9141 }
Don Skidmore219efe92015-04-09 22:03:22 -07009142 break;
9143 default:
9144 return -EINVAL;
9145 }
9146
9147 adapter->bridge_mode = mode;
9148
9149 e_info(drv, "enabling bridge mode: %s\n",
9150 mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB");
9151
9152 return 0;
9153}
9154
John Fastabend815cccb2012-10-24 08:13:09 +00009155static int ixgbe_ndo_bridge_setlink(struct net_device *dev,
Roopa Prabhuadd511b2015-01-29 22:40:12 -08009156 struct nlmsghdr *nlh, u16 flags)
John Fastabend815cccb2012-10-24 08:13:09 +00009157{
9158 struct ixgbe_adapter *adapter = netdev_priv(dev);
9159 struct nlattr *attr, *br_spec;
9160 int rem;
9161
9162 if (!(adapter->flags & IXGBE_FLAG_SRIOV_ENABLED))
9163 return -EOPNOTSUPP;
9164
9165 br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
Thomas Graf4ea85e82014-11-26 13:42:18 +01009166 if (!br_spec)
9167 return -EINVAL;
John Fastabend815cccb2012-10-24 08:13:09 +00009168
9169 nla_for_each_nested(attr, br_spec, rem) {
Mark Rustada1e869d2015-04-10 10:36:36 -07009170 int status;
John Fastabend815cccb2012-10-24 08:13:09 +00009171 __u16 mode;
John Fastabend815cccb2012-10-24 08:13:09 +00009172
9173 if (nla_type(attr) != IFLA_BRIDGE_MODE)
9174 continue;
9175
Thomas Grafb7c1a312014-11-26 13:42:17 +01009176 if (nla_len(attr) < sizeof(mode))
9177 return -EINVAL;
9178
John Fastabend815cccb2012-10-24 08:13:09 +00009179 mode = nla_get_u16(attr);
Don Skidmore219efe92015-04-09 22:03:22 -07009180 status = ixgbe_configure_bridge_mode(adapter, mode);
9181 if (status)
9182 return status;
Don Skidmoreaa2bacb2015-04-09 22:03:22 -07009183
9184 break;
John Fastabend815cccb2012-10-24 08:13:09 +00009185 }
9186
9187 return 0;
9188}
9189
9190static int ixgbe_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
Vlad Yasevich6cbdcee2013-02-13 12:00:13 +00009191 struct net_device *dev,
Nicolas Dichtel46c264d2015-04-28 18:33:49 +02009192 u32 filter_mask, int nlflags)
John Fastabend815cccb2012-10-24 08:13:09 +00009193{
9194 struct ixgbe_adapter *adapter = netdev_priv(dev);
John Fastabend815cccb2012-10-24 08:13:09 +00009195
9196 if (!(adapter->flags & IXGBE_FLAG_SRIOV_ENABLED))
9197 return 0;
9198
Don Skidmoreaa2bacb2015-04-09 22:03:22 -07009199 return ndo_dflt_bridge_getlink(skb, pid, seq, dev,
Scott Feldman7d4f8d82015-06-22 00:27:17 -07009200 adapter->bridge_mode, 0, 0, nlflags,
9201 filter_mask, NULL);
John Fastabend815cccb2012-10-24 08:13:09 +00009202}
9203
John Fastabend2a47fa42013-11-06 09:54:52 -08009204static void *ixgbe_fwd_add(struct net_device *pdev, struct net_device *vdev)
9205{
9206 struct ixgbe_fwd_adapter *fwd_adapter = NULL;
9207 struct ixgbe_adapter *adapter = netdev_priv(pdev);
Jacob Kelleraac2f1b2014-08-21 06:17:59 +00009208 int used_pools = adapter->num_vfs + adapter->num_rx_pools;
John Fastabend51f37732013-11-08 00:51:10 -08009209 unsigned int limit;
John Fastabend2a47fa42013-11-06 09:54:52 -08009210 int pool, err;
9211
Jacob Kelleraac2f1b2014-08-21 06:17:59 +00009212 /* Hardware has a limited number of available pools. Each VF, and the
9213 * PF require a pool. Check to ensure we don't attempt to use more
9214 * then the available number of pools.
9215 */
9216 if (used_pools >= IXGBE_MAX_VF_FUNCTIONS)
9217 return ERR_PTR(-EINVAL);
9218
John Fastabend219354d2013-11-08 00:50:32 -08009219#ifdef CONFIG_RPS
9220 if (vdev->num_rx_queues != vdev->num_tx_queues) {
9221 netdev_info(pdev, "%s: Only supports a single queue count for TX and RX\n",
9222 vdev->name);
9223 return ERR_PTR(-EINVAL);
9224 }
9225#endif
John Fastabend2a47fa42013-11-06 09:54:52 -08009226 /* Check for hardware restriction on number of rx/tx queues */
John Fastabend219354d2013-11-08 00:50:32 -08009227 if (vdev->num_tx_queues > IXGBE_MAX_L2A_QUEUES ||
John Fastabend2a47fa42013-11-06 09:54:52 -08009228 vdev->num_tx_queues == IXGBE_BAD_L2A_QUEUE) {
9229 netdev_info(pdev,
9230 "%s: Supports RX/TX Queue counts 1,2, and 4\n",
9231 pdev->name);
9232 return ERR_PTR(-EINVAL);
9233 }
9234
9235 if (((adapter->flags & IXGBE_FLAG_DCB_ENABLED) &&
9236 adapter->num_rx_pools > IXGBE_MAX_DCBMACVLANS - 1) ||
9237 (adapter->num_rx_pools > IXGBE_MAX_MACVLANS))
9238 return ERR_PTR(-EBUSY);
9239
Maninder Singhbc52f952015-06-19 09:37:55 +05309240 fwd_adapter = kzalloc(sizeof(*fwd_adapter), GFP_KERNEL);
John Fastabend2a47fa42013-11-06 09:54:52 -08009241 if (!fwd_adapter)
9242 return ERR_PTR(-ENOMEM);
9243
9244 pool = find_first_zero_bit(&adapter->fwd_bitmask, 32);
9245 adapter->num_rx_pools++;
9246 set_bit(pool, &adapter->fwd_bitmask);
John Fastabend51f37732013-11-08 00:51:10 -08009247 limit = find_last_bit(&adapter->fwd_bitmask, 32);
John Fastabend2a47fa42013-11-06 09:54:52 -08009248
9249 /* Enable VMDq flag so device will be set in VM mode */
9250 adapter->flags |= IXGBE_FLAG_VMDQ_ENABLED | IXGBE_FLAG_SRIOV_ENABLED;
John Fastabend51f37732013-11-08 00:51:10 -08009251 adapter->ring_feature[RING_F_VMDQ].limit = limit + 1;
John Fastabend219354d2013-11-08 00:50:32 -08009252 adapter->ring_feature[RING_F_RSS].limit = vdev->num_tx_queues;
John Fastabend2a47fa42013-11-06 09:54:52 -08009253
9254 /* Force reinit of ring allocation with VMDQ enabled */
9255 err = ixgbe_setup_tc(pdev, netdev_get_num_tc(pdev));
9256 if (err)
9257 goto fwd_add_err;
9258 fwd_adapter->pool = pool;
9259 fwd_adapter->real_adapter = adapter;
Emil Tantilova3b8cb12016-09-22 15:06:52 -07009260
9261 if (netif_running(pdev)) {
9262 err = ixgbe_fwd_ring_up(vdev, fwd_adapter);
9263 if (err)
9264 goto fwd_add_err;
9265 netif_tx_start_all_queues(vdev);
9266 }
9267
John Fastabend2a47fa42013-11-06 09:54:52 -08009268 return fwd_adapter;
9269fwd_add_err:
9270 /* unwind counter and free adapter struct */
9271 netdev_info(pdev,
9272 "%s: dfwd hardware acceleration failed\n", vdev->name);
9273 clear_bit(pool, &adapter->fwd_bitmask);
9274 adapter->num_rx_pools--;
9275 kfree(fwd_adapter);
9276 return ERR_PTR(err);
9277}
9278
9279static void ixgbe_fwd_del(struct net_device *pdev, void *priv)
9280{
9281 struct ixgbe_fwd_adapter *fwd_adapter = priv;
9282 struct ixgbe_adapter *adapter = fwd_adapter->real_adapter;
John Fastabend51f37732013-11-08 00:51:10 -08009283 unsigned int limit;
John Fastabend2a47fa42013-11-06 09:54:52 -08009284
9285 clear_bit(fwd_adapter->pool, &adapter->fwd_bitmask);
9286 adapter->num_rx_pools--;
9287
John Fastabend51f37732013-11-08 00:51:10 -08009288 limit = find_last_bit(&adapter->fwd_bitmask, 32);
9289 adapter->ring_feature[RING_F_VMDQ].limit = limit + 1;
John Fastabend2a47fa42013-11-06 09:54:52 -08009290 ixgbe_fwd_ring_down(fwd_adapter->netdev, fwd_adapter);
9291 ixgbe_setup_tc(pdev, netdev_get_num_tc(pdev));
9292 netdev_dbg(pdev, "pool %i:%i queues %i:%i VSI bitmask %lx\n",
9293 fwd_adapter->pool, adapter->num_rx_pools,
9294 fwd_adapter->rx_base_queue,
9295 fwd_adapter->rx_base_queue + adapter->num_rx_queues_per_pool,
9296 adapter->fwd_bitmask);
9297 kfree(fwd_adapter);
9298}
9299
Alexander Duyckb83e3012016-04-14 17:19:31 -04009300#define IXGBE_MAX_MAC_HDR_LEN 127
9301#define IXGBE_MAX_NETWORK_HDR_LEN 511
9302
Mark Rustadf467bc02015-06-15 11:33:20 -07009303static netdev_features_t
9304ixgbe_features_check(struct sk_buff *skb, struct net_device *dev,
9305 netdev_features_t features)
9306{
Alexander Duyckb83e3012016-04-14 17:19:31 -04009307 unsigned int network_hdr_len, mac_hdr_len;
Mark Rustadf467bc02015-06-15 11:33:20 -07009308
Alexander Duyckb83e3012016-04-14 17:19:31 -04009309 /* Make certain the headers can be described by a context descriptor */
9310 mac_hdr_len = skb_network_header(skb) - skb->data;
9311 if (unlikely(mac_hdr_len > IXGBE_MAX_MAC_HDR_LEN))
9312 return features & ~(NETIF_F_HW_CSUM |
9313 NETIF_F_SCTP_CRC |
9314 NETIF_F_HW_VLAN_CTAG_TX |
9315 NETIF_F_TSO |
9316 NETIF_F_TSO6);
9317
9318 network_hdr_len = skb_checksum_start(skb) - skb_network_header(skb);
9319 if (unlikely(network_hdr_len > IXGBE_MAX_NETWORK_HDR_LEN))
9320 return features & ~(NETIF_F_HW_CSUM |
9321 NETIF_F_SCTP_CRC |
9322 NETIF_F_TSO |
9323 NETIF_F_TSO6);
9324
9325 /* We can only support IPV4 TSO in tunnels if we can mangle the
9326 * inner IP ID field, so strip TSO if MANGLEID is not supported.
9327 */
9328 if (skb->encapsulation && !(features & NETIF_F_TSO_MANGLEID))
9329 features &= ~NETIF_F_TSO;
Mark Rustadf467bc02015-06-15 11:33:20 -07009330
9331 return features;
9332}
9333
Stephen Hemminger0edc3522008-11-19 22:24:29 -08009334static const struct net_device_ops ixgbe_netdev_ops = {
Joe Perchese8e9f692010-09-07 21:34:53 +00009335 .ndo_open = ixgbe_open,
Stephen Hemminger0edc3522008-11-19 22:24:29 -08009336 .ndo_stop = ixgbe_close,
Stephen Hemminger00829822008-11-20 20:14:53 -08009337 .ndo_start_xmit = ixgbe_xmit_frame,
Stephen Hemminger09a3b1f2009-03-21 13:40:01 -07009338 .ndo_select_queue = ixgbe_select_queue,
Alexander Duyck581330b2012-02-08 07:51:47 +00009339 .ndo_set_rx_mode = ixgbe_set_rx_mode,
Stephen Hemminger0edc3522008-11-19 22:24:29 -08009340 .ndo_validate_addr = eth_validate_addr,
9341 .ndo_set_mac_address = ixgbe_set_mac,
9342 .ndo_change_mtu = ixgbe_change_mtu,
9343 .ndo_tx_timeout = ixgbe_tx_timeout,
Rostislav Pehlivanovc04f90e2016-01-27 18:33:30 +00009344 .ndo_set_tx_maxrate = ixgbe_tx_maxrate,
Stephen Hemminger0edc3522008-11-19 22:24:29 -08009345 .ndo_vlan_rx_add_vid = ixgbe_vlan_rx_add_vid,
9346 .ndo_vlan_rx_kill_vid = ixgbe_vlan_rx_kill_vid,
Ben Hutchings6b73e102009-04-29 08:08:58 +00009347 .ndo_do_ioctl = ixgbe_ioctl,
Greg Rose7f016482010-05-04 22:12:06 +00009348 .ndo_set_vf_mac = ixgbe_ndo_set_vf_mac,
9349 .ndo_set_vf_vlan = ixgbe_ndo_set_vf_vlan,
Sucheta Chakrabortyed616682014-05-22 09:59:05 -04009350 .ndo_set_vf_rate = ixgbe_ndo_set_vf_bw,
Alexander Duyck581330b2012-02-08 07:51:47 +00009351 .ndo_set_vf_spoofchk = ixgbe_ndo_set_vf_spoofchk,
Vlad Zolotarove65ce0d2015-03-30 21:35:24 +03009352 .ndo_set_vf_rss_query_en = ixgbe_ndo_set_vf_rss_query_en,
Hiroshi Shimamoto54011e42015-08-28 06:58:33 +00009353 .ndo_set_vf_trust = ixgbe_ndo_set_vf_trust,
Greg Rose7f016482010-05-04 22:12:06 +00009354 .ndo_get_vf_config = ixgbe_ndo_get_vf_config,
Eric Dumazetde1036b2010-10-20 23:00:04 +00009355 .ndo_get_stats64 = ixgbe_get_stats64,
John Fastabende4c67342016-02-16 21:16:15 -08009356 .ndo_setup_tc = __ixgbe_setup_tc,
Stephen Hemminger0edc3522008-11-19 22:24:29 -08009357#ifdef CONFIG_NET_POLL_CONTROLLER
9358 .ndo_poll_controller = ixgbe_netpoll,
9359#endif
Yi Zou332d4a72009-05-13 13:11:53 +00009360#ifdef IXGBE_FCOE
9361 .ndo_fcoe_ddp_setup = ixgbe_fcoe_ddp_get,
Yi Zou68a683c2011-02-01 07:22:16 +00009362 .ndo_fcoe_ddp_target = ixgbe_fcoe_ddp_target,
Yi Zou332d4a72009-05-13 13:11:53 +00009363 .ndo_fcoe_ddp_done = ixgbe_fcoe_ddp_put,
Yi Zou8450ff82009-08-31 12:32:14 +00009364 .ndo_fcoe_enable = ixgbe_fcoe_enable,
9365 .ndo_fcoe_disable = ixgbe_fcoe_disable,
Yi Zou61a1fa12009-10-28 18:24:56 +00009366 .ndo_fcoe_get_wwn = ixgbe_fcoe_get_wwn,
Neerav Parikhea818752012-01-04 20:23:40 +00009367 .ndo_fcoe_get_hbainfo = ixgbe_fcoe_get_hbainfo,
Yi Zou332d4a72009-05-13 13:11:53 +00009368#endif /* IXGBE_FCOE */
Don Skidmore082757a2011-07-21 05:55:00 +00009369 .ndo_set_features = ixgbe_set_features,
9370 .ndo_fix_features = ixgbe_fix_features,
John Fastabend0f4b0ad2012-04-15 06:44:19 +00009371 .ndo_fdb_add = ixgbe_ndo_fdb_add,
John Fastabend815cccb2012-10-24 08:13:09 +00009372 .ndo_bridge_setlink = ixgbe_ndo_bridge_setlink,
9373 .ndo_bridge_getlink = ixgbe_ndo_bridge_getlink,
John Fastabend2a47fa42013-11-06 09:54:52 -08009374 .ndo_dfwd_add_station = ixgbe_fwd_add,
9375 .ndo_dfwd_del_station = ixgbe_fwd_del,
Emil Tantilova21d0822016-08-10 11:19:23 -07009376 .ndo_udp_tunnel_add = ixgbe_add_udp_tunnel_port,
9377 .ndo_udp_tunnel_del = ixgbe_del_udp_tunnel_port,
Mark Rustadf467bc02015-06-15 11:33:20 -07009378 .ndo_features_check = ixgbe_features_check,
Stephen Hemminger0edc3522008-11-19 22:24:29 -08009379};
9380
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07009381/**
Jacob Kellere027d1a2013-07-31 06:53:31 +00009382 * ixgbe_enumerate_functions - Get the number of ports this device has
9383 * @adapter: adapter structure
9384 *
9385 * This function enumerates the phsyical functions co-located on a single slot,
9386 * in order to determine how many ports a device has. This is most useful in
9387 * determining the required GT/s of PCIe bandwidth necessary for optimal
9388 * performance.
9389 **/
9390static inline int ixgbe_enumerate_functions(struct ixgbe_adapter *adapter)
9391{
Jacob Kellercaafb952014-07-19 07:17:17 +00009392 struct pci_dev *entry, *pdev = adapter->pdev;
Jacob Kellere027d1a2013-07-31 06:53:31 +00009393 int physfns = 0;
9394
Jacob Kellerf1f96572013-08-31 02:45:38 +00009395 /* Some cards can not use the generic count PCIe functions method,
9396 * because they are behind a parent switch, so we hardcode these with
9397 * the correct number of functions.
Jacob Kellere027d1a2013-07-31 06:53:31 +00009398 */
Jacob Keller88189702014-07-19 07:17:16 +00009399 if (ixgbe_pcie_from_parent(&adapter->hw))
Jacob Kellere027d1a2013-07-31 06:53:31 +00009400 physfns = 4;
Jacob Keller88189702014-07-19 07:17:16 +00009401
9402 list_for_each_entry(entry, &adapter->pdev->bus->devices, bus_list) {
9403 /* don't count virtual functions */
Jacob Kellercaafb952014-07-19 07:17:17 +00009404 if (entry->is_virtfn)
9405 continue;
9406
9407 /* When the devices on the bus don't all match our device ID,
9408 * we can't reliably determine the correct number of
9409 * functions. This can occur if a function has been direct
9410 * attached to a virtual machine using VT-d, for example. In
9411 * this case, simply return -1 to indicate this.
9412 */
9413 if ((entry->vendor != pdev->vendor) ||
9414 (entry->device != pdev->device))
9415 return -1;
9416
9417 physfns++;
Jacob Kellere027d1a2013-07-31 06:53:31 +00009418 }
9419
9420 return physfns;
9421}
9422
9423/**
Jacob Keller8e2813f2012-04-21 06:05:40 +00009424 * ixgbe_wol_supported - Check whether device supports WoL
Emil Tantilov740234f2016-04-21 11:37:12 -07009425 * @adapter: the adapter private structure
Jacob Keller8e2813f2012-04-21 06:05:40 +00009426 * @device_id: the device ID
9427 * @subdev_id: the subsystem device ID
9428 *
9429 * This function is used by probe and ethtool to determine
9430 * which devices have WoL support
9431 *
9432 **/
Emil Tantilov740234f2016-04-21 11:37:12 -07009433bool ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id,
9434 u16 subdevice_id)
Jacob Keller8e2813f2012-04-21 06:05:40 +00009435{
9436 struct ixgbe_hw *hw = &adapter->hw;
9437 u16 wol_cap = adapter->eeprom_cap & IXGBE_DEVICE_CAPS_WOL_MASK;
Jacob Keller8e2813f2012-04-21 06:05:40 +00009438
Emil Tantilov740234f2016-04-21 11:37:12 -07009439 /* WOL not supported on 82598 */
9440 if (hw->mac.type == ixgbe_mac_82598EB)
9441 return false;
9442
9443 /* check eeprom to see if WOL is enabled for X540 and newer */
9444 if (hw->mac.type >= ixgbe_mac_X540) {
9445 if ((wol_cap == IXGBE_DEVICE_CAPS_WOL_PORT0_1) ||
9446 ((wol_cap == IXGBE_DEVICE_CAPS_WOL_PORT0) &&
9447 (hw->bus.func == 0)))
9448 return true;
9449 }
9450
9451 /* WOL is determined based on device IDs for 82599 MACs */
Jacob Keller8e2813f2012-04-21 06:05:40 +00009452 switch (device_id) {
9453 case IXGBE_DEV_ID_82599_SFP:
9454 /* Only these subdevices could supports WOL */
9455 switch (subdevice_id) {
9456 case IXGBE_SUBDEV_ID_82599_560FLR:
Emil Tantilov00103a6c2016-04-21 11:37:06 -07009457 case IXGBE_SUBDEV_ID_82599_LOM_SNAP6:
9458 case IXGBE_SUBDEV_ID_82599_SFP_WOL0:
9459 case IXGBE_SUBDEV_ID_82599_SFP_2OCP:
Jacob Keller8e2813f2012-04-21 06:05:40 +00009460 /* only support first port */
9461 if (hw->bus.func != 0)
9462 break;
Emil Tantilov5700ff22013-04-18 08:18:55 +00009463 case IXGBE_SUBDEV_ID_82599_SP_560FLR:
Jacob Keller8e2813f2012-04-21 06:05:40 +00009464 case IXGBE_SUBDEV_ID_82599_SFP:
Don Skidmoreb6dfd932012-07-11 07:17:42 +00009465 case IXGBE_SUBDEV_ID_82599_RNDC:
Emil Tantilovf8a06c22012-08-16 08:13:07 +00009466 case IXGBE_SUBDEV_ID_82599_ECNA_DP:
Emil Tantilov00103a6c2016-04-21 11:37:06 -07009467 case IXGBE_SUBDEV_ID_82599_SFP_1OCP:
9468 case IXGBE_SUBDEV_ID_82599_SFP_LOM_OEM1:
9469 case IXGBE_SUBDEV_ID_82599_SFP_LOM_OEM2:
Emil Tantilov740234f2016-04-21 11:37:12 -07009470 return true;
Jacob Keller8e2813f2012-04-21 06:05:40 +00009471 }
9472 break;
Don Skidmore5daebbb2013-04-05 05:49:34 +00009473 case IXGBE_DEV_ID_82599EN_SFP:
Emil Tantilov740234f2016-04-21 11:37:12 -07009474 /* Only these subdevices support WOL */
Don Skidmore5daebbb2013-04-05 05:49:34 +00009475 switch (subdevice_id) {
9476 case IXGBE_SUBDEV_ID_82599EN_SFP_OCP1:
Emil Tantilov740234f2016-04-21 11:37:12 -07009477 return true;
Don Skidmore5daebbb2013-04-05 05:49:34 +00009478 }
9479 break;
Jacob Keller8e2813f2012-04-21 06:05:40 +00009480 case IXGBE_DEV_ID_82599_COMBO_BACKPLANE:
9481 /* All except this subdevice support WOL */
9482 if (subdevice_id != IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ)
Emil Tantilov740234f2016-04-21 11:37:12 -07009483 return true;
Jacob Keller8e2813f2012-04-21 06:05:40 +00009484 break;
9485 case IXGBE_DEV_ID_82599_KX4:
Emil Tantilov740234f2016-04-21 11:37:12 -07009486 return true;
9487 default:
Jacob Keller8e2813f2012-04-21 06:05:40 +00009488 break;
9489 }
9490
Emil Tantilov740234f2016-04-21 11:37:12 -07009491 return false;
Jacob Keller8e2813f2012-04-21 06:05:40 +00009492}
9493
9494/**
Auke Kok9a799d72007-09-15 14:07:45 -07009495 * ixgbe_probe - Device Initialization Routine
9496 * @pdev: PCI device information struct
9497 * @ent: entry in ixgbe_pci_tbl
9498 *
9499 * Returns 0 on success, negative on failure
9500 *
9501 * ixgbe_probe initializes an adapter identified by a pci_dev structure.
9502 * The OS initialization, configuring of the adapter private structure,
9503 * and a hardware reset occur.
9504 **/
Greg Kroah-Hartman1dd06ae2012-12-06 14:30:56 +00009505static int ixgbe_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Auke Kok9a799d72007-09-15 14:07:45 -07009506{
9507 struct net_device *netdev;
9508 struct ixgbe_adapter *adapter = NULL;
9509 struct ixgbe_hw *hw;
9510 const struct ixgbe_info *ii = ixgbe_info_tbl[ent->driver_data];
Jacob Kellere027d1a2013-07-31 06:53:31 +00009511 int i, err, pci_using_dac, expected_gts;
Alexander Duyckd3cb9862013-01-16 01:35:35 +00009512 unsigned int indices = MAX_TX_QUEUES;
Don Skidmore289700db2010-12-03 03:32:58 +00009513 u8 part_str[IXGBE_PBANUM_LENGTH];
Daniel Borkmannb5b2ffc2014-11-21 23:52:53 -08009514 bool disable_dev = false;
Yi Zoueacd73f2009-05-13 13:11:06 +00009515#ifdef IXGBE_FCOE
9516 u16 device_caps;
9517#endif
Don Skidmore289700db2010-12-03 03:32:58 +00009518 u32 eec;
Auke Kok9a799d72007-09-15 14:07:45 -07009519
Andy Gospodarekbded64a2010-07-21 06:40:31 +00009520 /* Catch broken hardware that put the wrong VF device ID in
9521 * the PCIe SR-IOV capability.
9522 */
9523 if (pdev->is_virtfn) {
9524 WARN(1, KERN_ERR "%s (%hx:%hx) should not be a VF!\n",
9525 pci_name(pdev), pdev->vendor, pdev->device);
9526 return -EINVAL;
9527 }
9528
gouji-new9ce77662009-05-06 10:44:45 +00009529 err = pci_enable_device_mem(pdev);
Auke Kok9a799d72007-09-15 14:07:45 -07009530 if (err)
9531 return err;
9532
Russell Kingf5f2eda2013-06-10 12:47:42 +01009533 if (!dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64))) {
Auke Kok9a799d72007-09-15 14:07:45 -07009534 pci_using_dac = 1;
9535 } else {
Russell Kingf5f2eda2013-06-10 12:47:42 +01009536 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32));
Auke Kok9a799d72007-09-15 14:07:45 -07009537 if (err) {
Russell Kingf5f2eda2013-06-10 12:47:42 +01009538 dev_err(&pdev->dev,
9539 "No usable DMA configuration, aborting\n");
9540 goto err_dma;
Auke Kok9a799d72007-09-15 14:07:45 -07009541 }
9542 pci_using_dac = 0;
9543 }
9544
Johannes Thumshirn56d766d2016-06-07 09:44:05 +02009545 err = pci_request_mem_regions(pdev, ixgbe_driver_name);
Auke Kok9a799d72007-09-15 14:07:45 -07009546 if (err) {
Dan Carpenterb8bc0422010-07-27 00:05:56 +00009547 dev_err(&pdev->dev,
9548 "pci_request_selected_regions failed 0x%x\n", err);
Auke Kok9a799d72007-09-15 14:07:45 -07009549 goto err_pci_reg;
9550 }
9551
Frans Pop19d5afd2009-10-02 10:04:12 -07009552 pci_enable_pcie_error_reporting(pdev);
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -08009553
Auke Kok9a799d72007-09-15 14:07:45 -07009554 pci_set_master(pdev);
Wendy Xiongfb3b27b2008-04-23 11:09:24 -07009555 pci_save_state(pdev);
Auke Kok9a799d72007-09-15 14:07:45 -07009556
Alexander Duyckd3cb9862013-01-16 01:35:35 +00009557 if (ii->mac == ixgbe_mac_82598EB) {
John Fastabende901acd2011-04-26 07:26:08 +00009558#ifdef CONFIG_IXGBE_DCB
Alexander Duyckd3cb9862013-01-16 01:35:35 +00009559 /* 8 TC w/ 4 queues per TC */
9560 indices = 4 * MAX_TRAFFIC_CLASS;
9561#else
9562 indices = IXGBE_MAX_RSS_INDICES;
John Fastabende901acd2011-04-26 07:26:08 +00009563#endif
Alexander Duyckd3cb9862013-01-16 01:35:35 +00009564 }
John Fastabende901acd2011-04-26 07:26:08 +00009565
John Fastabendc85a2612010-02-25 23:15:21 +00009566 netdev = alloc_etherdev_mq(sizeof(struct ixgbe_adapter), indices);
Auke Kok9a799d72007-09-15 14:07:45 -07009567 if (!netdev) {
9568 err = -ENOMEM;
9569 goto err_alloc_etherdev;
9570 }
9571
Auke Kok9a799d72007-09-15 14:07:45 -07009572 SET_NETDEV_DEV(netdev, &pdev->dev);
9573
Auke Kok9a799d72007-09-15 14:07:45 -07009574 adapter = netdev_priv(netdev);
9575
9576 adapter->netdev = netdev;
9577 adapter->pdev = pdev;
9578 hw = &adapter->hw;
9579 hw->back = adapter;
stephen hemmingerb3f4d592012-03-13 06:04:20 +00009580 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE);
Auke Kok9a799d72007-09-15 14:07:45 -07009581
Jeff Kirsher05857982008-09-11 19:57:00 -07009582 hw->hw_addr = ioremap(pci_resource_start(pdev, 0),
Joe Perchese8e9f692010-09-07 21:34:53 +00009583 pci_resource_len(pdev, 0));
Mark Rustad2a1a0912014-01-14 18:53:15 -08009584 adapter->io_addr = hw->hw_addr;
Auke Kok9a799d72007-09-15 14:07:45 -07009585 if (!hw->hw_addr) {
9586 err = -EIO;
9587 goto err_ioremap;
9588 }
9589
Stephen Hemminger0edc3522008-11-19 22:24:29 -08009590 netdev->netdev_ops = &ixgbe_netdev_ops;
Auke Kok9a799d72007-09-15 14:07:45 -07009591 ixgbe_set_ethtool_ops(netdev);
Auke Kok9a799d72007-09-15 14:07:45 -07009592 netdev->watchdog_timeo = 5 * HZ;
Mark Rustad339de302014-06-06 01:57:06 +00009593 strlcpy(netdev->name, pci_name(pdev), sizeof(netdev->name));
Auke Kok9a799d72007-09-15 14:07:45 -07009594
Auke Kok9a799d72007-09-15 14:07:45 -07009595 /* Setup hw api */
Mark Rustad37689012016-01-07 10:13:03 -08009596 hw->mac.ops = *ii->mac_ops;
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08009597 hw->mac.type = ii->mac;
Don Skidmore9a900ec2015-06-09 17:15:01 -07009598 hw->mvals = ii->mvals;
Emil Tantilovb71f6c42016-10-10 14:54:03 -07009599 if (ii->link_ops)
9600 hw->link.ops = *ii->link_ops;
Auke Kok9a799d72007-09-15 14:07:45 -07009601
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07009602 /* EEPROM */
Mark Rustad37689012016-01-07 10:13:03 -08009603 hw->eeprom.ops = *ii->eeprom_ops;
Don Skidmore9a900ec2015-06-09 17:15:01 -07009604 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw));
Mark Rustad58cf6632014-03-12 00:38:40 +00009605 if (ixgbe_removed(hw->hw_addr)) {
9606 err = -EIO;
9607 goto err_ioremap;
9608 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07009609 /* If EEPROM is valid (bit 8 = 1), use default otherwise use bit bang */
Jacob Kellerb4f47a42016-04-13 16:08:22 -07009610 if (!(eec & BIT(8)))
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07009611 hw->eeprom.ops.read = &ixgbe_read_eeprom_bit_bang_generic;
9612
9613 /* PHY */
Mark Rustad37689012016-01-07 10:13:03 -08009614 hw->phy.ops = *ii->phy_ops;
Donald Skidmorec4900be2008-11-20 21:11:42 -08009615 hw->phy.sfp_type = ixgbe_sfp_type_unknown;
Ben Hutchings6b73e102009-04-29 08:08:58 +00009616 /* ixgbe_identify_phy_generic will set prtad and mmds properly */
9617 hw->phy.mdio.prtad = MDIO_PRTAD_NONE;
9618 hw->phy.mdio.mmds = 0;
9619 hw->phy.mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22;
9620 hw->phy.mdio.dev = netdev;
9621 hw->phy.mdio.mdio_read = ixgbe_mdio_read;
9622 hw->phy.mdio.mdio_write = ixgbe_mdio_write;
Donald Skidmorec4900be2008-11-20 21:11:42 -08009623
Auke Kok9a799d72007-09-15 14:07:45 -07009624 /* setup the private structure */
Emil Tantilov55570b62016-10-12 12:34:25 -07009625 err = ixgbe_sw_init(adapter, ii);
Auke Kok9a799d72007-09-15 14:07:45 -07009626 if (err)
9627 goto err_sw_init;
9628
Don Skidmoredbd15b82016-03-09 16:45:00 -05009629 /* Make sure the SWFW semaphore is in a valid state */
9630 if (hw->mac.ops.init_swfw_sync)
9631 hw->mac.ops.init_swfw_sync(hw);
9632
Don Skidmoree86bff02010-02-11 04:14:08 +00009633 /* Make it possible the adapter to be woken up via WOL */
Don Skidmoreb93a2222010-11-16 19:27:17 -08009634 switch (adapter->hw.mac.type) {
9635 case ixgbe_mac_82599EB:
9636 case ixgbe_mac_X540:
Don Skidmore9a75a1a2014-11-07 03:53:35 +00009637 case ixgbe_mac_X550:
9638 case ixgbe_mac_X550EM_x:
Mark Rustad49425df2016-04-01 12:18:09 -07009639 case ixgbe_mac_x550em_a:
Don Skidmoree86bff02010-02-11 04:14:08 +00009640 IXGBE_WRITE_REG(&adapter->hw, IXGBE_WUS, ~0);
Don Skidmoreb93a2222010-11-16 19:27:17 -08009641 break;
9642 default:
9643 break;
9644 }
Don Skidmoree86bff02010-02-11 04:14:08 +00009645
Don Skidmorebf069c92009-05-07 10:39:54 +00009646 /*
9647 * If there is a fan on this device and it has failed log the
9648 * failure.
9649 */
9650 if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE) {
9651 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
9652 if (esdp & IXGBE_ESDP_SDP1)
Emil Tantilov396e7992010-07-01 20:05:12 +00009653 e_crit(probe, "Fan has stopped, replace the adapter\n");
Don Skidmorebf069c92009-05-07 10:39:54 +00009654 }
9655
Peter P Waskiewicz Jr8ef78ad2012-02-01 09:19:21 +00009656 if (allow_unsupported_sfp)
9657 hw->allow_unsupported_sfp = allow_unsupported_sfp;
9658
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07009659 /* reset_hw fills in the perm_addr as well */
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07009660 hw->phy.reset_if_overtemp = true;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07009661 err = hw->mac.ops.reset_hw(hw);
Mallikarjuna R Chilakala119fc602010-05-20 23:07:06 -07009662 hw->phy.reset_if_overtemp = false;
Mark Rustadb3eb4e12016-12-14 11:02:16 -08009663 ixgbe_set_eee_capable(adapter);
Mark Rustad29a8dca2015-08-08 16:17:46 -07009664 if (err == IXGBE_ERR_SFP_NOT_PRESENT) {
Don Skidmore8ca783a2009-05-26 20:40:47 -07009665 err = 0;
9666 } else if (err == IXGBE_ERR_SFP_NOT_SUPPORTED) {
Don Skidmore1b1bf312013-07-31 05:27:04 +00009667 e_dev_err("failed to load because an unsupported SFP+ or QSFP module type was detected.\n");
9668 e_dev_err("Reload the driver after installing a supported module.\n");
PJ Waskiewicz04f165e2009-04-09 22:27:57 +00009669 goto err_sw_init;
9670 } else if (err) {
Emil Tantilov849c4542010-06-03 16:53:41 +00009671 e_dev_err("HW Init failed: %d\n", err);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07009672 goto err_sw_init;
9673 }
9674
Alexander Duyck99d74482012-05-09 08:09:25 +00009675#ifdef CONFIG_PCI_IOV
Greg Rose60a1a682012-12-11 08:26:33 +00009676 /* SR-IOV not supported on the 82598 */
9677 if (adapter->hw.mac.type == ixgbe_mac_82598EB)
9678 goto skip_sriov;
9679 /* Mailbox */
9680 ixgbe_init_mbx_params_pf(hw);
Mark Rustad37689012016-01-07 10:13:03 -08009681 hw->mbx.ops = ii->mbx_ops;
ethan.zhaodcc23e32014-01-16 19:41:04 -08009682 pci_sriov_set_totalvfs(pdev, IXGBE_MAX_VFS_DRV_LIMIT);
ethan.zhao31ac9102014-01-16 19:41:05 -08009683 ixgbe_enable_sriov(adapter);
Greg Rose60a1a682012-12-11 08:26:33 +00009684skip_sriov:
Greg Rose1cdd1ec2010-01-09 02:26:46 +00009685
Alexander Duyck99d74482012-05-09 08:09:25 +00009686#endif
Emil Tantilov396e7992010-07-01 20:05:12 +00009687 netdev->features = NETIF_F_SG |
Don Skidmore082757a2011-07-21 05:55:00 +00009688 NETIF_F_TSO |
9689 NETIF_F_TSO6 |
Don Skidmore082757a2011-07-21 05:55:00 +00009690 NETIF_F_RXHASH |
Alexander Duyck49763de2016-01-13 07:31:11 -08009691 NETIF_F_RXCSUM |
Alexander Duyckb83e3012016-04-14 17:19:31 -04009692 NETIF_F_HW_CSUM;
9693
9694#define IXGBE_GSO_PARTIAL_FEATURES (NETIF_F_GSO_GRE | \
9695 NETIF_F_GSO_GRE_CSUM | \
Tom Herbert7e133182016-05-18 09:06:10 -07009696 NETIF_F_GSO_IPXIP4 | \
Alexander Duyckbf2d1df2016-05-18 10:44:53 -07009697 NETIF_F_GSO_IPXIP6 | \
Alexander Duyckb83e3012016-04-14 17:19:31 -04009698 NETIF_F_GSO_UDP_TUNNEL | \
9699 NETIF_F_GSO_UDP_TUNNEL_CSUM)
9700
9701 netdev->gso_partial_features = IXGBE_GSO_PARTIAL_FEATURES;
9702 netdev->features |= NETIF_F_GSO_PARTIAL |
9703 IXGBE_GSO_PARTIAL_FEATURES;
Auke Kok9a799d72007-09-15 14:07:45 -07009704
Alexander Duyck49763de2016-01-13 07:31:11 -08009705 if (hw->mac.type >= ixgbe_mac_82599EB)
Tom Herbert53692b12015-12-14 11:19:41 -08009706 netdev->features |= NETIF_F_SCTP_CRC;
Jesse Brandeburg45a5ead2009-04-27 22:36:35 +00009707
Alexander Duyck49763de2016-01-13 07:31:11 -08009708 /* copy netdev features into list of user selectable features */
Alexander Duyckb83e3012016-04-14 17:19:31 -04009709 netdev->hw_features |= netdev->features |
Alexander Duyck3d951822016-08-12 09:53:39 -07009710 NETIF_F_HW_VLAN_CTAG_FILTER |
Alexander Duyckb83e3012016-04-14 17:19:31 -04009711 NETIF_F_HW_VLAN_CTAG_RX |
9712 NETIF_F_HW_VLAN_CTAG_TX |
9713 NETIF_F_RXALL |
Alexander Duyck49763de2016-01-13 07:31:11 -08009714 NETIF_F_HW_L2FW_DOFFLOAD;
9715
9716 if (hw->mac.type >= ixgbe_mac_82599EB)
9717 netdev->hw_features |= NETIF_F_NTUPLE |
9718 NETIF_F_HW_TC;
9719
Alexander Duyckb83e3012016-04-14 17:19:31 -04009720 if (pci_using_dac)
9721 netdev->features |= NETIF_F_HIGHDMA;
Jeff Kirsherad31c402008-06-05 04:05:30 -07009722
Alexander Duyck5eee87c2016-05-11 13:23:34 -07009723 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
9724 netdev->hw_enc_features |= netdev->vlan_features;
9725 netdev->mpls_features |= NETIF_F_HW_CSUM;
9726
Alexander Duyckb83e3012016-04-14 17:19:31 -04009727 /* set this bit last since it cannot be part of vlan_features */
9728 netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
9729 NETIF_F_HW_VLAN_CTAG_RX |
9730 NETIF_F_HW_VLAN_CTAG_TX;
9731
Jiri Pirko01789342011-08-16 06:29:00 +00009732 netdev->priv_flags |= IFF_UNICAST_FLT;
Ben Greearf43f3132012-03-06 09:42:04 +00009733 netdev->priv_flags |= IFF_SUPP_NOFCS;
Jiri Pirko01789342011-08-16 06:29:00 +00009734
Jarod Wilson91c527a2016-10-17 15:54:05 -04009735 /* MTU range: 68 - 9710 */
9736 netdev->min_mtu = ETH_MIN_MTU;
9737 netdev->max_mtu = IXGBE_MAX_JUMBO_FRAME_SIZE - (ETH_HLEN + ETH_FCS_LEN);
9738
Jeff Kirsher7a6b6f52008-11-25 01:02:08 -08009739#ifdef CONFIG_IXGBE_DCB
Usha Ketineni88290092016-04-26 05:00:26 -07009740 if (adapter->flags & IXGBE_FLAG_DCB_CAPABLE)
Stephen Hemminger3f40c742016-11-21 09:52:40 -08009741 netdev->dcbnl_ops = &ixgbe_dcbnl_ops;
Alexander Duyck2f90b862008-11-20 20:52:10 -08009742#endif
9743
Yi Zoueacd73f2009-05-13 13:11:06 +00009744#ifdef IXGBE_FCOE
Yi Zou0d551582009-07-22 14:07:12 +00009745 if (adapter->flags & IXGBE_FLAG_FCOE_CAPABLE) {
Alexander Duyckd3cb9862013-01-16 01:35:35 +00009746 unsigned int fcoe_l;
9747
Yi Zoueacd73f2009-05-13 13:11:06 +00009748 if (hw->mac.ops.get_device_caps) {
9749 hw->mac.ops.get_device_caps(hw, &device_caps);
Yi Zou0d551582009-07-22 14:07:12 +00009750 if (device_caps & IXGBE_DEVICE_CAPS_FCOE_OFFLOADS)
9751 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE;
Yi Zoueacd73f2009-05-13 13:11:06 +00009752 }
Alexander Duyck7c8ae652012-05-05 05:32:47 +00009753
Alexander Duyckd3cb9862013-01-16 01:35:35 +00009754
9755 fcoe_l = min_t(int, IXGBE_FCRETA_SIZE, num_online_cpus());
9756 adapter->ring_feature[RING_F_FCOE].limit = fcoe_l;
Alexander Duyck7c8ae652012-05-05 05:32:47 +00009757
Alexander Duycka58915c2012-05-25 06:38:18 +00009758 netdev->features |= NETIF_F_FSO |
9759 NETIF_F_FCOE_CRC;
9760
Alexander Duyck7c8ae652012-05-05 05:32:47 +00009761 netdev->vlan_features |= NETIF_F_FSO |
9762 NETIF_F_FCOE_CRC |
9763 NETIF_F_FCOE_MTU;
Yi Zou5e09d7f2010-07-19 13:59:52 +00009764 }
Yi Zoueacd73f2009-05-13 13:11:06 +00009765#endif /* IXGBE_FCOE */
Auke Kok9a799d72007-09-15 14:07:45 -07009766
Don Skidmore082757a2011-07-21 05:55:00 +00009767 if (adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE)
9768 netdev->hw_features |= NETIF_F_LRO;
Peter P Waskiewicz Jr0c19d6a2009-07-30 12:25:28 +00009769 if (adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED)
Alexander Duyckf8212f92009-04-27 22:42:37 +00009770 netdev->features |= NETIF_F_LRO;
9771
Auke Kok9a799d72007-09-15 14:07:45 -07009772 /* make sure the EEPROM is good */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07009773 if (hw->eeprom.ops.validate_checksum(hw, NULL) < 0) {
Emil Tantilov849c4542010-06-03 16:53:41 +00009774 e_dev_err("The EEPROM Checksum Is Not Valid\n");
Auke Kok9a799d72007-09-15 14:07:45 -07009775 err = -EIO;
Alexander Duyck35937c02012-02-08 07:51:37 +00009776 goto err_sw_init;
Auke Kok9a799d72007-09-15 14:07:45 -07009777 }
9778
Sowmini Varadhanc7374b52016-01-12 19:32:30 -08009779 eth_platform_get_mac_address(&adapter->pdev->dev,
9780 adapter->hw.mac.perm_addr);
Martin K Petersenc762dff2014-11-15 14:24:51 +00009781
Auke Kok9a799d72007-09-15 14:07:45 -07009782 memcpy(netdev->dev_addr, hw->mac.perm_addr, netdev->addr_len);
Auke Kok9a799d72007-09-15 14:07:45 -07009783
Jiri Pirkoaaeb6cd2013-01-08 01:38:26 +00009784 if (!is_valid_ether_addr(netdev->dev_addr)) {
Emil Tantilov849c4542010-06-03 16:53:41 +00009785 e_dev_err("invalid MAC address\n");
Auke Kok9a799d72007-09-15 14:07:45 -07009786 err = -EIO;
Alexander Duyck35937c02012-02-08 07:51:37 +00009787 goto err_sw_init;
Auke Kok9a799d72007-09-15 14:07:45 -07009788 }
9789
Tushar Dave56768042016-01-07 14:17:03 -08009790 /* Set hw->mac.addr to permanent MAC address */
9791 ether_addr_copy(hw->mac.addr, hw->mac.perm_addr);
Alexander Duyckc9f53e62015-10-22 16:26:30 -07009792 ixgbe_mac_set_default_filter(adapter);
Jacob Keller5d7daa32014-03-29 06:51:25 +00009793
Alexander Duyck70864002011-04-27 09:13:56 +00009794 setup_timer(&adapter->service_timer, &ixgbe_service_timer,
Alexander Duyck581330b2012-02-08 07:51:47 +00009795 (unsigned long) adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07009796
Mark Rustad58cf6632014-03-12 00:38:40 +00009797 if (ixgbe_removed(hw->hw_addr)) {
9798 err = -EIO;
9799 goto err_sw_init;
9800 }
Alexander Duyck70864002011-04-27 09:13:56 +00009801 INIT_WORK(&adapter->service_task, ixgbe_service_task);
Mark Rustad58cf6632014-03-12 00:38:40 +00009802 set_bit(__IXGBE_SERVICE_INITED, &adapter->state);
Alexander Duyck70864002011-04-27 09:13:56 +00009803 clear_bit(__IXGBE_SERVICE_SCHED, &adapter->state);
Auke Kok9a799d72007-09-15 14:07:45 -07009804
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08009805 err = ixgbe_init_interrupt_scheme(adapter);
9806 if (err)
9807 goto err_sw_init;
Auke Kok9a799d72007-09-15 14:07:45 -07009808
Jacob Keller8e2813f2012-04-21 06:05:40 +00009809 /* WOL not supported for all devices */
Emil Tantilovc23f5b62011-08-16 07:34:18 +00009810 adapter->wol = 0;
Jacob Keller8e2813f2012-04-21 06:05:40 +00009811 hw->eeprom.ops.read(hw, 0x2c, &adapter->eeprom_cap);
Jacob Keller6b92b0b2013-04-13 05:40:37 +00009812 hw->wol_enabled = ixgbe_wol_supported(adapter, pdev->device,
Don Skidmoreb8f83632013-02-28 08:08:44 +00009813 pdev->subsystem_device);
Jacob Keller6b92b0b2013-04-13 05:40:37 +00009814 if (hw->wol_enabled)
Andy Gospodarek9417c462011-07-16 07:31:33 +00009815 adapter->wol = IXGBE_WUFC_MAG;
Emil Tantilovc23f5b62011-08-16 07:34:18 +00009816
PJ Waskiewicze8e26352009-02-27 15:45:05 +00009817 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol);
9818
Emil Tantilov15e52092011-09-29 05:01:29 +00009819 /* save off EEPROM version number */
9820 hw->eeprom.ops.read(hw, 0x2e, &adapter->eeprom_verh);
9821 hw->eeprom.ops.read(hw, 0x2d, &adapter->eeprom_verl);
9822
PJ Waskiewicz04f165e2009-04-09 22:27:57 +00009823 /* pick up the PCI bus settings for reporting later */
Jacob Kellere027d1a2013-07-31 06:53:31 +00009824 if (ixgbe_pcie_from_parent(hw))
Jacob Kellerb8e82002013-04-09 07:20:09 +00009825 ixgbe_get_parent_bus_info(adapter);
Don Skidmoref9328bc2015-06-18 13:24:06 -04009826 else
9827 hw->mac.ops.get_bus_info(hw);
PJ Waskiewicz04f165e2009-04-09 22:27:57 +00009828
Jacob Kellere027d1a2013-07-31 06:53:31 +00009829 /* calculate the expected PCIe bandwidth required for optimal
9830 * performance. Note that some older parts will never have enough
9831 * bandwidth due to being older generation PCIe parts. We clamp these
9832 * parts to ensure no warning is displayed if it can't be fixed.
9833 */
9834 switch (hw->mac.type) {
9835 case ixgbe_mac_82598EB:
9836 expected_gts = min(ixgbe_enumerate_functions(adapter) * 10, 16);
9837 break;
9838 default:
9839 expected_gts = ixgbe_enumerate_functions(adapter) * 10;
9840 break;
Auke Kok0c254d82008-02-11 09:25:56 -08009841 }
Jacob Kellercaafb952014-07-19 07:17:17 +00009842
9843 /* don't check link if we failed to enumerate functions */
9844 if (expected_gts > 0)
9845 ixgbe_check_minimum_link(adapter, expected_gts);
Auke Kok0c254d82008-02-11 09:25:56 -08009846
Mark Rustad339de302014-06-06 01:57:06 +00009847 err = ixgbe_read_pba_string_generic(hw, part_str, sizeof(part_str));
Jacob Keller6a2aae52013-10-18 05:09:24 +00009848 if (err)
Mark Rustad339de302014-06-06 01:57:06 +00009849 strlcpy(part_str, "Unknown", sizeof(part_str));
Jacob Keller6a2aae52013-10-18 05:09:24 +00009850 if (ixgbe_is_sfp(hw) && hw->phy.sfp_type != ixgbe_sfp_type_not_present)
9851 e_dev_info("MAC: %d, PHY: %d, SFP+: %d, PBA No: %s\n",
9852 hw->mac.type, hw->phy.type, hw->phy.sfp_type,
Jacob Kellere7cf7452014-04-09 06:03:10 +00009853 part_str);
Jacob Keller6a2aae52013-10-18 05:09:24 +00009854 else
9855 e_dev_info("MAC: %d, PHY: %d, PBA No: %s\n",
9856 hw->mac.type, hw->phy.type, part_str);
9857
9858 e_dev_info("%pM\n", netdev->dev_addr);
9859
Auke Kok9a799d72007-09-15 14:07:45 -07009860 /* reset the hardware with the new settings */
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +00009861 err = hw->mac.ops.start_hw(hw);
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +00009862 if (err == IXGBE_ERR_EEPROM_VERSION) {
9863 /* We are running on a pre-production device, log a warning */
Emil Tantilov849c4542010-06-03 16:53:41 +00009864 e_dev_warn("This device is a pre-production adapter/LOM. "
9865 "Please be aware there may be issues associated "
9866 "with your hardware. If you are experiencing "
9867 "problems please contact your Intel or hardware "
9868 "representative who provided you with this "
9869 "hardware.\n");
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +00009870 }
Auke Kok9a799d72007-09-15 14:07:45 -07009871 strcpy(netdev->name, "eth%d");
9872 err = register_netdev(netdev);
9873 if (err)
9874 goto err_register;
9875
Emil Tantilov0fb6a552014-12-04 03:03:38 +00009876 pci_set_drvdata(pdev, adapter);
9877
Emil Tantilovec74a472012-09-20 03:33:56 +00009878 /* power down the optics for 82599 SFP+ fiber */
9879 if (hw->mac.ops.disable_tx_laser)
Emil Tantilov93d3ce82011-10-19 07:59:55 +00009880 hw->mac.ops.disable_tx_laser(hw);
9881
Jesse Brandeburg54386462009-04-17 20:44:27 +00009882 /* carrier off reporting is important to ethtool even BEFORE open */
9883 netif_carrier_off(netdev);
9884
Jeff Garzik5dd2d332008-10-16 05:09:31 -04009885#ifdef CONFIG_IXGBE_DCA
Denis V. Lunev652f0932008-03-27 14:39:17 +03009886 if (dca_add_requester(&pdev->dev) == 0) {
Jeb Cramerbd0362d2008-03-03 15:04:02 -08009887 adapter->flags |= IXGBE_FLAG_DCA_ENABLED;
Jeb Cramerbd0362d2008-03-03 15:04:02 -08009888 ixgbe_setup_dca(adapter);
9889 }
9890#endif
Greg Rose1cdd1ec2010-01-09 02:26:46 +00009891 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
Emil Tantilov396e7992010-07-01 20:05:12 +00009892 e_info(probe, "IOV is enabled with %d VFs\n", adapter->num_vfs);
Greg Rose1cdd1ec2010-01-09 02:26:46 +00009893 for (i = 0; i < adapter->num_vfs; i++)
9894 ixgbe_vf_configuration(pdev, (i | 0x10000000));
9895 }
9896
Jacob Keller2466dd92011-09-08 03:50:54 +00009897 /* firmware requires driver version to be 0xFFFFFFFF
9898 * since os does not support feature
9899 */
Emil Tantilov9612de92011-05-07 07:40:20 +00009900 if (hw->mac.ops.set_fw_drv_ver)
Tony Nguyencb8e0512016-10-26 16:25:18 -07009901 hw->mac.ops.set_fw_drv_ver(hw, 0xFF, 0xFF, 0xFF, 0xFF,
9902 sizeof(ixgbe_driver_version) - 1,
9903 ixgbe_driver_version);
Emil Tantilov9612de92011-05-07 07:40:20 +00009904
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00009905 /* add san mac addr to netdev */
9906 ixgbe_add_sanmac_netdev(netdev);
Auke Kok9a799d72007-09-15 14:07:45 -07009907
Neerav Parikhea818752012-01-04 20:23:40 +00009908 e_dev_info("%s\n", ixgbe_default_device_descr);
Don Skidmore3ca8bc62012-04-12 00:33:31 +00009909
Don Skidmore12109822012-05-04 06:07:08 +00009910#ifdef CONFIG_IXGBE_HWMON
Don Skidmore3ca8bc62012-04-12 00:33:31 +00009911 if (ixgbe_sysfs_init(adapter))
9912 e_err(probe, "failed to allocate sysfs resources\n");
Don Skidmore12109822012-05-04 06:07:08 +00009913#endif /* CONFIG_IXGBE_HWMON */
Don Skidmore3ca8bc62012-04-12 00:33:31 +00009914
Catherine Sullivan00949162012-08-10 01:59:10 +00009915 ixgbe_dbg_adapter_init(adapter);
Catherine Sullivan00949162012-08-10 01:59:10 +00009916
Emil Tantilovd1a35ee2014-05-13 08:24:00 +00009917 /* setup link for SFP devices with MNG FW, else wait for IXGBE_UP */
9918 if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link)
Don Skidmore0b2679d2013-02-21 03:00:04 +00009919 hw->mac.ops.setup_link(hw,
9920 IXGBE_LINK_SPEED_10GB_FULL | IXGBE_LINK_SPEED_1GB_FULL,
9921 true);
9922
Auke Kok9a799d72007-09-15 14:07:45 -07009923 return 0;
9924
9925err_register:
Ayyappan Veeraiyan5eba3692008-02-01 15:59:04 -08009926 ixgbe_release_hw_control(adapter);
Alexander Duyck7a921c92009-05-06 10:43:28 +00009927 ixgbe_clear_interrupt_scheme(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07009928err_sw_init:
Alexander Duyck99d74482012-05-09 08:09:25 +00009929 ixgbe_disable_sriov(adapter);
Alexander Duyck70864002011-04-27 09:13:56 +00009930 adapter->flags2 &= ~IXGBE_FLAG2_SEARCH_FOR_SFP;
Mark Rustad2a1a0912014-01-14 18:53:15 -08009931 iounmap(adapter->io_addr);
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04009932 kfree(adapter->jump_tables[0]);
Jacob Keller5d7daa32014-03-29 06:51:25 +00009933 kfree(adapter->mac_table);
Auke Kok9a799d72007-09-15 14:07:45 -07009934err_ioremap:
Daniel Borkmannb5b2ffc2014-11-21 23:52:53 -08009935 disable_dev = !test_and_set_bit(__IXGBE_DISABLED, &adapter->state);
Auke Kok9a799d72007-09-15 14:07:45 -07009936 free_netdev(netdev);
9937err_alloc_etherdev:
Johannes Thumshirn56d766d2016-06-07 09:44:05 +02009938 pci_release_mem_regions(pdev);
Auke Kok9a799d72007-09-15 14:07:45 -07009939err_pci_reg:
9940err_dma:
Daniel Borkmannb5b2ffc2014-11-21 23:52:53 -08009941 if (!adapter || disable_dev)
Mark Rustad41c62842014-03-12 00:38:35 +00009942 pci_disable_device(pdev);
Auke Kok9a799d72007-09-15 14:07:45 -07009943 return err;
9944}
9945
9946/**
9947 * ixgbe_remove - Device Removal Routine
9948 * @pdev: PCI device information struct
9949 *
9950 * ixgbe_remove is called by the PCI subsystem to alert the driver
9951 * that it should release a PCI device. The could be caused by a
9952 * Hot-Plug event, or because the driver is going to be removed from
9953 * memory.
9954 **/
Bill Pemberton9f9a12f2012-12-03 09:24:25 -05009955static void ixgbe_remove(struct pci_dev *pdev)
Auke Kok9a799d72007-09-15 14:07:45 -07009956{
Alexander Duyckc60fbb02010-11-16 19:26:54 -08009957 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
Emil Tantilov0fb6a552014-12-04 03:03:38 +00009958 struct net_device *netdev;
Daniel Borkmannb5b2ffc2014-11-21 23:52:53 -08009959 bool disable_dev;
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -04009960 int i;
Auke Kok9a799d72007-09-15 14:07:45 -07009961
Emil Tantilov0fb6a552014-12-04 03:03:38 +00009962 /* if !adapter then we already cleaned up in probe */
9963 if (!adapter)
9964 return;
9965
9966 netdev = adapter->netdev;
Catherine Sullivan00949162012-08-10 01:59:10 +00009967 ixgbe_dbg_adapter_exit(adapter);
Catherine Sullivan00949162012-08-10 01:59:10 +00009968
Mark Rustad09f40ae2014-01-14 18:53:11 -08009969 set_bit(__IXGBE_REMOVING, &adapter->state);
Alexander Duyck70864002011-04-27 09:13:56 +00009970 cancel_work_sync(&adapter->service_task);
Auke Kok9a799d72007-09-15 14:07:45 -07009971
Jacob Keller3a6a4ed2012-05-01 05:24:58 +00009972
Jeff Garzik5dd2d332008-10-16 05:09:31 -04009973#ifdef CONFIG_IXGBE_DCA
Jeb Cramerbd0362d2008-03-03 15:04:02 -08009974 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED) {
9975 adapter->flags &= ~IXGBE_FLAG_DCA_ENABLED;
9976 dca_remove_requester(&pdev->dev);
Mark Rustad9de76052015-08-08 16:27:41 -07009977 IXGBE_WRITE_REG(&adapter->hw, IXGBE_DCA_CTRL,
9978 IXGBE_DCA_CTRL_DCA_DISABLE);
Jeb Cramerbd0362d2008-03-03 15:04:02 -08009979 }
9980
9981#endif
Don Skidmore12109822012-05-04 06:07:08 +00009982#ifdef CONFIG_IXGBE_HWMON
Don Skidmore3ca8bc62012-04-12 00:33:31 +00009983 ixgbe_sysfs_exit(adapter);
Don Skidmore12109822012-05-04 06:07:08 +00009984#endif /* CONFIG_IXGBE_HWMON */
Don Skidmore3ca8bc62012-04-12 00:33:31 +00009985
PJ Waskiewicz0365e6e2009-05-17 12:32:25 +00009986 /* remove the added san mac */
9987 ixgbe_del_sanmac_netdev(netdev);
9988
Greg Roseda36b642012-12-11 08:26:43 +00009989#ifdef CONFIG_PCI_IOV
Alex Williamson7837e282015-07-10 15:31:34 -06009990 ixgbe_disable_sriov(adapter);
Greg Roseda36b642012-12-11 08:26:43 +00009991#endif
Alex Williamson6b010e92015-07-29 14:38:21 -06009992 if (netdev->reg_state == NETREG_REGISTERED)
9993 unregister_netdev(netdev);
9994
Alexander Duyck7a921c92009-05-06 10:43:28 +00009995 ixgbe_clear_interrupt_scheme(adapter);
Ayyappan Veeraiyan5eba3692008-02-01 15:59:04 -08009996
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -08009997 ixgbe_release_hw_control(adapter);
Auke Kok9a799d72007-09-15 14:07:45 -07009998
Alexander Duyck2b1588c2012-03-17 02:39:16 +00009999#ifdef CONFIG_DCB
10000 kfree(adapter->ixgbe_ieee_pfc);
10001 kfree(adapter->ixgbe_ieee_ets);
10002
10003#endif
Mark Rustad2a1a0912014-01-14 18:53:15 -080010004 iounmap(adapter->io_addr);
Johannes Thumshirn56d766d2016-06-07 09:44:05 +020010005 pci_release_mem_regions(pdev);
Auke Kok9a799d72007-09-15 14:07:45 -070010006
Emil Tantilov849c4542010-06-03 16:53:41 +000010007 e_dev_info("complete\n");
Ayyappan Veeraiyan021230d2008-03-03 15:03:45 -080010008
Amritha Nambiar1cdaaf52016-04-14 19:08:53 -040010009 for (i = 0; i < IXGBE_MAX_LINK_HANDLE; i++) {
10010 if (adapter->jump_tables[i]) {
10011 kfree(adapter->jump_tables[i]->input);
10012 kfree(adapter->jump_tables[i]->mask);
10013 }
10014 kfree(adapter->jump_tables[i]);
10015 }
10016
Jacob Keller5d7daa32014-03-29 06:51:25 +000010017 kfree(adapter->mac_table);
Daniel Borkmannb5b2ffc2014-11-21 23:52:53 -080010018 disable_dev = !test_and_set_bit(__IXGBE_DISABLED, &adapter->state);
Auke Kok9a799d72007-09-15 14:07:45 -070010019 free_netdev(netdev);
10020
Frans Pop19d5afd2009-10-02 10:04:12 -070010021 pci_disable_pcie_error_reporting(pdev);
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010022
Daniel Borkmannb5b2ffc2014-11-21 23:52:53 -080010023 if (disable_dev)
Mark Rustad41c62842014-03-12 00:38:35 +000010024 pci_disable_device(pdev);
Auke Kok9a799d72007-09-15 14:07:45 -070010025}
10026
10027/**
10028 * ixgbe_io_error_detected - called when PCI error is detected
10029 * @pdev: Pointer to PCI device
10030 * @state: The current pci connection state
10031 *
10032 * This function is called after a PCI bus error affecting
10033 * this device has been detected.
10034 */
10035static pci_ers_result_t ixgbe_io_error_detected(struct pci_dev *pdev,
Joe Perchese8e9f692010-09-07 21:34:53 +000010036 pci_channel_state_t state)
Auke Kok9a799d72007-09-15 14:07:45 -070010037{
Alexander Duyckc60fbb02010-11-16 19:26:54 -080010038 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
10039 struct net_device *netdev = adapter->netdev;
Auke Kok9a799d72007-09-15 14:07:45 -070010040
Greg Rose83c61fa2011-09-07 05:59:35 +000010041#ifdef CONFIG_PCI_IOV
Mark Rustad14438462014-02-28 15:48:57 -080010042 struct ixgbe_hw *hw = &adapter->hw;
Greg Rose83c61fa2011-09-07 05:59:35 +000010043 struct pci_dev *bdev, *vfdev;
10044 u32 dw0, dw1, dw2, dw3;
10045 int vf, pos;
10046 u16 req_id, pf_func;
10047
10048 if (adapter->hw.mac.type == ixgbe_mac_82598EB ||
10049 adapter->num_vfs == 0)
10050 goto skip_bad_vf_detection;
10051
10052 bdev = pdev->bus->self;
Yijing Wang62f87c02012-07-24 17:20:03 +080010053 while (bdev && (pci_pcie_type(bdev) != PCI_EXP_TYPE_ROOT_PORT))
Greg Rose83c61fa2011-09-07 05:59:35 +000010054 bdev = bdev->bus->self;
10055
10056 if (!bdev)
10057 goto skip_bad_vf_detection;
10058
10059 pos = pci_find_ext_capability(bdev, PCI_EXT_CAP_ID_ERR);
10060 if (!pos)
10061 goto skip_bad_vf_detection;
10062
Mark Rustad14438462014-02-28 15:48:57 -080010063 dw0 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG);
10064 dw1 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 4);
10065 dw2 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 8);
10066 dw3 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 12);
10067 if (ixgbe_removed(hw->hw_addr))
10068 goto skip_bad_vf_detection;
Greg Rose83c61fa2011-09-07 05:59:35 +000010069
10070 req_id = dw1 >> 16;
10071 /* On the 82599 if bit 7 of the requestor ID is set then it's a VF */
10072 if (!(req_id & 0x0080))
10073 goto skip_bad_vf_detection;
10074
10075 pf_func = req_id & 0x01;
10076 if ((pf_func & 1) == (pdev->devfn & 1)) {
10077 unsigned int device_id;
10078
10079 vf = (req_id & 0x7F) >> 1;
10080 e_dev_err("VF %d has caused a PCIe error\n", vf);
10081 e_dev_err("TLP: dw0: %8.8x\tdw1: %8.8x\tdw2: "
10082 "%8.8x\tdw3: %8.8x\n",
10083 dw0, dw1, dw2, dw3);
10084 switch (adapter->hw.mac.type) {
10085 case ixgbe_mac_82599EB:
10086 device_id = IXGBE_82599_VF_DEVICE_ID;
10087 break;
10088 case ixgbe_mac_X540:
10089 device_id = IXGBE_X540_VF_DEVICE_ID;
10090 break;
Don Skidmore9a75a1a2014-11-07 03:53:35 +000010091 case ixgbe_mac_X550:
10092 device_id = IXGBE_DEV_ID_X550_VF;
10093 break;
10094 case ixgbe_mac_X550EM_x:
10095 device_id = IXGBE_DEV_ID_X550EM_X_VF;
10096 break;
Mark Rustad49425df2016-04-01 12:18:09 -070010097 case ixgbe_mac_x550em_a:
10098 device_id = IXGBE_DEV_ID_X550EM_A_VF;
10099 break;
Greg Rose83c61fa2011-09-07 05:59:35 +000010100 default:
10101 device_id = 0;
10102 break;
10103 }
10104
10105 /* Find the pci device of the offending VF */
Jon Mason36e90312012-07-19 21:02:09 +000010106 vfdev = pci_get_device(PCI_VENDOR_ID_INTEL, device_id, NULL);
Greg Rose83c61fa2011-09-07 05:59:35 +000010107 while (vfdev) {
10108 if (vfdev->devfn == (req_id & 0xFF))
10109 break;
Jon Mason36e90312012-07-19 21:02:09 +000010110 vfdev = pci_get_device(PCI_VENDOR_ID_INTEL,
Greg Rose83c61fa2011-09-07 05:59:35 +000010111 device_id, vfdev);
10112 }
10113 /*
10114 * There's a slim chance the VF could have been hot plugged,
10115 * so if it is no longer present we don't need to issue the
10116 * VFLR. Just clean up the AER in that case.
10117 */
10118 if (vfdev) {
Emil Tantilov9079e412014-11-19 03:18:19 +000010119 ixgbe_issue_vf_flr(adapter, vfdev);
Greg Roseb4fafbe2012-12-13 01:14:06 +000010120 /* Free device reference count */
10121 pci_dev_put(vfdev);
Greg Rose83c61fa2011-09-07 05:59:35 +000010122 }
10123
10124 pci_cleanup_aer_uncorrect_error_status(pdev);
10125 }
10126
10127 /*
10128 * Even though the error may have occurred on the other port
10129 * we still need to increment the vf error reference count for
10130 * both ports because the I/O resume function will be called
10131 * for both of them.
10132 */
10133 adapter->vferr_refcount++;
10134
10135 return PCI_ERS_RESULT_RECOVERED;
10136
10137skip_bad_vf_detection:
10138#endif /* CONFIG_PCI_IOV */
Mark Rustad58cf6632014-03-12 00:38:40 +000010139 if (!test_bit(__IXGBE_SERVICE_INITED, &adapter->state))
10140 return PCI_ERS_RESULT_DISCONNECT;
10141
Mark Rustad41c62842014-03-12 00:38:35 +000010142 rtnl_lock();
Auke Kok9a799d72007-09-15 14:07:45 -070010143 netif_device_detach(netdev);
10144
Mark Rustad41c62842014-03-12 00:38:35 +000010145 if (state == pci_channel_io_perm_failure) {
10146 rtnl_unlock();
Breno Leitao3044b8d2009-05-06 10:44:26 +000010147 return PCI_ERS_RESULT_DISCONNECT;
Mark Rustad41c62842014-03-12 00:38:35 +000010148 }
Breno Leitao3044b8d2009-05-06 10:44:26 +000010149
Auke Kok9a799d72007-09-15 14:07:45 -070010150 if (netif_running(netdev))
Emil Tantilov126db132016-11-16 09:48:02 -080010151 ixgbe_close_suspend(adapter);
Mark Rustad41c62842014-03-12 00:38:35 +000010152
10153 if (!test_and_set_bit(__IXGBE_DISABLED, &adapter->state))
10154 pci_disable_device(pdev);
10155 rtnl_unlock();
Auke Kok9a799d72007-09-15 14:07:45 -070010156
Peter P Waskiewiczb4617242008-09-11 20:04:46 -070010157 /* Request a slot reset. */
Auke Kok9a799d72007-09-15 14:07:45 -070010158 return PCI_ERS_RESULT_NEED_RESET;
10159}
10160
10161/**
10162 * ixgbe_io_slot_reset - called after the pci bus has been reset.
10163 * @pdev: Pointer to PCI device
10164 *
10165 * Restart the card from scratch, as if from a cold-boot.
10166 */
10167static pci_ers_result_t ixgbe_io_slot_reset(struct pci_dev *pdev)
10168{
Alexander Duyckc60fbb02010-11-16 19:26:54 -080010169 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010170 pci_ers_result_t result;
10171 int err;
Auke Kok9a799d72007-09-15 14:07:45 -070010172
gouji-new9ce77662009-05-06 10:44:45 +000010173 if (pci_enable_device_mem(pdev)) {
Emil Tantilov396e7992010-07-01 20:05:12 +000010174 e_err(probe, "Cannot re-enable PCI device after reset.\n");
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010175 result = PCI_ERS_RESULT_DISCONNECT;
10176 } else {
Peter Zijlstra4e857c52014-03-17 18:06:10 +010010177 smp_mb__before_atomic();
Mark Rustad41c62842014-03-12 00:38:35 +000010178 clear_bit(__IXGBE_DISABLED, &adapter->state);
Mark Rustad0391bbe2014-02-28 15:48:55 -080010179 adapter->hw.hw_addr = adapter->io_addr;
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010180 pci_set_master(pdev);
10181 pci_restore_state(pdev);
Breno Leitaoc0e1f682009-11-10 08:37:47 +000010182 pci_save_state(pdev);
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010183
Don Skidmoredd4d8ca2009-04-29 00:22:31 -070010184 pci_wake_from_d3(pdev, false);
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010185
10186 ixgbe_reset(adapter);
PJ Waskiewicz88512532009-03-13 22:15:10 +000010187 IXGBE_WRITE_REG(&adapter->hw, IXGBE_WUS, ~0);
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010188 result = PCI_ERS_RESULT_RECOVERED;
Auke Kok9a799d72007-09-15 14:07:45 -070010189 }
Auke Kok9a799d72007-09-15 14:07:45 -070010190
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010191 err = pci_cleanup_aer_uncorrect_error_status(pdev);
10192 if (err) {
Emil Tantilov849c4542010-06-03 16:53:41 +000010193 e_dev_err("pci_cleanup_aer_uncorrect_error_status "
10194 "failed 0x%0x\n", err);
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010195 /* non-fatal, continue */
10196 }
Auke Kok9a799d72007-09-15 14:07:45 -070010197
Peter P Waskiewicz Jr6fabd712008-12-10 01:13:08 -080010198 return result;
Auke Kok9a799d72007-09-15 14:07:45 -070010199}
10200
10201/**
10202 * ixgbe_io_resume - called when traffic can start flowing again.
10203 * @pdev: Pointer to PCI device
10204 *
10205 * This callback is called when the error recovery driver tells us that
10206 * its OK to resume normal operation.
10207 */
10208static void ixgbe_io_resume(struct pci_dev *pdev)
10209{
Alexander Duyckc60fbb02010-11-16 19:26:54 -080010210 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
10211 struct net_device *netdev = adapter->netdev;
Auke Kok9a799d72007-09-15 14:07:45 -070010212
Greg Rose83c61fa2011-09-07 05:59:35 +000010213#ifdef CONFIG_PCI_IOV
10214 if (adapter->vferr_refcount) {
10215 e_info(drv, "Resuming after VF err\n");
10216 adapter->vferr_refcount--;
10217 return;
10218 }
10219
10220#endif
Emil Tantilov126db132016-11-16 09:48:02 -080010221 rtnl_lock();
Alexander Duyckc7ccde02011-07-21 00:40:40 +000010222 if (netif_running(netdev))
Emil Tantilov126db132016-11-16 09:48:02 -080010223 ixgbe_open(netdev);
Auke Kok9a799d72007-09-15 14:07:45 -070010224
10225 netif_device_attach(netdev);
Emil Tantilov126db132016-11-16 09:48:02 -080010226 rtnl_unlock();
Auke Kok9a799d72007-09-15 14:07:45 -070010227}
10228
Stephen Hemminger3646f0e2012-09-07 09:33:15 -070010229static const struct pci_error_handlers ixgbe_err_handler = {
Auke Kok9a799d72007-09-15 14:07:45 -070010230 .error_detected = ixgbe_io_error_detected,
10231 .slot_reset = ixgbe_io_slot_reset,
10232 .resume = ixgbe_io_resume,
10233};
10234
10235static struct pci_driver ixgbe_driver = {
10236 .name = ixgbe_driver_name,
10237 .id_table = ixgbe_pci_tbl,
10238 .probe = ixgbe_probe,
Bill Pemberton9f9a12f2012-12-03 09:24:25 -050010239 .remove = ixgbe_remove,
Auke Kok9a799d72007-09-15 14:07:45 -070010240#ifdef CONFIG_PM
10241 .suspend = ixgbe_suspend,
10242 .resume = ixgbe_resume,
10243#endif
10244 .shutdown = ixgbe_shutdown,
Greg Roseda36b642012-12-11 08:26:43 +000010245 .sriov_configure = ixgbe_pci_sriov_configure,
Auke Kok9a799d72007-09-15 14:07:45 -070010246 .err_handler = &ixgbe_err_handler
10247};
10248
10249/**
10250 * ixgbe_init_module - Driver Registration Routine
10251 *
10252 * ixgbe_init_module is the first routine called when the driver is
10253 * loaded. All it does is register with the PCI subsystem.
10254 **/
10255static int __init ixgbe_init_module(void)
10256{
10257 int ret;
Joe Perchesc7689572010-09-07 21:35:17 +000010258 pr_info("%s - version %s\n", ixgbe_driver_string, ixgbe_driver_version);
Emil Tantilov849c4542010-06-03 16:53:41 +000010259 pr_info("%s\n", ixgbe_copyright);
Auke Kok9a799d72007-09-15 14:07:45 -070010260
Mark Rustad780484d2015-10-21 17:21:10 -070010261 ixgbe_wq = create_singlethread_workqueue(ixgbe_driver_name);
10262 if (!ixgbe_wq) {
10263 pr_err("%s: Failed to create workqueue\n", ixgbe_driver_name);
10264 return -ENOMEM;
10265 }
10266
Catherine Sullivan00949162012-08-10 01:59:10 +000010267 ixgbe_dbg_init();
Catherine Sullivan00949162012-08-10 01:59:10 +000010268
Jakub Kicinskif01fc1a2013-04-03 16:50:54 +000010269 ret = pci_register_driver(&ixgbe_driver);
10270 if (ret) {
Wei Yongjun6b836872016-07-12 15:17:02 +000010271 destroy_workqueue(ixgbe_wq);
Jakub Kicinskif01fc1a2013-04-03 16:50:54 +000010272 ixgbe_dbg_exit();
Jakub Kicinskif01fc1a2013-04-03 16:50:54 +000010273 return ret;
10274 }
10275
Jeff Garzik5dd2d332008-10-16 05:09:31 -040010276#ifdef CONFIG_IXGBE_DCA
Jeb Cramerbd0362d2008-03-03 15:04:02 -080010277 dca_register_notify(&dca_notifier);
Jeb Cramerbd0362d2008-03-03 15:04:02 -080010278#endif
Jeff Garzik5dd2d332008-10-16 05:09:31 -040010279
Jakub Kicinskif01fc1a2013-04-03 16:50:54 +000010280 return 0;
Auke Kok9a799d72007-09-15 14:07:45 -070010281}
Peter P Waskiewiczb4617242008-09-11 20:04:46 -070010282
Auke Kok9a799d72007-09-15 14:07:45 -070010283module_init(ixgbe_init_module);
10284
10285/**
10286 * ixgbe_exit_module - Driver Exit Cleanup Routine
10287 *
10288 * ixgbe_exit_module is called just before the driver is removed
10289 * from memory.
10290 **/
10291static void __exit ixgbe_exit_module(void)
10292{
Jeff Garzik5dd2d332008-10-16 05:09:31 -040010293#ifdef CONFIG_IXGBE_DCA
Jeb Cramerbd0362d2008-03-03 15:04:02 -080010294 dca_unregister_notify(&dca_notifier);
10295#endif
Auke Kok9a799d72007-09-15 14:07:45 -070010296 pci_unregister_driver(&ixgbe_driver);
Catherine Sullivan00949162012-08-10 01:59:10 +000010297
Catherine Sullivan00949162012-08-10 01:59:10 +000010298 ixgbe_dbg_exit();
Mark Rustad780484d2015-10-21 17:21:10 -070010299 if (ixgbe_wq) {
10300 destroy_workqueue(ixgbe_wq);
10301 ixgbe_wq = NULL;
10302 }
Auke Kok9a799d72007-09-15 14:07:45 -070010303}
Jeb Cramerbd0362d2008-03-03 15:04:02 -080010304
Jeff Garzik5dd2d332008-10-16 05:09:31 -040010305#ifdef CONFIG_IXGBE_DCA
Jeb Cramerbd0362d2008-03-03 15:04:02 -080010306static int ixgbe_notify_dca(struct notifier_block *nb, unsigned long event,
Joe Perchese8e9f692010-09-07 21:34:53 +000010307 void *p)
Jeb Cramerbd0362d2008-03-03 15:04:02 -080010308{
10309 int ret_val;
10310
10311 ret_val = driver_for_each_device(&ixgbe_driver.driver, NULL, &event,
Joe Perchese8e9f692010-09-07 21:34:53 +000010312 __ixgbe_notify_dca);
Jeb Cramerbd0362d2008-03-03 15:04:02 -080010313
10314 return ret_val ? NOTIFY_BAD : NOTIFY_DONE;
10315}
Jeb Cramerbd0362d2008-03-03 15:04:02 -080010316
Alexander Duyckb4533682009-03-31 21:32:42 +000010317#endif /* CONFIG_IXGBE_DCA */
Emil Tantilov849c4542010-06-03 16:53:41 +000010318
Auke Kok9a799d72007-09-15 14:07:45 -070010319module_exit(ixgbe_exit_module);
10320
10321/* ixgbe_main.c */