blob: 880602f95f0c77f7bceb3deb72fce17d3dc6f5f8 [file] [log] [blame]
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001/*******************************************************************************
2 *
3 * Intel Ethernet Controller XL710 Family Linux Driver
Jesse Brandeburg2818ccd2016-01-13 16:51:38 -08004 * Copyright(c) 2013 - 2016 Intel Corporation.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005 *
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 *
Greg Rosedc641b72013-12-18 13:45:51 +000015 * You should have received a copy of the GNU General Public License along
16 * with this program. If not, see <http://www.gnu.org/licenses/>.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000017 *
18 * The full GNU General Public License is included in this distribution in
19 * the file called "COPYING".
20 *
21 * Contact Information:
22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
23 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
24 *
25 ******************************************************************************/
26
Sowmini Varadhanb499ffb2015-12-07 15:06:34 -050027#include <linux/etherdevice.h>
28#include <linux/of_net.h>
29#include <linux/pci.h>
30
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000031/* Local includes */
32#include "i40e.h"
Shannon Nelson4eb3f762014-03-06 08:59:58 +000033#include "i40e_diag.h"
Alexander Duyck06a5f7f2016-06-16 12:22:06 -070034#include <net/udp_tunnel.h>
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000035
36const char i40e_driver_name[] = "i40e";
37static const char i40e_driver_string[] =
38 "Intel(R) Ethernet Connection XL710 Network Driver";
39
40#define DRV_KERN "-k"
41
Catherine Sullivane8e724d2014-07-10 07:58:26 +000042#define DRV_VERSION_MAJOR 1
Catherine Sullivan50f26a52016-03-10 14:59:51 -080043#define DRV_VERSION_MINOR 5
Bimmy Pujaric74dff12016-05-03 15:13:20 -070044#define DRV_VERSION_BUILD 16
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000045#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
46 __stringify(DRV_VERSION_MINOR) "." \
47 __stringify(DRV_VERSION_BUILD) DRV_KERN
48const char i40e_driver_version_str[] = DRV_VERSION;
Jesse Brandeburg8fb905b2014-01-17 15:36:33 -080049static const char i40e_copyright[] = "Copyright (c) 2013 - 2014 Intel Corporation.";
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000050
51/* a bit of forward declarations */
52static void i40e_vsi_reinit_locked(struct i40e_vsi *vsi);
53static void i40e_handle_reset_warning(struct i40e_pf *pf);
54static int i40e_add_vsi(struct i40e_vsi *vsi);
55static int i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi);
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +000056static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000057static int i40e_setup_misc_vector(struct i40e_pf *pf);
58static void i40e_determine_queue_usage(struct i40e_pf *pf);
59static int i40e_setup_pf_filter_control(struct i40e_pf *pf);
Helin Zhange69ff812015-10-21 19:56:22 -040060static void i40e_fill_rss_lut(struct i40e_pf *pf, u8 *lut,
61 u16 rss_table_size, u16 rss_size);
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080062static void i40e_fdir_sb_setup(struct i40e_pf *pf);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -080063static int i40e_veb_get_bw_info(struct i40e_veb *veb);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000064
65/* i40e_pci_tbl - PCI Device ID Table
66 *
67 * Last entry must be all 0s
68 *
69 * { Vendor ID, Device ID, SubVendor ID, SubDevice ID,
70 * Class, Class Mask, private data (not used) }
71 */
Benoit Taine9baa3c32014-08-08 15:56:03 +020072static const struct pci_device_id i40e_pci_tbl[] = {
Shannon Nelsonab600852014-01-17 15:36:39 -080073 {PCI_VDEVICE(INTEL, I40E_DEV_ID_SFP_XL710), 0},
Shannon Nelsonab600852014-01-17 15:36:39 -080074 {PCI_VDEVICE(INTEL, I40E_DEV_ID_QEMU), 0},
Shannon Nelsonab600852014-01-17 15:36:39 -080075 {PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_B), 0},
76 {PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_C), 0},
Shannon Nelsonab600852014-01-17 15:36:39 -080077 {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_A), 0},
78 {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_B), 0},
79 {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_C), 0},
Mitch Williams5960d332014-09-13 07:40:47 +000080 {PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T), 0},
Shannon Nelsonbc5166b92015-08-26 15:14:10 -040081 {PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T4), 0},
Jesse Brandeburgae24b402015-03-27 00:12:09 -070082 {PCI_VDEVICE(INTEL, I40E_DEV_ID_20G_KR2), 0},
Anjali Singhai Jain35dae512015-12-22 14:25:03 -080083 {PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_X722), 0},
84 {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_X722), 0},
Anjali Singhai Jain87e6c1d2015-06-05 12:20:25 -040085 {PCI_VDEVICE(INTEL, I40E_DEV_ID_SFP_X722), 0},
86 {PCI_VDEVICE(INTEL, I40E_DEV_ID_1G_BASE_T_X722), 0},
87 {PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T_X722), 0},
Catherine Sullivand6bf58c2016-03-18 12:18:08 -070088 {PCI_VDEVICE(INTEL, I40E_DEV_ID_SFP_I_X722), 0},
Catherine Sullivana3aa5032016-04-13 03:08:31 -070089 {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_I_X722), 0},
Shannon Nelson48a3b512015-07-23 16:54:39 -040090 {PCI_VDEVICE(INTEL, I40E_DEV_ID_20G_KR2), 0},
91 {PCI_VDEVICE(INTEL, I40E_DEV_ID_20G_KR2_A), 0},
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000092 /* required last entry */
93 {0, }
94};
95MODULE_DEVICE_TABLE(pci, i40e_pci_tbl);
96
97#define I40E_MAX_VF_COUNT 128
98static int debug = -1;
99module_param(debug, int, 0);
100MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
101
102MODULE_AUTHOR("Intel Corporation, <e1000-devel@lists.sourceforge.net>");
103MODULE_DESCRIPTION("Intel(R) Ethernet Connection XL710 Network Driver");
104MODULE_LICENSE("GPL");
105MODULE_VERSION(DRV_VERSION);
106
Jesse Brandeburg2803b162015-12-22 14:25:08 -0800107static struct workqueue_struct *i40e_wq;
108
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000109/**
110 * i40e_allocate_dma_mem_d - OS specific memory alloc for shared code
111 * @hw: pointer to the HW structure
112 * @mem: ptr to mem struct to fill out
113 * @size: size of memory requested
114 * @alignment: what to align the allocation to
115 **/
116int i40e_allocate_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem,
117 u64 size, u32 alignment)
118{
119 struct i40e_pf *pf = (struct i40e_pf *)hw->back;
120
121 mem->size = ALIGN(size, alignment);
122 mem->va = dma_zalloc_coherent(&pf->pdev->dev, mem->size,
123 &mem->pa, GFP_KERNEL);
Jesse Brandeburg93bc73b2013-09-13 08:23:18 +0000124 if (!mem->va)
125 return -ENOMEM;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000126
Jesse Brandeburg93bc73b2013-09-13 08:23:18 +0000127 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000128}
129
130/**
131 * i40e_free_dma_mem_d - OS specific memory free for shared code
132 * @hw: pointer to the HW structure
133 * @mem: ptr to mem struct to free
134 **/
135int i40e_free_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem)
136{
137 struct i40e_pf *pf = (struct i40e_pf *)hw->back;
138
139 dma_free_coherent(&pf->pdev->dev, mem->size, mem->va, mem->pa);
140 mem->va = NULL;
141 mem->pa = 0;
142 mem->size = 0;
143
144 return 0;
145}
146
147/**
148 * i40e_allocate_virt_mem_d - OS specific memory alloc for shared code
149 * @hw: pointer to the HW structure
150 * @mem: ptr to mem struct to fill out
151 * @size: size of memory requested
152 **/
153int i40e_allocate_virt_mem_d(struct i40e_hw *hw, struct i40e_virt_mem *mem,
154 u32 size)
155{
156 mem->size = size;
157 mem->va = kzalloc(size, GFP_KERNEL);
158
Jesse Brandeburg93bc73b2013-09-13 08:23:18 +0000159 if (!mem->va)
160 return -ENOMEM;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000161
Jesse Brandeburg93bc73b2013-09-13 08:23:18 +0000162 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000163}
164
165/**
166 * i40e_free_virt_mem_d - OS specific memory free for shared code
167 * @hw: pointer to the HW structure
168 * @mem: ptr to mem struct to free
169 **/
170int i40e_free_virt_mem_d(struct i40e_hw *hw, struct i40e_virt_mem *mem)
171{
172 /* it's ok to kfree a NULL pointer */
173 kfree(mem->va);
174 mem->va = NULL;
175 mem->size = 0;
176
177 return 0;
178}
179
180/**
181 * i40e_get_lump - find a lump of free generic resource
182 * @pf: board private structure
183 * @pile: the pile of resource to search
184 * @needed: the number of items needed
185 * @id: an owner id to stick on the items assigned
186 *
187 * Returns the base item index of the lump, or negative for error
188 *
189 * The search_hint trick and lack of advanced fit-finding only work
190 * because we're highly likely to have all the same size lump requests.
191 * Linear search time and any fragmentation should be minimal.
192 **/
193static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile,
194 u16 needed, u16 id)
195{
196 int ret = -ENOMEM;
Jesse Brandeburgddf434a2013-09-13 08:23:19 +0000197 int i, j;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000198
199 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) {
200 dev_info(&pf->pdev->dev,
201 "param err: pile=%p needed=%d id=0x%04x\n",
202 pile, needed, id);
203 return -EINVAL;
204 }
205
206 /* start the linear search with an imperfect hint */
207 i = pile->search_hint;
Jesse Brandeburgddf434a2013-09-13 08:23:19 +0000208 while (i < pile->num_entries) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000209 /* skip already allocated entries */
210 if (pile->list[i] & I40E_PILE_VALID_BIT) {
211 i++;
212 continue;
213 }
214
215 /* do we have enough in this lump? */
216 for (j = 0; (j < needed) && ((i+j) < pile->num_entries); j++) {
217 if (pile->list[i+j] & I40E_PILE_VALID_BIT)
218 break;
219 }
220
221 if (j == needed) {
222 /* there was enough, so assign it to the requestor */
223 for (j = 0; j < needed; j++)
224 pile->list[i+j] = id | I40E_PILE_VALID_BIT;
225 ret = i;
226 pile->search_hint = i + j;
Jesse Brandeburgddf434a2013-09-13 08:23:19 +0000227 break;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000228 }
Jesse Brandeburg6995b362015-08-28 17:55:54 -0400229
230 /* not enough, so skip over it and continue looking */
231 i += j;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000232 }
233
234 return ret;
235}
236
237/**
238 * i40e_put_lump - return a lump of generic resource
239 * @pile: the pile of resource to search
240 * @index: the base item index
241 * @id: the owner id of the items assigned
242 *
243 * Returns the count of items in the lump
244 **/
245static int i40e_put_lump(struct i40e_lump_tracking *pile, u16 index, u16 id)
246{
247 int valid_id = (id | I40E_PILE_VALID_BIT);
248 int count = 0;
249 int i;
250
251 if (!pile || index >= pile->num_entries)
252 return -EINVAL;
253
254 for (i = index;
255 i < pile->num_entries && pile->list[i] == valid_id;
256 i++) {
257 pile->list[i] = 0;
258 count++;
259 }
260
261 if (count && index < pile->search_hint)
262 pile->search_hint = index;
263
264 return count;
265}
266
267/**
Anjali Singhai Jainfdf0e0b2015-03-31 00:45:05 -0700268 * i40e_find_vsi_from_id - searches for the vsi with the given id
269 * @pf - the pf structure to search for the vsi
270 * @id - id of the vsi it is searching for
271 **/
272struct i40e_vsi *i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id)
273{
274 int i;
275
276 for (i = 0; i < pf->num_alloc_vsi; i++)
277 if (pf->vsi[i] && (pf->vsi[i]->id == id))
278 return pf->vsi[i];
279
280 return NULL;
281}
282
283/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000284 * i40e_service_event_schedule - Schedule the service task to wake up
285 * @pf: board private structure
286 *
287 * If not already scheduled, this puts the task into the work queue
288 **/
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -0600289void i40e_service_event_schedule(struct i40e_pf *pf)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000290{
291 if (!test_bit(__I40E_DOWN, &pf->state) &&
292 !test_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state) &&
293 !test_and_set_bit(__I40E_SERVICE_SCHED, &pf->state))
Jesse Brandeburg2803b162015-12-22 14:25:08 -0800294 queue_work(i40e_wq, &pf->service_task);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000295}
296
297/**
298 * i40e_tx_timeout - Respond to a Tx Hang
299 * @netdev: network interface device structure
300 *
301 * If any port has noticed a Tx timeout, it is likely that the whole
302 * device is munged, not just the one netdev port, so go for the full
303 * reset.
304 **/
Vasu Dev38e00432014-08-01 13:27:03 -0700305#ifdef I40E_FCOE
306void i40e_tx_timeout(struct net_device *netdev)
307#else
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000308static void i40e_tx_timeout(struct net_device *netdev)
Vasu Dev38e00432014-08-01 13:27:03 -0700309#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000310{
311 struct i40e_netdev_priv *np = netdev_priv(netdev);
312 struct i40e_vsi *vsi = np->vsi;
313 struct i40e_pf *pf = vsi->back;
Kiran Patilb03a8c12015-09-24 18:13:15 -0400314 struct i40e_ring *tx_ring = NULL;
315 unsigned int i, hung_queue = 0;
316 u32 head, val;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000317
318 pf->tx_timeout_count++;
319
Kiran Patilb03a8c12015-09-24 18:13:15 -0400320 /* find the stopped queue the same way the stack does */
321 for (i = 0; i < netdev->num_tx_queues; i++) {
322 struct netdev_queue *q;
323 unsigned long trans_start;
324
325 q = netdev_get_tx_queue(netdev, i);
Florian Westphal9b366272016-05-03 16:33:14 +0200326 trans_start = q->trans_start;
Kiran Patilb03a8c12015-09-24 18:13:15 -0400327 if (netif_xmit_stopped(q) &&
328 time_after(jiffies,
329 (trans_start + netdev->watchdog_timeo))) {
330 hung_queue = i;
331 break;
332 }
333 }
334
335 if (i == netdev->num_tx_queues) {
336 netdev_info(netdev, "tx_timeout: no netdev hung queue found\n");
337 } else {
338 /* now that we have an index, find the tx_ring struct */
339 for (i = 0; i < vsi->num_queue_pairs; i++) {
340 if (vsi->tx_rings[i] && vsi->tx_rings[i]->desc) {
341 if (hung_queue ==
342 vsi->tx_rings[i]->queue_index) {
343 tx_ring = vsi->tx_rings[i];
344 break;
345 }
346 }
347 }
348 }
349
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000350 if (time_after(jiffies, (pf->tx_timeout_last_recovery + HZ*20)))
Kiran Patilb03a8c12015-09-24 18:13:15 -0400351 pf->tx_timeout_recovery_level = 1; /* reset after some time */
352 else if (time_before(jiffies,
353 (pf->tx_timeout_last_recovery + netdev->watchdog_timeo)))
354 return; /* don't do any new action before the next timeout */
355
356 if (tx_ring) {
357 head = i40e_get_head(tx_ring);
358 /* Read interrupt register */
359 if (pf->flags & I40E_FLAG_MSIX_ENABLED)
360 val = rd32(&pf->hw,
361 I40E_PFINT_DYN_CTLN(tx_ring->q_vector->v_idx +
362 tx_ring->vsi->base_vector - 1));
363 else
364 val = rd32(&pf->hw, I40E_PFINT_DYN_CTL0);
365
366 netdev_info(netdev, "tx_timeout: VSI_seid: %d, Q %d, NTC: 0x%x, HWB: 0x%x, NTU: 0x%x, TAIL: 0x%x, INT: 0x%x\n",
367 vsi->seid, hung_queue, tx_ring->next_to_clean,
368 head, tx_ring->next_to_use,
369 readl(tx_ring->tail), val);
370 }
371
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000372 pf->tx_timeout_last_recovery = jiffies;
Kiran Patilb03a8c12015-09-24 18:13:15 -0400373 netdev_info(netdev, "tx_timeout recovery level %d, hung_queue %d\n",
374 pf->tx_timeout_recovery_level, hung_queue);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000375
376 switch (pf->tx_timeout_recovery_level) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000377 case 1:
378 set_bit(__I40E_PF_RESET_REQUESTED, &pf->state);
379 break;
380 case 2:
381 set_bit(__I40E_CORE_RESET_REQUESTED, &pf->state);
382 break;
383 case 3:
384 set_bit(__I40E_GLOBAL_RESET_REQUESTED, &pf->state);
385 break;
386 default:
387 netdev_err(netdev, "tx_timeout recovery unsuccessful\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000388 break;
389 }
Kiran Patilb03a8c12015-09-24 18:13:15 -0400390
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000391 i40e_service_event_schedule(pf);
392 pf->tx_timeout_recovery_level++;
393}
394
395/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000396 * i40e_get_vsi_stats_struct - Get System Network Statistics
397 * @vsi: the VSI we care about
398 *
399 * Returns the address of the device statistics structure.
400 * The statistics are actually updated from the service task.
401 **/
402struct rtnl_link_stats64 *i40e_get_vsi_stats_struct(struct i40e_vsi *vsi)
403{
404 return &vsi->net_stats;
405}
406
407/**
408 * i40e_get_netdev_stats_struct - Get statistics for netdev interface
409 * @netdev: network interface device structure
410 *
411 * Returns the address of the device statistics structure.
412 * The statistics are actually updated from the service task.
413 **/
Vasu Dev38e00432014-08-01 13:27:03 -0700414#ifdef I40E_FCOE
415struct rtnl_link_stats64 *i40e_get_netdev_stats_struct(
416 struct net_device *netdev,
417 struct rtnl_link_stats64 *stats)
418#else
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000419static struct rtnl_link_stats64 *i40e_get_netdev_stats_struct(
420 struct net_device *netdev,
Alexander Duyck980e9b12013-09-28 06:01:03 +0000421 struct rtnl_link_stats64 *stats)
Vasu Dev38e00432014-08-01 13:27:03 -0700422#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000423{
424 struct i40e_netdev_priv *np = netdev_priv(netdev);
Akeem G Abodunrine7046ee2014-04-09 05:58:58 +0000425 struct i40e_ring *tx_ring, *rx_ring;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000426 struct i40e_vsi *vsi = np->vsi;
Alexander Duyck980e9b12013-09-28 06:01:03 +0000427 struct rtnl_link_stats64 *vsi_stats = i40e_get_vsi_stats_struct(vsi);
428 int i;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000429
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +0000430 if (test_bit(__I40E_DOWN, &vsi->state))
431 return stats;
432
Jesse Brandeburg3c325ce2013-12-14 03:26:45 -0800433 if (!vsi->tx_rings)
434 return stats;
435
Alexander Duyck980e9b12013-09-28 06:01:03 +0000436 rcu_read_lock();
437 for (i = 0; i < vsi->num_queue_pairs; i++) {
Alexander Duyck980e9b12013-09-28 06:01:03 +0000438 u64 bytes, packets;
439 unsigned int start;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000440
Alexander Duyck980e9b12013-09-28 06:01:03 +0000441 tx_ring = ACCESS_ONCE(vsi->tx_rings[i]);
442 if (!tx_ring)
443 continue;
444
445 do {
Eric W. Biederman57a77442014-03-13 21:26:42 -0700446 start = u64_stats_fetch_begin_irq(&tx_ring->syncp);
Alexander Duyck980e9b12013-09-28 06:01:03 +0000447 packets = tx_ring->stats.packets;
448 bytes = tx_ring->stats.bytes;
Eric W. Biederman57a77442014-03-13 21:26:42 -0700449 } while (u64_stats_fetch_retry_irq(&tx_ring->syncp, start));
Alexander Duyck980e9b12013-09-28 06:01:03 +0000450
451 stats->tx_packets += packets;
452 stats->tx_bytes += bytes;
453 rx_ring = &tx_ring[1];
454
455 do {
Eric W. Biederman57a77442014-03-13 21:26:42 -0700456 start = u64_stats_fetch_begin_irq(&rx_ring->syncp);
Alexander Duyck980e9b12013-09-28 06:01:03 +0000457 packets = rx_ring->stats.packets;
458 bytes = rx_ring->stats.bytes;
Eric W. Biederman57a77442014-03-13 21:26:42 -0700459 } while (u64_stats_fetch_retry_irq(&rx_ring->syncp, start));
Alexander Duyck980e9b12013-09-28 06:01:03 +0000460
461 stats->rx_packets += packets;
462 stats->rx_bytes += bytes;
463 }
464 rcu_read_unlock();
465
Akeem G Abodunrina5282f42014-05-10 04:49:03 +0000466 /* following stats updated by i40e_watchdog_subtask() */
Alexander Duyck980e9b12013-09-28 06:01:03 +0000467 stats->multicast = vsi_stats->multicast;
468 stats->tx_errors = vsi_stats->tx_errors;
469 stats->tx_dropped = vsi_stats->tx_dropped;
470 stats->rx_errors = vsi_stats->rx_errors;
Jesse Brandeburgd8201e22015-07-23 16:54:35 -0400471 stats->rx_dropped = vsi_stats->rx_dropped;
Alexander Duyck980e9b12013-09-28 06:01:03 +0000472 stats->rx_crc_errors = vsi_stats->rx_crc_errors;
473 stats->rx_length_errors = vsi_stats->rx_length_errors;
474
475 return stats;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000476}
477
478/**
479 * i40e_vsi_reset_stats - Resets all stats of the given vsi
480 * @vsi: the VSI to have its stats reset
481 **/
482void i40e_vsi_reset_stats(struct i40e_vsi *vsi)
483{
484 struct rtnl_link_stats64 *ns;
485 int i;
486
487 if (!vsi)
488 return;
489
490 ns = i40e_get_vsi_stats_struct(vsi);
491 memset(ns, 0, sizeof(*ns));
492 memset(&vsi->net_stats_offsets, 0, sizeof(vsi->net_stats_offsets));
493 memset(&vsi->eth_stats, 0, sizeof(vsi->eth_stats));
494 memset(&vsi->eth_stats_offsets, 0, sizeof(vsi->eth_stats_offsets));
Greg Rose8e9dca52013-12-18 13:45:53 +0000495 if (vsi->rx_rings && vsi->rx_rings[0]) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000496 for (i = 0; i < vsi->num_queue_pairs; i++) {
Jesse Brandeburg6995b362015-08-28 17:55:54 -0400497 memset(&vsi->rx_rings[i]->stats, 0,
Alexander Duyck9f65e152013-09-28 06:00:58 +0000498 sizeof(vsi->rx_rings[i]->stats));
Jesse Brandeburg6995b362015-08-28 17:55:54 -0400499 memset(&vsi->rx_rings[i]->rx_stats, 0,
Alexander Duyck9f65e152013-09-28 06:00:58 +0000500 sizeof(vsi->rx_rings[i]->rx_stats));
Jesse Brandeburg6995b362015-08-28 17:55:54 -0400501 memset(&vsi->tx_rings[i]->stats, 0,
Alexander Duyck9f65e152013-09-28 06:00:58 +0000502 sizeof(vsi->tx_rings[i]->stats));
503 memset(&vsi->tx_rings[i]->tx_stats, 0,
504 sizeof(vsi->tx_rings[i]->tx_stats));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000505 }
Greg Rose8e9dca52013-12-18 13:45:53 +0000506 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000507 vsi->stat_offsets_loaded = false;
508}
509
510/**
Jeff Kirsherb40c82e2015-02-27 09:18:34 +0000511 * i40e_pf_reset_stats - Reset all of the stats for the given PF
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000512 * @pf: the PF to be reset
513 **/
514void i40e_pf_reset_stats(struct i40e_pf *pf)
515{
Shannon Nelsone91fdf72014-06-03 23:50:18 +0000516 int i;
517
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000518 memset(&pf->stats, 0, sizeof(pf->stats));
519 memset(&pf->stats_offsets, 0, sizeof(pf->stats_offsets));
520 pf->stat_offsets_loaded = false;
Shannon Nelsone91fdf72014-06-03 23:50:18 +0000521
522 for (i = 0; i < I40E_MAX_VEB; i++) {
523 if (pf->veb[i]) {
524 memset(&pf->veb[i]->stats, 0,
525 sizeof(pf->veb[i]->stats));
526 memset(&pf->veb[i]->stats_offsets, 0,
527 sizeof(pf->veb[i]->stats_offsets));
528 pf->veb[i]->stat_offsets_loaded = false;
529 }
530 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000531}
532
533/**
534 * i40e_stat_update48 - read and update a 48 bit stat from the chip
535 * @hw: ptr to the hardware info
536 * @hireg: the high 32 bit reg to read
537 * @loreg: the low 32 bit reg to read
538 * @offset_loaded: has the initial offset been loaded yet
539 * @offset: ptr to current offset value
540 * @stat: ptr to the stat
541 *
542 * Since the device stats are not reset at PFReset, they likely will not
543 * be zeroed when the driver starts. We'll save the first values read
544 * and use them as offsets to be subtracted from the raw values in order
545 * to report stats that count from zero. In the process, we also manage
546 * the potential roll-over.
547 **/
548static void i40e_stat_update48(struct i40e_hw *hw, u32 hireg, u32 loreg,
549 bool offset_loaded, u64 *offset, u64 *stat)
550{
551 u64 new_data;
552
Shannon Nelsonab600852014-01-17 15:36:39 -0800553 if (hw->device_id == I40E_DEV_ID_QEMU) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000554 new_data = rd32(hw, loreg);
555 new_data |= ((u64)(rd32(hw, hireg) & 0xFFFF)) << 32;
556 } else {
557 new_data = rd64(hw, loreg);
558 }
559 if (!offset_loaded)
560 *offset = new_data;
561 if (likely(new_data >= *offset))
562 *stat = new_data - *offset;
563 else
Jesse Brandeburg41a1d042015-06-04 16:24:02 -0400564 *stat = (new_data + BIT_ULL(48)) - *offset;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000565 *stat &= 0xFFFFFFFFFFFFULL;
566}
567
568/**
569 * i40e_stat_update32 - read and update a 32 bit stat from the chip
570 * @hw: ptr to the hardware info
571 * @reg: the hw reg to read
572 * @offset_loaded: has the initial offset been loaded yet
573 * @offset: ptr to current offset value
574 * @stat: ptr to the stat
575 **/
576static void i40e_stat_update32(struct i40e_hw *hw, u32 reg,
577 bool offset_loaded, u64 *offset, u64 *stat)
578{
579 u32 new_data;
580
581 new_data = rd32(hw, reg);
582 if (!offset_loaded)
583 *offset = new_data;
584 if (likely(new_data >= *offset))
585 *stat = (u32)(new_data - *offset);
586 else
Jesse Brandeburg41a1d042015-06-04 16:24:02 -0400587 *stat = (u32)((new_data + BIT_ULL(32)) - *offset);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000588}
589
590/**
591 * i40e_update_eth_stats - Update VSI-specific ethernet statistics counters.
592 * @vsi: the VSI to be updated
593 **/
594void i40e_update_eth_stats(struct i40e_vsi *vsi)
595{
596 int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx);
597 struct i40e_pf *pf = vsi->back;
598 struct i40e_hw *hw = &pf->hw;
599 struct i40e_eth_stats *oes;
600 struct i40e_eth_stats *es; /* device's eth stats */
601
602 es = &vsi->eth_stats;
603 oes = &vsi->eth_stats_offsets;
604
605 /* Gather up the stats that the hw collects */
606 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx),
607 vsi->stat_offsets_loaded,
608 &oes->tx_errors, &es->tx_errors);
609 i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx),
610 vsi->stat_offsets_loaded,
611 &oes->rx_discards, &es->rx_discards);
Shannon Nelson41a9e552014-04-23 04:50:20 +0000612 i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx),
613 vsi->stat_offsets_loaded,
614 &oes->rx_unknown_protocol, &es->rx_unknown_protocol);
615 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx),
616 vsi->stat_offsets_loaded,
617 &oes->tx_errors, &es->tx_errors);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000618
619 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx),
620 I40E_GLV_GORCL(stat_idx),
621 vsi->stat_offsets_loaded,
622 &oes->rx_bytes, &es->rx_bytes);
623 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx),
624 I40E_GLV_UPRCL(stat_idx),
625 vsi->stat_offsets_loaded,
626 &oes->rx_unicast, &es->rx_unicast);
627 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx),
628 I40E_GLV_MPRCL(stat_idx),
629 vsi->stat_offsets_loaded,
630 &oes->rx_multicast, &es->rx_multicast);
631 i40e_stat_update48(hw, I40E_GLV_BPRCH(stat_idx),
632 I40E_GLV_BPRCL(stat_idx),
633 vsi->stat_offsets_loaded,
634 &oes->rx_broadcast, &es->rx_broadcast);
635
636 i40e_stat_update48(hw, I40E_GLV_GOTCH(stat_idx),
637 I40E_GLV_GOTCL(stat_idx),
638 vsi->stat_offsets_loaded,
639 &oes->tx_bytes, &es->tx_bytes);
640 i40e_stat_update48(hw, I40E_GLV_UPTCH(stat_idx),
641 I40E_GLV_UPTCL(stat_idx),
642 vsi->stat_offsets_loaded,
643 &oes->tx_unicast, &es->tx_unicast);
644 i40e_stat_update48(hw, I40E_GLV_MPTCH(stat_idx),
645 I40E_GLV_MPTCL(stat_idx),
646 vsi->stat_offsets_loaded,
647 &oes->tx_multicast, &es->tx_multicast);
648 i40e_stat_update48(hw, I40E_GLV_BPTCH(stat_idx),
649 I40E_GLV_BPTCL(stat_idx),
650 vsi->stat_offsets_loaded,
651 &oes->tx_broadcast, &es->tx_broadcast);
652 vsi->stat_offsets_loaded = true;
653}
654
655/**
656 * i40e_update_veb_stats - Update Switch component statistics
657 * @veb: the VEB being updated
658 **/
659static void i40e_update_veb_stats(struct i40e_veb *veb)
660{
661 struct i40e_pf *pf = veb->pf;
662 struct i40e_hw *hw = &pf->hw;
663 struct i40e_eth_stats *oes;
664 struct i40e_eth_stats *es; /* device's eth stats */
Neerav Parikhfe860af2015-07-10 19:36:02 -0400665 struct i40e_veb_tc_stats *veb_oes;
666 struct i40e_veb_tc_stats *veb_es;
667 int i, idx = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000668
669 idx = veb->stats_idx;
670 es = &veb->stats;
671 oes = &veb->stats_offsets;
Neerav Parikhfe860af2015-07-10 19:36:02 -0400672 veb_es = &veb->tc_stats;
673 veb_oes = &veb->tc_stats_offsets;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000674
675 /* Gather up the stats that the hw collects */
676 i40e_stat_update32(hw, I40E_GLSW_TDPC(idx),
677 veb->stat_offsets_loaded,
678 &oes->tx_discards, &es->tx_discards);
Jesse Brandeburg7134f9c2013-11-26 08:56:05 +0000679 if (hw->revision_id > 0)
680 i40e_stat_update32(hw, I40E_GLSW_RUPP(idx),
681 veb->stat_offsets_loaded,
682 &oes->rx_unknown_protocol,
683 &es->rx_unknown_protocol);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000684 i40e_stat_update48(hw, I40E_GLSW_GORCH(idx), I40E_GLSW_GORCL(idx),
685 veb->stat_offsets_loaded,
686 &oes->rx_bytes, &es->rx_bytes);
687 i40e_stat_update48(hw, I40E_GLSW_UPRCH(idx), I40E_GLSW_UPRCL(idx),
688 veb->stat_offsets_loaded,
689 &oes->rx_unicast, &es->rx_unicast);
690 i40e_stat_update48(hw, I40E_GLSW_MPRCH(idx), I40E_GLSW_MPRCL(idx),
691 veb->stat_offsets_loaded,
692 &oes->rx_multicast, &es->rx_multicast);
693 i40e_stat_update48(hw, I40E_GLSW_BPRCH(idx), I40E_GLSW_BPRCL(idx),
694 veb->stat_offsets_loaded,
695 &oes->rx_broadcast, &es->rx_broadcast);
696
697 i40e_stat_update48(hw, I40E_GLSW_GOTCH(idx), I40E_GLSW_GOTCL(idx),
698 veb->stat_offsets_loaded,
699 &oes->tx_bytes, &es->tx_bytes);
700 i40e_stat_update48(hw, I40E_GLSW_UPTCH(idx), I40E_GLSW_UPTCL(idx),
701 veb->stat_offsets_loaded,
702 &oes->tx_unicast, &es->tx_unicast);
703 i40e_stat_update48(hw, I40E_GLSW_MPTCH(idx), I40E_GLSW_MPTCL(idx),
704 veb->stat_offsets_loaded,
705 &oes->tx_multicast, &es->tx_multicast);
706 i40e_stat_update48(hw, I40E_GLSW_BPTCH(idx), I40E_GLSW_BPTCL(idx),
707 veb->stat_offsets_loaded,
708 &oes->tx_broadcast, &es->tx_broadcast);
Neerav Parikhfe860af2015-07-10 19:36:02 -0400709 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
710 i40e_stat_update48(hw, I40E_GLVEBTC_RPCH(i, idx),
711 I40E_GLVEBTC_RPCL(i, idx),
712 veb->stat_offsets_loaded,
713 &veb_oes->tc_rx_packets[i],
714 &veb_es->tc_rx_packets[i]);
715 i40e_stat_update48(hw, I40E_GLVEBTC_RBCH(i, idx),
716 I40E_GLVEBTC_RBCL(i, idx),
717 veb->stat_offsets_loaded,
718 &veb_oes->tc_rx_bytes[i],
719 &veb_es->tc_rx_bytes[i]);
720 i40e_stat_update48(hw, I40E_GLVEBTC_TPCH(i, idx),
721 I40E_GLVEBTC_TPCL(i, idx),
722 veb->stat_offsets_loaded,
723 &veb_oes->tc_tx_packets[i],
724 &veb_es->tc_tx_packets[i]);
725 i40e_stat_update48(hw, I40E_GLVEBTC_TBCH(i, idx),
726 I40E_GLVEBTC_TBCL(i, idx),
727 veb->stat_offsets_loaded,
728 &veb_oes->tc_tx_bytes[i],
729 &veb_es->tc_tx_bytes[i]);
730 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000731 veb->stat_offsets_loaded = true;
732}
733
Vasu Dev38e00432014-08-01 13:27:03 -0700734#ifdef I40E_FCOE
735/**
736 * i40e_update_fcoe_stats - Update FCoE-specific ethernet statistics counters.
737 * @vsi: the VSI that is capable of doing FCoE
738 **/
739static void i40e_update_fcoe_stats(struct i40e_vsi *vsi)
740{
741 struct i40e_pf *pf = vsi->back;
742 struct i40e_hw *hw = &pf->hw;
743 struct i40e_fcoe_stats *ofs;
744 struct i40e_fcoe_stats *fs; /* device's eth stats */
745 int idx;
746
747 if (vsi->type != I40E_VSI_FCOE)
748 return;
749
Kiran Patil4147e2c2016-01-15 14:33:14 -0800750 idx = hw->pf_id + I40E_FCOE_PF_STAT_OFFSET;
Vasu Dev38e00432014-08-01 13:27:03 -0700751 fs = &vsi->fcoe_stats;
752 ofs = &vsi->fcoe_stats_offsets;
753
754 i40e_stat_update32(hw, I40E_GL_FCOEPRC(idx),
755 vsi->fcoe_stat_offsets_loaded,
756 &ofs->rx_fcoe_packets, &fs->rx_fcoe_packets);
757 i40e_stat_update48(hw, I40E_GL_FCOEDWRCH(idx), I40E_GL_FCOEDWRCL(idx),
758 vsi->fcoe_stat_offsets_loaded,
759 &ofs->rx_fcoe_dwords, &fs->rx_fcoe_dwords);
760 i40e_stat_update32(hw, I40E_GL_FCOERPDC(idx),
761 vsi->fcoe_stat_offsets_loaded,
762 &ofs->rx_fcoe_dropped, &fs->rx_fcoe_dropped);
763 i40e_stat_update32(hw, I40E_GL_FCOEPTC(idx),
764 vsi->fcoe_stat_offsets_loaded,
765 &ofs->tx_fcoe_packets, &fs->tx_fcoe_packets);
766 i40e_stat_update48(hw, I40E_GL_FCOEDWTCH(idx), I40E_GL_FCOEDWTCL(idx),
767 vsi->fcoe_stat_offsets_loaded,
768 &ofs->tx_fcoe_dwords, &fs->tx_fcoe_dwords);
769 i40e_stat_update32(hw, I40E_GL_FCOECRC(idx),
770 vsi->fcoe_stat_offsets_loaded,
771 &ofs->fcoe_bad_fccrc, &fs->fcoe_bad_fccrc);
772 i40e_stat_update32(hw, I40E_GL_FCOELAST(idx),
773 vsi->fcoe_stat_offsets_loaded,
774 &ofs->fcoe_last_error, &fs->fcoe_last_error);
775 i40e_stat_update32(hw, I40E_GL_FCOEDDPC(idx),
776 vsi->fcoe_stat_offsets_loaded,
777 &ofs->fcoe_ddp_count, &fs->fcoe_ddp_count);
778
779 vsi->fcoe_stat_offsets_loaded = true;
780}
781
782#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000783/**
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000784 * i40e_update_vsi_stats - Update the vsi statistics counters.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000785 * @vsi: the VSI to be updated
786 *
787 * There are a few instances where we store the same stat in a
788 * couple of different structs. This is partly because we have
789 * the netdev stats that need to be filled out, which is slightly
790 * different from the "eth_stats" defined by the chip and used in
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000791 * VF communications. We sort it out here.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000792 **/
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000793static void i40e_update_vsi_stats(struct i40e_vsi *vsi)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000794{
795 struct i40e_pf *pf = vsi->back;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000796 struct rtnl_link_stats64 *ons;
797 struct rtnl_link_stats64 *ns; /* netdev stats */
798 struct i40e_eth_stats *oes;
799 struct i40e_eth_stats *es; /* device's eth stats */
800 u32 tx_restart, tx_busy;
Anjali Singhai Jaindd353102016-01-15 14:33:12 -0800801 u64 tx_lost_interrupt;
Akeem G Abodunrinbf00b372014-10-17 03:14:39 +0000802 struct i40e_ring *p;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000803 u32 rx_page, rx_buf;
Akeem G Abodunrinbf00b372014-10-17 03:14:39 +0000804 u64 bytes, packets;
805 unsigned int start;
Anjali Singhai Jain2fc3d712015-08-27 11:42:29 -0400806 u64 tx_linearize;
Anjali Singhai Jain164c9f52015-10-21 19:47:08 -0400807 u64 tx_force_wb;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000808 u64 rx_p, rx_b;
809 u64 tx_p, tx_b;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000810 u16 q;
811
812 if (test_bit(__I40E_DOWN, &vsi->state) ||
813 test_bit(__I40E_CONFIG_BUSY, &pf->state))
814 return;
815
816 ns = i40e_get_vsi_stats_struct(vsi);
817 ons = &vsi->net_stats_offsets;
818 es = &vsi->eth_stats;
819 oes = &vsi->eth_stats_offsets;
820
821 /* Gather up the netdev and vsi stats that the driver collects
822 * on the fly during packet processing
823 */
824 rx_b = rx_p = 0;
825 tx_b = tx_p = 0;
Anjali Singhai Jain164c9f52015-10-21 19:47:08 -0400826 tx_restart = tx_busy = tx_linearize = tx_force_wb = 0;
Anjali Singhai Jaindd353102016-01-15 14:33:12 -0800827 tx_lost_interrupt = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000828 rx_page = 0;
829 rx_buf = 0;
Alexander Duyck980e9b12013-09-28 06:01:03 +0000830 rcu_read_lock();
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000831 for (q = 0; q < vsi->num_queue_pairs; q++) {
Alexander Duyck980e9b12013-09-28 06:01:03 +0000832 /* locate Tx ring */
833 p = ACCESS_ONCE(vsi->tx_rings[q]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000834
Alexander Duyck980e9b12013-09-28 06:01:03 +0000835 do {
Eric W. Biederman57a77442014-03-13 21:26:42 -0700836 start = u64_stats_fetch_begin_irq(&p->syncp);
Alexander Duyck980e9b12013-09-28 06:01:03 +0000837 packets = p->stats.packets;
838 bytes = p->stats.bytes;
Eric W. Biederman57a77442014-03-13 21:26:42 -0700839 } while (u64_stats_fetch_retry_irq(&p->syncp, start));
Alexander Duyck980e9b12013-09-28 06:01:03 +0000840 tx_b += bytes;
841 tx_p += packets;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000842 tx_restart += p->tx_stats.restart_queue;
843 tx_busy += p->tx_stats.tx_busy;
Anjali Singhai Jain2fc3d712015-08-27 11:42:29 -0400844 tx_linearize += p->tx_stats.tx_linearize;
Anjali Singhai Jain164c9f52015-10-21 19:47:08 -0400845 tx_force_wb += p->tx_stats.tx_force_wb;
Anjali Singhai Jaindd353102016-01-15 14:33:12 -0800846 tx_lost_interrupt += p->tx_stats.tx_lost_interrupt;
Alexander Duyck980e9b12013-09-28 06:01:03 +0000847
848 /* Rx queue is part of the same block as Tx queue */
849 p = &p[1];
850 do {
Eric W. Biederman57a77442014-03-13 21:26:42 -0700851 start = u64_stats_fetch_begin_irq(&p->syncp);
Alexander Duyck980e9b12013-09-28 06:01:03 +0000852 packets = p->stats.packets;
853 bytes = p->stats.bytes;
Eric W. Biederman57a77442014-03-13 21:26:42 -0700854 } while (u64_stats_fetch_retry_irq(&p->syncp, start));
Alexander Duyck980e9b12013-09-28 06:01:03 +0000855 rx_b += bytes;
856 rx_p += packets;
Mitch Williams420136c2013-12-18 13:45:59 +0000857 rx_buf += p->rx_stats.alloc_buff_failed;
858 rx_page += p->rx_stats.alloc_page_failed;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000859 }
Alexander Duyck980e9b12013-09-28 06:01:03 +0000860 rcu_read_unlock();
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000861 vsi->tx_restart = tx_restart;
862 vsi->tx_busy = tx_busy;
Anjali Singhai Jain2fc3d712015-08-27 11:42:29 -0400863 vsi->tx_linearize = tx_linearize;
Anjali Singhai Jain164c9f52015-10-21 19:47:08 -0400864 vsi->tx_force_wb = tx_force_wb;
Anjali Singhai Jaindd353102016-01-15 14:33:12 -0800865 vsi->tx_lost_interrupt = tx_lost_interrupt;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000866 vsi->rx_page_failed = rx_page;
867 vsi->rx_buf_failed = rx_buf;
868
869 ns->rx_packets = rx_p;
870 ns->rx_bytes = rx_b;
871 ns->tx_packets = tx_p;
872 ns->tx_bytes = tx_b;
873
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000874 /* update netdev stats from eth stats */
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000875 i40e_update_eth_stats(vsi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000876 ons->tx_errors = oes->tx_errors;
877 ns->tx_errors = es->tx_errors;
878 ons->multicast = oes->rx_multicast;
879 ns->multicast = es->rx_multicast;
Shannon Nelson41a9e552014-04-23 04:50:20 +0000880 ons->rx_dropped = oes->rx_discards;
881 ns->rx_dropped = es->rx_discards;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000882 ons->tx_dropped = oes->tx_discards;
883 ns->tx_dropped = es->tx_discards;
884
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000885 /* pull in a couple PF stats if this is the main vsi */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000886 if (vsi == pf->vsi[pf->lan_vsi]) {
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000887 ns->rx_crc_errors = pf->stats.crc_errors;
888 ns->rx_errors = pf->stats.crc_errors + pf->stats.illegal_bytes;
889 ns->rx_length_errors = pf->stats.rx_length_errors;
890 }
891}
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000892
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000893/**
Jeff Kirsherb40c82e2015-02-27 09:18:34 +0000894 * i40e_update_pf_stats - Update the PF statistics counters.
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000895 * @pf: the PF to be updated
896 **/
897static void i40e_update_pf_stats(struct i40e_pf *pf)
898{
899 struct i40e_hw_port_stats *osd = &pf->stats_offsets;
900 struct i40e_hw_port_stats *nsd = &pf->stats;
901 struct i40e_hw *hw = &pf->hw;
902 u32 val;
903 int i;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000904
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000905 i40e_stat_update48(hw, I40E_GLPRT_GORCH(hw->port),
906 I40E_GLPRT_GORCL(hw->port),
907 pf->stat_offsets_loaded,
908 &osd->eth.rx_bytes, &nsd->eth.rx_bytes);
909 i40e_stat_update48(hw, I40E_GLPRT_GOTCH(hw->port),
910 I40E_GLPRT_GOTCL(hw->port),
911 pf->stat_offsets_loaded,
912 &osd->eth.tx_bytes, &nsd->eth.tx_bytes);
913 i40e_stat_update32(hw, I40E_GLPRT_RDPC(hw->port),
914 pf->stat_offsets_loaded,
915 &osd->eth.rx_discards,
916 &nsd->eth.rx_discards);
Shannon Nelson532d2832014-04-23 04:50:09 +0000917 i40e_stat_update48(hw, I40E_GLPRT_UPRCH(hw->port),
918 I40E_GLPRT_UPRCL(hw->port),
919 pf->stat_offsets_loaded,
920 &osd->eth.rx_unicast,
921 &nsd->eth.rx_unicast);
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000922 i40e_stat_update48(hw, I40E_GLPRT_MPRCH(hw->port),
923 I40E_GLPRT_MPRCL(hw->port),
924 pf->stat_offsets_loaded,
925 &osd->eth.rx_multicast,
926 &nsd->eth.rx_multicast);
Shannon Nelson532d2832014-04-23 04:50:09 +0000927 i40e_stat_update48(hw, I40E_GLPRT_BPRCH(hw->port),
928 I40E_GLPRT_BPRCL(hw->port),
929 pf->stat_offsets_loaded,
930 &osd->eth.rx_broadcast,
931 &nsd->eth.rx_broadcast);
932 i40e_stat_update48(hw, I40E_GLPRT_UPTCH(hw->port),
933 I40E_GLPRT_UPTCL(hw->port),
934 pf->stat_offsets_loaded,
935 &osd->eth.tx_unicast,
936 &nsd->eth.tx_unicast);
937 i40e_stat_update48(hw, I40E_GLPRT_MPTCH(hw->port),
938 I40E_GLPRT_MPTCL(hw->port),
939 pf->stat_offsets_loaded,
940 &osd->eth.tx_multicast,
941 &nsd->eth.tx_multicast);
942 i40e_stat_update48(hw, I40E_GLPRT_BPTCH(hw->port),
943 I40E_GLPRT_BPTCL(hw->port),
944 pf->stat_offsets_loaded,
945 &osd->eth.tx_broadcast,
946 &nsd->eth.tx_broadcast);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000947
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000948 i40e_stat_update32(hw, I40E_GLPRT_TDOLD(hw->port),
949 pf->stat_offsets_loaded,
950 &osd->tx_dropped_link_down,
951 &nsd->tx_dropped_link_down);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000952
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000953 i40e_stat_update32(hw, I40E_GLPRT_CRCERRS(hw->port),
954 pf->stat_offsets_loaded,
955 &osd->crc_errors, &nsd->crc_errors);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000956
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000957 i40e_stat_update32(hw, I40E_GLPRT_ILLERRC(hw->port),
958 pf->stat_offsets_loaded,
959 &osd->illegal_bytes, &nsd->illegal_bytes);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000960
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000961 i40e_stat_update32(hw, I40E_GLPRT_MLFC(hw->port),
962 pf->stat_offsets_loaded,
963 &osd->mac_local_faults,
964 &nsd->mac_local_faults);
965 i40e_stat_update32(hw, I40E_GLPRT_MRFC(hw->port),
966 pf->stat_offsets_loaded,
967 &osd->mac_remote_faults,
968 &nsd->mac_remote_faults);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000969
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000970 i40e_stat_update32(hw, I40E_GLPRT_RLEC(hw->port),
971 pf->stat_offsets_loaded,
972 &osd->rx_length_errors,
973 &nsd->rx_length_errors);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000974
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000975 i40e_stat_update32(hw, I40E_GLPRT_LXONRXC(hw->port),
976 pf->stat_offsets_loaded,
977 &osd->link_xon_rx, &nsd->link_xon_rx);
978 i40e_stat_update32(hw, I40E_GLPRT_LXONTXC(hw->port),
979 pf->stat_offsets_loaded,
980 &osd->link_xon_tx, &nsd->link_xon_tx);
Neerav Parikh95db2392015-11-06 15:26:09 -0800981 i40e_stat_update32(hw, I40E_GLPRT_LXOFFRXC(hw->port),
982 pf->stat_offsets_loaded,
983 &osd->link_xoff_rx, &nsd->link_xoff_rx);
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000984 i40e_stat_update32(hw, I40E_GLPRT_LXOFFTXC(hw->port),
985 pf->stat_offsets_loaded,
986 &osd->link_xoff_tx, &nsd->link_xoff_tx);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000987
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000988 for (i = 0; i < 8; i++) {
Neerav Parikh95db2392015-11-06 15:26:09 -0800989 i40e_stat_update32(hw, I40E_GLPRT_PXOFFRXC(hw->port, i),
990 pf->stat_offsets_loaded,
991 &osd->priority_xoff_rx[i],
992 &nsd->priority_xoff_rx[i]);
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000993 i40e_stat_update32(hw, I40E_GLPRT_PXONRXC(hw->port, i),
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000994 pf->stat_offsets_loaded,
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000995 &osd->priority_xon_rx[i],
996 &nsd->priority_xon_rx[i]);
997 i40e_stat_update32(hw, I40E_GLPRT_PXONTXC(hw->port, i),
Jesse Brandeburg41c445f2013-09-11 08:39:46 +0000998 pf->stat_offsets_loaded,
Shannon Nelson7812fdd2014-04-23 04:50:18 +0000999 &osd->priority_xon_tx[i],
1000 &nsd->priority_xon_tx[i]);
1001 i40e_stat_update32(hw, I40E_GLPRT_PXOFFTXC(hw->port, i),
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001002 pf->stat_offsets_loaded,
Shannon Nelson7812fdd2014-04-23 04:50:18 +00001003 &osd->priority_xoff_tx[i],
1004 &nsd->priority_xoff_tx[i]);
1005 i40e_stat_update32(hw,
1006 I40E_GLPRT_RXON2OFFCNT(hw->port, i),
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001007 pf->stat_offsets_loaded,
Shannon Nelson7812fdd2014-04-23 04:50:18 +00001008 &osd->priority_xon_2_xoff[i],
1009 &nsd->priority_xon_2_xoff[i]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001010 }
1011
Shannon Nelson7812fdd2014-04-23 04:50:18 +00001012 i40e_stat_update48(hw, I40E_GLPRT_PRC64H(hw->port),
1013 I40E_GLPRT_PRC64L(hw->port),
1014 pf->stat_offsets_loaded,
1015 &osd->rx_size_64, &nsd->rx_size_64);
1016 i40e_stat_update48(hw, I40E_GLPRT_PRC127H(hw->port),
1017 I40E_GLPRT_PRC127L(hw->port),
1018 pf->stat_offsets_loaded,
1019 &osd->rx_size_127, &nsd->rx_size_127);
1020 i40e_stat_update48(hw, I40E_GLPRT_PRC255H(hw->port),
1021 I40E_GLPRT_PRC255L(hw->port),
1022 pf->stat_offsets_loaded,
1023 &osd->rx_size_255, &nsd->rx_size_255);
1024 i40e_stat_update48(hw, I40E_GLPRT_PRC511H(hw->port),
1025 I40E_GLPRT_PRC511L(hw->port),
1026 pf->stat_offsets_loaded,
1027 &osd->rx_size_511, &nsd->rx_size_511);
1028 i40e_stat_update48(hw, I40E_GLPRT_PRC1023H(hw->port),
1029 I40E_GLPRT_PRC1023L(hw->port),
1030 pf->stat_offsets_loaded,
1031 &osd->rx_size_1023, &nsd->rx_size_1023);
1032 i40e_stat_update48(hw, I40E_GLPRT_PRC1522H(hw->port),
1033 I40E_GLPRT_PRC1522L(hw->port),
1034 pf->stat_offsets_loaded,
1035 &osd->rx_size_1522, &nsd->rx_size_1522);
1036 i40e_stat_update48(hw, I40E_GLPRT_PRC9522H(hw->port),
1037 I40E_GLPRT_PRC9522L(hw->port),
1038 pf->stat_offsets_loaded,
1039 &osd->rx_size_big, &nsd->rx_size_big);
1040
1041 i40e_stat_update48(hw, I40E_GLPRT_PTC64H(hw->port),
1042 I40E_GLPRT_PTC64L(hw->port),
1043 pf->stat_offsets_loaded,
1044 &osd->tx_size_64, &nsd->tx_size_64);
1045 i40e_stat_update48(hw, I40E_GLPRT_PTC127H(hw->port),
1046 I40E_GLPRT_PTC127L(hw->port),
1047 pf->stat_offsets_loaded,
1048 &osd->tx_size_127, &nsd->tx_size_127);
1049 i40e_stat_update48(hw, I40E_GLPRT_PTC255H(hw->port),
1050 I40E_GLPRT_PTC255L(hw->port),
1051 pf->stat_offsets_loaded,
1052 &osd->tx_size_255, &nsd->tx_size_255);
1053 i40e_stat_update48(hw, I40E_GLPRT_PTC511H(hw->port),
1054 I40E_GLPRT_PTC511L(hw->port),
1055 pf->stat_offsets_loaded,
1056 &osd->tx_size_511, &nsd->tx_size_511);
1057 i40e_stat_update48(hw, I40E_GLPRT_PTC1023H(hw->port),
1058 I40E_GLPRT_PTC1023L(hw->port),
1059 pf->stat_offsets_loaded,
1060 &osd->tx_size_1023, &nsd->tx_size_1023);
1061 i40e_stat_update48(hw, I40E_GLPRT_PTC1522H(hw->port),
1062 I40E_GLPRT_PTC1522L(hw->port),
1063 pf->stat_offsets_loaded,
1064 &osd->tx_size_1522, &nsd->tx_size_1522);
1065 i40e_stat_update48(hw, I40E_GLPRT_PTC9522H(hw->port),
1066 I40E_GLPRT_PTC9522L(hw->port),
1067 pf->stat_offsets_loaded,
1068 &osd->tx_size_big, &nsd->tx_size_big);
1069
1070 i40e_stat_update32(hw, I40E_GLPRT_RUC(hw->port),
1071 pf->stat_offsets_loaded,
1072 &osd->rx_undersize, &nsd->rx_undersize);
1073 i40e_stat_update32(hw, I40E_GLPRT_RFC(hw->port),
1074 pf->stat_offsets_loaded,
1075 &osd->rx_fragments, &nsd->rx_fragments);
1076 i40e_stat_update32(hw, I40E_GLPRT_ROC(hw->port),
1077 pf->stat_offsets_loaded,
1078 &osd->rx_oversize, &nsd->rx_oversize);
1079 i40e_stat_update32(hw, I40E_GLPRT_RJC(hw->port),
1080 pf->stat_offsets_loaded,
1081 &osd->rx_jabber, &nsd->rx_jabber);
1082
Anjali Singhai Jain433c47d2014-05-22 06:32:17 +00001083 /* FDIR stats */
Anjali Singhai Jain0bf4b1b2015-04-16 20:06:02 -04001084 i40e_stat_update32(hw,
1085 I40E_GLQF_PCNT(I40E_FD_ATR_STAT_IDX(pf->hw.pf_id)),
Anjali Singhai Jain433c47d2014-05-22 06:32:17 +00001086 pf->stat_offsets_loaded,
1087 &osd->fd_atr_match, &nsd->fd_atr_match);
Anjali Singhai Jain0bf4b1b2015-04-16 20:06:02 -04001088 i40e_stat_update32(hw,
1089 I40E_GLQF_PCNT(I40E_FD_SB_STAT_IDX(pf->hw.pf_id)),
Anjali Singhai Jain433c47d2014-05-22 06:32:17 +00001090 pf->stat_offsets_loaded,
1091 &osd->fd_sb_match, &nsd->fd_sb_match);
Anjali Singhai Jain60ccd452015-04-16 20:06:01 -04001092 i40e_stat_update32(hw,
1093 I40E_GLQF_PCNT(I40E_FD_ATR_TUNNEL_STAT_IDX(pf->hw.pf_id)),
1094 pf->stat_offsets_loaded,
1095 &osd->fd_atr_tunnel_match, &nsd->fd_atr_tunnel_match);
Anjali Singhai Jain433c47d2014-05-22 06:32:17 +00001096
Shannon Nelson7812fdd2014-04-23 04:50:18 +00001097 val = rd32(hw, I40E_PRTPM_EEE_STAT);
1098 nsd->tx_lpi_status =
1099 (val & I40E_PRTPM_EEE_STAT_TX_LPI_STATUS_MASK) >>
1100 I40E_PRTPM_EEE_STAT_TX_LPI_STATUS_SHIFT;
1101 nsd->rx_lpi_status =
1102 (val & I40E_PRTPM_EEE_STAT_RX_LPI_STATUS_MASK) >>
1103 I40E_PRTPM_EEE_STAT_RX_LPI_STATUS_SHIFT;
1104 i40e_stat_update32(hw, I40E_PRTPM_TLPIC,
1105 pf->stat_offsets_loaded,
1106 &osd->tx_lpi_count, &nsd->tx_lpi_count);
1107 i40e_stat_update32(hw, I40E_PRTPM_RLPIC,
1108 pf->stat_offsets_loaded,
1109 &osd->rx_lpi_count, &nsd->rx_lpi_count);
1110
Anjali Singhai Jaind0389e52015-04-22 19:34:05 -04001111 if (pf->flags & I40E_FLAG_FD_SB_ENABLED &&
1112 !(pf->auto_disable_flags & I40E_FLAG_FD_SB_ENABLED))
1113 nsd->fd_sb_status = true;
1114 else
1115 nsd->fd_sb_status = false;
1116
1117 if (pf->flags & I40E_FLAG_FD_ATR_ENABLED &&
1118 !(pf->auto_disable_flags & I40E_FLAG_FD_ATR_ENABLED))
1119 nsd->fd_atr_status = true;
1120 else
1121 nsd->fd_atr_status = false;
1122
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001123 pf->stat_offsets_loaded = true;
1124}
1125
1126/**
Shannon Nelson7812fdd2014-04-23 04:50:18 +00001127 * i40e_update_stats - Update the various statistics counters.
1128 * @vsi: the VSI to be updated
1129 *
1130 * Update the various stats for this VSI and its related entities.
1131 **/
1132void i40e_update_stats(struct i40e_vsi *vsi)
1133{
1134 struct i40e_pf *pf = vsi->back;
1135
1136 if (vsi == pf->vsi[pf->lan_vsi])
1137 i40e_update_pf_stats(pf);
1138
1139 i40e_update_vsi_stats(vsi);
Vasu Dev38e00432014-08-01 13:27:03 -07001140#ifdef I40E_FCOE
1141 i40e_update_fcoe_stats(vsi);
1142#endif
Shannon Nelson7812fdd2014-04-23 04:50:18 +00001143}
1144
1145/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001146 * i40e_find_filter - Search VSI filter list for specific mac/vlan filter
1147 * @vsi: the VSI to be searched
1148 * @macaddr: the MAC address
1149 * @vlan: the vlan
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00001150 * @is_vf: make sure its a VF filter, else doesn't matter
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001151 * @is_netdev: make sure its a netdev filter, else doesn't matter
1152 *
1153 * Returns ptr to the filter object or NULL
1154 **/
1155static struct i40e_mac_filter *i40e_find_filter(struct i40e_vsi *vsi,
1156 u8 *macaddr, s16 vlan,
1157 bool is_vf, bool is_netdev)
1158{
1159 struct i40e_mac_filter *f;
1160
1161 if (!vsi || !macaddr)
1162 return NULL;
1163
1164 list_for_each_entry(f, &vsi->mac_filter_list, list) {
1165 if ((ether_addr_equal(macaddr, f->macaddr)) &&
1166 (vlan == f->vlan) &&
1167 (!is_vf || f->is_vf) &&
1168 (!is_netdev || f->is_netdev))
1169 return f;
1170 }
1171 return NULL;
1172}
1173
1174/**
1175 * i40e_find_mac - Find a mac addr in the macvlan filters list
1176 * @vsi: the VSI to be searched
1177 * @macaddr: the MAC address we are searching for
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00001178 * @is_vf: make sure its a VF filter, else doesn't matter
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001179 * @is_netdev: make sure its a netdev filter, else doesn't matter
1180 *
1181 * Returns the first filter with the provided MAC address or NULL if
1182 * MAC address was not found
1183 **/
1184struct i40e_mac_filter *i40e_find_mac(struct i40e_vsi *vsi, u8 *macaddr,
1185 bool is_vf, bool is_netdev)
1186{
1187 struct i40e_mac_filter *f;
1188
1189 if (!vsi || !macaddr)
1190 return NULL;
1191
1192 list_for_each_entry(f, &vsi->mac_filter_list, list) {
1193 if ((ether_addr_equal(macaddr, f->macaddr)) &&
1194 (!is_vf || f->is_vf) &&
1195 (!is_netdev || f->is_netdev))
1196 return f;
1197 }
1198 return NULL;
1199}
1200
1201/**
1202 * i40e_is_vsi_in_vlan - Check if VSI is in vlan mode
1203 * @vsi: the VSI to be searched
1204 *
1205 * Returns true if VSI is in vlan mode or false otherwise
1206 **/
1207bool i40e_is_vsi_in_vlan(struct i40e_vsi *vsi)
1208{
1209 struct i40e_mac_filter *f;
1210
1211 /* Only -1 for all the filters denotes not in vlan mode
1212 * so we have to go through all the list in order to make sure
1213 */
1214 list_for_each_entry(f, &vsi->mac_filter_list, list) {
Greg Rosed9b68f82015-07-23 16:54:31 -04001215 if (f->vlan >= 0 || vsi->info.pvid)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001216 return true;
1217 }
1218
1219 return false;
1220}
1221
1222/**
1223 * i40e_put_mac_in_vlan - Make macvlan filters from macaddrs and vlans
1224 * @vsi: the VSI to be searched
1225 * @macaddr: the mac address to be filtered
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00001226 * @is_vf: true if it is a VF
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001227 * @is_netdev: true if it is a netdev
1228 *
1229 * Goes through all the macvlan filters and adds a
1230 * macvlan filter for each unique vlan that already exists
1231 *
1232 * Returns first filter found on success, else NULL
1233 **/
1234struct i40e_mac_filter *i40e_put_mac_in_vlan(struct i40e_vsi *vsi, u8 *macaddr,
1235 bool is_vf, bool is_netdev)
1236{
1237 struct i40e_mac_filter *f;
1238
1239 list_for_each_entry(f, &vsi->mac_filter_list, list) {
Mitch Williamsecbb44e2015-07-10 19:35:56 -04001240 if (vsi->info.pvid)
1241 f->vlan = le16_to_cpu(vsi->info.pvid);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001242 if (!i40e_find_filter(vsi, macaddr, f->vlan,
1243 is_vf, is_netdev)) {
1244 if (!i40e_add_filter(vsi, macaddr, f->vlan,
Jesse Brandeburg8fb905b2014-01-17 15:36:33 -08001245 is_vf, is_netdev))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001246 return NULL;
1247 }
1248 }
1249
1250 return list_first_entry_or_null(&vsi->mac_filter_list,
1251 struct i40e_mac_filter, list);
1252}
1253
1254/**
Mitch Williamsb36e9ab2015-11-19 11:34:16 -08001255 * i40e_del_mac_all_vlan - Remove a MAC filter from all VLANS
1256 * @vsi: the VSI to be searched
1257 * @macaddr: the mac address to be removed
1258 * @is_vf: true if it is a VF
1259 * @is_netdev: true if it is a netdev
1260 *
1261 * Removes a given MAC address from a VSI, regardless of VLAN
1262 *
1263 * Returns 0 for success, or error
1264 **/
1265int i40e_del_mac_all_vlan(struct i40e_vsi *vsi, u8 *macaddr,
1266 bool is_vf, bool is_netdev)
1267{
1268 struct i40e_mac_filter *f = NULL;
1269 int changed = 0;
1270
1271 WARN(!spin_is_locked(&vsi->mac_filter_list_lock),
1272 "Missing mac_filter_list_lock\n");
1273 list_for_each_entry(f, &vsi->mac_filter_list, list) {
1274 if ((ether_addr_equal(macaddr, f->macaddr)) &&
1275 (is_vf == f->is_vf) &&
1276 (is_netdev == f->is_netdev)) {
1277 f->counter--;
1278 f->changed = true;
1279 changed = 1;
1280 }
1281 }
1282 if (changed) {
1283 vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED;
1284 vsi->back->flags |= I40E_FLAG_FILTER_SYNC;
1285 return 0;
1286 }
1287 return -ENOENT;
1288}
1289
1290/**
Greg Rose8c27d422014-05-22 06:31:56 +00001291 * i40e_rm_default_mac_filter - Remove the default MAC filter set by NVM
1292 * @vsi: the PF Main VSI - inappropriate for any other VSI
1293 * @macaddr: the MAC address
Shannon Nelson30650cc2014-07-29 04:01:50 +00001294 *
1295 * Some older firmware configurations set up a default promiscuous VLAN
1296 * filter that needs to be removed.
Greg Rose8c27d422014-05-22 06:31:56 +00001297 **/
Shannon Nelson30650cc2014-07-29 04:01:50 +00001298static int i40e_rm_default_mac_filter(struct i40e_vsi *vsi, u8 *macaddr)
Greg Rose8c27d422014-05-22 06:31:56 +00001299{
1300 struct i40e_aqc_remove_macvlan_element_data element;
1301 struct i40e_pf *pf = vsi->back;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04001302 i40e_status ret;
Greg Rose8c27d422014-05-22 06:31:56 +00001303
1304 /* Only appropriate for the PF main VSI */
1305 if (vsi->type != I40E_VSI_MAIN)
Shannon Nelson30650cc2014-07-29 04:01:50 +00001306 return -EINVAL;
Greg Rose8c27d422014-05-22 06:31:56 +00001307
Shannon Nelson30650cc2014-07-29 04:01:50 +00001308 memset(&element, 0, sizeof(element));
Greg Rose8c27d422014-05-22 06:31:56 +00001309 ether_addr_copy(element.mac_addr, macaddr);
1310 element.vlan_tag = 0;
1311 element.flags = I40E_AQC_MACVLAN_DEL_PERFECT_MATCH |
1312 I40E_AQC_MACVLAN_DEL_IGNORE_VLAN;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04001313 ret = i40e_aq_remove_macvlan(&pf->hw, vsi->seid, &element, 1, NULL);
1314 if (ret)
Shannon Nelson30650cc2014-07-29 04:01:50 +00001315 return -ENOENT;
1316
1317 return 0;
Greg Rose8c27d422014-05-22 06:31:56 +00001318}
1319
1320/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001321 * i40e_add_filter - Add a mac/vlan filter to the VSI
1322 * @vsi: the VSI to be searched
1323 * @macaddr: the MAC address
1324 * @vlan: the vlan
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00001325 * @is_vf: make sure its a VF filter, else doesn't matter
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001326 * @is_netdev: make sure its a netdev filter, else doesn't matter
1327 *
1328 * Returns ptr to the filter object or NULL when no memory available.
Kiran Patil21659032015-09-30 14:09:03 -04001329 *
1330 * NOTE: This function is expected to be called with mac_filter_list_lock
1331 * being held.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001332 **/
1333struct i40e_mac_filter *i40e_add_filter(struct i40e_vsi *vsi,
1334 u8 *macaddr, s16 vlan,
1335 bool is_vf, bool is_netdev)
1336{
1337 struct i40e_mac_filter *f;
1338
1339 if (!vsi || !macaddr)
1340 return NULL;
1341
1342 f = i40e_find_filter(vsi, macaddr, vlan, is_vf, is_netdev);
1343 if (!f) {
1344 f = kzalloc(sizeof(*f), GFP_ATOMIC);
1345 if (!f)
1346 goto add_filter_out;
1347
Greg Rose9a173902014-05-22 06:32:02 +00001348 ether_addr_copy(f->macaddr, macaddr);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001349 f->vlan = vlan;
1350 f->changed = true;
1351
1352 INIT_LIST_HEAD(&f->list);
Kiran Patil04d5a212015-12-09 15:50:23 -08001353 list_add_tail(&f->list, &vsi->mac_filter_list);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001354 }
1355
1356 /* increment counter and add a new flag if needed */
1357 if (is_vf) {
1358 if (!f->is_vf) {
1359 f->is_vf = true;
1360 f->counter++;
1361 }
1362 } else if (is_netdev) {
1363 if (!f->is_netdev) {
1364 f->is_netdev = true;
1365 f->counter++;
1366 }
1367 } else {
1368 f->counter++;
1369 }
1370
1371 /* changed tells sync_filters_subtask to
1372 * push the filter down to the firmware
1373 */
1374 if (f->changed) {
1375 vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED;
1376 vsi->back->flags |= I40E_FLAG_FILTER_SYNC;
1377 }
1378
1379add_filter_out:
1380 return f;
1381}
1382
1383/**
1384 * i40e_del_filter - Remove a mac/vlan filter from the VSI
1385 * @vsi: the VSI to be searched
1386 * @macaddr: the MAC address
1387 * @vlan: the vlan
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00001388 * @is_vf: make sure it's a VF filter, else doesn't matter
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001389 * @is_netdev: make sure it's a netdev filter, else doesn't matter
Kiran Patil21659032015-09-30 14:09:03 -04001390 *
1391 * NOTE: This function is expected to be called with mac_filter_list_lock
1392 * being held.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001393 **/
1394void i40e_del_filter(struct i40e_vsi *vsi,
1395 u8 *macaddr, s16 vlan,
1396 bool is_vf, bool is_netdev)
1397{
1398 struct i40e_mac_filter *f;
1399
1400 if (!vsi || !macaddr)
1401 return;
1402
1403 f = i40e_find_filter(vsi, macaddr, vlan, is_vf, is_netdev);
1404 if (!f || f->counter == 0)
1405 return;
1406
1407 if (is_vf) {
1408 if (f->is_vf) {
1409 f->is_vf = false;
1410 f->counter--;
1411 }
1412 } else if (is_netdev) {
1413 if (f->is_netdev) {
1414 f->is_netdev = false;
1415 f->counter--;
1416 }
1417 } else {
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00001418 /* make sure we don't remove a filter in use by VF or netdev */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001419 int min_f = 0;
Jesse Brandeburg6995b362015-08-28 17:55:54 -04001420
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001421 min_f += (f->is_vf ? 1 : 0);
1422 min_f += (f->is_netdev ? 1 : 0);
1423
1424 if (f->counter > min_f)
1425 f->counter--;
1426 }
1427
1428 /* counter == 0 tells sync_filters_subtask to
1429 * remove the filter from the firmware's list
1430 */
1431 if (f->counter == 0) {
1432 f->changed = true;
1433 vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED;
1434 vsi->back->flags |= I40E_FLAG_FILTER_SYNC;
1435 }
1436}
1437
1438/**
1439 * i40e_set_mac - NDO callback to set mac address
1440 * @netdev: network interface device structure
1441 * @p: pointer to an address structure
1442 *
1443 * Returns 0 on success, negative on failure
1444 **/
Vasu Dev38e00432014-08-01 13:27:03 -07001445#ifdef I40E_FCOE
1446int i40e_set_mac(struct net_device *netdev, void *p)
1447#else
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001448static int i40e_set_mac(struct net_device *netdev, void *p)
Vasu Dev38e00432014-08-01 13:27:03 -07001449#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001450{
1451 struct i40e_netdev_priv *np = netdev_priv(netdev);
1452 struct i40e_vsi *vsi = np->vsi;
Shannon Nelson30650cc2014-07-29 04:01:50 +00001453 struct i40e_pf *pf = vsi->back;
1454 struct i40e_hw *hw = &pf->hw;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001455 struct sockaddr *addr = p;
1456 struct i40e_mac_filter *f;
1457
1458 if (!is_valid_ether_addr(addr->sa_data))
1459 return -EADDRNOTAVAIL;
1460
Shannon Nelson30650cc2014-07-29 04:01:50 +00001461 if (ether_addr_equal(netdev->dev_addr, addr->sa_data)) {
1462 netdev_info(netdev, "already using mac address %pM\n",
1463 addr->sa_data);
1464 return 0;
1465 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001466
Anjali Singhai Jain80f64282013-11-28 06:39:47 +00001467 if (test_bit(__I40E_DOWN, &vsi->back->state) ||
1468 test_bit(__I40E_RESET_RECOVERY_PENDING, &vsi->back->state))
1469 return -EADDRNOTAVAIL;
1470
Shannon Nelson30650cc2014-07-29 04:01:50 +00001471 if (ether_addr_equal(hw->mac.addr, addr->sa_data))
1472 netdev_info(netdev, "returning to hw mac address %pM\n",
1473 hw->mac.addr);
1474 else
1475 netdev_info(netdev, "set new mac address %pM\n", addr->sa_data);
1476
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001477 if (vsi->type == I40E_VSI_MAIN) {
1478 i40e_status ret;
Jesse Brandeburg6995b362015-08-28 17:55:54 -04001479
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001480 ret = i40e_aq_mac_address_write(&vsi->back->hw,
Shannon Nelsoncc412222014-06-04 01:23:21 +00001481 I40E_AQC_WRITE_TYPE_LAA_WOL,
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001482 addr->sa_data, NULL);
1483 if (ret) {
1484 netdev_info(netdev,
1485 "Addr change for Main VSI failed: %d\n",
1486 ret);
1487 return -EADDRNOTAVAIL;
1488 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001489 }
1490
Shannon Nelson30650cc2014-07-29 04:01:50 +00001491 if (ether_addr_equal(netdev->dev_addr, hw->mac.addr)) {
1492 struct i40e_aqc_remove_macvlan_element_data element;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001493
Shannon Nelson30650cc2014-07-29 04:01:50 +00001494 memset(&element, 0, sizeof(element));
1495 ether_addr_copy(element.mac_addr, netdev->dev_addr);
1496 element.flags = I40E_AQC_MACVLAN_DEL_PERFECT_MATCH;
1497 i40e_aq_remove_macvlan(&pf->hw, vsi->seid, &element, 1, NULL);
1498 } else {
Kiran Patil21659032015-09-30 14:09:03 -04001499 spin_lock_bh(&vsi->mac_filter_list_lock);
Shannon Nelson6c8ad1b2014-06-04 01:23:22 +00001500 i40e_del_filter(vsi, netdev->dev_addr, I40E_VLAN_ANY,
1501 false, false);
Kiran Patil21659032015-09-30 14:09:03 -04001502 spin_unlock_bh(&vsi->mac_filter_list_lock);
Shannon Nelson6c8ad1b2014-06-04 01:23:22 +00001503 }
1504
Shannon Nelson30650cc2014-07-29 04:01:50 +00001505 if (ether_addr_equal(addr->sa_data, hw->mac.addr)) {
1506 struct i40e_aqc_add_macvlan_element_data element;
1507
1508 memset(&element, 0, sizeof(element));
1509 ether_addr_copy(element.mac_addr, hw->mac.addr);
1510 element.flags = cpu_to_le16(I40E_AQC_MACVLAN_ADD_PERFECT_MATCH);
1511 i40e_aq_add_macvlan(&pf->hw, vsi->seid, &element, 1, NULL);
1512 } else {
Kiran Patil21659032015-09-30 14:09:03 -04001513 spin_lock_bh(&vsi->mac_filter_list_lock);
Shannon Nelson30650cc2014-07-29 04:01:50 +00001514 f = i40e_add_filter(vsi, addr->sa_data, I40E_VLAN_ANY,
1515 false, false);
1516 if (f)
1517 f->is_laa = true;
Kiran Patil21659032015-09-30 14:09:03 -04001518 spin_unlock_bh(&vsi->mac_filter_list_lock);
Shannon Nelson30650cc2014-07-29 04:01:50 +00001519 }
1520
Shannon Nelson30650cc2014-07-29 04:01:50 +00001521 ether_addr_copy(netdev->dev_addr, addr->sa_data);
Mitch Williamsea02e902015-11-09 15:35:50 -08001522
Jesse Brandeburgc53934c2016-01-04 10:33:06 -08001523 /* schedule our worker thread which will take care of
1524 * applying the new filter changes
1525 */
1526 i40e_service_event_schedule(vsi->back);
1527 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001528}
1529
1530/**
1531 * i40e_vsi_setup_queue_map - Setup a VSI queue map based on enabled_tc
1532 * @vsi: the VSI being setup
1533 * @ctxt: VSI context structure
1534 * @enabled_tc: Enabled TCs bitmap
1535 * @is_add: True if called before Add VSI
1536 *
1537 * Setup VSI queue mapping for enabled traffic classes.
1538 **/
Vasu Dev38e00432014-08-01 13:27:03 -07001539#ifdef I40E_FCOE
1540void i40e_vsi_setup_queue_map(struct i40e_vsi *vsi,
1541 struct i40e_vsi_context *ctxt,
1542 u8 enabled_tc,
1543 bool is_add)
1544#else
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001545static void i40e_vsi_setup_queue_map(struct i40e_vsi *vsi,
1546 struct i40e_vsi_context *ctxt,
1547 u8 enabled_tc,
1548 bool is_add)
Vasu Dev38e00432014-08-01 13:27:03 -07001549#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001550{
1551 struct i40e_pf *pf = vsi->back;
1552 u16 sections = 0;
1553 u8 netdev_tc = 0;
1554 u16 numtc = 0;
1555 u16 qcount;
1556 u8 offset;
1557 u16 qmap;
1558 int i;
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08001559 u16 num_tc_qps = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001560
1561 sections = I40E_AQ_VSI_PROP_QUEUE_MAP_VALID;
1562 offset = 0;
1563
1564 if (enabled_tc && (vsi->back->flags & I40E_FLAG_DCB_ENABLED)) {
1565 /* Find numtc from enabled TC bitmap */
1566 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08001567 if (enabled_tc & BIT(i)) /* TC is enabled */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001568 numtc++;
1569 }
1570 if (!numtc) {
1571 dev_warn(&pf->pdev->dev, "DCB is enabled but no TC enabled, forcing TC0\n");
1572 numtc = 1;
1573 }
1574 } else {
1575 /* At least TC0 is enabled in case of non-DCB case */
1576 numtc = 1;
1577 }
1578
1579 vsi->tc_config.numtc = numtc;
1580 vsi->tc_config.enabled_tc = enabled_tc ? enabled_tc : 1;
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08001581 /* Number of queues per enabled TC */
Catherine Sullivan7d644022016-05-16 10:26:41 -07001582 qcount = vsi->alloc_queue_pairs;
1583
Anjali Singhai7f9ff472015-02-21 06:43:19 +00001584 num_tc_qps = qcount / numtc;
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04001585 num_tc_qps = min_t(int, num_tc_qps, i40e_pf_get_max_q_per_tc(pf));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001586
1587 /* Setup queue offset/count for all TCs for given VSI */
1588 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
1589 /* See if the given TC is enabled for the given VSI */
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08001590 if (vsi->tc_config.enabled_tc & BIT(i)) {
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04001591 /* TC is enabled */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001592 int pow, num_qps;
1593
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001594 switch (vsi->type) {
1595 case I40E_VSI_MAIN:
Helin Zhangacd65442015-10-26 19:44:28 -04001596 qcount = min_t(int, pf->alloc_rss_size,
1597 num_tc_qps);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001598 break;
Vasu Dev38e00432014-08-01 13:27:03 -07001599#ifdef I40E_FCOE
1600 case I40E_VSI_FCOE:
1601 qcount = num_tc_qps;
1602 break;
1603#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001604 case I40E_VSI_FDIR:
1605 case I40E_VSI_SRIOV:
1606 case I40E_VSI_VMDQ2:
1607 default:
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08001608 qcount = num_tc_qps;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001609 WARN_ON(i != 0);
1610 break;
1611 }
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08001612 vsi->tc_config.tc_info[i].qoffset = offset;
1613 vsi->tc_config.tc_info[i].qcount = qcount;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001614
Shannon Nelson1e200e42015-02-27 09:15:24 +00001615 /* find the next higher power-of-2 of num queue pairs */
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08001616 num_qps = qcount;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001617 pow = 0;
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04001618 while (num_qps && (BIT_ULL(pow) < qcount)) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001619 pow++;
1620 num_qps >>= 1;
1621 }
1622
1623 vsi->tc_config.tc_info[i].netdev_tc = netdev_tc++;
1624 qmap =
1625 (offset << I40E_AQ_VSI_TC_QUE_OFFSET_SHIFT) |
1626 (pow << I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT);
1627
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08001628 offset += qcount;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001629 } else {
1630 /* TC is not enabled so set the offset to
1631 * default queue and allocate one queue
1632 * for the given TC.
1633 */
1634 vsi->tc_config.tc_info[i].qoffset = 0;
1635 vsi->tc_config.tc_info[i].qcount = 1;
1636 vsi->tc_config.tc_info[i].netdev_tc = 0;
1637
1638 qmap = 0;
1639 }
1640 ctxt->info.tc_mapping[i] = cpu_to_le16(qmap);
1641 }
1642
1643 /* Set actual Tx/Rx queue pairs */
1644 vsi->num_queue_pairs = offset;
Anjali Singhai Jain9a3bd2f2015-02-24 06:58:44 +00001645 if ((vsi->type == I40E_VSI_MAIN) && (numtc == 1)) {
1646 if (vsi->req_queue_pairs > 0)
1647 vsi->num_queue_pairs = vsi->req_queue_pairs;
Anjali Singhai Jain26cdc442015-07-10 19:36:00 -04001648 else if (pf->flags & I40E_FLAG_MSIX_ENABLED)
Anjali Singhai Jain9a3bd2f2015-02-24 06:58:44 +00001649 vsi->num_queue_pairs = pf->num_lan_msix;
1650 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001651
1652 /* Scheduler section valid can only be set for ADD VSI */
1653 if (is_add) {
1654 sections |= I40E_AQ_VSI_PROP_SCHED_VALID;
1655
1656 ctxt->info.up_enable_bits = enabled_tc;
1657 }
1658 if (vsi->type == I40E_VSI_SRIOV) {
1659 ctxt->info.mapping_flags |=
1660 cpu_to_le16(I40E_AQ_VSI_QUE_MAP_NONCONTIG);
1661 for (i = 0; i < vsi->num_queue_pairs; i++)
1662 ctxt->info.queue_mapping[i] =
1663 cpu_to_le16(vsi->base_queue + i);
1664 } else {
1665 ctxt->info.mapping_flags |=
1666 cpu_to_le16(I40E_AQ_VSI_QUE_MAP_CONTIG);
1667 ctxt->info.queue_mapping[0] = cpu_to_le16(vsi->base_queue);
1668 }
1669 ctxt->info.valid_sections |= cpu_to_le16(sections);
1670}
1671
1672/**
1673 * i40e_set_rx_mode - NDO callback to set the netdev filters
1674 * @netdev: network interface device structure
1675 **/
Vasu Dev38e00432014-08-01 13:27:03 -07001676#ifdef I40E_FCOE
1677void i40e_set_rx_mode(struct net_device *netdev)
1678#else
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001679static void i40e_set_rx_mode(struct net_device *netdev)
Vasu Dev38e00432014-08-01 13:27:03 -07001680#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001681{
1682 struct i40e_netdev_priv *np = netdev_priv(netdev);
1683 struct i40e_mac_filter *f, *ftmp;
1684 struct i40e_vsi *vsi = np->vsi;
1685 struct netdev_hw_addr *uca;
1686 struct netdev_hw_addr *mca;
1687 struct netdev_hw_addr *ha;
1688
Kiran Patil21659032015-09-30 14:09:03 -04001689 spin_lock_bh(&vsi->mac_filter_list_lock);
1690
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001691 /* add addr if not already in the filter list */
1692 netdev_for_each_uc_addr(uca, netdev) {
1693 if (!i40e_find_mac(vsi, uca->addr, false, true)) {
1694 if (i40e_is_vsi_in_vlan(vsi))
1695 i40e_put_mac_in_vlan(vsi, uca->addr,
1696 false, true);
1697 else
1698 i40e_add_filter(vsi, uca->addr, I40E_VLAN_ANY,
1699 false, true);
1700 }
1701 }
1702
1703 netdev_for_each_mc_addr(mca, netdev) {
1704 if (!i40e_find_mac(vsi, mca->addr, false, true)) {
1705 if (i40e_is_vsi_in_vlan(vsi))
1706 i40e_put_mac_in_vlan(vsi, mca->addr,
1707 false, true);
1708 else
1709 i40e_add_filter(vsi, mca->addr, I40E_VLAN_ANY,
1710 false, true);
1711 }
1712 }
1713
1714 /* remove filter if not in netdev list */
1715 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001716
1717 if (!f->is_netdev)
1718 continue;
1719
Shannon Nelson2f41f332015-08-26 15:14:20 -04001720 netdev_for_each_mc_addr(mca, netdev)
1721 if (ether_addr_equal(mca->addr, f->macaddr))
1722 goto bottom_of_search_loop;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001723
Shannon Nelson2f41f332015-08-26 15:14:20 -04001724 netdev_for_each_uc_addr(uca, netdev)
1725 if (ether_addr_equal(uca->addr, f->macaddr))
1726 goto bottom_of_search_loop;
1727
1728 for_each_dev_addr(netdev, ha)
1729 if (ether_addr_equal(ha->addr, f->macaddr))
1730 goto bottom_of_search_loop;
1731
1732 /* f->macaddr wasn't found in uc, mc, or ha list so delete it */
1733 i40e_del_filter(vsi, f->macaddr, I40E_VLAN_ANY, false, true);
1734
1735bottom_of_search_loop:
1736 continue;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001737 }
Kiran Patil21659032015-09-30 14:09:03 -04001738 spin_unlock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001739
1740 /* check for other flag changes */
1741 if (vsi->current_netdev_flags != vsi->netdev->flags) {
1742 vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED;
1743 vsi->back->flags |= I40E_FLAG_FILTER_SYNC;
1744 }
Jesse Brandeburgc53934c2016-01-04 10:33:06 -08001745
1746 /* schedule our worker thread which will take care of
1747 * applying the new filter changes
1748 */
1749 i40e_service_event_schedule(vsi->back);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001750}
1751
1752/**
Kiran Patil21659032015-09-30 14:09:03 -04001753 * i40e_mac_filter_entry_clone - Clones a MAC filter entry
1754 * @src: source MAC filter entry to be clones
1755 *
1756 * Returns the pointer to newly cloned MAC filter entry or NULL
1757 * in case of error
1758 **/
1759static struct i40e_mac_filter *i40e_mac_filter_entry_clone(
1760 struct i40e_mac_filter *src)
1761{
1762 struct i40e_mac_filter *f;
1763
1764 f = kzalloc(sizeof(*f), GFP_ATOMIC);
1765 if (!f)
1766 return NULL;
1767 *f = *src;
1768
1769 INIT_LIST_HEAD(&f->list);
1770
1771 return f;
1772}
1773
1774/**
1775 * i40e_undo_del_filter_entries - Undo the changes made to MAC filter entries
1776 * @vsi: pointer to vsi struct
1777 * @from: Pointer to list which contains MAC filter entries - changes to
1778 * those entries needs to be undone.
1779 *
1780 * MAC filter entries from list were slated to be removed from device.
1781 **/
1782static void i40e_undo_del_filter_entries(struct i40e_vsi *vsi,
1783 struct list_head *from)
1784{
1785 struct i40e_mac_filter *f, *ftmp;
1786
1787 list_for_each_entry_safe(f, ftmp, from, list) {
1788 f->changed = true;
1789 /* Move the element back into MAC filter list*/
1790 list_move_tail(&f->list, &vsi->mac_filter_list);
1791 }
1792}
1793
1794/**
1795 * i40e_undo_add_filter_entries - Undo the changes made to MAC filter entries
1796 * @vsi: pointer to vsi struct
1797 *
1798 * MAC filter entries from list were slated to be added from device.
1799 **/
1800static void i40e_undo_add_filter_entries(struct i40e_vsi *vsi)
1801{
1802 struct i40e_mac_filter *f, *ftmp;
1803
1804 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) {
1805 if (!f->changed && f->counter)
1806 f->changed = true;
1807 }
1808}
1809
1810/**
1811 * i40e_cleanup_add_list - Deletes the element from add list and release
1812 * memory
1813 * @add_list: Pointer to list which contains MAC filter entries
1814 **/
1815static void i40e_cleanup_add_list(struct list_head *add_list)
1816{
1817 struct i40e_mac_filter *f, *ftmp;
1818
1819 list_for_each_entry_safe(f, ftmp, add_list, list) {
1820 list_del(&f->list);
1821 kfree(f);
1822 }
1823}
1824
1825/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001826 * i40e_sync_vsi_filters - Update the VSI filter list to the HW
1827 * @vsi: ptr to the VSI
1828 *
1829 * Push any outstanding VSI filter changes through the AdminQ.
1830 *
1831 * Returns 0 or error value
1832 **/
Jesse Brandeburg17652c62015-11-05 17:01:02 -08001833int i40e_sync_vsi_filters(struct i40e_vsi *vsi)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001834{
Kiran Patil21659032015-09-30 14:09:03 -04001835 struct list_head tmp_del_list, tmp_add_list;
1836 struct i40e_mac_filter *f, *ftmp, *fclone;
Mitch Williams3e25a8f2016-05-16 10:26:32 -07001837 struct i40e_hw *hw = &vsi->back->hw;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001838 bool promisc_forced_on = false;
1839 bool add_happened = false;
Shannon Nelson2d1de822016-05-16 10:26:44 -07001840 char vsi_name[16] = "PF";
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001841 int filter_list_len = 0;
1842 u32 changed_flags = 0;
Mitch Williamsea02e902015-11-09 15:35:50 -08001843 i40e_status aq_ret = 0;
Kiran Patil21659032015-09-30 14:09:03 -04001844 bool err_cond = false;
Mitch Williamsea02e902015-11-09 15:35:50 -08001845 int retval = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001846 struct i40e_pf *pf;
1847 int num_add = 0;
1848 int num_del = 0;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04001849 int aq_err = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001850 u16 cmd_flags;
1851
1852 /* empty array typed pointers, kcalloc later */
1853 struct i40e_aqc_add_macvlan_element_data *add_list;
1854 struct i40e_aqc_remove_macvlan_element_data *del_list;
1855
1856 while (test_and_set_bit(__I40E_CONFIG_BUSY, &vsi->state))
1857 usleep_range(1000, 2000);
1858 pf = vsi->back;
1859
1860 if (vsi->netdev) {
1861 changed_flags = vsi->current_netdev_flags ^ vsi->netdev->flags;
1862 vsi->current_netdev_flags = vsi->netdev->flags;
1863 }
1864
Kiran Patil21659032015-09-30 14:09:03 -04001865 INIT_LIST_HEAD(&tmp_del_list);
1866 INIT_LIST_HEAD(&tmp_add_list);
1867
Shannon Nelson2d1de822016-05-16 10:26:44 -07001868 if (vsi->type == I40E_VSI_SRIOV)
1869 snprintf(vsi_name, sizeof(vsi_name) - 1, "VF %d", vsi->vf_id);
1870 else if (vsi->type != I40E_VSI_MAIN)
1871 snprintf(vsi_name, sizeof(vsi_name) - 1, "vsi %d", vsi->seid);
1872
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001873 if (vsi->flags & I40E_VSI_FLAG_FILTER_CHANGED) {
1874 vsi->flags &= ~I40E_VSI_FLAG_FILTER_CHANGED;
1875
Kiran Patil21659032015-09-30 14:09:03 -04001876 spin_lock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001877 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) {
1878 if (!f->changed)
1879 continue;
1880
1881 if (f->counter != 0)
1882 continue;
1883 f->changed = false;
Kiran Patil21659032015-09-30 14:09:03 -04001884
1885 /* Move the element into temporary del_list */
1886 list_move_tail(&f->list, &tmp_del_list);
1887 }
1888
1889 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) {
1890 if (!f->changed)
1891 continue;
1892
1893 if (f->counter == 0)
1894 continue;
1895 f->changed = false;
1896
1897 /* Clone MAC filter entry and add into temporary list */
1898 fclone = i40e_mac_filter_entry_clone(f);
1899 if (!fclone) {
1900 err_cond = true;
1901 break;
1902 }
1903 list_add_tail(&fclone->list, &tmp_add_list);
1904 }
1905
1906 /* if failed to clone MAC filter entry - undo */
1907 if (err_cond) {
1908 i40e_undo_del_filter_entries(vsi, &tmp_del_list);
1909 i40e_undo_add_filter_entries(vsi);
1910 }
1911 spin_unlock_bh(&vsi->mac_filter_list_lock);
1912
Mitch Williamsea02e902015-11-09 15:35:50 -08001913 if (err_cond) {
Kiran Patil21659032015-09-30 14:09:03 -04001914 i40e_cleanup_add_list(&tmp_add_list);
Mitch Williamsea02e902015-11-09 15:35:50 -08001915 retval = -ENOMEM;
1916 goto out;
1917 }
Kiran Patil21659032015-09-30 14:09:03 -04001918 }
1919
1920 /* Now process 'del_list' outside the lock */
1921 if (!list_empty(&tmp_del_list)) {
Shannon Nelsonf1199992015-11-19 11:34:23 -08001922 int del_list_size;
1923
Mitch Williams3e25a8f2016-05-16 10:26:32 -07001924 filter_list_len = hw->aq.asq_buf_size /
Kiran Patil21659032015-09-30 14:09:03 -04001925 sizeof(struct i40e_aqc_remove_macvlan_element_data);
Shannon Nelsonf1199992015-11-19 11:34:23 -08001926 del_list_size = filter_list_len *
1927 sizeof(struct i40e_aqc_remove_macvlan_element_data);
Jesse Brandeburg38c3cec2016-01-04 10:33:05 -08001928 del_list = kzalloc(del_list_size, GFP_ATOMIC);
Kiran Patil21659032015-09-30 14:09:03 -04001929 if (!del_list) {
1930 i40e_cleanup_add_list(&tmp_add_list);
1931
1932 /* Undo VSI's MAC filter entry element updates */
1933 spin_lock_bh(&vsi->mac_filter_list_lock);
1934 i40e_undo_del_filter_entries(vsi, &tmp_del_list);
1935 i40e_undo_add_filter_entries(vsi);
1936 spin_unlock_bh(&vsi->mac_filter_list_lock);
Mitch Williamsea02e902015-11-09 15:35:50 -08001937 retval = -ENOMEM;
1938 goto out;
Kiran Patil21659032015-09-30 14:09:03 -04001939 }
1940
1941 list_for_each_entry_safe(f, ftmp, &tmp_del_list, list) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001942 cmd_flags = 0;
1943
1944 /* add to delete list */
Greg Rose9a173902014-05-22 06:32:02 +00001945 ether_addr_copy(del_list[num_del].mac_addr, f->macaddr);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001946 del_list[num_del].vlan_tag =
1947 cpu_to_le16((u16)(f->vlan ==
1948 I40E_VLAN_ANY ? 0 : f->vlan));
1949
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001950 cmd_flags |= I40E_AQC_MACVLAN_DEL_PERFECT_MATCH;
1951 del_list[num_del].flags = cmd_flags;
1952 num_del++;
1953
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001954 /* flush a full buffer */
1955 if (num_del == filter_list_len) {
Mitch Williams3e25a8f2016-05-16 10:26:32 -07001956 aq_ret =
1957 i40e_aq_remove_macvlan(hw, vsi->seid,
1958 del_list,
1959 num_del, NULL);
1960 aq_err = hw->aq.asq_last_status;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001961 num_del = 0;
Shannon Nelsonf1199992015-11-19 11:34:23 -08001962 memset(del_list, 0, del_list_size);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001963
Mitch Williamsea02e902015-11-09 15:35:50 -08001964 if (aq_ret && aq_err != I40E_AQ_RC_ENOENT) {
1965 retval = -EIO;
Kiran Patil21659032015-09-30 14:09:03 -04001966 dev_err(&pf->pdev->dev,
Shannon Nelson2d1de822016-05-16 10:26:44 -07001967 "ignoring delete macvlan error on %s, err %s, aq_err %s while flushing a full buffer\n",
1968 vsi_name,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07001969 i40e_stat_str(hw, aq_ret),
1970 i40e_aq_str(hw, aq_err));
Mitch Williamsea02e902015-11-09 15:35:50 -08001971 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001972 }
Kiran Patil21659032015-09-30 14:09:03 -04001973 /* Release memory for MAC filter entries which were
1974 * synced up with HW.
1975 */
1976 list_del(&f->list);
1977 kfree(f);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001978 }
Kiran Patil21659032015-09-30 14:09:03 -04001979
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001980 if (num_del) {
Mitch Williams3e25a8f2016-05-16 10:26:32 -07001981 aq_ret = i40e_aq_remove_macvlan(hw, vsi->seid, del_list,
1982 num_del, NULL);
1983 aq_err = hw->aq.asq_last_status;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001984 num_del = 0;
1985
Mitch Williamsea02e902015-11-09 15:35:50 -08001986 if (aq_ret && aq_err != I40E_AQ_RC_ENOENT)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001987 dev_info(&pf->pdev->dev,
Shannon Nelson2d1de822016-05-16 10:26:44 -07001988 "ignoring delete macvlan error on %s, err %s aq_err %s\n",
1989 vsi_name,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07001990 i40e_stat_str(hw, aq_ret),
1991 i40e_aq_str(hw, aq_err));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00001992 }
1993
1994 kfree(del_list);
1995 del_list = NULL;
Kiran Patil21659032015-09-30 14:09:03 -04001996 }
1997
1998 if (!list_empty(&tmp_add_list)) {
Shannon Nelsonf1199992015-11-19 11:34:23 -08001999 int add_list_size;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002000
2001 /* do all the adds now */
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002002 filter_list_len = hw->aq.asq_buf_size /
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002003 sizeof(struct i40e_aqc_add_macvlan_element_data),
Shannon Nelsonf1199992015-11-19 11:34:23 -08002004 add_list_size = filter_list_len *
2005 sizeof(struct i40e_aqc_add_macvlan_element_data);
Jesse Brandeburg38c3cec2016-01-04 10:33:05 -08002006 add_list = kzalloc(add_list_size, GFP_ATOMIC);
Kiran Patil21659032015-09-30 14:09:03 -04002007 if (!add_list) {
2008 /* Purge element from temporary lists */
2009 i40e_cleanup_add_list(&tmp_add_list);
2010
2011 /* Undo add filter entries from VSI MAC filter list */
2012 spin_lock_bh(&vsi->mac_filter_list_lock);
2013 i40e_undo_add_filter_entries(vsi);
2014 spin_unlock_bh(&vsi->mac_filter_list_lock);
Mitch Williamsea02e902015-11-09 15:35:50 -08002015 retval = -ENOMEM;
2016 goto out;
Kiran Patil21659032015-09-30 14:09:03 -04002017 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002018
Kiran Patil21659032015-09-30 14:09:03 -04002019 list_for_each_entry_safe(f, ftmp, &tmp_add_list, list) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002020
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002021 add_happened = true;
2022 cmd_flags = 0;
2023
2024 /* add to add array */
Greg Rose9a173902014-05-22 06:32:02 +00002025 ether_addr_copy(add_list[num_add].mac_addr, f->macaddr);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002026 add_list[num_add].vlan_tag =
2027 cpu_to_le16(
2028 (u16)(f->vlan == I40E_VLAN_ANY ? 0 : f->vlan));
2029 add_list[num_add].queue_number = 0;
2030
2031 cmd_flags |= I40E_AQC_MACVLAN_ADD_PERFECT_MATCH;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002032 add_list[num_add].flags = cpu_to_le16(cmd_flags);
2033 num_add++;
2034
2035 /* flush a full buffer */
2036 if (num_add == filter_list_len) {
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002037 aq_ret = i40e_aq_add_macvlan(hw, vsi->seid,
Mitch Williamsea02e902015-11-09 15:35:50 -08002038 add_list, num_add,
2039 NULL);
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002040 aq_err = hw->aq.asq_last_status;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002041 num_add = 0;
2042
Mitch Williamsea02e902015-11-09 15:35:50 -08002043 if (aq_ret)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002044 break;
Shannon Nelsonf1199992015-11-19 11:34:23 -08002045 memset(add_list, 0, add_list_size);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002046 }
Kiran Patil21659032015-09-30 14:09:03 -04002047 /* Entries from tmp_add_list were cloned from MAC
2048 * filter list, hence clean those cloned entries
2049 */
2050 list_del(&f->list);
2051 kfree(f);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002052 }
Kiran Patil21659032015-09-30 14:09:03 -04002053
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002054 if (num_add) {
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002055 aq_ret = i40e_aq_add_macvlan(hw, vsi->seid,
Mitch Williamsea02e902015-11-09 15:35:50 -08002056 add_list, num_add, NULL);
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002057 aq_err = hw->aq.asq_last_status;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002058 num_add = 0;
2059 }
2060 kfree(add_list);
2061 add_list = NULL;
2062
Mitch Williamsea02e902015-11-09 15:35:50 -08002063 if (add_happened && aq_ret && aq_err != I40E_AQ_RC_EINVAL) {
2064 retval = i40e_aq_rc_to_posix(aq_ret, aq_err);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002065 dev_info(&pf->pdev->dev,
Shannon Nelson2d1de822016-05-16 10:26:44 -07002066 "add filter failed on %s, err %s aq_err %s\n",
2067 vsi_name,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002068 i40e_stat_str(hw, aq_ret),
2069 i40e_aq_str(hw, aq_err));
2070 if ((hw->aq.asq_last_status == I40E_AQ_RC_ENOSPC) &&
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002071 !test_bit(__I40E_FILTER_OVERFLOW_PROMISC,
2072 &vsi->state)) {
2073 promisc_forced_on = true;
2074 set_bit(__I40E_FILTER_OVERFLOW_PROMISC,
2075 &vsi->state);
Shannon Nelson2d1de822016-05-16 10:26:44 -07002076 dev_info(&pf->pdev->dev, "promiscuous mode forced on %s\n",
2077 vsi_name);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002078 }
2079 }
2080 }
2081
Anjali Singhai Jaina856b5c2016-04-13 03:08:23 -07002082 /* if the VF is not trusted do not do promisc */
2083 if ((vsi->type == I40E_VSI_SRIOV) && !pf->vf[vsi->vf_id].trusted) {
2084 clear_bit(__I40E_FILTER_OVERFLOW_PROMISC, &vsi->state);
2085 goto out;
2086 }
2087
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002088 /* check for changes in promiscuous modes */
2089 if (changed_flags & IFF_ALLMULTI) {
2090 bool cur_multipromisc;
Jesse Brandeburg6995b362015-08-28 17:55:54 -04002091
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002092 cur_multipromisc = !!(vsi->current_netdev_flags & IFF_ALLMULTI);
Mitch Williamsea02e902015-11-09 15:35:50 -08002093 aq_ret = i40e_aq_set_vsi_multicast_promiscuous(&vsi->back->hw,
2094 vsi->seid,
2095 cur_multipromisc,
2096 NULL);
2097 if (aq_ret) {
2098 retval = i40e_aq_rc_to_posix(aq_ret,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002099 hw->aq.asq_last_status);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002100 dev_info(&pf->pdev->dev,
Shannon Nelson2d1de822016-05-16 10:26:44 -07002101 "set multi promisc failed on %s, err %s aq_err %s\n",
2102 vsi_name,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002103 i40e_stat_str(hw, aq_ret),
2104 i40e_aq_str(hw, hw->aq.asq_last_status));
Mitch Williamsea02e902015-11-09 15:35:50 -08002105 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002106 }
2107 if ((changed_flags & IFF_PROMISC) || promisc_forced_on) {
2108 bool cur_promisc;
Jesse Brandeburg6995b362015-08-28 17:55:54 -04002109
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002110 cur_promisc = (!!(vsi->current_netdev_flags & IFF_PROMISC) ||
2111 test_bit(__I40E_FILTER_OVERFLOW_PROMISC,
2112 &vsi->state));
Anjali Singhai Jain6784ed52016-01-15 14:33:13 -08002113 if ((vsi->type == I40E_VSI_MAIN) &&
2114 (pf->lan_veb != I40E_NO_VEB) &&
2115 !(pf->flags & I40E_FLAG_MFP_ENABLED)) {
Anjali Singhai Jain92faef82015-07-28 13:02:00 -04002116 /* set defport ON for Main VSI instead of true promisc
2117 * this way we will get all unicast/multicast and VLAN
2118 * promisc behavior but will not get VF or VMDq traffic
2119 * replicated on the Main VSI.
2120 */
2121 if (pf->cur_promisc != cur_promisc) {
2122 pf->cur_promisc = cur_promisc;
Mitch Williams5bc16032016-05-16 10:26:43 -07002123 if (cur_promisc)
2124 aq_ret =
2125 i40e_aq_set_default_vsi(hw,
2126 vsi->seid,
2127 NULL);
2128 else
2129 aq_ret =
2130 i40e_aq_clear_default_vsi(hw,
2131 vsi->seid,
2132 NULL);
2133 if (aq_ret) {
2134 retval = i40e_aq_rc_to_posix(aq_ret,
2135 hw->aq.asq_last_status);
2136 dev_info(&pf->pdev->dev,
Shannon Nelson2d1de822016-05-16 10:26:44 -07002137 "Set default VSI failed on %s, err %s, aq_err %s\n",
2138 vsi_name,
Mitch Williams5bc16032016-05-16 10:26:43 -07002139 i40e_stat_str(hw, aq_ret),
2140 i40e_aq_str(hw,
2141 hw->aq.asq_last_status));
2142 }
Anjali Singhai Jain92faef82015-07-28 13:02:00 -04002143 }
2144 } else {
Mitch Williamsea02e902015-11-09 15:35:50 -08002145 aq_ret = i40e_aq_set_vsi_unicast_promiscuous(
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002146 hw,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04002147 vsi->seid,
Anjali Singhai Jainb5569892016-05-03 15:13:12 -07002148 cur_promisc, NULL,
2149 true);
Mitch Williamsea02e902015-11-09 15:35:50 -08002150 if (aq_ret) {
2151 retval =
2152 i40e_aq_rc_to_posix(aq_ret,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002153 hw->aq.asq_last_status);
Anjali Singhai Jain92faef82015-07-28 13:02:00 -04002154 dev_info(&pf->pdev->dev,
Shannon Nelson2d1de822016-05-16 10:26:44 -07002155 "set unicast promisc failed on %s, err %s, aq_err %s\n",
2156 vsi_name,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002157 i40e_stat_str(hw, aq_ret),
2158 i40e_aq_str(hw,
2159 hw->aq.asq_last_status));
Mitch Williamsea02e902015-11-09 15:35:50 -08002160 }
2161 aq_ret = i40e_aq_set_vsi_multicast_promiscuous(
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002162 hw,
Anjali Singhai Jain92faef82015-07-28 13:02:00 -04002163 vsi->seid,
2164 cur_promisc, NULL);
Mitch Williamsea02e902015-11-09 15:35:50 -08002165 if (aq_ret) {
2166 retval =
2167 i40e_aq_rc_to_posix(aq_ret,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002168 hw->aq.asq_last_status);
Anjali Singhai Jain92faef82015-07-28 13:02:00 -04002169 dev_info(&pf->pdev->dev,
Shannon Nelson2d1de822016-05-16 10:26:44 -07002170 "set multicast promisc failed on %s, err %s, aq_err %s\n",
2171 vsi_name,
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002172 i40e_stat_str(hw, aq_ret),
2173 i40e_aq_str(hw,
2174 hw->aq.asq_last_status));
Mitch Williamsea02e902015-11-09 15:35:50 -08002175 }
Anjali Singhai Jain92faef82015-07-28 13:02:00 -04002176 }
Mitch Williamsea02e902015-11-09 15:35:50 -08002177 aq_ret = i40e_aq_set_vsi_broadcast(&vsi->back->hw,
2178 vsi->seid,
2179 cur_promisc, NULL);
2180 if (aq_ret) {
2181 retval = i40e_aq_rc_to_posix(aq_ret,
2182 pf->hw.aq.asq_last_status);
Greg Rose1a103702013-11-28 06:42:39 +00002183 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04002184 "set brdcast promisc failed, err %s, aq_err %s\n",
Mitch Williams3e25a8f2016-05-16 10:26:32 -07002185 i40e_stat_str(hw, aq_ret),
2186 i40e_aq_str(hw,
2187 hw->aq.asq_last_status));
Mitch Williamsea02e902015-11-09 15:35:50 -08002188 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002189 }
Mitch Williamsea02e902015-11-09 15:35:50 -08002190out:
Jesse Brandeburg2818ccd2016-01-13 16:51:38 -08002191 /* if something went wrong then set the changed flag so we try again */
2192 if (retval)
2193 vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED;
2194
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002195 clear_bit(__I40E_CONFIG_BUSY, &vsi->state);
Mitch Williamsea02e902015-11-09 15:35:50 -08002196 return retval;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002197}
2198
2199/**
2200 * i40e_sync_filters_subtask - Sync the VSI filter list with HW
2201 * @pf: board private structure
2202 **/
2203static void i40e_sync_filters_subtask(struct i40e_pf *pf)
2204{
2205 int v;
2206
2207 if (!pf || !(pf->flags & I40E_FLAG_FILTER_SYNC))
2208 return;
2209 pf->flags &= ~I40E_FLAG_FILTER_SYNC;
2210
Mitch Williams505682c2014-05-20 08:01:37 +00002211 for (v = 0; v < pf->num_alloc_vsi; v++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002212 if (pf->vsi[v] &&
Jesse Brandeburg17652c62015-11-05 17:01:02 -08002213 (pf->vsi[v]->flags & I40E_VSI_FLAG_FILTER_CHANGED)) {
2214 int ret = i40e_sync_vsi_filters(pf->vsi[v]);
2215
2216 if (ret) {
2217 /* come back and try again later */
2218 pf->flags |= I40E_FLAG_FILTER_SYNC;
2219 break;
2220 }
2221 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002222 }
2223}
2224
2225/**
2226 * i40e_change_mtu - NDO callback to change the Maximum Transfer Unit
2227 * @netdev: network interface device structure
2228 * @new_mtu: new value for maximum frame size
2229 *
2230 * Returns 0 on success, negative on failure
2231 **/
2232static int i40e_change_mtu(struct net_device *netdev, int new_mtu)
2233{
2234 struct i40e_netdev_priv *np = netdev_priv(netdev);
Jesse Brandeburg61a46a42014-04-23 04:50:05 +00002235 int max_frame = new_mtu + ETH_HLEN + ETH_FCS_LEN + VLAN_HLEN;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002236 struct i40e_vsi *vsi = np->vsi;
2237
2238 /* MTU < 68 is an error and causes problems on some kernels */
2239 if ((new_mtu < 68) || (max_frame > I40E_MAX_RXBUFFER))
2240 return -EINVAL;
2241
2242 netdev_info(netdev, "changing MTU from %d to %d\n",
2243 netdev->mtu, new_mtu);
2244 netdev->mtu = new_mtu;
2245 if (netif_running(netdev))
2246 i40e_vsi_reinit_locked(vsi);
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06002247 i40e_notify_client_of_l2_param_changes(vsi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002248 return 0;
2249}
2250
2251/**
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00002252 * i40e_ioctl - Access the hwtstamp interface
2253 * @netdev: network interface device structure
2254 * @ifr: interface request data
2255 * @cmd: ioctl command
2256 **/
2257int i40e_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
2258{
2259 struct i40e_netdev_priv *np = netdev_priv(netdev);
2260 struct i40e_pf *pf = np->vsi->back;
2261
2262 switch (cmd) {
2263 case SIOCGHWTSTAMP:
2264 return i40e_ptp_get_ts_config(pf, ifr);
2265 case SIOCSHWTSTAMP:
2266 return i40e_ptp_set_ts_config(pf, ifr);
2267 default:
2268 return -EOPNOTSUPP;
2269 }
2270}
2271
2272/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002273 * i40e_vlan_stripping_enable - Turn on vlan stripping for the VSI
2274 * @vsi: the vsi being adjusted
2275 **/
2276void i40e_vlan_stripping_enable(struct i40e_vsi *vsi)
2277{
2278 struct i40e_vsi_context ctxt;
2279 i40e_status ret;
2280
2281 if ((vsi->info.valid_sections &
2282 cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID)) &&
2283 ((vsi->info.port_vlan_flags & I40E_AQ_VSI_PVLAN_MODE_MASK) == 0))
2284 return; /* already enabled */
2285
2286 vsi->info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID);
2287 vsi->info.port_vlan_flags = I40E_AQ_VSI_PVLAN_MODE_ALL |
2288 I40E_AQ_VSI_PVLAN_EMOD_STR_BOTH;
2289
2290 ctxt.seid = vsi->seid;
Jesse Brandeburg1a2f6242015-03-31 00:45:01 -07002291 ctxt.info = vsi->info;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002292 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL);
2293 if (ret) {
2294 dev_info(&vsi->back->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04002295 "update vlan stripping failed, err %s aq_err %s\n",
2296 i40e_stat_str(&vsi->back->hw, ret),
2297 i40e_aq_str(&vsi->back->hw,
2298 vsi->back->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002299 }
2300}
2301
2302/**
2303 * i40e_vlan_stripping_disable - Turn off vlan stripping for the VSI
2304 * @vsi: the vsi being adjusted
2305 **/
2306void i40e_vlan_stripping_disable(struct i40e_vsi *vsi)
2307{
2308 struct i40e_vsi_context ctxt;
2309 i40e_status ret;
2310
2311 if ((vsi->info.valid_sections &
2312 cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID)) &&
2313 ((vsi->info.port_vlan_flags & I40E_AQ_VSI_PVLAN_EMOD_MASK) ==
2314 I40E_AQ_VSI_PVLAN_EMOD_MASK))
2315 return; /* already disabled */
2316
2317 vsi->info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID);
2318 vsi->info.port_vlan_flags = I40E_AQ_VSI_PVLAN_MODE_ALL |
2319 I40E_AQ_VSI_PVLAN_EMOD_NOTHING;
2320
2321 ctxt.seid = vsi->seid;
Jesse Brandeburg1a2f6242015-03-31 00:45:01 -07002322 ctxt.info = vsi->info;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002323 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL);
2324 if (ret) {
2325 dev_info(&vsi->back->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04002326 "update vlan stripping failed, err %s aq_err %s\n",
2327 i40e_stat_str(&vsi->back->hw, ret),
2328 i40e_aq_str(&vsi->back->hw,
2329 vsi->back->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002330 }
2331}
2332
2333/**
2334 * i40e_vlan_rx_register - Setup or shutdown vlan offload
2335 * @netdev: network interface to be adjusted
2336 * @features: netdev features to test if VLAN offload is enabled or not
2337 **/
2338static void i40e_vlan_rx_register(struct net_device *netdev, u32 features)
2339{
2340 struct i40e_netdev_priv *np = netdev_priv(netdev);
2341 struct i40e_vsi *vsi = np->vsi;
2342
2343 if (features & NETIF_F_HW_VLAN_CTAG_RX)
2344 i40e_vlan_stripping_enable(vsi);
2345 else
2346 i40e_vlan_stripping_disable(vsi);
2347}
2348
2349/**
2350 * i40e_vsi_add_vlan - Add vsi membership for given vlan
2351 * @vsi: the vsi being configured
2352 * @vid: vlan id to be added (0 = untagged only , -1 = any)
2353 **/
2354int i40e_vsi_add_vlan(struct i40e_vsi *vsi, s16 vid)
2355{
2356 struct i40e_mac_filter *f, *add_f;
2357 bool is_netdev, is_vf;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002358
2359 is_vf = (vsi->type == I40E_VSI_SRIOV);
2360 is_netdev = !!(vsi->netdev);
2361
Kiran Patil21659032015-09-30 14:09:03 -04002362 /* Locked once because all functions invoked below iterates list*/
2363 spin_lock_bh(&vsi->mac_filter_list_lock);
2364
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002365 if (is_netdev) {
2366 add_f = i40e_add_filter(vsi, vsi->netdev->dev_addr, vid,
2367 is_vf, is_netdev);
2368 if (!add_f) {
2369 dev_info(&vsi->back->pdev->dev,
2370 "Could not add vlan filter %d for %pM\n",
2371 vid, vsi->netdev->dev_addr);
Kiran Patil21659032015-09-30 14:09:03 -04002372 spin_unlock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002373 return -ENOMEM;
2374 }
2375 }
2376
2377 list_for_each_entry(f, &vsi->mac_filter_list, list) {
2378 add_f = i40e_add_filter(vsi, f->macaddr, vid, is_vf, is_netdev);
2379 if (!add_f) {
2380 dev_info(&vsi->back->pdev->dev,
2381 "Could not add vlan filter %d for %pM\n",
2382 vid, f->macaddr);
Kiran Patil21659032015-09-30 14:09:03 -04002383 spin_unlock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002384 return -ENOMEM;
2385 }
2386 }
2387
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002388 /* Now if we add a vlan tag, make sure to check if it is the first
2389 * tag (i.e. a "tag" -1 does exist) and if so replace the -1 "tag"
2390 * with 0, so we now accept untagged and specified tagged traffic
2391 * (and not any taged and untagged)
2392 */
2393 if (vid > 0) {
2394 if (is_netdev && i40e_find_filter(vsi, vsi->netdev->dev_addr,
2395 I40E_VLAN_ANY,
2396 is_vf, is_netdev)) {
2397 i40e_del_filter(vsi, vsi->netdev->dev_addr,
2398 I40E_VLAN_ANY, is_vf, is_netdev);
2399 add_f = i40e_add_filter(vsi, vsi->netdev->dev_addr, 0,
2400 is_vf, is_netdev);
2401 if (!add_f) {
2402 dev_info(&vsi->back->pdev->dev,
2403 "Could not add filter 0 for %pM\n",
2404 vsi->netdev->dev_addr);
Kiran Patil21659032015-09-30 14:09:03 -04002405 spin_unlock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002406 return -ENOMEM;
2407 }
2408 }
Greg Rose8d82a7c2014-01-13 16:13:04 -08002409 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002410
Greg Rose8d82a7c2014-01-13 16:13:04 -08002411 /* Do not assume that I40E_VLAN_ANY should be reset to VLAN 0 */
2412 if (vid > 0 && !vsi->info.pvid) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002413 list_for_each_entry(f, &vsi->mac_filter_list, list) {
Kiran Patil21659032015-09-30 14:09:03 -04002414 if (!i40e_find_filter(vsi, f->macaddr, I40E_VLAN_ANY,
2415 is_vf, is_netdev))
2416 continue;
2417 i40e_del_filter(vsi, f->macaddr, I40E_VLAN_ANY,
2418 is_vf, is_netdev);
2419 add_f = i40e_add_filter(vsi, f->macaddr,
2420 0, is_vf, is_netdev);
2421 if (!add_f) {
2422 dev_info(&vsi->back->pdev->dev,
2423 "Could not add filter 0 for %pM\n",
2424 f->macaddr);
2425 spin_unlock_bh(&vsi->mac_filter_list_lock);
2426 return -ENOMEM;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002427 }
2428 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002429 }
2430
Kiran Patil21659032015-09-30 14:09:03 -04002431 spin_unlock_bh(&vsi->mac_filter_list_lock);
2432
Jesse Brandeburg0e4425e2015-11-05 17:01:01 -08002433 /* schedule our worker thread which will take care of
2434 * applying the new filter changes
2435 */
2436 i40e_service_event_schedule(vsi->back);
2437 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002438}
2439
2440/**
2441 * i40e_vsi_kill_vlan - Remove vsi membership for given vlan
2442 * @vsi: the vsi being configured
2443 * @vid: vlan id to be removed (0 = untagged only , -1 = any)
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002444 *
2445 * Return: 0 on success or negative otherwise
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002446 **/
2447int i40e_vsi_kill_vlan(struct i40e_vsi *vsi, s16 vid)
2448{
2449 struct net_device *netdev = vsi->netdev;
2450 struct i40e_mac_filter *f, *add_f;
2451 bool is_vf, is_netdev;
2452 int filter_count = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002453
2454 is_vf = (vsi->type == I40E_VSI_SRIOV);
2455 is_netdev = !!(netdev);
2456
Kiran Patil21659032015-09-30 14:09:03 -04002457 /* Locked once because all functions invoked below iterates list */
2458 spin_lock_bh(&vsi->mac_filter_list_lock);
2459
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002460 if (is_netdev)
2461 i40e_del_filter(vsi, netdev->dev_addr, vid, is_vf, is_netdev);
2462
2463 list_for_each_entry(f, &vsi->mac_filter_list, list)
2464 i40e_del_filter(vsi, f->macaddr, vid, is_vf, is_netdev);
2465
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002466 /* go through all the filters for this VSI and if there is only
2467 * vid == 0 it means there are no other filters, so vid 0 must
2468 * be replaced with -1. This signifies that we should from now
2469 * on accept any traffic (with any tag present, or untagged)
2470 */
2471 list_for_each_entry(f, &vsi->mac_filter_list, list) {
2472 if (is_netdev) {
2473 if (f->vlan &&
2474 ether_addr_equal(netdev->dev_addr, f->macaddr))
2475 filter_count++;
2476 }
2477
2478 if (f->vlan)
2479 filter_count++;
2480 }
2481
2482 if (!filter_count && is_netdev) {
2483 i40e_del_filter(vsi, netdev->dev_addr, 0, is_vf, is_netdev);
2484 f = i40e_add_filter(vsi, netdev->dev_addr, I40E_VLAN_ANY,
2485 is_vf, is_netdev);
2486 if (!f) {
2487 dev_info(&vsi->back->pdev->dev,
2488 "Could not add filter %d for %pM\n",
2489 I40E_VLAN_ANY, netdev->dev_addr);
Kiran Patil21659032015-09-30 14:09:03 -04002490 spin_unlock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002491 return -ENOMEM;
2492 }
2493 }
2494
2495 if (!filter_count) {
2496 list_for_each_entry(f, &vsi->mac_filter_list, list) {
2497 i40e_del_filter(vsi, f->macaddr, 0, is_vf, is_netdev);
2498 add_f = i40e_add_filter(vsi, f->macaddr, I40E_VLAN_ANY,
Kiran Patil21659032015-09-30 14:09:03 -04002499 is_vf, is_netdev);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002500 if (!add_f) {
2501 dev_info(&vsi->back->pdev->dev,
2502 "Could not add filter %d for %pM\n",
2503 I40E_VLAN_ANY, f->macaddr);
Kiran Patil21659032015-09-30 14:09:03 -04002504 spin_unlock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002505 return -ENOMEM;
2506 }
2507 }
2508 }
2509
Kiran Patil21659032015-09-30 14:09:03 -04002510 spin_unlock_bh(&vsi->mac_filter_list_lock);
2511
Jesse Brandeburg0e4425e2015-11-05 17:01:01 -08002512 /* schedule our worker thread which will take care of
2513 * applying the new filter changes
2514 */
2515 i40e_service_event_schedule(vsi->back);
2516 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002517}
2518
2519/**
2520 * i40e_vlan_rx_add_vid - Add a vlan id filter to HW offload
2521 * @netdev: network interface to be adjusted
2522 * @vid: vlan id to be added
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002523 *
2524 * net_device_ops implementation for adding vlan ids
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002525 **/
Vasu Dev38e00432014-08-01 13:27:03 -07002526#ifdef I40E_FCOE
2527int i40e_vlan_rx_add_vid(struct net_device *netdev,
2528 __always_unused __be16 proto, u16 vid)
2529#else
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002530static int i40e_vlan_rx_add_vid(struct net_device *netdev,
2531 __always_unused __be16 proto, u16 vid)
Vasu Dev38e00432014-08-01 13:27:03 -07002532#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002533{
2534 struct i40e_netdev_priv *np = netdev_priv(netdev);
2535 struct i40e_vsi *vsi = np->vsi;
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002536 int ret = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002537
2538 if (vid > 4095)
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002539 return -EINVAL;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002540
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002541 netdev_info(netdev, "adding %pM vid=%d\n", netdev->dev_addr, vid);
2542
Anjali Singhai Jain6982d422014-02-06 05:51:10 +00002543 /* If the network stack called us with vid = 0 then
2544 * it is asking to receive priority tagged packets with
2545 * vlan id 0. Our HW receives them by default when configured
2546 * to receive untagged packets so there is no need to add an
2547 * extra filter for vlan 0 tagged packets.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002548 */
Anjali Singhai Jain6982d422014-02-06 05:51:10 +00002549 if (vid)
2550 ret = i40e_vsi_add_vlan(vsi, vid);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002551
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002552 if (!ret && (vid < VLAN_N_VID))
2553 set_bit(vid, vsi->active_vlans);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002554
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002555 return ret;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002556}
2557
2558/**
2559 * i40e_vlan_rx_kill_vid - Remove a vlan id filter from HW offload
2560 * @netdev: network interface to be adjusted
2561 * @vid: vlan id to be removed
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002562 *
Akeem G Abodunrinfdfd9432014-02-11 08:24:15 +00002563 * net_device_ops implementation for removing vlan ids
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002564 **/
Vasu Dev38e00432014-08-01 13:27:03 -07002565#ifdef I40E_FCOE
2566int i40e_vlan_rx_kill_vid(struct net_device *netdev,
2567 __always_unused __be16 proto, u16 vid)
2568#else
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002569static int i40e_vlan_rx_kill_vid(struct net_device *netdev,
2570 __always_unused __be16 proto, u16 vid)
Vasu Dev38e00432014-08-01 13:27:03 -07002571#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002572{
2573 struct i40e_netdev_priv *np = netdev_priv(netdev);
2574 struct i40e_vsi *vsi = np->vsi;
2575
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002576 netdev_info(netdev, "removing %pM vid=%d\n", netdev->dev_addr, vid);
2577
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002578 /* return code is ignored as there is nothing a user
2579 * can do about failure to remove and a log message was
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002580 * already printed from the other function
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002581 */
2582 i40e_vsi_kill_vlan(vsi, vid);
2583
2584 clear_bit(vid, vsi->active_vlans);
Jesse Brandeburg078b5872013-09-25 23:41:14 +00002585
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002586 return 0;
2587}
2588
2589/**
2590 * i40e_restore_vlan - Reinstate vlans when vsi/netdev comes back up
2591 * @vsi: the vsi being brought back up
2592 **/
2593static void i40e_restore_vlan(struct i40e_vsi *vsi)
2594{
2595 u16 vid;
2596
2597 if (!vsi->netdev)
2598 return;
2599
2600 i40e_vlan_rx_register(vsi->netdev, vsi->netdev->features);
2601
2602 for_each_set_bit(vid, vsi->active_vlans, VLAN_N_VID)
2603 i40e_vlan_rx_add_vid(vsi->netdev, htons(ETH_P_8021Q),
2604 vid);
2605}
2606
2607/**
2608 * i40e_vsi_add_pvid - Add pvid for the VSI
2609 * @vsi: the vsi being adjusted
2610 * @vid: the vlan id to set as a PVID
2611 **/
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00002612int i40e_vsi_add_pvid(struct i40e_vsi *vsi, u16 vid)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002613{
2614 struct i40e_vsi_context ctxt;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04002615 i40e_status ret;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002616
2617 vsi->info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID);
2618 vsi->info.pvid = cpu_to_le16(vid);
Greg Rose6c12fcb2013-11-28 06:39:34 +00002619 vsi->info.port_vlan_flags = I40E_AQ_VSI_PVLAN_MODE_TAGGED |
2620 I40E_AQ_VSI_PVLAN_INSERT_PVID |
Greg Roseb774c7d2013-11-28 06:39:44 +00002621 I40E_AQ_VSI_PVLAN_EMOD_STR;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002622
2623 ctxt.seid = vsi->seid;
Jesse Brandeburg1a2f6242015-03-31 00:45:01 -07002624 ctxt.info = vsi->info;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04002625 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL);
2626 if (ret) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002627 dev_info(&vsi->back->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04002628 "add pvid failed, err %s aq_err %s\n",
2629 i40e_stat_str(&vsi->back->hw, ret),
2630 i40e_aq_str(&vsi->back->hw,
2631 vsi->back->hw.aq.asq_last_status));
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00002632 return -ENOENT;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002633 }
2634
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00002635 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002636}
2637
2638/**
2639 * i40e_vsi_remove_pvid - Remove the pvid from the VSI
2640 * @vsi: the vsi being adjusted
2641 *
2642 * Just use the vlan_rx_register() service to put it back to normal
2643 **/
2644void i40e_vsi_remove_pvid(struct i40e_vsi *vsi)
2645{
Greg Rose6c12fcb2013-11-28 06:39:34 +00002646 i40e_vlan_stripping_disable(vsi);
2647
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002648 vsi->info.pvid = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002649}
2650
2651/**
2652 * i40e_vsi_setup_tx_resources - Allocate VSI Tx queue resources
2653 * @vsi: ptr to the VSI
2654 *
2655 * If this function returns with an error, then it's possible one or
2656 * more of the rings is populated (while the rest are not). It is the
2657 * callers duty to clean those orphaned rings.
2658 *
2659 * Return 0 on success, negative on failure
2660 **/
2661static int i40e_vsi_setup_tx_resources(struct i40e_vsi *vsi)
2662{
2663 int i, err = 0;
2664
2665 for (i = 0; i < vsi->num_queue_pairs && !err; i++)
Alexander Duyck9f65e152013-09-28 06:00:58 +00002666 err = i40e_setup_tx_descriptors(vsi->tx_rings[i]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002667
2668 return err;
2669}
2670
2671/**
2672 * i40e_vsi_free_tx_resources - Free Tx resources for VSI queues
2673 * @vsi: ptr to the VSI
2674 *
2675 * Free VSI's transmit software resources
2676 **/
2677static void i40e_vsi_free_tx_resources(struct i40e_vsi *vsi)
2678{
2679 int i;
2680
Greg Rose8e9dca52013-12-18 13:45:53 +00002681 if (!vsi->tx_rings)
2682 return;
2683
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002684 for (i = 0; i < vsi->num_queue_pairs; i++)
Greg Rose8e9dca52013-12-18 13:45:53 +00002685 if (vsi->tx_rings[i] && vsi->tx_rings[i]->desc)
Alexander Duyck9f65e152013-09-28 06:00:58 +00002686 i40e_free_tx_resources(vsi->tx_rings[i]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002687}
2688
2689/**
2690 * i40e_vsi_setup_rx_resources - Allocate VSI queues Rx resources
2691 * @vsi: ptr to the VSI
2692 *
2693 * If this function returns with an error, then it's possible one or
2694 * more of the rings is populated (while the rest are not). It is the
2695 * callers duty to clean those orphaned rings.
2696 *
2697 * Return 0 on success, negative on failure
2698 **/
2699static int i40e_vsi_setup_rx_resources(struct i40e_vsi *vsi)
2700{
2701 int i, err = 0;
2702
2703 for (i = 0; i < vsi->num_queue_pairs && !err; i++)
Alexander Duyck9f65e152013-09-28 06:00:58 +00002704 err = i40e_setup_rx_descriptors(vsi->rx_rings[i]);
Vasu Dev38e00432014-08-01 13:27:03 -07002705#ifdef I40E_FCOE
2706 i40e_fcoe_setup_ddp_resources(vsi);
2707#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002708 return err;
2709}
2710
2711/**
2712 * i40e_vsi_free_rx_resources - Free Rx Resources for VSI queues
2713 * @vsi: ptr to the VSI
2714 *
2715 * Free all receive software resources
2716 **/
2717static void i40e_vsi_free_rx_resources(struct i40e_vsi *vsi)
2718{
2719 int i;
2720
Greg Rose8e9dca52013-12-18 13:45:53 +00002721 if (!vsi->rx_rings)
2722 return;
2723
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002724 for (i = 0; i < vsi->num_queue_pairs; i++)
Greg Rose8e9dca52013-12-18 13:45:53 +00002725 if (vsi->rx_rings[i] && vsi->rx_rings[i]->desc)
Alexander Duyck9f65e152013-09-28 06:00:58 +00002726 i40e_free_rx_resources(vsi->rx_rings[i]);
Vasu Dev38e00432014-08-01 13:27:03 -07002727#ifdef I40E_FCOE
2728 i40e_fcoe_free_ddp_resources(vsi);
2729#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002730}
2731
2732/**
Neerav Parikh3ffa0372014-11-12 00:19:02 +00002733 * i40e_config_xps_tx_ring - Configure XPS for a Tx ring
2734 * @ring: The Tx ring to configure
2735 *
2736 * This enables/disables XPS for a given Tx descriptor ring
2737 * based on the TCs enabled for the VSI that ring belongs to.
2738 **/
2739static void i40e_config_xps_tx_ring(struct i40e_ring *ring)
2740{
2741 struct i40e_vsi *vsi = ring->vsi;
2742 cpumask_var_t mask;
2743
Jesse Brandeburg9a660ee2015-02-26 16:13:22 +00002744 if (!ring->q_vector || !ring->netdev)
2745 return;
2746
2747 /* Single TC mode enable XPS */
2748 if (vsi->tc_config.numtc <= 1) {
2749 if (!test_and_set_bit(__I40E_TX_XPS_INIT_DONE, &ring->state))
Neerav Parikh3ffa0372014-11-12 00:19:02 +00002750 netif_set_xps_queue(ring->netdev,
2751 &ring->q_vector->affinity_mask,
2752 ring->queue_index);
Jesse Brandeburg9a660ee2015-02-26 16:13:22 +00002753 } else if (alloc_cpumask_var(&mask, GFP_KERNEL)) {
2754 /* Disable XPS to allow selection based on TC */
2755 bitmap_zero(cpumask_bits(mask), nr_cpumask_bits);
2756 netif_set_xps_queue(ring->netdev, mask, ring->queue_index);
2757 free_cpumask_var(mask);
Neerav Parikh3ffa0372014-11-12 00:19:02 +00002758 }
Jesse Brandeburg0e4425e2015-11-05 17:01:01 -08002759
2760 /* schedule our worker thread which will take care of
2761 * applying the new filter changes
2762 */
2763 i40e_service_event_schedule(vsi->back);
Neerav Parikh3ffa0372014-11-12 00:19:02 +00002764}
2765
2766/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002767 * i40e_configure_tx_ring - Configure a transmit ring context and rest
2768 * @ring: The Tx ring to configure
2769 *
2770 * Configure the Tx descriptor ring in the HMC context.
2771 **/
2772static int i40e_configure_tx_ring(struct i40e_ring *ring)
2773{
2774 struct i40e_vsi *vsi = ring->vsi;
2775 u16 pf_q = vsi->base_queue + ring->queue_index;
2776 struct i40e_hw *hw = &vsi->back->hw;
2777 struct i40e_hmc_obj_txq tx_ctx;
2778 i40e_status err = 0;
2779 u32 qtx_ctl = 0;
2780
2781 /* some ATR related tx ring init */
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -08002782 if (vsi->back->flags & I40E_FLAG_FD_ATR_ENABLED) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002783 ring->atr_sample_rate = vsi->back->atr_sample_rate;
2784 ring->atr_count = 0;
2785 } else {
2786 ring->atr_sample_rate = 0;
2787 }
2788
Neerav Parikh3ffa0372014-11-12 00:19:02 +00002789 /* configure XPS */
2790 i40e_config_xps_tx_ring(ring);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002791
2792 /* clear the context structure first */
2793 memset(&tx_ctx, 0, sizeof(tx_ctx));
2794
2795 tx_ctx.new_context = 1;
2796 tx_ctx.base = (ring->dma / 128);
2797 tx_ctx.qlen = ring->count;
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -08002798 tx_ctx.fd_ena = !!(vsi->back->flags & (I40E_FLAG_FD_SB_ENABLED |
2799 I40E_FLAG_FD_ATR_ENABLED));
Vasu Dev38e00432014-08-01 13:27:03 -07002800#ifdef I40E_FCOE
2801 tx_ctx.fc_ena = (vsi->type == I40E_VSI_FCOE);
2802#endif
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00002803 tx_ctx.timesync_ena = !!(vsi->back->flags & I40E_FLAG_PTP);
Jesse Brandeburg1943d8b2014-02-14 02:14:40 +00002804 /* FDIR VSI tx ring can still use RS bit and writebacks */
2805 if (vsi->type != I40E_VSI_FDIR)
2806 tx_ctx.head_wb_ena = 1;
2807 tx_ctx.head_wb_addr = ring->dma +
2808 (ring->count * sizeof(struct i40e_tx_desc));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002809
2810 /* As part of VSI creation/update, FW allocates certain
2811 * Tx arbitration queue sets for each TC enabled for
2812 * the VSI. The FW returns the handles to these queue
2813 * sets as part of the response buffer to Add VSI,
2814 * Update VSI, etc. AQ commands. It is expected that
2815 * these queue set handles be associated with the Tx
2816 * queues by the driver as part of the TX queue context
2817 * initialization. This has to be done regardless of
2818 * DCB as by default everything is mapped to TC0.
2819 */
2820 tx_ctx.rdylist = le16_to_cpu(vsi->info.qs_handle[ring->dcb_tc]);
2821 tx_ctx.rdylist_act = 0;
2822
2823 /* clear the context in the HMC */
2824 err = i40e_clear_lan_tx_queue_context(hw, pf_q);
2825 if (err) {
2826 dev_info(&vsi->back->pdev->dev,
2827 "Failed to clear LAN Tx queue context on Tx ring %d (pf_q %d), error: %d\n",
2828 ring->queue_index, pf_q, err);
2829 return -ENOMEM;
2830 }
2831
2832 /* set the context in the HMC */
2833 err = i40e_set_lan_tx_queue_context(hw, pf_q, &tx_ctx);
2834 if (err) {
2835 dev_info(&vsi->back->pdev->dev,
2836 "Failed to set LAN Tx queue context on Tx ring %d (pf_q %d, error: %d\n",
2837 ring->queue_index, pf_q, err);
2838 return -ENOMEM;
2839 }
2840
2841 /* Now associate this queue with this PCI function */
Mitch Williams7a28d882014-10-17 03:14:52 +00002842 if (vsi->type == I40E_VSI_VMDQ2) {
Shannon Nelson9d8bf542014-01-14 00:49:50 -08002843 qtx_ctl = I40E_QTX_CTL_VM_QUEUE;
Mitch Williams7a28d882014-10-17 03:14:52 +00002844 qtx_ctl |= ((vsi->id) << I40E_QTX_CTL_VFVM_INDX_SHIFT) &
2845 I40E_QTX_CTL_VFVM_INDX_MASK;
2846 } else {
Shannon Nelson9d8bf542014-01-14 00:49:50 -08002847 qtx_ctl = I40E_QTX_CTL_PF_QUEUE;
Mitch Williams7a28d882014-10-17 03:14:52 +00002848 }
2849
Shannon Nelson13fd977492013-09-28 07:14:19 +00002850 qtx_ctl |= ((hw->pf_id << I40E_QTX_CTL_PF_INDX_SHIFT) &
2851 I40E_QTX_CTL_PF_INDX_MASK);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002852 wr32(hw, I40E_QTX_CTL(pf_q), qtx_ctl);
2853 i40e_flush(hw);
2854
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002855 /* cache tail off for easier writes later */
2856 ring->tail = hw->hw_addr + I40E_QTX_TAIL(pf_q);
2857
2858 return 0;
2859}
2860
2861/**
2862 * i40e_configure_rx_ring - Configure a receive ring context
2863 * @ring: The Rx ring to configure
2864 *
2865 * Configure the Rx descriptor ring in the HMC context.
2866 **/
2867static int i40e_configure_rx_ring(struct i40e_ring *ring)
2868{
2869 struct i40e_vsi *vsi = ring->vsi;
2870 u32 chain_len = vsi->back->hw.func_caps.rx_buf_chain_len;
2871 u16 pf_q = vsi->base_queue + ring->queue_index;
2872 struct i40e_hw *hw = &vsi->back->hw;
2873 struct i40e_hmc_obj_rxq rx_ctx;
2874 i40e_status err = 0;
2875
2876 ring->state = 0;
2877
2878 /* clear the context structure first */
2879 memset(&rx_ctx, 0, sizeof(rx_ctx));
2880
2881 ring->rx_buf_len = vsi->rx_buf_len;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002882
2883 rx_ctx.dbuff = ring->rx_buf_len >> I40E_RXQ_CTX_DBUFF_SHIFT;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002884
2885 rx_ctx.base = (ring->dma / 128);
2886 rx_ctx.qlen = ring->count;
2887
Jesse Brandeburgbec60fc2016-04-18 11:33:47 -07002888 /* use 32 byte descriptors */
2889 rx_ctx.dsize = 1;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002890
Jesse Brandeburgbec60fc2016-04-18 11:33:47 -07002891 /* descriptor type is always zero
2892 * rx_ctx.dtype = 0;
2893 */
Jesse Brandeburgb32bfa12016-04-18 11:33:42 -07002894 rx_ctx.hsplit_0 = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002895
Jesse Brandeburgb32bfa12016-04-18 11:33:42 -07002896 rx_ctx.rxmax = min_t(u16, vsi->max_frame, chain_len * ring->rx_buf_len);
Jesse Brandeburg7134f9c2013-11-26 08:56:05 +00002897 if (hw->revision_id == 0)
2898 rx_ctx.lrxqthresh = 0;
2899 else
2900 rx_ctx.lrxqthresh = 2;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002901 rx_ctx.crcstrip = 1;
2902 rx_ctx.l2tsel = 1;
Jesse Brandeburgc4bbac32015-09-28 11:21:48 -07002903 /* this controls whether VLAN is stripped from inner headers */
2904 rx_ctx.showiv = 0;
Vasu Dev38e00432014-08-01 13:27:03 -07002905#ifdef I40E_FCOE
2906 rx_ctx.fc_ena = (vsi->type == I40E_VSI_FCOE);
2907#endif
Catherine Sullivanacb36762014-03-06 09:02:30 +00002908 /* set the prefena field to 1 because the manual says to */
2909 rx_ctx.prefena = 1;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002910
2911 /* clear the context in the HMC */
2912 err = i40e_clear_lan_rx_queue_context(hw, pf_q);
2913 if (err) {
2914 dev_info(&vsi->back->pdev->dev,
2915 "Failed to clear LAN Rx queue context on Rx ring %d (pf_q %d), error: %d\n",
2916 ring->queue_index, pf_q, err);
2917 return -ENOMEM;
2918 }
2919
2920 /* set the context in the HMC */
2921 err = i40e_set_lan_rx_queue_context(hw, pf_q, &rx_ctx);
2922 if (err) {
2923 dev_info(&vsi->back->pdev->dev,
2924 "Failed to set LAN Rx queue context on Rx ring %d (pf_q %d), error: %d\n",
2925 ring->queue_index, pf_q, err);
2926 return -ENOMEM;
2927 }
2928
2929 /* cache tail for quicker writes, and clear the reg before use */
2930 ring->tail = hw->hw_addr + I40E_QRX_TAIL(pf_q);
2931 writel(0, ring->tail);
2932
Jesse Brandeburg1a557afc2016-04-20 19:43:37 -07002933 i40e_alloc_rx_buffers(ring, I40E_DESC_UNUSED(ring));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002934
2935 return 0;
2936}
2937
2938/**
2939 * i40e_vsi_configure_tx - Configure the VSI for Tx
2940 * @vsi: VSI structure describing this set of rings and resources
2941 *
2942 * Configure the Tx VSI for operation.
2943 **/
2944static int i40e_vsi_configure_tx(struct i40e_vsi *vsi)
2945{
2946 int err = 0;
2947 u16 i;
2948
Alexander Duyck9f65e152013-09-28 06:00:58 +00002949 for (i = 0; (i < vsi->num_queue_pairs) && !err; i++)
2950 err = i40e_configure_tx_ring(vsi->tx_rings[i]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002951
2952 return err;
2953}
2954
2955/**
2956 * i40e_vsi_configure_rx - Configure the VSI for Rx
2957 * @vsi: the VSI being configured
2958 *
2959 * Configure the Rx VSI for operation.
2960 **/
2961static int i40e_vsi_configure_rx(struct i40e_vsi *vsi)
2962{
2963 int err = 0;
2964 u16 i;
2965
2966 if (vsi->netdev && (vsi->netdev->mtu > ETH_DATA_LEN))
2967 vsi->max_frame = vsi->netdev->mtu + ETH_HLEN
2968 + ETH_FCS_LEN + VLAN_HLEN;
2969 else
2970 vsi->max_frame = I40E_RXBUFFER_2048;
2971
Jesse Brandeburg1a557afc2016-04-20 19:43:37 -07002972 vsi->rx_buf_len = I40E_RXBUFFER_2048;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002973
Vasu Dev38e00432014-08-01 13:27:03 -07002974#ifdef I40E_FCOE
2975 /* setup rx buffer for FCoE */
2976 if ((vsi->type == I40E_VSI_FCOE) &&
2977 (vsi->back->flags & I40E_FLAG_FCOE_ENABLED)) {
Vasu Dev38e00432014-08-01 13:27:03 -07002978 vsi->rx_buf_len = I40E_RXBUFFER_3072;
2979 vsi->max_frame = I40E_RXBUFFER_3072;
Vasu Dev38e00432014-08-01 13:27:03 -07002980 }
2981
2982#endif /* I40E_FCOE */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002983 /* round up for the chip's needs */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002984 vsi->rx_buf_len = ALIGN(vsi->rx_buf_len,
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04002985 BIT_ULL(I40E_RXQ_CTX_DBUFF_SHIFT));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002986
2987 /* set up individual rings */
2988 for (i = 0; i < vsi->num_queue_pairs && !err; i++)
Alexander Duyck9f65e152013-09-28 06:00:58 +00002989 err = i40e_configure_rx_ring(vsi->rx_rings[i]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00002990
2991 return err;
2992}
2993
2994/**
2995 * i40e_vsi_config_dcb_rings - Update rings to reflect DCB TC
2996 * @vsi: ptr to the VSI
2997 **/
2998static void i40e_vsi_config_dcb_rings(struct i40e_vsi *vsi)
2999{
Akeem G Abodunrine7046ee2014-04-09 05:58:58 +00003000 struct i40e_ring *tx_ring, *rx_ring;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003001 u16 qoffset, qcount;
3002 int i, n;
3003
Parikh, Neeravcd238a32015-02-21 06:43:37 +00003004 if (!(vsi->back->flags & I40E_FLAG_DCB_ENABLED)) {
3005 /* Reset the TC information */
3006 for (i = 0; i < vsi->num_queue_pairs; i++) {
3007 rx_ring = vsi->rx_rings[i];
3008 tx_ring = vsi->tx_rings[i];
3009 rx_ring->dcb_tc = 0;
3010 tx_ring->dcb_tc = 0;
3011 }
3012 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003013
3014 for (n = 0; n < I40E_MAX_TRAFFIC_CLASS; n++) {
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04003015 if (!(vsi->tc_config.enabled_tc & BIT_ULL(n)))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003016 continue;
3017
3018 qoffset = vsi->tc_config.tc_info[n].qoffset;
3019 qcount = vsi->tc_config.tc_info[n].qcount;
3020 for (i = qoffset; i < (qoffset + qcount); i++) {
Akeem G Abodunrine7046ee2014-04-09 05:58:58 +00003021 rx_ring = vsi->rx_rings[i];
3022 tx_ring = vsi->tx_rings[i];
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003023 rx_ring->dcb_tc = n;
3024 tx_ring->dcb_tc = n;
3025 }
3026 }
3027}
3028
3029/**
3030 * i40e_set_vsi_rx_mode - Call set_rx_mode on a VSI
3031 * @vsi: ptr to the VSI
3032 **/
3033static void i40e_set_vsi_rx_mode(struct i40e_vsi *vsi)
3034{
3035 if (vsi->netdev)
3036 i40e_set_rx_mode(vsi->netdev);
3037}
3038
3039/**
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003040 * i40e_fdir_filter_restore - Restore the Sideband Flow Director filters
3041 * @vsi: Pointer to the targeted VSI
3042 *
3043 * This function replays the hlist on the hw where all the SB Flow Director
3044 * filters were saved.
3045 **/
3046static void i40e_fdir_filter_restore(struct i40e_vsi *vsi)
3047{
3048 struct i40e_fdir_filter *filter;
3049 struct i40e_pf *pf = vsi->back;
3050 struct hlist_node *node;
3051
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00003052 if (!(pf->flags & I40E_FLAG_FD_SB_ENABLED))
3053 return;
3054
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00003055 hlist_for_each_entry_safe(filter, node,
3056 &pf->fdir_filter_list, fdir_node) {
3057 i40e_add_del_fdir(vsi, filter, true);
3058 }
3059}
3060
3061/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003062 * i40e_vsi_configure - Set up the VSI for action
3063 * @vsi: the VSI being configured
3064 **/
3065static int i40e_vsi_configure(struct i40e_vsi *vsi)
3066{
3067 int err;
3068
3069 i40e_set_vsi_rx_mode(vsi);
3070 i40e_restore_vlan(vsi);
3071 i40e_vsi_config_dcb_rings(vsi);
3072 err = i40e_vsi_configure_tx(vsi);
3073 if (!err)
3074 err = i40e_vsi_configure_rx(vsi);
3075
3076 return err;
3077}
3078
3079/**
3080 * i40e_vsi_configure_msix - MSIX mode Interrupt Config in the HW
3081 * @vsi: the VSI being configured
3082 **/
3083static void i40e_vsi_configure_msix(struct i40e_vsi *vsi)
3084{
3085 struct i40e_pf *pf = vsi->back;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003086 struct i40e_hw *hw = &pf->hw;
3087 u16 vector;
3088 int i, q;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003089 u32 qp;
3090
3091 /* The interrupt indexing is offset by 1 in the PFINT_ITRn
3092 * and PFINT_LNKLSTn registers, e.g.:
3093 * PFINT_ITRn[0..n-1] gets msix-1..msix-n (qpair interrupts)
3094 */
3095 qp = vsi->base_queue;
3096 vector = vsi->base_vector;
Alexander Duyck493fb302013-09-28 07:01:44 +00003097 for (i = 0; i < vsi->num_q_vectors; i++, vector++) {
Jesse Brandeburgac26fc12015-09-28 14:12:37 -04003098 struct i40e_q_vector *q_vector = vsi->q_vectors[i];
3099
Jesse Brandeburgee2319c2015-09-28 14:16:54 -04003100 q_vector->itr_countdown = ITR_COUNTDOWN_START;
Kan Lianga75e8002016-02-19 09:24:04 -05003101 q_vector->rx.itr = ITR_TO_REG(vsi->rx_rings[i]->rx_itr_setting);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003102 q_vector->rx.latency_range = I40E_LOW_LATENCY;
3103 wr32(hw, I40E_PFINT_ITRN(I40E_RX_ITR, vector - 1),
3104 q_vector->rx.itr);
Kan Lianga75e8002016-02-19 09:24:04 -05003105 q_vector->tx.itr = ITR_TO_REG(vsi->tx_rings[i]->tx_itr_setting);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003106 q_vector->tx.latency_range = I40E_LOW_LATENCY;
3107 wr32(hw, I40E_PFINT_ITRN(I40E_TX_ITR, vector - 1),
3108 q_vector->tx.itr);
Jesse Brandeburgac26fc12015-09-28 14:12:37 -04003109 wr32(hw, I40E_PFINT_RATEN(vector - 1),
3110 INTRL_USEC_TO_REG(vsi->int_rate_limit));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003111
3112 /* Linked list for the queuepairs assigned to this vector */
3113 wr32(hw, I40E_PFINT_LNKLSTN(vector - 1), qp);
3114 for (q = 0; q < q_vector->num_ringpairs; q++) {
Jesse Brandeburgac26fc12015-09-28 14:12:37 -04003115 u32 val;
3116
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003117 val = I40E_QINT_RQCTL_CAUSE_ENA_MASK |
3118 (I40E_RX_ITR << I40E_QINT_RQCTL_ITR_INDX_SHIFT) |
3119 (vector << I40E_QINT_RQCTL_MSIX_INDX_SHIFT) |
3120 (qp << I40E_QINT_RQCTL_NEXTQ_INDX_SHIFT)|
3121 (I40E_QUEUE_TYPE_TX
3122 << I40E_QINT_RQCTL_NEXTQ_TYPE_SHIFT);
3123
3124 wr32(hw, I40E_QINT_RQCTL(qp), val);
3125
3126 val = I40E_QINT_TQCTL_CAUSE_ENA_MASK |
3127 (I40E_TX_ITR << I40E_QINT_TQCTL_ITR_INDX_SHIFT) |
3128 (vector << I40E_QINT_TQCTL_MSIX_INDX_SHIFT) |
3129 ((qp+1) << I40E_QINT_TQCTL_NEXTQ_INDX_SHIFT)|
3130 (I40E_QUEUE_TYPE_RX
3131 << I40E_QINT_TQCTL_NEXTQ_TYPE_SHIFT);
3132
3133 /* Terminate the linked list */
3134 if (q == (q_vector->num_ringpairs - 1))
3135 val |= (I40E_QUEUE_END_OF_LIST
3136 << I40E_QINT_TQCTL_NEXTQ_INDX_SHIFT);
3137
3138 wr32(hw, I40E_QINT_TQCTL(qp), val);
3139 qp++;
3140 }
3141 }
3142
3143 i40e_flush(hw);
3144}
3145
3146/**
3147 * i40e_enable_misc_int_causes - enable the non-queue interrupts
3148 * @hw: ptr to the hardware info
3149 **/
Jacob Kellerab437b52014-12-14 01:55:08 +00003150static void i40e_enable_misc_int_causes(struct i40e_pf *pf)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003151{
Jacob Kellerab437b52014-12-14 01:55:08 +00003152 struct i40e_hw *hw = &pf->hw;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003153 u32 val;
3154
3155 /* clear things first */
3156 wr32(hw, I40E_PFINT_ICR0_ENA, 0); /* disable all */
3157 rd32(hw, I40E_PFINT_ICR0); /* read to clear */
3158
3159 val = I40E_PFINT_ICR0_ENA_ECC_ERR_MASK |
3160 I40E_PFINT_ICR0_ENA_MAL_DETECT_MASK |
3161 I40E_PFINT_ICR0_ENA_GRST_MASK |
3162 I40E_PFINT_ICR0_ENA_PCI_EXCEPTION_MASK |
3163 I40E_PFINT_ICR0_ENA_GPIO_MASK |
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003164 I40E_PFINT_ICR0_ENA_HMC_ERR_MASK |
3165 I40E_PFINT_ICR0_ENA_VFLR_MASK |
3166 I40E_PFINT_ICR0_ENA_ADMINQ_MASK;
3167
Anjali Singhai Jain0d8e1432015-06-05 12:20:32 -04003168 if (pf->flags & I40E_FLAG_IWARP_ENABLED)
3169 val |= I40E_PFINT_ICR0_ENA_PE_CRITERR_MASK;
3170
Jacob Kellerab437b52014-12-14 01:55:08 +00003171 if (pf->flags & I40E_FLAG_PTP)
3172 val |= I40E_PFINT_ICR0_ENA_TIMESYNC_MASK;
3173
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003174 wr32(hw, I40E_PFINT_ICR0_ENA, val);
3175
3176 /* SW_ITR_IDX = 0, but don't change INTENA */
Anjali Singhai Jain84ed40e2013-11-26 10:49:32 +00003177 wr32(hw, I40E_PFINT_DYN_CTL0, I40E_PFINT_DYN_CTL0_SW_ITR_INDX_MASK |
3178 I40E_PFINT_DYN_CTL0_INTENA_MSK_MASK);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003179
3180 /* OTHER_ITR_IDX = 0 */
3181 wr32(hw, I40E_PFINT_STAT_CTL0, 0);
3182}
3183
3184/**
3185 * i40e_configure_msi_and_legacy - Legacy mode interrupt config in the HW
3186 * @vsi: the VSI being configured
3187 **/
3188static void i40e_configure_msi_and_legacy(struct i40e_vsi *vsi)
3189{
Alexander Duyck493fb302013-09-28 07:01:44 +00003190 struct i40e_q_vector *q_vector = vsi->q_vectors[0];
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003191 struct i40e_pf *pf = vsi->back;
3192 struct i40e_hw *hw = &pf->hw;
3193 u32 val;
3194
3195 /* set the ITR configuration */
Jesse Brandeburgee2319c2015-09-28 14:16:54 -04003196 q_vector->itr_countdown = ITR_COUNTDOWN_START;
Kan Lianga75e8002016-02-19 09:24:04 -05003197 q_vector->rx.itr = ITR_TO_REG(vsi->rx_rings[0]->rx_itr_setting);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003198 q_vector->rx.latency_range = I40E_LOW_LATENCY;
3199 wr32(hw, I40E_PFINT_ITR0(I40E_RX_ITR), q_vector->rx.itr);
Kan Lianga75e8002016-02-19 09:24:04 -05003200 q_vector->tx.itr = ITR_TO_REG(vsi->tx_rings[0]->tx_itr_setting);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003201 q_vector->tx.latency_range = I40E_LOW_LATENCY;
3202 wr32(hw, I40E_PFINT_ITR0(I40E_TX_ITR), q_vector->tx.itr);
3203
Jacob Kellerab437b52014-12-14 01:55:08 +00003204 i40e_enable_misc_int_causes(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003205
3206 /* FIRSTQ_INDX = 0, FIRSTQ_TYPE = 0 (rx) */
3207 wr32(hw, I40E_PFINT_LNKLST0, 0);
3208
Jesse Brandeburgf29eaa32014-02-11 08:24:12 +00003209 /* Associate the queue pair to the vector and enable the queue int */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003210 val = I40E_QINT_RQCTL_CAUSE_ENA_MASK |
3211 (I40E_RX_ITR << I40E_QINT_RQCTL_ITR_INDX_SHIFT) |
3212 (I40E_QUEUE_TYPE_TX << I40E_QINT_TQCTL_NEXTQ_TYPE_SHIFT);
3213
3214 wr32(hw, I40E_QINT_RQCTL(0), val);
3215
3216 val = I40E_QINT_TQCTL_CAUSE_ENA_MASK |
3217 (I40E_TX_ITR << I40E_QINT_TQCTL_ITR_INDX_SHIFT) |
3218 (I40E_QUEUE_END_OF_LIST << I40E_QINT_TQCTL_NEXTQ_INDX_SHIFT);
3219
3220 wr32(hw, I40E_QINT_TQCTL(0), val);
3221 i40e_flush(hw);
3222}
3223
3224/**
Mitch Williams2ef28cf2013-11-28 06:39:32 +00003225 * i40e_irq_dynamic_disable_icr0 - Disable default interrupt generation for icr0
3226 * @pf: board private structure
3227 **/
3228void i40e_irq_dynamic_disable_icr0(struct i40e_pf *pf)
3229{
3230 struct i40e_hw *hw = &pf->hw;
3231
3232 wr32(hw, I40E_PFINT_DYN_CTL0,
3233 I40E_ITR_NONE << I40E_PFINT_DYN_CTLN_ITR_INDX_SHIFT);
3234 i40e_flush(hw);
3235}
3236
3237/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003238 * i40e_irq_dynamic_enable_icr0 - Enable default interrupt generation for icr0
3239 * @pf: board private structure
Jesse Brandeburg40d72a52016-01-13 16:51:45 -08003240 * @clearpba: true when all pending interrupt events should be cleared
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003241 **/
Jesse Brandeburg40d72a52016-01-13 16:51:45 -08003242void i40e_irq_dynamic_enable_icr0(struct i40e_pf *pf, bool clearpba)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003243{
3244 struct i40e_hw *hw = &pf->hw;
3245 u32 val;
3246
3247 val = I40E_PFINT_DYN_CTL0_INTENA_MASK |
Jesse Brandeburg40d72a52016-01-13 16:51:45 -08003248 (clearpba ? I40E_PFINT_DYN_CTL0_CLEARPBA_MASK : 0) |
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003249 (I40E_ITR_NONE << I40E_PFINT_DYN_CTL0_ITR_INDX_SHIFT);
3250
3251 wr32(hw, I40E_PFINT_DYN_CTL0, val);
3252 i40e_flush(hw);
3253}
3254
3255/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003256 * i40e_msix_clean_rings - MSIX mode Interrupt Handler
3257 * @irq: interrupt number
3258 * @data: pointer to a q_vector
3259 **/
3260static irqreturn_t i40e_msix_clean_rings(int irq, void *data)
3261{
3262 struct i40e_q_vector *q_vector = data;
3263
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003264 if (!q_vector->tx.ring && !q_vector->rx.ring)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003265 return IRQ_HANDLED;
3266
Alexander Duyck5d3465a2015-09-29 15:19:50 -07003267 napi_schedule_irqoff(&q_vector->napi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003268
3269 return IRQ_HANDLED;
3270}
3271
3272/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003273 * i40e_vsi_request_irq_msix - Initialize MSI-X interrupts
3274 * @vsi: the VSI being configured
3275 * @basename: name for the vector
3276 *
3277 * Allocates MSI-X vectors and requests interrupts from the kernel.
3278 **/
3279static int i40e_vsi_request_irq_msix(struct i40e_vsi *vsi, char *basename)
3280{
3281 int q_vectors = vsi->num_q_vectors;
3282 struct i40e_pf *pf = vsi->back;
3283 int base = vsi->base_vector;
3284 int rx_int_idx = 0;
3285 int tx_int_idx = 0;
3286 int vector, err;
3287
3288 for (vector = 0; vector < q_vectors; vector++) {
Alexander Duyck493fb302013-09-28 07:01:44 +00003289 struct i40e_q_vector *q_vector = vsi->q_vectors[vector];
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003290
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003291 if (q_vector->tx.ring && q_vector->rx.ring) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003292 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
3293 "%s-%s-%d", basename, "TxRx", rx_int_idx++);
3294 tx_int_idx++;
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003295 } else if (q_vector->rx.ring) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003296 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
3297 "%s-%s-%d", basename, "rx", rx_int_idx++);
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003298 } else if (q_vector->tx.ring) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003299 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
3300 "%s-%s-%d", basename, "tx", tx_int_idx++);
3301 } else {
3302 /* skip this unused q_vector */
3303 continue;
3304 }
3305 err = request_irq(pf->msix_entries[base + vector].vector,
3306 vsi->irq_handler,
3307 0,
3308 q_vector->name,
3309 q_vector);
3310 if (err) {
3311 dev_info(&pf->pdev->dev,
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04003312 "MSIX request_irq failed, error: %d\n", err);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003313 goto free_queue_irqs;
3314 }
3315 /* assign the mask for this irq */
3316 irq_set_affinity_hint(pf->msix_entries[base + vector].vector,
3317 &q_vector->affinity_mask);
3318 }
3319
Shannon Nelson63741842014-04-23 04:50:16 +00003320 vsi->irqs_ready = true;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003321 return 0;
3322
3323free_queue_irqs:
3324 while (vector) {
3325 vector--;
3326 irq_set_affinity_hint(pf->msix_entries[base + vector].vector,
3327 NULL);
3328 free_irq(pf->msix_entries[base + vector].vector,
3329 &(vsi->q_vectors[vector]));
3330 }
3331 return err;
3332}
3333
3334/**
3335 * i40e_vsi_disable_irq - Mask off queue interrupt generation on the VSI
3336 * @vsi: the VSI being un-configured
3337 **/
3338static void i40e_vsi_disable_irq(struct i40e_vsi *vsi)
3339{
3340 struct i40e_pf *pf = vsi->back;
3341 struct i40e_hw *hw = &pf->hw;
3342 int base = vsi->base_vector;
3343 int i;
3344
3345 for (i = 0; i < vsi->num_queue_pairs; i++) {
Alexander Duyck9f65e152013-09-28 06:00:58 +00003346 wr32(hw, I40E_QINT_TQCTL(vsi->tx_rings[i]->reg_idx), 0);
3347 wr32(hw, I40E_QINT_RQCTL(vsi->rx_rings[i]->reg_idx), 0);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003348 }
3349
3350 if (pf->flags & I40E_FLAG_MSIX_ENABLED) {
3351 for (i = vsi->base_vector;
3352 i < (vsi->num_q_vectors + vsi->base_vector); i++)
3353 wr32(hw, I40E_PFINT_DYN_CTLN(i - 1), 0);
3354
3355 i40e_flush(hw);
3356 for (i = 0; i < vsi->num_q_vectors; i++)
3357 synchronize_irq(pf->msix_entries[i + base].vector);
3358 } else {
3359 /* Legacy and MSI mode - this stops all interrupt handling */
3360 wr32(hw, I40E_PFINT_ICR0_ENA, 0);
3361 wr32(hw, I40E_PFINT_DYN_CTL0, 0);
3362 i40e_flush(hw);
3363 synchronize_irq(pf->pdev->irq);
3364 }
3365}
3366
3367/**
3368 * i40e_vsi_enable_irq - Enable IRQ for the given VSI
3369 * @vsi: the VSI being configured
3370 **/
3371static int i40e_vsi_enable_irq(struct i40e_vsi *vsi)
3372{
3373 struct i40e_pf *pf = vsi->back;
3374 int i;
3375
3376 if (pf->flags & I40E_FLAG_MSIX_ENABLED) {
Jesse Brandeburg78455482015-07-23 16:54:41 -04003377 for (i = 0; i < vsi->num_q_vectors; i++)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003378 i40e_irq_dynamic_enable(vsi, i);
3379 } else {
Jesse Brandeburg40d72a52016-01-13 16:51:45 -08003380 i40e_irq_dynamic_enable_icr0(pf, true);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003381 }
3382
Jesse Brandeburg1022cb62013-09-28 07:13:08 +00003383 i40e_flush(&pf->hw);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003384 return 0;
3385}
3386
3387/**
3388 * i40e_stop_misc_vector - Stop the vector that handles non-queue events
3389 * @pf: board private structure
3390 **/
3391static void i40e_stop_misc_vector(struct i40e_pf *pf)
3392{
3393 /* Disable ICR 0 */
3394 wr32(&pf->hw, I40E_PFINT_ICR0_ENA, 0);
3395 i40e_flush(&pf->hw);
3396}
3397
3398/**
3399 * i40e_intr - MSI/Legacy and non-queue interrupt handler
3400 * @irq: interrupt number
3401 * @data: pointer to a q_vector
3402 *
3403 * This is the handler used for all MSI/Legacy interrupts, and deals
3404 * with both queue and non-queue interrupts. This is also used in
3405 * MSIX mode to handle the non-queue interrupts.
3406 **/
3407static irqreturn_t i40e_intr(int irq, void *data)
3408{
3409 struct i40e_pf *pf = (struct i40e_pf *)data;
3410 struct i40e_hw *hw = &pf->hw;
Anjali Singhai Jain5e8230662013-12-18 13:45:49 +00003411 irqreturn_t ret = IRQ_NONE;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003412 u32 icr0, icr0_remaining;
3413 u32 val, ena_mask;
3414
3415 icr0 = rd32(hw, I40E_PFINT_ICR0);
Anjali Singhai Jain5e8230662013-12-18 13:45:49 +00003416 ena_mask = rd32(hw, I40E_PFINT_ICR0_ENA);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003417
Shannon Nelson116a57d2013-09-28 07:13:59 +00003418 /* if sharing a legacy IRQ, we might get called w/o an intr pending */
3419 if ((icr0 & I40E_PFINT_ICR0_INTEVENT_MASK) == 0)
Anjali Singhai Jain5e8230662013-12-18 13:45:49 +00003420 goto enable_intr;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003421
Shannon Nelsoncd92e722013-11-16 10:00:44 +00003422 /* if interrupt but no bits showing, must be SWINT */
3423 if (((icr0 & ~I40E_PFINT_ICR0_INTEVENT_MASK) == 0) ||
3424 (icr0 & I40E_PFINT_ICR0_SWINT_MASK))
3425 pf->sw_int_count++;
3426
Anjali Singhai Jain0d8e1432015-06-05 12:20:32 -04003427 if ((pf->flags & I40E_FLAG_IWARP_ENABLED) &&
3428 (ena_mask & I40E_PFINT_ICR0_ENA_PE_CRITERR_MASK)) {
3429 ena_mask &= ~I40E_PFINT_ICR0_ENA_PE_CRITERR_MASK;
3430 icr0 &= ~I40E_PFINT_ICR0_ENA_PE_CRITERR_MASK;
3431 dev_info(&pf->pdev->dev, "cleared PE_CRITERR\n");
3432 }
3433
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003434 /* only q0 is used in MSI/Legacy mode, and none are used in MSIX */
3435 if (icr0 & I40E_PFINT_ICR0_QUEUE_0_MASK) {
Alexander Duyck5d3465a2015-09-29 15:19:50 -07003436 struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi];
3437 struct i40e_q_vector *q_vector = vsi->q_vectors[0];
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003438
Anjali Singhai Jaina16ae2d2016-01-15 14:33:16 -08003439 /* We do not have a way to disarm Queue causes while leaving
3440 * interrupt enabled for all other causes, ideally
3441 * interrupt should be disabled while we are in NAPI but
3442 * this is not a performance path and napi_schedule()
3443 * can deal with rescheduling.
3444 */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003445 if (!test_bit(__I40E_DOWN, &pf->state))
Alexander Duyck5d3465a2015-09-29 15:19:50 -07003446 napi_schedule_irqoff(&q_vector->napi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003447 }
3448
3449 if (icr0 & I40E_PFINT_ICR0_ADMINQ_MASK) {
3450 ena_mask &= ~I40E_PFINT_ICR0_ENA_ADMINQ_MASK;
3451 set_bit(__I40E_ADMINQ_EVENT_PENDING, &pf->state);
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08003452 i40e_debug(&pf->hw, I40E_DEBUG_NVM, "AdminQ event\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003453 }
3454
3455 if (icr0 & I40E_PFINT_ICR0_MAL_DETECT_MASK) {
3456 ena_mask &= ~I40E_PFINT_ICR0_ENA_MAL_DETECT_MASK;
3457 set_bit(__I40E_MDD_EVENT_PENDING, &pf->state);
3458 }
3459
3460 if (icr0 & I40E_PFINT_ICR0_VFLR_MASK) {
3461 ena_mask &= ~I40E_PFINT_ICR0_ENA_VFLR_MASK;
3462 set_bit(__I40E_VFLR_EVENT_PENDING, &pf->state);
3463 }
3464
3465 if (icr0 & I40E_PFINT_ICR0_GRST_MASK) {
3466 if (!test_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state))
3467 set_bit(__I40E_RESET_INTR_RECEIVED, &pf->state);
3468 ena_mask &= ~I40E_PFINT_ICR0_ENA_GRST_MASK;
3469 val = rd32(hw, I40E_GLGEN_RSTAT);
3470 val = (val & I40E_GLGEN_RSTAT_RESET_TYPE_MASK)
3471 >> I40E_GLGEN_RSTAT_RESET_TYPE_SHIFT;
Shannon Nelson4eb3f762014-03-06 08:59:58 +00003472 if (val == I40E_RESET_CORER) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003473 pf->corer_count++;
Shannon Nelson4eb3f762014-03-06 08:59:58 +00003474 } else if (val == I40E_RESET_GLOBR) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003475 pf->globr_count++;
Shannon Nelson4eb3f762014-03-06 08:59:58 +00003476 } else if (val == I40E_RESET_EMPR) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003477 pf->empr_count++;
Anjali Singhai Jain9df42d12015-01-24 09:58:40 +00003478 set_bit(__I40E_EMP_RESET_INTR_RECEIVED, &pf->state);
Shannon Nelson4eb3f762014-03-06 08:59:58 +00003479 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003480 }
3481
Anjali Singhai Jain9c010ee2013-11-28 06:39:20 +00003482 if (icr0 & I40E_PFINT_ICR0_HMC_ERR_MASK) {
3483 icr0 &= ~I40E_PFINT_ICR0_HMC_ERR_MASK;
3484 dev_info(&pf->pdev->dev, "HMC error interrupt\n");
Anjali Singhai Jain25fc0e62015-03-31 00:45:01 -07003485 dev_info(&pf->pdev->dev, "HMC error info 0x%x, HMC error data 0x%x\n",
3486 rd32(hw, I40E_PFHMC_ERRORINFO),
3487 rd32(hw, I40E_PFHMC_ERRORDATA));
Anjali Singhai Jain9c010ee2013-11-28 06:39:20 +00003488 }
3489
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00003490 if (icr0 & I40E_PFINT_ICR0_TIMESYNC_MASK) {
3491 u32 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_0);
3492
3493 if (prttsyn_stat & I40E_PRTTSYN_STAT_0_TXTIME_MASK) {
Jacob Kellercafa1fc2014-04-24 18:05:03 -07003494 icr0 &= ~I40E_PFINT_ICR0_ENA_TIMESYNC_MASK;
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00003495 i40e_ptp_tx_hwtstamp(pf);
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00003496 }
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00003497 }
3498
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003499 /* If a critical error is pending we have no choice but to reset the
3500 * device.
3501 * Report and mask out any remaining unexpected interrupts.
3502 */
3503 icr0_remaining = icr0 & ena_mask;
3504 if (icr0_remaining) {
3505 dev_info(&pf->pdev->dev, "unhandled interrupt icr0=0x%08x\n",
3506 icr0_remaining);
Anjali Singhai Jain9c010ee2013-11-28 06:39:20 +00003507 if ((icr0_remaining & I40E_PFINT_ICR0_PE_CRITERR_MASK) ||
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003508 (icr0_remaining & I40E_PFINT_ICR0_PCI_EXCEPTION_MASK) ||
Anjali Singhai Jainc0c28972014-02-12 01:45:34 +00003509 (icr0_remaining & I40E_PFINT_ICR0_ECC_ERR_MASK)) {
Anjali Singhai Jain9c010ee2013-11-28 06:39:20 +00003510 dev_info(&pf->pdev->dev, "device will be reset\n");
3511 set_bit(__I40E_PF_RESET_REQUESTED, &pf->state);
3512 i40e_service_event_schedule(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003513 }
3514 ena_mask &= ~icr0_remaining;
3515 }
Anjali Singhai Jain5e8230662013-12-18 13:45:49 +00003516 ret = IRQ_HANDLED;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003517
Anjali Singhai Jain5e8230662013-12-18 13:45:49 +00003518enable_intr:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003519 /* re-enable interrupt causes */
3520 wr32(hw, I40E_PFINT_ICR0_ENA, ena_mask);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003521 if (!test_bit(__I40E_DOWN, &pf->state)) {
3522 i40e_service_event_schedule(pf);
Jesse Brandeburg40d72a52016-01-13 16:51:45 -08003523 i40e_irq_dynamic_enable_icr0(pf, false);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003524 }
3525
Anjali Singhai Jain5e8230662013-12-18 13:45:49 +00003526 return ret;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003527}
3528
3529/**
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08003530 * i40e_clean_fdir_tx_irq - Reclaim resources after transmit completes
3531 * @tx_ring: tx ring to clean
3532 * @budget: how many cleans we're allowed
3533 *
3534 * Returns true if there's any budget left (e.g. the clean is finished)
3535 **/
3536static bool i40e_clean_fdir_tx_irq(struct i40e_ring *tx_ring, int budget)
3537{
3538 struct i40e_vsi *vsi = tx_ring->vsi;
3539 u16 i = tx_ring->next_to_clean;
3540 struct i40e_tx_buffer *tx_buf;
3541 struct i40e_tx_desc *tx_desc;
3542
3543 tx_buf = &tx_ring->tx_bi[i];
3544 tx_desc = I40E_TX_DESC(tx_ring, i);
3545 i -= tx_ring->count;
3546
3547 do {
3548 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch;
3549
3550 /* if next_to_watch is not set then there is no work pending */
3551 if (!eop_desc)
3552 break;
3553
3554 /* prevent any other reads prior to eop_desc */
3555 read_barrier_depends();
3556
3557 /* if the descriptor isn't done, no work yet to do */
3558 if (!(eop_desc->cmd_type_offset_bsz &
3559 cpu_to_le64(I40E_TX_DESC_DTYPE_DESC_DONE)))
3560 break;
3561
3562 /* clear next_to_watch to prevent false hangs */
3563 tx_buf->next_to_watch = NULL;
3564
Anjali Singhai Jain49d7d932014-06-04 08:45:15 +00003565 tx_desc->buffer_addr = 0;
3566 tx_desc->cmd_type_offset_bsz = 0;
3567 /* move past filter desc */
3568 tx_buf++;
3569 tx_desc++;
3570 i++;
3571 if (unlikely(!i)) {
3572 i -= tx_ring->count;
3573 tx_buf = tx_ring->tx_bi;
3574 tx_desc = I40E_TX_DESC(tx_ring, 0);
3575 }
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08003576 /* unmap skb header data */
3577 dma_unmap_single(tx_ring->dev,
3578 dma_unmap_addr(tx_buf, dma),
3579 dma_unmap_len(tx_buf, len),
3580 DMA_TO_DEVICE);
Anjali Singhai Jain49d7d932014-06-04 08:45:15 +00003581 if (tx_buf->tx_flags & I40E_TX_FLAGS_FD_SB)
3582 kfree(tx_buf->raw_buf);
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08003583
Anjali Singhai Jain49d7d932014-06-04 08:45:15 +00003584 tx_buf->raw_buf = NULL;
3585 tx_buf->tx_flags = 0;
3586 tx_buf->next_to_watch = NULL;
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08003587 dma_unmap_len_set(tx_buf, len, 0);
Anjali Singhai Jain49d7d932014-06-04 08:45:15 +00003588 tx_desc->buffer_addr = 0;
3589 tx_desc->cmd_type_offset_bsz = 0;
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08003590
Anjali Singhai Jain49d7d932014-06-04 08:45:15 +00003591 /* move us past the eop_desc for start of next FD desc */
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08003592 tx_buf++;
3593 tx_desc++;
3594 i++;
3595 if (unlikely(!i)) {
3596 i -= tx_ring->count;
3597 tx_buf = tx_ring->tx_bi;
3598 tx_desc = I40E_TX_DESC(tx_ring, 0);
3599 }
3600
3601 /* update budget accounting */
3602 budget--;
3603 } while (likely(budget));
3604
3605 i += tx_ring->count;
3606 tx_ring->next_to_clean = i;
3607
Jesse Brandeburg6995b362015-08-28 17:55:54 -04003608 if (vsi->back->flags & I40E_FLAG_MSIX_ENABLED)
Jesse Brandeburg78455482015-07-23 16:54:41 -04003609 i40e_irq_dynamic_enable(vsi, tx_ring->q_vector->v_idx);
Jesse Brandeburg6995b362015-08-28 17:55:54 -04003610
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08003611 return budget > 0;
3612}
3613
3614/**
3615 * i40e_fdir_clean_ring - Interrupt Handler for FDIR SB ring
3616 * @irq: interrupt number
3617 * @data: pointer to a q_vector
3618 **/
3619static irqreturn_t i40e_fdir_clean_ring(int irq, void *data)
3620{
3621 struct i40e_q_vector *q_vector = data;
3622 struct i40e_vsi *vsi;
3623
3624 if (!q_vector->tx.ring)
3625 return IRQ_HANDLED;
3626
3627 vsi = q_vector->tx.ring->vsi;
3628 i40e_clean_fdir_tx_irq(q_vector->tx.ring, vsi->work_limit);
3629
3630 return IRQ_HANDLED;
3631}
3632
3633/**
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003634 * i40e_map_vector_to_qp - Assigns the queue pair to the vector
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003635 * @vsi: the VSI being configured
3636 * @v_idx: vector index
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003637 * @qp_idx: queue pair index
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003638 **/
Anjali Singhai Jain26cdc442015-07-10 19:36:00 -04003639static void i40e_map_vector_to_qp(struct i40e_vsi *vsi, int v_idx, int qp_idx)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003640{
Alexander Duyck493fb302013-09-28 07:01:44 +00003641 struct i40e_q_vector *q_vector = vsi->q_vectors[v_idx];
Alexander Duyck9f65e152013-09-28 06:00:58 +00003642 struct i40e_ring *tx_ring = vsi->tx_rings[qp_idx];
3643 struct i40e_ring *rx_ring = vsi->rx_rings[qp_idx];
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003644
3645 tx_ring->q_vector = q_vector;
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003646 tx_ring->next = q_vector->tx.ring;
3647 q_vector->tx.ring = tx_ring;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003648 q_vector->tx.count++;
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003649
3650 rx_ring->q_vector = q_vector;
3651 rx_ring->next = q_vector->rx.ring;
3652 q_vector->rx.ring = rx_ring;
3653 q_vector->rx.count++;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003654}
3655
3656/**
3657 * i40e_vsi_map_rings_to_vectors - Maps descriptor rings to vectors
3658 * @vsi: the VSI being configured
3659 *
3660 * This function maps descriptor rings to the queue-specific vectors
3661 * we were allotted through the MSI-X enabling code. Ideally, we'd have
3662 * one vector per queue pair, but on a constrained vector budget, we
3663 * group the queue pairs as "efficiently" as possible.
3664 **/
3665static void i40e_vsi_map_rings_to_vectors(struct i40e_vsi *vsi)
3666{
3667 int qp_remaining = vsi->num_queue_pairs;
3668 int q_vectors = vsi->num_q_vectors;
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003669 int num_ringpairs;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003670 int v_start = 0;
3671 int qp_idx = 0;
3672
3673 /* If we don't have enough vectors for a 1-to-1 mapping, we'll have to
3674 * group them so there are multiple queues per vector.
Anjali Singhai Jain70114ec2014-06-03 23:50:14 +00003675 * It is also important to go through all the vectors available to be
3676 * sure that if we don't use all the vectors, that the remaining vectors
3677 * are cleared. This is especially important when decreasing the
3678 * number of queues in use.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003679 */
Anjali Singhai Jain70114ec2014-06-03 23:50:14 +00003680 for (; v_start < q_vectors; v_start++) {
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003681 struct i40e_q_vector *q_vector = vsi->q_vectors[v_start];
3682
3683 num_ringpairs = DIV_ROUND_UP(qp_remaining, q_vectors - v_start);
3684
3685 q_vector->num_ringpairs = num_ringpairs;
3686
3687 q_vector->rx.count = 0;
3688 q_vector->tx.count = 0;
3689 q_vector->rx.ring = NULL;
3690 q_vector->tx.ring = NULL;
3691
3692 while (num_ringpairs--) {
Anjali Singhai Jain26cdc442015-07-10 19:36:00 -04003693 i40e_map_vector_to_qp(vsi, v_start, qp_idx);
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00003694 qp_idx++;
3695 qp_remaining--;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003696 }
3697 }
3698}
3699
3700/**
3701 * i40e_vsi_request_irq - Request IRQ from the OS
3702 * @vsi: the VSI being configured
3703 * @basename: name for the vector
3704 **/
3705static int i40e_vsi_request_irq(struct i40e_vsi *vsi, char *basename)
3706{
3707 struct i40e_pf *pf = vsi->back;
3708 int err;
3709
3710 if (pf->flags & I40E_FLAG_MSIX_ENABLED)
3711 err = i40e_vsi_request_irq_msix(vsi, basename);
3712 else if (pf->flags & I40E_FLAG_MSI_ENABLED)
3713 err = request_irq(pf->pdev->irq, i40e_intr, 0,
Carolyn Wybornyb294ac72014-12-11 07:06:39 +00003714 pf->int_name, pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003715 else
3716 err = request_irq(pf->pdev->irq, i40e_intr, IRQF_SHARED,
Carolyn Wybornyb294ac72014-12-11 07:06:39 +00003717 pf->int_name, pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003718
3719 if (err)
3720 dev_info(&pf->pdev->dev, "request_irq failed, Error %d\n", err);
3721
3722 return err;
3723}
3724
3725#ifdef CONFIG_NET_POLL_CONTROLLER
3726/**
Jesse Brandeburgd89d9672016-01-04 10:33:02 -08003727 * i40e_netpoll - A Polling 'interrupt' handler
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003728 * @netdev: network interface device structure
3729 *
3730 * This is used by netconsole to send skbs without having to re-enable
3731 * interrupts. It's not called while the normal interrupt routine is executing.
3732 **/
Vasu Dev38e00432014-08-01 13:27:03 -07003733#ifdef I40E_FCOE
3734void i40e_netpoll(struct net_device *netdev)
3735#else
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003736static void i40e_netpoll(struct net_device *netdev)
Vasu Dev38e00432014-08-01 13:27:03 -07003737#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003738{
3739 struct i40e_netdev_priv *np = netdev_priv(netdev);
3740 struct i40e_vsi *vsi = np->vsi;
3741 struct i40e_pf *pf = vsi->back;
3742 int i;
3743
3744 /* if interface is down do nothing */
3745 if (test_bit(__I40E_DOWN, &vsi->state))
3746 return;
3747
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003748 if (pf->flags & I40E_FLAG_MSIX_ENABLED) {
3749 for (i = 0; i < vsi->num_q_vectors; i++)
Alexander Duyck493fb302013-09-28 07:01:44 +00003750 i40e_msix_clean_rings(0, vsi->q_vectors[i]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003751 } else {
3752 i40e_intr(pf->pdev->irq, netdev);
3753 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003754}
3755#endif
3756
3757/**
Neerav Parikh23527302014-06-03 23:50:15 +00003758 * i40e_pf_txq_wait - Wait for a PF's Tx queue to be enabled or disabled
3759 * @pf: the PF being configured
3760 * @pf_q: the PF queue
3761 * @enable: enable or disable state of the queue
3762 *
3763 * This routine will wait for the given Tx queue of the PF to reach the
3764 * enabled or disabled state.
3765 * Returns -ETIMEDOUT in case of failing to reach the requested state after
3766 * multiple retries; else will return 0 in case of success.
3767 **/
3768static int i40e_pf_txq_wait(struct i40e_pf *pf, int pf_q, bool enable)
3769{
3770 int i;
3771 u32 tx_reg;
3772
3773 for (i = 0; i < I40E_QUEUE_WAIT_RETRY_LIMIT; i++) {
3774 tx_reg = rd32(&pf->hw, I40E_QTX_ENA(pf_q));
3775 if (enable == !!(tx_reg & I40E_QTX_ENA_QENA_STAT_MASK))
3776 break;
3777
Neerav Parikhf98a2002014-09-13 07:40:44 +00003778 usleep_range(10, 20);
Neerav Parikh23527302014-06-03 23:50:15 +00003779 }
3780 if (i >= I40E_QUEUE_WAIT_RETRY_LIMIT)
3781 return -ETIMEDOUT;
3782
3783 return 0;
3784}
3785
3786/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003787 * i40e_vsi_control_tx - Start or stop a VSI's rings
3788 * @vsi: the VSI being configured
3789 * @enable: start or stop the rings
3790 **/
3791static int i40e_vsi_control_tx(struct i40e_vsi *vsi, bool enable)
3792{
3793 struct i40e_pf *pf = vsi->back;
3794 struct i40e_hw *hw = &pf->hw;
Neerav Parikh23527302014-06-03 23:50:15 +00003795 int i, j, pf_q, ret = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003796 u32 tx_reg;
3797
3798 pf_q = vsi->base_queue;
3799 for (i = 0; i < vsi->num_queue_pairs; i++, pf_q++) {
Matt Jared351499ab2014-04-23 04:50:03 +00003800
3801 /* warn the TX unit of coming changes */
3802 i40e_pre_tx_queue_cfg(&pf->hw, pf_q, enable);
3803 if (!enable)
Neerav Parikhf98a2002014-09-13 07:40:44 +00003804 usleep_range(10, 20);
Matt Jared351499ab2014-04-23 04:50:03 +00003805
Mitch Williams6c5ef622014-02-20 19:29:16 -08003806 for (j = 0; j < 50; j++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003807 tx_reg = rd32(hw, I40E_QTX_ENA(pf_q));
Mitch Williams6c5ef622014-02-20 19:29:16 -08003808 if (((tx_reg >> I40E_QTX_ENA_QENA_REQ_SHIFT) & 1) ==
3809 ((tx_reg >> I40E_QTX_ENA_QENA_STAT_SHIFT) & 1))
3810 break;
3811 usleep_range(1000, 2000);
3812 }
Mitch Williamsfda972f2013-11-28 06:39:29 +00003813 /* Skip if the queue is already in the requested state */
Catherine Sullivan7c1220072014-03-14 07:32:29 +00003814 if (enable == !!(tx_reg & I40E_QTX_ENA_QENA_STAT_MASK))
Mitch Williamsfda972f2013-11-28 06:39:29 +00003815 continue;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003816
3817 /* turn on/off the queue */
Shannon Nelsonc5c9eb92013-12-21 05:44:48 +00003818 if (enable) {
3819 wr32(hw, I40E_QTX_HEAD(pf_q), 0);
Mitch Williams6c5ef622014-02-20 19:29:16 -08003820 tx_reg |= I40E_QTX_ENA_QENA_REQ_MASK;
Shannon Nelsonc5c9eb92013-12-21 05:44:48 +00003821 } else {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003822 tx_reg &= ~I40E_QTX_ENA_QENA_REQ_MASK;
Shannon Nelsonc5c9eb92013-12-21 05:44:48 +00003823 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003824
3825 wr32(hw, I40E_QTX_ENA(pf_q), tx_reg);
Neerav Parikh69129dc2014-11-12 00:18:46 +00003826 /* No waiting for the Tx queue to disable */
3827 if (!enable && test_bit(__I40E_PORT_TX_SUSPENDED, &pf->state))
3828 continue;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003829
3830 /* wait for the change to finish */
Neerav Parikh23527302014-06-03 23:50:15 +00003831 ret = i40e_pf_txq_wait(pf, pf_q, enable);
3832 if (ret) {
3833 dev_info(&pf->pdev->dev,
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04003834 "VSI seid %d Tx ring %d %sable timeout\n",
3835 vsi->seid, pf_q, (enable ? "en" : "dis"));
Neerav Parikh23527302014-06-03 23:50:15 +00003836 break;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003837 }
3838 }
3839
Jesse Brandeburg7134f9c2013-11-26 08:56:05 +00003840 if (hw->revision_id == 0)
3841 mdelay(50);
Neerav Parikh23527302014-06-03 23:50:15 +00003842 return ret;
3843}
3844
3845/**
3846 * i40e_pf_rxq_wait - Wait for a PF's Rx queue to be enabled or disabled
3847 * @pf: the PF being configured
3848 * @pf_q: the PF queue
3849 * @enable: enable or disable state of the queue
3850 *
3851 * This routine will wait for the given Rx queue of the PF to reach the
3852 * enabled or disabled state.
3853 * Returns -ETIMEDOUT in case of failing to reach the requested state after
3854 * multiple retries; else will return 0 in case of success.
3855 **/
3856static int i40e_pf_rxq_wait(struct i40e_pf *pf, int pf_q, bool enable)
3857{
3858 int i;
3859 u32 rx_reg;
3860
3861 for (i = 0; i < I40E_QUEUE_WAIT_RETRY_LIMIT; i++) {
3862 rx_reg = rd32(&pf->hw, I40E_QRX_ENA(pf_q));
3863 if (enable == !!(rx_reg & I40E_QRX_ENA_QENA_STAT_MASK))
3864 break;
3865
Neerav Parikhf98a2002014-09-13 07:40:44 +00003866 usleep_range(10, 20);
Neerav Parikh23527302014-06-03 23:50:15 +00003867 }
3868 if (i >= I40E_QUEUE_WAIT_RETRY_LIMIT)
3869 return -ETIMEDOUT;
Jesse Brandeburg7134f9c2013-11-26 08:56:05 +00003870
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003871 return 0;
3872}
3873
3874/**
3875 * i40e_vsi_control_rx - Start or stop a VSI's rings
3876 * @vsi: the VSI being configured
3877 * @enable: start or stop the rings
3878 **/
3879static int i40e_vsi_control_rx(struct i40e_vsi *vsi, bool enable)
3880{
3881 struct i40e_pf *pf = vsi->back;
3882 struct i40e_hw *hw = &pf->hw;
Neerav Parikh23527302014-06-03 23:50:15 +00003883 int i, j, pf_q, ret = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003884 u32 rx_reg;
3885
3886 pf_q = vsi->base_queue;
3887 for (i = 0; i < vsi->num_queue_pairs; i++, pf_q++) {
Mitch Williams6c5ef622014-02-20 19:29:16 -08003888 for (j = 0; j < 50; j++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003889 rx_reg = rd32(hw, I40E_QRX_ENA(pf_q));
Mitch Williams6c5ef622014-02-20 19:29:16 -08003890 if (((rx_reg >> I40E_QRX_ENA_QENA_REQ_SHIFT) & 1) ==
3891 ((rx_reg >> I40E_QRX_ENA_QENA_STAT_SHIFT) & 1))
3892 break;
3893 usleep_range(1000, 2000);
3894 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003895
Catherine Sullivan7c1220072014-03-14 07:32:29 +00003896 /* Skip if the queue is already in the requested state */
3897 if (enable == !!(rx_reg & I40E_QRX_ENA_QENA_STAT_MASK))
3898 continue;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003899
3900 /* turn on/off the queue */
3901 if (enable)
Mitch Williams6c5ef622014-02-20 19:29:16 -08003902 rx_reg |= I40E_QRX_ENA_QENA_REQ_MASK;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003903 else
Mitch Williams6c5ef622014-02-20 19:29:16 -08003904 rx_reg &= ~I40E_QRX_ENA_QENA_REQ_MASK;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003905 wr32(hw, I40E_QRX_ENA(pf_q), rx_reg);
Neerav Parikh3fe06f42016-02-17 16:12:15 -08003906 /* No waiting for the Tx queue to disable */
3907 if (!enable && test_bit(__I40E_PORT_TX_SUSPENDED, &pf->state))
3908 continue;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003909
3910 /* wait for the change to finish */
Neerav Parikh23527302014-06-03 23:50:15 +00003911 ret = i40e_pf_rxq_wait(pf, pf_q, enable);
3912 if (ret) {
3913 dev_info(&pf->pdev->dev,
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04003914 "VSI seid %d Rx ring %d %sable timeout\n",
3915 vsi->seid, pf_q, (enable ? "en" : "dis"));
Neerav Parikh23527302014-06-03 23:50:15 +00003916 break;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003917 }
3918 }
3919
Neerav Parikh23527302014-06-03 23:50:15 +00003920 return ret;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003921}
3922
3923/**
3924 * i40e_vsi_control_rings - Start or stop a VSI's rings
3925 * @vsi: the VSI being configured
3926 * @enable: start or stop the rings
3927 **/
Mitch Williamsfc18eaa2013-11-28 06:39:27 +00003928int i40e_vsi_control_rings(struct i40e_vsi *vsi, bool request)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003929{
Anjali Singhai Jain3b867b22013-12-21 05:44:44 +00003930 int ret = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003931
3932 /* do rx first for enable and last for disable */
3933 if (request) {
3934 ret = i40e_vsi_control_rx(vsi, request);
3935 if (ret)
3936 return ret;
3937 ret = i40e_vsi_control_tx(vsi, request);
3938 } else {
Anjali Singhai Jain3b867b22013-12-21 05:44:44 +00003939 /* Ignore return value, we need to shutdown whatever we can */
3940 i40e_vsi_control_tx(vsi, request);
3941 i40e_vsi_control_rx(vsi, request);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003942 }
3943
3944 return ret;
3945}
3946
3947/**
3948 * i40e_vsi_free_irq - Free the irq association with the OS
3949 * @vsi: the VSI being configured
3950 **/
3951static void i40e_vsi_free_irq(struct i40e_vsi *vsi)
3952{
3953 struct i40e_pf *pf = vsi->back;
3954 struct i40e_hw *hw = &pf->hw;
3955 int base = vsi->base_vector;
3956 u32 val, qp;
3957 int i;
3958
3959 if (pf->flags & I40E_FLAG_MSIX_ENABLED) {
3960 if (!vsi->q_vectors)
3961 return;
3962
Shannon Nelson63741842014-04-23 04:50:16 +00003963 if (!vsi->irqs_ready)
3964 return;
3965
3966 vsi->irqs_ready = false;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003967 for (i = 0; i < vsi->num_q_vectors; i++) {
3968 u16 vector = i + base;
3969
3970 /* free only the irqs that were actually requested */
Shannon Nelson78681b12013-11-28 06:39:36 +00003971 if (!vsi->q_vectors[i] ||
3972 !vsi->q_vectors[i]->num_ringpairs)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003973 continue;
3974
3975 /* clear the affinity_mask in the IRQ descriptor */
3976 irq_set_affinity_hint(pf->msix_entries[vector].vector,
3977 NULL);
Greg Roseb33d3b72016-05-16 10:26:37 -07003978 synchronize_irq(pf->msix_entries[vector].vector);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003979 free_irq(pf->msix_entries[vector].vector,
Alexander Duyck493fb302013-09-28 07:01:44 +00003980 vsi->q_vectors[i]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00003981
3982 /* Tear down the interrupt queue link list
3983 *
3984 * We know that they come in pairs and always
3985 * the Rx first, then the Tx. To clear the
3986 * link list, stick the EOL value into the
3987 * next_q field of the registers.
3988 */
3989 val = rd32(hw, I40E_PFINT_LNKLSTN(vector - 1));
3990 qp = (val & I40E_PFINT_LNKLSTN_FIRSTQ_INDX_MASK)
3991 >> I40E_PFINT_LNKLSTN_FIRSTQ_INDX_SHIFT;
3992 val |= I40E_QUEUE_END_OF_LIST
3993 << I40E_PFINT_LNKLSTN_FIRSTQ_INDX_SHIFT;
3994 wr32(hw, I40E_PFINT_LNKLSTN(vector - 1), val);
3995
3996 while (qp != I40E_QUEUE_END_OF_LIST) {
3997 u32 next;
3998
3999 val = rd32(hw, I40E_QINT_RQCTL(qp));
4000
4001 val &= ~(I40E_QINT_RQCTL_MSIX_INDX_MASK |
4002 I40E_QINT_RQCTL_MSIX0_INDX_MASK |
4003 I40E_QINT_RQCTL_CAUSE_ENA_MASK |
4004 I40E_QINT_RQCTL_INTEVENT_MASK);
4005
4006 val |= (I40E_QINT_RQCTL_ITR_INDX_MASK |
4007 I40E_QINT_RQCTL_NEXTQ_INDX_MASK);
4008
4009 wr32(hw, I40E_QINT_RQCTL(qp), val);
4010
4011 val = rd32(hw, I40E_QINT_TQCTL(qp));
4012
4013 next = (val & I40E_QINT_TQCTL_NEXTQ_INDX_MASK)
4014 >> I40E_QINT_TQCTL_NEXTQ_INDX_SHIFT;
4015
4016 val &= ~(I40E_QINT_TQCTL_MSIX_INDX_MASK |
4017 I40E_QINT_TQCTL_MSIX0_INDX_MASK |
4018 I40E_QINT_TQCTL_CAUSE_ENA_MASK |
4019 I40E_QINT_TQCTL_INTEVENT_MASK);
4020
4021 val |= (I40E_QINT_TQCTL_ITR_INDX_MASK |
4022 I40E_QINT_TQCTL_NEXTQ_INDX_MASK);
4023
4024 wr32(hw, I40E_QINT_TQCTL(qp), val);
4025 qp = next;
4026 }
4027 }
4028 } else {
4029 free_irq(pf->pdev->irq, pf);
4030
4031 val = rd32(hw, I40E_PFINT_LNKLST0);
4032 qp = (val & I40E_PFINT_LNKLSTN_FIRSTQ_INDX_MASK)
4033 >> I40E_PFINT_LNKLSTN_FIRSTQ_INDX_SHIFT;
4034 val |= I40E_QUEUE_END_OF_LIST
4035 << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT;
4036 wr32(hw, I40E_PFINT_LNKLST0, val);
4037
4038 val = rd32(hw, I40E_QINT_RQCTL(qp));
4039 val &= ~(I40E_QINT_RQCTL_MSIX_INDX_MASK |
4040 I40E_QINT_RQCTL_MSIX0_INDX_MASK |
4041 I40E_QINT_RQCTL_CAUSE_ENA_MASK |
4042 I40E_QINT_RQCTL_INTEVENT_MASK);
4043
4044 val |= (I40E_QINT_RQCTL_ITR_INDX_MASK |
4045 I40E_QINT_RQCTL_NEXTQ_INDX_MASK);
4046
4047 wr32(hw, I40E_QINT_RQCTL(qp), val);
4048
4049 val = rd32(hw, I40E_QINT_TQCTL(qp));
4050
4051 val &= ~(I40E_QINT_TQCTL_MSIX_INDX_MASK |
4052 I40E_QINT_TQCTL_MSIX0_INDX_MASK |
4053 I40E_QINT_TQCTL_CAUSE_ENA_MASK |
4054 I40E_QINT_TQCTL_INTEVENT_MASK);
4055
4056 val |= (I40E_QINT_TQCTL_ITR_INDX_MASK |
4057 I40E_QINT_TQCTL_NEXTQ_INDX_MASK);
4058
4059 wr32(hw, I40E_QINT_TQCTL(qp), val);
4060 }
4061}
4062
4063/**
Alexander Duyck493fb302013-09-28 07:01:44 +00004064 * i40e_free_q_vector - Free memory allocated for specific interrupt vector
4065 * @vsi: the VSI being configured
4066 * @v_idx: Index of vector to be freed
4067 *
4068 * This function frees the memory allocated to the q_vector. In addition if
4069 * NAPI is enabled it will delete any references to the NAPI struct prior
4070 * to freeing the q_vector.
4071 **/
4072static void i40e_free_q_vector(struct i40e_vsi *vsi, int v_idx)
4073{
4074 struct i40e_q_vector *q_vector = vsi->q_vectors[v_idx];
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00004075 struct i40e_ring *ring;
Alexander Duyck493fb302013-09-28 07:01:44 +00004076
4077 if (!q_vector)
4078 return;
4079
4080 /* disassociate q_vector from rings */
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00004081 i40e_for_each_ring(ring, q_vector->tx)
4082 ring->q_vector = NULL;
4083
4084 i40e_for_each_ring(ring, q_vector->rx)
4085 ring->q_vector = NULL;
Alexander Duyck493fb302013-09-28 07:01:44 +00004086
4087 /* only VSI w/ an associated netdev is set up w/ NAPI */
4088 if (vsi->netdev)
4089 netif_napi_del(&q_vector->napi);
4090
4091 vsi->q_vectors[v_idx] = NULL;
4092
4093 kfree_rcu(q_vector, rcu);
4094}
4095
4096/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004097 * i40e_vsi_free_q_vectors - Free memory allocated for interrupt vectors
4098 * @vsi: the VSI being un-configured
4099 *
4100 * This frees the memory allocated to the q_vectors and
4101 * deletes references to the NAPI struct.
4102 **/
4103static void i40e_vsi_free_q_vectors(struct i40e_vsi *vsi)
4104{
4105 int v_idx;
4106
Alexander Duyck493fb302013-09-28 07:01:44 +00004107 for (v_idx = 0; v_idx < vsi->num_q_vectors; v_idx++)
4108 i40e_free_q_vector(vsi, v_idx);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004109}
4110
4111/**
4112 * i40e_reset_interrupt_capability - Disable interrupt setup in OS
4113 * @pf: board private structure
4114 **/
4115static void i40e_reset_interrupt_capability(struct i40e_pf *pf)
4116{
4117 /* If we're in Legacy mode, the interrupt was cleaned in vsi_close */
4118 if (pf->flags & I40E_FLAG_MSIX_ENABLED) {
4119 pci_disable_msix(pf->pdev);
4120 kfree(pf->msix_entries);
4121 pf->msix_entries = NULL;
Shannon Nelson3b444392015-02-26 16:15:57 +00004122 kfree(pf->irq_pile);
4123 pf->irq_pile = NULL;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004124 } else if (pf->flags & I40E_FLAG_MSI_ENABLED) {
4125 pci_disable_msi(pf->pdev);
4126 }
4127 pf->flags &= ~(I40E_FLAG_MSIX_ENABLED | I40E_FLAG_MSI_ENABLED);
4128}
4129
4130/**
4131 * i40e_clear_interrupt_scheme - Clear the current interrupt scheme settings
4132 * @pf: board private structure
4133 *
4134 * We go through and clear interrupt specific resources and reset the structure
4135 * to pre-load conditions
4136 **/
4137static void i40e_clear_interrupt_scheme(struct i40e_pf *pf)
4138{
4139 int i;
4140
Shannon Nelsone1477582015-02-21 06:44:33 +00004141 i40e_stop_misc_vector(pf);
Shannon Nelson69278392016-03-10 14:59:43 -08004142 if (pf->flags & I40E_FLAG_MSIX_ENABLED && pf->msix_entries) {
Shannon Nelsone1477582015-02-21 06:44:33 +00004143 synchronize_irq(pf->msix_entries[0].vector);
4144 free_irq(pf->msix_entries[0].vector, pf);
4145 }
4146
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06004147 i40e_put_lump(pf->irq_pile, pf->iwarp_base_vector,
4148 I40E_IWARP_IRQ_PILE_ID);
4149
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004150 i40e_put_lump(pf->irq_pile, 0, I40E_PILE_VALID_BIT-1);
Mitch Williams505682c2014-05-20 08:01:37 +00004151 for (i = 0; i < pf->num_alloc_vsi; i++)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004152 if (pf->vsi[i])
4153 i40e_vsi_free_q_vectors(pf->vsi[i]);
4154 i40e_reset_interrupt_capability(pf);
4155}
4156
4157/**
4158 * i40e_napi_enable_all - Enable NAPI for all q_vectors in the VSI
4159 * @vsi: the VSI being configured
4160 **/
4161static void i40e_napi_enable_all(struct i40e_vsi *vsi)
4162{
4163 int q_idx;
4164
4165 if (!vsi->netdev)
4166 return;
4167
4168 for (q_idx = 0; q_idx < vsi->num_q_vectors; q_idx++)
Alexander Duyck493fb302013-09-28 07:01:44 +00004169 napi_enable(&vsi->q_vectors[q_idx]->napi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004170}
4171
4172/**
4173 * i40e_napi_disable_all - Disable NAPI for all q_vectors in the VSI
4174 * @vsi: the VSI being configured
4175 **/
4176static void i40e_napi_disable_all(struct i40e_vsi *vsi)
4177{
4178 int q_idx;
4179
4180 if (!vsi->netdev)
4181 return;
4182
4183 for (q_idx = 0; q_idx < vsi->num_q_vectors; q_idx++)
Alexander Duyck493fb302013-09-28 07:01:44 +00004184 napi_disable(&vsi->q_vectors[q_idx]->napi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004185}
4186
4187/**
Shannon Nelson90ef8d42014-03-14 07:32:26 +00004188 * i40e_vsi_close - Shut down a VSI
4189 * @vsi: the vsi to be quelled
4190 **/
4191static void i40e_vsi_close(struct i40e_vsi *vsi)
4192{
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06004193 bool reset = false;
4194
Shannon Nelson90ef8d42014-03-14 07:32:26 +00004195 if (!test_and_set_bit(__I40E_DOWN, &vsi->state))
4196 i40e_down(vsi);
4197 i40e_vsi_free_irq(vsi);
4198 i40e_vsi_free_tx_resources(vsi);
4199 i40e_vsi_free_rx_resources(vsi);
Anjali Singhai Jain92faef82015-07-28 13:02:00 -04004200 vsi->current_netdev_flags = 0;
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06004201 if (test_bit(__I40E_RESET_RECOVERY_PENDING, &vsi->back->state))
4202 reset = true;
4203 i40e_notify_client_of_netdev_close(vsi, reset);
Shannon Nelson90ef8d42014-03-14 07:32:26 +00004204}
4205
4206/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004207 * i40e_quiesce_vsi - Pause a given VSI
4208 * @vsi: the VSI being paused
4209 **/
4210static void i40e_quiesce_vsi(struct i40e_vsi *vsi)
4211{
4212 if (test_bit(__I40E_DOWN, &vsi->state))
4213 return;
4214
Neerav Parikhd341b7a2014-11-12 00:18:51 +00004215 /* No need to disable FCoE VSI when Tx suspended */
4216 if ((test_bit(__I40E_PORT_TX_SUSPENDED, &vsi->back->state)) &&
4217 vsi->type == I40E_VSI_FCOE) {
4218 dev_dbg(&vsi->back->pdev->dev,
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04004219 "VSI seid %d skipping FCoE VSI disable\n", vsi->seid);
Neerav Parikhd341b7a2014-11-12 00:18:51 +00004220 return;
4221 }
4222
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004223 set_bit(__I40E_NEEDS_RESTART, &vsi->state);
Jesse Brandeburg6995b362015-08-28 17:55:54 -04004224 if (vsi->netdev && netif_running(vsi->netdev))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004225 vsi->netdev->netdev_ops->ndo_stop(vsi->netdev);
Jesse Brandeburg6995b362015-08-28 17:55:54 -04004226 else
Shannon Nelson90ef8d42014-03-14 07:32:26 +00004227 i40e_vsi_close(vsi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004228}
4229
4230/**
4231 * i40e_unquiesce_vsi - Resume a given VSI
4232 * @vsi: the VSI being resumed
4233 **/
4234static void i40e_unquiesce_vsi(struct i40e_vsi *vsi)
4235{
4236 if (!test_bit(__I40E_NEEDS_RESTART, &vsi->state))
4237 return;
4238
4239 clear_bit(__I40E_NEEDS_RESTART, &vsi->state);
4240 if (vsi->netdev && netif_running(vsi->netdev))
4241 vsi->netdev->netdev_ops->ndo_open(vsi->netdev);
4242 else
Shannon Nelson8276f752014-03-14 07:32:27 +00004243 i40e_vsi_open(vsi); /* this clears the DOWN bit */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004244}
4245
4246/**
4247 * i40e_pf_quiesce_all_vsi - Pause all VSIs on a PF
4248 * @pf: the PF
4249 **/
4250static void i40e_pf_quiesce_all_vsi(struct i40e_pf *pf)
4251{
4252 int v;
4253
Mitch Williams505682c2014-05-20 08:01:37 +00004254 for (v = 0; v < pf->num_alloc_vsi; v++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004255 if (pf->vsi[v])
4256 i40e_quiesce_vsi(pf->vsi[v]);
4257 }
4258}
4259
4260/**
4261 * i40e_pf_unquiesce_all_vsi - Resume all VSIs on a PF
4262 * @pf: the PF
4263 **/
4264static void i40e_pf_unquiesce_all_vsi(struct i40e_pf *pf)
4265{
4266 int v;
4267
Mitch Williams505682c2014-05-20 08:01:37 +00004268 for (v = 0; v < pf->num_alloc_vsi; v++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004269 if (pf->vsi[v])
4270 i40e_unquiesce_vsi(pf->vsi[v]);
4271 }
4272}
4273
Neerav Parikh69129dc2014-11-12 00:18:46 +00004274#ifdef CONFIG_I40E_DCB
4275/**
Neerav Parikh3fe06f42016-02-17 16:12:15 -08004276 * i40e_vsi_wait_queues_disabled - Wait for VSI's queues to be disabled
Neerav Parikh69129dc2014-11-12 00:18:46 +00004277 * @vsi: the VSI being configured
4278 *
Neerav Parikh3fe06f42016-02-17 16:12:15 -08004279 * This function waits for the given VSI's queues to be disabled.
Neerav Parikh69129dc2014-11-12 00:18:46 +00004280 **/
Neerav Parikh3fe06f42016-02-17 16:12:15 -08004281static int i40e_vsi_wait_queues_disabled(struct i40e_vsi *vsi)
Neerav Parikh69129dc2014-11-12 00:18:46 +00004282{
4283 struct i40e_pf *pf = vsi->back;
4284 int i, pf_q, ret;
4285
4286 pf_q = vsi->base_queue;
4287 for (i = 0; i < vsi->num_queue_pairs; i++, pf_q++) {
4288 /* Check and wait for the disable status of the queue */
4289 ret = i40e_pf_txq_wait(pf, pf_q, false);
4290 if (ret) {
4291 dev_info(&pf->pdev->dev,
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04004292 "VSI seid %d Tx ring %d disable timeout\n",
4293 vsi->seid, pf_q);
Neerav Parikh69129dc2014-11-12 00:18:46 +00004294 return ret;
4295 }
4296 }
4297
Neerav Parikh3fe06f42016-02-17 16:12:15 -08004298 pf_q = vsi->base_queue;
4299 for (i = 0; i < vsi->num_queue_pairs; i++, pf_q++) {
4300 /* Check and wait for the disable status of the queue */
4301 ret = i40e_pf_rxq_wait(pf, pf_q, false);
4302 if (ret) {
4303 dev_info(&pf->pdev->dev,
4304 "VSI seid %d Rx ring %d disable timeout\n",
4305 vsi->seid, pf_q);
4306 return ret;
4307 }
4308 }
4309
Neerav Parikh69129dc2014-11-12 00:18:46 +00004310 return 0;
4311}
4312
4313/**
Neerav Parikh3fe06f42016-02-17 16:12:15 -08004314 * i40e_pf_wait_queues_disabled - Wait for all queues of PF VSIs to be disabled
Neerav Parikh69129dc2014-11-12 00:18:46 +00004315 * @pf: the PF
4316 *
Neerav Parikh3fe06f42016-02-17 16:12:15 -08004317 * This function waits for the queues to be in disabled state for all the
Neerav Parikh69129dc2014-11-12 00:18:46 +00004318 * VSIs that are managed by this PF.
4319 **/
Neerav Parikh3fe06f42016-02-17 16:12:15 -08004320static int i40e_pf_wait_queues_disabled(struct i40e_pf *pf)
Neerav Parikh69129dc2014-11-12 00:18:46 +00004321{
4322 int v, ret = 0;
4323
4324 for (v = 0; v < pf->hw.func_caps.num_vsis; v++) {
Neerav Parikhd341b7a2014-11-12 00:18:51 +00004325 /* No need to wait for FCoE VSI queues */
4326 if (pf->vsi[v] && pf->vsi[v]->type != I40E_VSI_FCOE) {
Neerav Parikh3fe06f42016-02-17 16:12:15 -08004327 ret = i40e_vsi_wait_queues_disabled(pf->vsi[v]);
Neerav Parikh69129dc2014-11-12 00:18:46 +00004328 if (ret)
4329 break;
4330 }
4331 }
4332
4333 return ret;
4334}
4335
4336#endif
Kiran Patilb03a8c12015-09-24 18:13:15 -04004337
4338/**
4339 * i40e_detect_recover_hung_queue - Function to detect and recover hung_queue
4340 * @q_idx: TX queue number
4341 * @vsi: Pointer to VSI struct
4342 *
4343 * This function checks specified queue for given VSI. Detects hung condition.
4344 * Sets hung bit since it is two step process. Before next run of service task
4345 * if napi_poll runs, it reset 'hung' bit for respective q_vector. If not,
4346 * hung condition remain unchanged and during subsequent run, this function
4347 * issues SW interrupt to recover from hung condition.
4348 **/
4349static void i40e_detect_recover_hung_queue(int q_idx, struct i40e_vsi *vsi)
4350{
4351 struct i40e_ring *tx_ring = NULL;
4352 struct i40e_pf *pf;
Anjali Singhai Jaindd353102016-01-15 14:33:12 -08004353 u32 head, val, tx_pending_hw;
Kiran Patilb03a8c12015-09-24 18:13:15 -04004354 int i;
4355
4356 pf = vsi->back;
4357
4358 /* now that we have an index, find the tx_ring struct */
4359 for (i = 0; i < vsi->num_queue_pairs; i++) {
4360 if (vsi->tx_rings[i] && vsi->tx_rings[i]->desc) {
4361 if (q_idx == vsi->tx_rings[i]->queue_index) {
4362 tx_ring = vsi->tx_rings[i];
4363 break;
4364 }
4365 }
4366 }
4367
4368 if (!tx_ring)
4369 return;
4370
4371 /* Read interrupt register */
4372 if (pf->flags & I40E_FLAG_MSIX_ENABLED)
4373 val = rd32(&pf->hw,
4374 I40E_PFINT_DYN_CTLN(tx_ring->q_vector->v_idx +
4375 tx_ring->vsi->base_vector - 1));
4376 else
4377 val = rd32(&pf->hw, I40E_PFINT_DYN_CTL0);
4378
4379 head = i40e_get_head(tx_ring);
4380
Anjali Singhai Jaindd353102016-01-15 14:33:12 -08004381 tx_pending_hw = i40e_get_tx_pending(tx_ring, false);
Kiran Patilb03a8c12015-09-24 18:13:15 -04004382
Kiran Patil9c6c1252015-11-06 15:26:02 -08004383 /* HW is done executing descriptors, updated HEAD write back,
4384 * but SW hasn't processed those descriptors. If interrupt is
4385 * not generated from this point ON, it could result into
4386 * dev_watchdog detecting timeout on those netdev_queue,
4387 * hence proactively trigger SW interrupt.
Kiran Patilb03a8c12015-09-24 18:13:15 -04004388 */
Anjali Singhai Jaindd353102016-01-15 14:33:12 -08004389 if (tx_pending_hw && (!(val & I40E_PFINT_DYN_CTLN_INTENA_MASK))) {
Kiran Patil9c6c1252015-11-06 15:26:02 -08004390 /* NAPI Poll didn't run and clear since it was set */
4391 if (test_and_clear_bit(I40E_Q_VECTOR_HUNG_DETECT,
4392 &tx_ring->q_vector->hung_detected)) {
Anjali Singhai Jaindd353102016-01-15 14:33:12 -08004393 netdev_info(vsi->netdev, "VSI_seid %d, Hung TX queue %d, tx_pending_hw: %d, NTC:0x%x, HWB: 0x%x, NTU: 0x%x, TAIL: 0x%x\n",
4394 vsi->seid, q_idx, tx_pending_hw,
Kiran Patil9c6c1252015-11-06 15:26:02 -08004395 tx_ring->next_to_clean, head,
4396 tx_ring->next_to_use,
4397 readl(tx_ring->tail));
4398 netdev_info(vsi->netdev, "VSI_seid %d, Issuing force_wb for TX queue %d, Interrupt Reg: 0x%x\n",
4399 vsi->seid, q_idx, val);
4400 i40e_force_wb(vsi, tx_ring->q_vector);
4401 } else {
4402 /* First Chance - detected possible hung */
4403 set_bit(I40E_Q_VECTOR_HUNG_DETECT,
4404 &tx_ring->q_vector->hung_detected);
4405 }
4406 }
Anjali Singhai Jaindd353102016-01-15 14:33:12 -08004407
4408 /* This is the case where we have interrupts missing,
4409 * so the tx_pending in HW will most likely be 0, but we
4410 * will have tx_pending in SW since the WB happened but the
4411 * interrupt got lost.
4412 */
4413 if ((!tx_pending_hw) && i40e_get_tx_pending(tx_ring, true) &&
4414 (!(val & I40E_PFINT_DYN_CTLN_INTENA_MASK))) {
4415 if (napi_reschedule(&tx_ring->q_vector->napi))
4416 tx_ring->tx_stats.tx_lost_interrupt++;
4417 }
Kiran Patilb03a8c12015-09-24 18:13:15 -04004418}
4419
4420/**
4421 * i40e_detect_recover_hung - Function to detect and recover hung_queues
4422 * @pf: pointer to PF struct
4423 *
4424 * LAN VSI has netdev and netdev has TX queues. This function is to check
4425 * each of those TX queues if they are hung, trigger recovery by issuing
4426 * SW interrupt.
4427 **/
4428static void i40e_detect_recover_hung(struct i40e_pf *pf)
4429{
4430 struct net_device *netdev;
4431 struct i40e_vsi *vsi;
4432 int i;
4433
4434 /* Only for LAN VSI */
4435 vsi = pf->vsi[pf->lan_vsi];
4436
4437 if (!vsi)
4438 return;
4439
4440 /* Make sure, VSI state is not DOWN/RECOVERY_PENDING */
4441 if (test_bit(__I40E_DOWN, &vsi->back->state) ||
4442 test_bit(__I40E_RESET_RECOVERY_PENDING, &vsi->back->state))
4443 return;
4444
4445 /* Make sure type is MAIN VSI */
4446 if (vsi->type != I40E_VSI_MAIN)
4447 return;
4448
4449 netdev = vsi->netdev;
4450 if (!netdev)
4451 return;
4452
4453 /* Bail out if netif_carrier is not OK */
4454 if (!netif_carrier_ok(netdev))
4455 return;
4456
4457 /* Go thru' TX queues for netdev */
4458 for (i = 0; i < netdev->num_tx_queues; i++) {
4459 struct netdev_queue *q;
4460
4461 q = netdev_get_tx_queue(netdev, i);
4462 if (q)
4463 i40e_detect_recover_hung_queue(i, vsi);
4464 }
4465}
4466
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004467/**
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00004468 * i40e_get_iscsi_tc_map - Return TC map for iSCSI APP
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00004469 * @pf: pointer to PF
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00004470 *
4471 * Get TC map for ISCSI PF type that will include iSCSI TC
4472 * and LAN TC.
4473 **/
4474static u8 i40e_get_iscsi_tc_map(struct i40e_pf *pf)
4475{
4476 struct i40e_dcb_app_priority_table app;
4477 struct i40e_hw *hw = &pf->hw;
4478 u8 enabled_tc = 1; /* TC0 is always enabled */
4479 u8 tc, i;
4480 /* Get the iSCSI APP TLV */
4481 struct i40e_dcbx_config *dcbcfg = &hw->local_dcbx_config;
4482
4483 for (i = 0; i < dcbcfg->numapps; i++) {
4484 app = dcbcfg->app[i];
4485 if (app.selector == I40E_APP_SEL_TCPIP &&
4486 app.protocolid == I40E_APP_PROTOID_ISCSI) {
4487 tc = dcbcfg->etscfg.prioritytable[app.priority];
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08004488 enabled_tc |= BIT(tc);
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00004489 break;
4490 }
4491 }
4492
4493 return enabled_tc;
4494}
4495
4496/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004497 * i40e_dcb_get_num_tc - Get the number of TCs from DCBx config
4498 * @dcbcfg: the corresponding DCBx configuration structure
4499 *
4500 * Return the number of TCs from given DCBx configuration
4501 **/
4502static u8 i40e_dcb_get_num_tc(struct i40e_dcbx_config *dcbcfg)
4503{
Jesse Brandeburg078b5872013-09-25 23:41:14 +00004504 u8 num_tc = 0;
4505 int i;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004506
4507 /* Scan the ETS Config Priority Table to find
4508 * traffic class enabled for a given priority
4509 * and use the traffic class index to get the
4510 * number of traffic classes enabled
4511 */
4512 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) {
4513 if (dcbcfg->etscfg.prioritytable[i] > num_tc)
4514 num_tc = dcbcfg->etscfg.prioritytable[i];
4515 }
4516
4517 /* Traffic class index starts from zero so
4518 * increment to return the actual count
4519 */
Jesse Brandeburg078b5872013-09-25 23:41:14 +00004520 return num_tc + 1;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004521}
4522
4523/**
4524 * i40e_dcb_get_enabled_tc - Get enabled traffic classes
4525 * @dcbcfg: the corresponding DCBx configuration structure
4526 *
4527 * Query the current DCB configuration and return the number of
4528 * traffic classes enabled from the given DCBX config
4529 **/
4530static u8 i40e_dcb_get_enabled_tc(struct i40e_dcbx_config *dcbcfg)
4531{
4532 u8 num_tc = i40e_dcb_get_num_tc(dcbcfg);
4533 u8 enabled_tc = 1;
4534 u8 i;
4535
4536 for (i = 0; i < num_tc; i++)
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04004537 enabled_tc |= BIT(i);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004538
4539 return enabled_tc;
4540}
4541
4542/**
4543 * i40e_pf_get_num_tc - Get enabled traffic classes for PF
4544 * @pf: PF being queried
4545 *
4546 * Return number of traffic classes enabled for the given PF
4547 **/
4548static u8 i40e_pf_get_num_tc(struct i40e_pf *pf)
4549{
4550 struct i40e_hw *hw = &pf->hw;
4551 u8 i, enabled_tc;
4552 u8 num_tc = 0;
4553 struct i40e_dcbx_config *dcbcfg = &hw->local_dcbx_config;
4554
4555 /* If DCB is not enabled then always in single TC */
4556 if (!(pf->flags & I40E_FLAG_DCB_ENABLED))
4557 return 1;
4558
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004559 /* SFP mode will be enabled for all TCs on port */
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00004560 if (!(pf->flags & I40E_FLAG_MFP_ENABLED))
4561 return i40e_dcb_get_num_tc(dcbcfg);
4562
4563 /* MFP mode return count of enabled TCs for this PF */
4564 if (pf->hw.func_caps.iscsi)
4565 enabled_tc = i40e_get_iscsi_tc_map(pf);
4566 else
Neerav Parikhfc51de92015-02-24 06:58:53 +00004567 return 1; /* Only TC0 */
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00004568
4569 /* At least have TC0 */
4570 enabled_tc = (enabled_tc ? enabled_tc : 0x1);
4571 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08004572 if (enabled_tc & BIT(i))
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00004573 num_tc++;
4574 }
4575 return num_tc;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004576}
4577
4578/**
4579 * i40e_pf_get_default_tc - Get bitmap for first enabled TC
4580 * @pf: PF being queried
4581 *
4582 * Return a bitmap for first enabled traffic class for this PF.
4583 **/
4584static u8 i40e_pf_get_default_tc(struct i40e_pf *pf)
4585{
4586 u8 enabled_tc = pf->hw.func_caps.enabled_tcmap;
4587 u8 i = 0;
4588
4589 if (!enabled_tc)
4590 return 0x1; /* TC0 */
4591
4592 /* Find the first enabled TC */
4593 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08004594 if (enabled_tc & BIT(i))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004595 break;
4596 }
4597
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04004598 return BIT(i);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004599}
4600
4601/**
4602 * i40e_pf_get_pf_tc_map - Get bitmap for enabled traffic classes
4603 * @pf: PF being queried
4604 *
4605 * Return a bitmap for enabled traffic classes for this PF.
4606 **/
4607static u8 i40e_pf_get_tc_map(struct i40e_pf *pf)
4608{
4609 /* If DCB is not enabled for this PF then just return default TC */
4610 if (!(pf->flags & I40E_FLAG_DCB_ENABLED))
4611 return i40e_pf_get_default_tc(pf);
4612
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004613 /* SFP mode we want PF to be enabled for all TCs */
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00004614 if (!(pf->flags & I40E_FLAG_MFP_ENABLED))
4615 return i40e_dcb_get_enabled_tc(&pf->hw.local_dcbx_config);
4616
Neerav Parikhfc51de92015-02-24 06:58:53 +00004617 /* MFP enabled and iSCSI PF type */
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00004618 if (pf->hw.func_caps.iscsi)
4619 return i40e_get_iscsi_tc_map(pf);
4620 else
Neerav Parikhfc51de92015-02-24 06:58:53 +00004621 return i40e_pf_get_default_tc(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004622}
4623
4624/**
4625 * i40e_vsi_get_bw_info - Query VSI BW Information
4626 * @vsi: the VSI being queried
4627 *
4628 * Returns 0 on success, negative value on failure
4629 **/
4630static int i40e_vsi_get_bw_info(struct i40e_vsi *vsi)
4631{
4632 struct i40e_aqc_query_vsi_ets_sla_config_resp bw_ets_config = {0};
4633 struct i40e_aqc_query_vsi_bw_config_resp bw_config = {0};
4634 struct i40e_pf *pf = vsi->back;
4635 struct i40e_hw *hw = &pf->hw;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004636 i40e_status ret;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004637 u32 tc_bw_max;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004638 int i;
4639
4640 /* Get the VSI level BW configuration */
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004641 ret = i40e_aq_query_vsi_bw_config(hw, vsi->seid, &bw_config, NULL);
4642 if (ret) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004643 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004644 "couldn't get PF vsi bw config, err %s aq_err %s\n",
4645 i40e_stat_str(&pf->hw, ret),
4646 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00004647 return -EINVAL;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004648 }
4649
4650 /* Get the VSI level BW configuration per TC */
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004651 ret = i40e_aq_query_vsi_ets_sla_config(hw, vsi->seid, &bw_ets_config,
4652 NULL);
4653 if (ret) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004654 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004655 "couldn't get PF vsi ets bw config, err %s aq_err %s\n",
4656 i40e_stat_str(&pf->hw, ret),
4657 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00004658 return -EINVAL;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004659 }
4660
4661 if (bw_config.tc_valid_bits != bw_ets_config.tc_valid_bits) {
4662 dev_info(&pf->pdev->dev,
4663 "Enabled TCs mismatch from querying VSI BW info 0x%08x 0x%08x\n",
4664 bw_config.tc_valid_bits,
4665 bw_ets_config.tc_valid_bits);
4666 /* Still continuing */
4667 }
4668
4669 vsi->bw_limit = le16_to_cpu(bw_config.port_bw_limit);
4670 vsi->bw_max_quanta = bw_config.max_bw;
4671 tc_bw_max = le16_to_cpu(bw_ets_config.tc_bw_max[0]) |
4672 (le16_to_cpu(bw_ets_config.tc_bw_max[1]) << 16);
4673 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
4674 vsi->bw_ets_share_credits[i] = bw_ets_config.share_credits[i];
4675 vsi->bw_ets_limit_credits[i] =
4676 le16_to_cpu(bw_ets_config.credits[i]);
4677 /* 3 bits out of 4 for each TC */
4678 vsi->bw_ets_max_quanta[i] = (u8)((tc_bw_max >> (i*4)) & 0x7);
4679 }
Jesse Brandeburg078b5872013-09-25 23:41:14 +00004680
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00004681 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004682}
4683
4684/**
4685 * i40e_vsi_configure_bw_alloc - Configure VSI BW allocation per TC
4686 * @vsi: the VSI being configured
4687 * @enabled_tc: TC bitmap
4688 * @bw_credits: BW shared credits per TC
4689 *
4690 * Returns 0 on success, negative value on failure
4691 **/
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00004692static int i40e_vsi_configure_bw_alloc(struct i40e_vsi *vsi, u8 enabled_tc,
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004693 u8 *bw_share)
4694{
4695 struct i40e_aqc_configure_vsi_tc_bw_data bw_data;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004696 i40e_status ret;
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00004697 int i;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004698
4699 bw_data.tc_valid_bits = enabled_tc;
4700 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++)
4701 bw_data.tc_bw_credits[i] = bw_share[i];
4702
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004703 ret = i40e_aq_config_vsi_tc_bw(&vsi->back->hw, vsi->seid, &bw_data,
4704 NULL);
4705 if (ret) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004706 dev_info(&vsi->back->pdev->dev,
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00004707 "AQ command Config VSI BW allocation per TC failed = %d\n",
4708 vsi->back->hw.aq.asq_last_status);
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00004709 return -EINVAL;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004710 }
4711
4712 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++)
4713 vsi->info.qs_handle[i] = bw_data.qs_handles[i];
4714
Jesse Brandeburgdcae29b2013-09-13 08:23:20 +00004715 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004716}
4717
4718/**
4719 * i40e_vsi_config_netdev_tc - Setup the netdev TC configuration
4720 * @vsi: the VSI being configured
4721 * @enabled_tc: TC map to be enabled
4722 *
4723 **/
4724static void i40e_vsi_config_netdev_tc(struct i40e_vsi *vsi, u8 enabled_tc)
4725{
4726 struct net_device *netdev = vsi->netdev;
4727 struct i40e_pf *pf = vsi->back;
4728 struct i40e_hw *hw = &pf->hw;
4729 u8 netdev_tc = 0;
4730 int i;
4731 struct i40e_dcbx_config *dcbcfg = &hw->local_dcbx_config;
4732
4733 if (!netdev)
4734 return;
4735
4736 if (!enabled_tc) {
4737 netdev_reset_tc(netdev);
4738 return;
4739 }
4740
4741 /* Set up actual enabled TCs on the VSI */
4742 if (netdev_set_num_tc(netdev, vsi->tc_config.numtc))
4743 return;
4744
4745 /* set per TC queues for the VSI */
4746 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
4747 /* Only set TC queues for enabled tcs
4748 *
4749 * e.g. For a VSI that has TC0 and TC3 enabled the
4750 * enabled_tc bitmap would be 0x00001001; the driver
4751 * will set the numtc for netdev as 2 that will be
4752 * referenced by the netdev layer as TC 0 and 1.
4753 */
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08004754 if (vsi->tc_config.enabled_tc & BIT(i))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004755 netdev_set_tc_queue(netdev,
4756 vsi->tc_config.tc_info[i].netdev_tc,
4757 vsi->tc_config.tc_info[i].qcount,
4758 vsi->tc_config.tc_info[i].qoffset);
4759 }
4760
4761 /* Assign UP2TC map for the VSI */
4762 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) {
4763 /* Get the actual TC# for the UP */
4764 u8 ets_tc = dcbcfg->etscfg.prioritytable[i];
4765 /* Get the mapped netdev TC# for the UP */
4766 netdev_tc = vsi->tc_config.tc_info[ets_tc].netdev_tc;
4767 netdev_set_prio_tc_map(netdev, i, netdev_tc);
4768 }
4769}
4770
4771/**
4772 * i40e_vsi_update_queue_map - Update our copy of VSi info with new queue map
4773 * @vsi: the VSI being configured
4774 * @ctxt: the ctxt buffer returned from AQ VSI update param command
4775 **/
4776static void i40e_vsi_update_queue_map(struct i40e_vsi *vsi,
4777 struct i40e_vsi_context *ctxt)
4778{
4779 /* copy just the sections touched not the entire info
4780 * since not all sections are valid as returned by
4781 * update vsi params
4782 */
4783 vsi->info.mapping_flags = ctxt->info.mapping_flags;
4784 memcpy(&vsi->info.queue_mapping,
4785 &ctxt->info.queue_mapping, sizeof(vsi->info.queue_mapping));
4786 memcpy(&vsi->info.tc_mapping, ctxt->info.tc_mapping,
4787 sizeof(vsi->info.tc_mapping));
4788}
4789
4790/**
4791 * i40e_vsi_config_tc - Configure VSI Tx Scheduler for given TC map
4792 * @vsi: VSI to be configured
4793 * @enabled_tc: TC bitmap
4794 *
4795 * This configures a particular VSI for TCs that are mapped to the
4796 * given TC bitmap. It uses default bandwidth share for TCs across
4797 * VSIs to configure TC for a particular VSI.
4798 *
4799 * NOTE:
4800 * It is expected that the VSI queues have been quisced before calling
4801 * this function.
4802 **/
4803static int i40e_vsi_config_tc(struct i40e_vsi *vsi, u8 enabled_tc)
4804{
4805 u8 bw_share[I40E_MAX_TRAFFIC_CLASS] = {0};
4806 struct i40e_vsi_context ctxt;
4807 int ret = 0;
4808 int i;
4809
4810 /* Check if enabled_tc is same as existing or new TCs */
4811 if (vsi->tc_config.enabled_tc == enabled_tc)
4812 return ret;
4813
4814 /* Enable ETS TCs with equal BW Share for now across all VSIs */
4815 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08004816 if (enabled_tc & BIT(i))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004817 bw_share[i] = 1;
4818 }
4819
4820 ret = i40e_vsi_configure_bw_alloc(vsi, enabled_tc, bw_share);
4821 if (ret) {
4822 dev_info(&vsi->back->pdev->dev,
4823 "Failed configuring TC map %d for VSI %d\n",
4824 enabled_tc, vsi->seid);
4825 goto out;
4826 }
4827
4828 /* Update Queue Pairs Mapping for currently enabled UPs */
4829 ctxt.seid = vsi->seid;
4830 ctxt.pf_num = vsi->back->hw.pf_id;
4831 ctxt.vf_num = 0;
4832 ctxt.uplink_seid = vsi->uplink_seid;
Jesse Brandeburg1a2f6242015-03-31 00:45:01 -07004833 ctxt.info = vsi->info;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004834 i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, false);
4835
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06004836 if (vsi->back->flags & I40E_FLAG_IWARP_ENABLED) {
4837 ctxt.info.valid_sections |=
4838 cpu_to_le16(I40E_AQ_VSI_PROP_QUEUE_OPT_VALID);
4839 ctxt.info.queueing_opt_flags |= I40E_AQ_VSI_QUE_OPT_TCP_ENA;
4840 }
4841
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004842 /* Update the VSI after updating the VSI queue-mapping information */
4843 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL);
4844 if (ret) {
4845 dev_info(&vsi->back->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004846 "Update vsi tc config failed, err %s aq_err %s\n",
4847 i40e_stat_str(&vsi->back->hw, ret),
4848 i40e_aq_str(&vsi->back->hw,
4849 vsi->back->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004850 goto out;
4851 }
4852 /* update the local VSI info with updated queue map */
4853 i40e_vsi_update_queue_map(vsi, &ctxt);
4854 vsi->info.valid_sections = 0;
4855
4856 /* Update current VSI BW information */
4857 ret = i40e_vsi_get_bw_info(vsi);
4858 if (ret) {
4859 dev_info(&vsi->back->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004860 "Failed updating vsi bw info, err %s aq_err %s\n",
4861 i40e_stat_str(&vsi->back->hw, ret),
4862 i40e_aq_str(&vsi->back->hw,
4863 vsi->back->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00004864 goto out;
4865 }
4866
4867 /* Update the netdev TC setup */
4868 i40e_vsi_config_netdev_tc(vsi, enabled_tc);
4869out:
4870 return ret;
4871}
4872
4873/**
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004874 * i40e_veb_config_tc - Configure TCs for given VEB
4875 * @veb: given VEB
4876 * @enabled_tc: TC bitmap
4877 *
4878 * Configures given TC bitmap for VEB (switching) element
4879 **/
4880int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc)
4881{
4882 struct i40e_aqc_configure_switching_comp_bw_config_data bw_data = {0};
4883 struct i40e_pf *pf = veb->pf;
4884 int ret = 0;
4885 int i;
4886
4887 /* No TCs or already enabled TCs just return */
4888 if (!enabled_tc || veb->enabled_tc == enabled_tc)
4889 return ret;
4890
4891 bw_data.tc_valid_bits = enabled_tc;
4892 /* bw_data.absolute_credits is not set (relative) */
4893
4894 /* Enable ETS TCs with equal BW Share for now */
4895 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08004896 if (enabled_tc & BIT(i))
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004897 bw_data.tc_bw_share_credits[i] = 1;
4898 }
4899
4900 ret = i40e_aq_config_switch_comp_bw_config(&pf->hw, veb->seid,
4901 &bw_data, NULL);
4902 if (ret) {
4903 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004904 "VEB bw config failed, err %s aq_err %s\n",
4905 i40e_stat_str(&pf->hw, ret),
4906 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004907 goto out;
4908 }
4909
4910 /* Update the BW information */
4911 ret = i40e_veb_get_bw_info(veb);
4912 if (ret) {
4913 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04004914 "Failed getting veb bw config, err %s aq_err %s\n",
4915 i40e_stat_str(&pf->hw, ret),
4916 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004917 }
4918
4919out:
4920 return ret;
4921}
4922
4923#ifdef CONFIG_I40E_DCB
4924/**
4925 * i40e_dcb_reconfigure - Reconfigure all VEBs and VSIs
4926 * @pf: PF struct
4927 *
4928 * Reconfigure VEB/VSIs on a given PF; it is assumed that
4929 * the caller would've quiesce all the VSIs before calling
4930 * this function
4931 **/
4932static void i40e_dcb_reconfigure(struct i40e_pf *pf)
4933{
4934 u8 tc_map = 0;
4935 int ret;
4936 u8 v;
4937
4938 /* Enable the TCs available on PF to all VEBs */
4939 tc_map = i40e_pf_get_tc_map(pf);
4940 for (v = 0; v < I40E_MAX_VEB; v++) {
4941 if (!pf->veb[v])
4942 continue;
4943 ret = i40e_veb_config_tc(pf->veb[v], tc_map);
4944 if (ret) {
4945 dev_info(&pf->pdev->dev,
4946 "Failed configuring TC for VEB seid=%d\n",
4947 pf->veb[v]->seid);
4948 /* Will try to configure as many components */
4949 }
4950 }
4951
4952 /* Update each VSI */
Mitch Williams505682c2014-05-20 08:01:37 +00004953 for (v = 0; v < pf->num_alloc_vsi; v++) {
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004954 if (!pf->vsi[v])
4955 continue;
4956
4957 /* - Enable all TCs for the LAN VSI
Vasu Dev38e00432014-08-01 13:27:03 -07004958#ifdef I40E_FCOE
4959 * - For FCoE VSI only enable the TC configured
4960 * as per the APP TLV
4961#endif
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004962 * - For all others keep them at TC0 for now
4963 */
4964 if (v == pf->lan_vsi)
4965 tc_map = i40e_pf_get_tc_map(pf);
4966 else
4967 tc_map = i40e_pf_get_default_tc(pf);
Vasu Dev38e00432014-08-01 13:27:03 -07004968#ifdef I40E_FCOE
4969 if (pf->vsi[v]->type == I40E_VSI_FCOE)
4970 tc_map = i40e_get_fcoe_tc_map(pf);
4971#endif /* #ifdef I40E_FCOE */
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004972
4973 ret = i40e_vsi_config_tc(pf->vsi[v], tc_map);
4974 if (ret) {
4975 dev_info(&pf->pdev->dev,
4976 "Failed configuring TC for VSI seid=%d\n",
4977 pf->vsi[v]->seid);
4978 /* Will try to configure as many components */
4979 } else {
Neerav Parikh0672a092014-04-01 07:11:47 +00004980 /* Re-configure VSI vectors based on updated TC map */
4981 i40e_vsi_map_rings_to_vectors(pf->vsi[v]);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004982 if (pf->vsi[v]->netdev)
4983 i40e_dcbnl_set_all(pf->vsi[v]);
4984 }
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06004985 i40e_notify_client_of_l2_param_changes(pf->vsi[v]);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08004986 }
4987}
4988
4989/**
Neerav Parikh2fd75f32014-11-12 00:18:20 +00004990 * i40e_resume_port_tx - Resume port Tx
4991 * @pf: PF struct
4992 *
4993 * Resume a port's Tx and issue a PF reset in case of failure to
4994 * resume.
4995 **/
4996static int i40e_resume_port_tx(struct i40e_pf *pf)
4997{
4998 struct i40e_hw *hw = &pf->hw;
4999 int ret;
5000
5001 ret = i40e_aq_resume_port_tx(hw, NULL);
5002 if (ret) {
5003 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04005004 "Resume Port Tx failed, err %s aq_err %s\n",
5005 i40e_stat_str(&pf->hw, ret),
5006 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Neerav Parikh2fd75f32014-11-12 00:18:20 +00005007 /* Schedule PF reset to recover */
5008 set_bit(__I40E_PF_RESET_REQUESTED, &pf->state);
5009 i40e_service_event_schedule(pf);
5010 }
5011
5012 return ret;
5013}
5014
5015/**
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005016 * i40e_init_pf_dcb - Initialize DCB configuration
5017 * @pf: PF being configured
5018 *
5019 * Query the current DCB configuration and cache it
5020 * in the hardware structure
5021 **/
5022static int i40e_init_pf_dcb(struct i40e_pf *pf)
5023{
5024 struct i40e_hw *hw = &pf->hw;
5025 int err = 0;
5026
Anjali Singhai Jain025b4a52015-02-24 06:58:46 +00005027 /* Do not enable DCB for SW1 and SW2 images even if the FW is capable */
Neerav Parikhf1bbad32016-01-13 16:51:39 -08005028 if (pf->flags & I40E_FLAG_NO_DCB_SUPPORT)
Anjali Singhai Jain025b4a52015-02-24 06:58:46 +00005029 goto out;
5030
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005031 /* Get the initial DCB configuration */
5032 err = i40e_init_dcb(hw);
5033 if (!err) {
5034 /* Device/Function is not DCBX capable */
5035 if ((!hw->func_caps.dcb) ||
5036 (hw->dcbx_status == I40E_DCBX_STATUS_DISABLED)) {
5037 dev_info(&pf->pdev->dev,
5038 "DCBX offload is not supported or is disabled for this PF.\n");
5039
5040 if (pf->flags & I40E_FLAG_MFP_ENABLED)
5041 goto out;
5042
5043 } else {
5044 /* When status is not DISABLED then DCBX in FW */
5045 pf->dcbx_cap = DCB_CAP_DCBX_LLD_MANAGED |
5046 DCB_CAP_DCBX_VER_IEEE;
Neerav Parikh4d9b6042014-05-22 06:31:51 +00005047
5048 pf->flags |= I40E_FLAG_DCB_CAPABLE;
5049 /* Enable DCB tagging only when more than one TC */
5050 if (i40e_dcb_get_num_tc(&hw->local_dcbx_config) > 1)
5051 pf->flags |= I40E_FLAG_DCB_ENABLED;
Neerav Parikh9fa61dd2014-11-12 00:18:25 +00005052 dev_dbg(&pf->pdev->dev,
5053 "DCBX offload is supported for this PF.\n");
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005054 }
Neerav Parikh014269f2014-04-01 07:11:48 +00005055 } else {
Shannon Nelsonaebfc812014-12-11 07:06:38 +00005056 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04005057 "Query for DCB configuration failed, err %s aq_err %s\n",
5058 i40e_stat_str(&pf->hw, err),
5059 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005060 }
5061
5062out:
5063 return err;
5064}
5065#endif /* CONFIG_I40E_DCB */
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005066#define SPEED_SIZE 14
5067#define FC_SIZE 8
5068/**
5069 * i40e_print_link_message - print link up or down
5070 * @vsi: the VSI for which link needs a message
5071 */
Matt Jaredc156f852015-08-27 11:42:39 -04005072void i40e_print_link_message(struct i40e_vsi *vsi, bool isup)
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005073{
Shannon Nelsona9165492015-09-03 17:19:00 -04005074 char *speed = "Unknown";
5075 char *fc = "Unknown";
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005076
Matt Jaredc156f852015-08-27 11:42:39 -04005077 if (vsi->current_isup == isup)
5078 return;
5079 vsi->current_isup = isup;
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005080 if (!isup) {
5081 netdev_info(vsi->netdev, "NIC Link is Down\n");
5082 return;
5083 }
5084
Greg Rose148c2d82014-12-11 07:06:27 +00005085 /* Warn user if link speed on NPAR enabled partition is not at
5086 * least 10GB
5087 */
5088 if (vsi->back->hw.func_caps.npar_enable &&
5089 (vsi->back->hw.phy.link_info.link_speed == I40E_LINK_SPEED_1GB ||
5090 vsi->back->hw.phy.link_info.link_speed == I40E_LINK_SPEED_100MB))
5091 netdev_warn(vsi->netdev,
5092 "The partition detected link speed that is less than 10Gbps\n");
5093
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005094 switch (vsi->back->hw.phy.link_info.link_speed) {
5095 case I40E_LINK_SPEED_40GB:
Shannon Nelsona9165492015-09-03 17:19:00 -04005096 speed = "40 G";
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005097 break;
Jesse Brandeburgae24b402015-03-27 00:12:09 -07005098 case I40E_LINK_SPEED_20GB:
Shannon Nelsona9165492015-09-03 17:19:00 -04005099 speed = "20 G";
Jesse Brandeburgae24b402015-03-27 00:12:09 -07005100 break;
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005101 case I40E_LINK_SPEED_10GB:
Shannon Nelsona9165492015-09-03 17:19:00 -04005102 speed = "10 G";
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005103 break;
5104 case I40E_LINK_SPEED_1GB:
Shannon Nelsona9165492015-09-03 17:19:00 -04005105 speed = "1000 M";
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005106 break;
Mitch Williams5960d332014-09-13 07:40:47 +00005107 case I40E_LINK_SPEED_100MB:
Shannon Nelsona9165492015-09-03 17:19:00 -04005108 speed = "100 M";
Mitch Williams5960d332014-09-13 07:40:47 +00005109 break;
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005110 default:
5111 break;
5112 }
5113
5114 switch (vsi->back->hw.fc.current_mode) {
5115 case I40E_FC_FULL:
Shannon Nelsona9165492015-09-03 17:19:00 -04005116 fc = "RX/TX";
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005117 break;
5118 case I40E_FC_TX_PAUSE:
Shannon Nelsona9165492015-09-03 17:19:00 -04005119 fc = "TX";
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005120 break;
5121 case I40E_FC_RX_PAUSE:
Shannon Nelsona9165492015-09-03 17:19:00 -04005122 fc = "RX";
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005123 break;
5124 default:
Shannon Nelsona9165492015-09-03 17:19:00 -04005125 fc = "None";
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005126 break;
5127 }
5128
Shannon Nelsona9165492015-09-03 17:19:00 -04005129 netdev_info(vsi->netdev, "NIC Link is Up %sbps Full Duplex, Flow Control: %s\n",
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005130 speed, fc);
5131}
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005132
5133/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005134 * i40e_up_complete - Finish the last steps of bringing up a connection
5135 * @vsi: the VSI being configured
5136 **/
5137static int i40e_up_complete(struct i40e_vsi *vsi)
5138{
5139 struct i40e_pf *pf = vsi->back;
5140 int err;
5141
5142 if (pf->flags & I40E_FLAG_MSIX_ENABLED)
5143 i40e_vsi_configure_msix(vsi);
5144 else
5145 i40e_configure_msi_and_legacy(vsi);
5146
5147 /* start rings */
5148 err = i40e_vsi_control_rings(vsi, true);
5149 if (err)
5150 return err;
5151
5152 clear_bit(__I40E_DOWN, &vsi->state);
5153 i40e_napi_enable_all(vsi);
5154 i40e_vsi_enable_irq(vsi);
5155
5156 if ((pf->hw.phy.link_info.link_info & I40E_AQ_LINK_UP) &&
5157 (vsi->netdev)) {
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005158 i40e_print_link_message(vsi, true);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005159 netif_tx_start_all_queues(vsi->netdev);
5160 netif_carrier_on(vsi->netdev);
Anjali Singhai6d779b42013-09-28 06:00:02 +00005161 } else if (vsi->netdev) {
Jesse Brandeburgcf05ed02014-04-23 04:50:12 +00005162 i40e_print_link_message(vsi, false);
Carolyn Wyborny7b592f62014-07-10 07:58:19 +00005163 /* need to check for qualified module here*/
5164 if ((pf->hw.phy.link_info.link_info &
5165 I40E_AQ_MEDIA_AVAILABLE) &&
5166 (!(pf->hw.phy.link_info.an_info &
5167 I40E_AQ_QUALIFIED_MODULE)))
5168 netdev_err(vsi->netdev,
5169 "the driver failed to link because an unqualified module was detected.");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005170 }
Anjali Singhai Jainca64fa42014-02-11 08:26:30 +00005171
5172 /* replay FDIR SB filters */
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005173 if (vsi->type == I40E_VSI_FDIR) {
5174 /* reset fd counters */
5175 pf->fd_add_err = pf->fd_atr_cnt = 0;
5176 if (pf->fd_tcp_rule > 0) {
5177 pf->flags &= ~I40E_FLAG_FD_ATR_ENABLED;
Anjali Singhai Jain2e4875e2015-04-16 20:06:06 -04005178 if (I40E_DEBUG_FD & pf->hw.debug_mask)
5179 dev_info(&pf->pdev->dev, "Forcing ATR off, sideband rules for TCP/IPv4 exist\n");
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005180 pf->fd_tcp_rule = 0;
5181 }
Anjali Singhai Jainca64fa42014-02-11 08:26:30 +00005182 i40e_fdir_filter_restore(vsi);
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005183 }
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06005184
5185 /* On the next run of the service_task, notify any clients of the new
5186 * opened netdev
5187 */
5188 pf->flags |= I40E_FLAG_SERVICE_CLIENT_REQUESTED;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005189 i40e_service_event_schedule(pf);
5190
5191 return 0;
5192}
5193
5194/**
5195 * i40e_vsi_reinit_locked - Reset the VSI
5196 * @vsi: the VSI being configured
5197 *
5198 * Rebuild the ring structs after some configuration
5199 * has changed, e.g. MTU size.
5200 **/
5201static void i40e_vsi_reinit_locked(struct i40e_vsi *vsi)
5202{
5203 struct i40e_pf *pf = vsi->back;
5204
5205 WARN_ON(in_interrupt());
5206 while (test_and_set_bit(__I40E_CONFIG_BUSY, &pf->state))
5207 usleep_range(1000, 2000);
5208 i40e_down(vsi);
5209
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005210 i40e_up(vsi);
5211 clear_bit(__I40E_CONFIG_BUSY, &pf->state);
5212}
5213
5214/**
5215 * i40e_up - Bring the connection back up after being down
5216 * @vsi: the VSI being configured
5217 **/
5218int i40e_up(struct i40e_vsi *vsi)
5219{
5220 int err;
5221
5222 err = i40e_vsi_configure(vsi);
5223 if (!err)
5224 err = i40e_up_complete(vsi);
5225
5226 return err;
5227}
5228
5229/**
5230 * i40e_down - Shutdown the connection processing
5231 * @vsi: the VSI being stopped
5232 **/
5233void i40e_down(struct i40e_vsi *vsi)
5234{
5235 int i;
5236
5237 /* It is assumed that the caller of this function
5238 * sets the vsi->state __I40E_DOWN bit.
5239 */
5240 if (vsi->netdev) {
5241 netif_carrier_off(vsi->netdev);
5242 netif_tx_disable(vsi->netdev);
5243 }
5244 i40e_vsi_disable_irq(vsi);
5245 i40e_vsi_control_rings(vsi, false);
5246 i40e_napi_disable_all(vsi);
5247
5248 for (i = 0; i < vsi->num_queue_pairs; i++) {
Alexander Duyck9f65e152013-09-28 06:00:58 +00005249 i40e_clean_tx_ring(vsi->tx_rings[i]);
5250 i40e_clean_rx_ring(vsi->rx_rings[i]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005251 }
Catherine Sullivanf980d442016-05-16 10:26:34 -07005252
5253 i40e_notify_client_of_netdev_close(vsi, false);
5254
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005255}
5256
5257/**
5258 * i40e_setup_tc - configure multiple traffic classes
5259 * @netdev: net device to configure
5260 * @tc: number of traffic classes to enable
5261 **/
5262static int i40e_setup_tc(struct net_device *netdev, u8 tc)
5263{
5264 struct i40e_netdev_priv *np = netdev_priv(netdev);
5265 struct i40e_vsi *vsi = np->vsi;
5266 struct i40e_pf *pf = vsi->back;
5267 u8 enabled_tc = 0;
5268 int ret = -EINVAL;
5269 int i;
5270
5271 /* Check if DCB enabled to continue */
5272 if (!(pf->flags & I40E_FLAG_DCB_ENABLED)) {
5273 netdev_info(netdev, "DCB is not enabled for adapter\n");
5274 goto exit;
5275 }
5276
5277 /* Check if MFP enabled */
5278 if (pf->flags & I40E_FLAG_MFP_ENABLED) {
5279 netdev_info(netdev, "Configuring TC not supported in MFP mode\n");
5280 goto exit;
5281 }
5282
5283 /* Check whether tc count is within enabled limit */
5284 if (tc > i40e_pf_get_num_tc(pf)) {
5285 netdev_info(netdev, "TC count greater than enabled on link for adapter\n");
5286 goto exit;
5287 }
5288
5289 /* Generate TC map for number of tc requested */
5290 for (i = 0; i < tc; i++)
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08005291 enabled_tc |= BIT(i);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005292
5293 /* Requesting same TC configuration as already enabled */
5294 if (enabled_tc == vsi->tc_config.enabled_tc)
5295 return 0;
5296
5297 /* Quiesce VSI queues */
5298 i40e_quiesce_vsi(vsi);
5299
5300 /* Configure VSI for enabled TCs */
5301 ret = i40e_vsi_config_tc(vsi, enabled_tc);
5302 if (ret) {
5303 netdev_info(netdev, "Failed configuring TC for VSI seid=%d\n",
5304 vsi->seid);
5305 goto exit;
5306 }
5307
5308 /* Unquiesce VSI */
5309 i40e_unquiesce_vsi(vsi);
5310
5311exit:
5312 return ret;
5313}
5314
John Fastabende4c67342016-02-16 21:16:15 -08005315#ifdef I40E_FCOE
John Fastabend16e5cc62016-02-16 21:16:43 -08005316int __i40e_setup_tc(struct net_device *netdev, u32 handle, __be16 proto,
5317 struct tc_to_netdev *tc)
John Fastabende4c67342016-02-16 21:16:15 -08005318#else
John Fastabend16e5cc62016-02-16 21:16:43 -08005319static int __i40e_setup_tc(struct net_device *netdev, u32 handle, __be16 proto,
5320 struct tc_to_netdev *tc)
John Fastabende4c67342016-02-16 21:16:15 -08005321#endif
5322{
John Fastabend16e5cc62016-02-16 21:16:43 -08005323 if (handle != TC_H_ROOT || tc->type != TC_SETUP_MQPRIO)
John Fastabende4c67342016-02-16 21:16:15 -08005324 return -EINVAL;
John Fastabend16e5cc62016-02-16 21:16:43 -08005325 return i40e_setup_tc(netdev, tc->tc);
John Fastabende4c67342016-02-16 21:16:15 -08005326}
5327
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005328/**
5329 * i40e_open - Called when a network interface is made active
5330 * @netdev: network interface device structure
5331 *
5332 * The open entry point is called when a network interface is made
5333 * active by the system (IFF_UP). At this point all resources needed
5334 * for transmit and receive operations are allocated, the interrupt
5335 * handler is registered with the OS, the netdev watchdog subtask is
5336 * enabled, and the stack is notified that the interface is ready.
5337 *
5338 * Returns 0 on success, negative value on failure
5339 **/
Vasu Dev38e00432014-08-01 13:27:03 -07005340int i40e_open(struct net_device *netdev)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005341{
5342 struct i40e_netdev_priv *np = netdev_priv(netdev);
5343 struct i40e_vsi *vsi = np->vsi;
5344 struct i40e_pf *pf = vsi->back;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005345 int err;
5346
Shannon Nelson4eb3f762014-03-06 08:59:58 +00005347 /* disallow open during test or if eeprom is broken */
5348 if (test_bit(__I40E_TESTING, &pf->state) ||
5349 test_bit(__I40E_BAD_EEPROM, &pf->state))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005350 return -EBUSY;
5351
5352 netif_carrier_off(netdev);
5353
Elizabeth Kappler6c167f52014-02-15 07:41:38 +00005354 err = i40e_vsi_open(vsi);
5355 if (err)
5356 return err;
5357
Jesse Brandeburg059dab62014-04-01 09:07:20 +00005358 /* configure global TSO hardware offload settings */
5359 wr32(&pf->hw, I40E_GLLAN_TSOMSK_F, be32_to_cpu(TCP_FLAG_PSH |
5360 TCP_FLAG_FIN) >> 16);
5361 wr32(&pf->hw, I40E_GLLAN_TSOMSK_M, be32_to_cpu(TCP_FLAG_PSH |
5362 TCP_FLAG_FIN |
5363 TCP_FLAG_CWR) >> 16);
5364 wr32(&pf->hw, I40E_GLLAN_TSOMSK_L, be32_to_cpu(TCP_FLAG_CWR) >> 16);
5365
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07005366 udp_tunnel_get_rx_info(netdev);
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06005367 i40e_notify_client_of_netdev_open(vsi);
5368
Elizabeth Kappler6c167f52014-02-15 07:41:38 +00005369 return 0;
5370}
5371
5372/**
5373 * i40e_vsi_open -
5374 * @vsi: the VSI to open
5375 *
5376 * Finish initialization of the VSI.
5377 *
5378 * Returns 0 on success, negative value on failure
5379 **/
5380int i40e_vsi_open(struct i40e_vsi *vsi)
5381{
5382 struct i40e_pf *pf = vsi->back;
Carolyn Wybornyb294ac72014-12-11 07:06:39 +00005383 char int_name[I40E_INT_NAME_STR_LEN];
Elizabeth Kappler6c167f52014-02-15 07:41:38 +00005384 int err;
5385
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005386 /* allocate descriptors */
5387 err = i40e_vsi_setup_tx_resources(vsi);
5388 if (err)
5389 goto err_setup_tx;
5390 err = i40e_vsi_setup_rx_resources(vsi);
5391 if (err)
5392 goto err_setup_rx;
5393
5394 err = i40e_vsi_configure(vsi);
5395 if (err)
5396 goto err_setup_rx;
5397
Shannon Nelsonc22e3c62014-03-14 07:32:25 +00005398 if (vsi->netdev) {
5399 snprintf(int_name, sizeof(int_name) - 1, "%s-%s",
5400 dev_driver_string(&pf->pdev->dev), vsi->netdev->name);
5401 err = i40e_vsi_request_irq(vsi, int_name);
5402 if (err)
5403 goto err_setup_rx;
5404
5405 /* Notify the stack of the actual queue counts. */
5406 err = netif_set_real_num_tx_queues(vsi->netdev,
5407 vsi->num_queue_pairs);
5408 if (err)
5409 goto err_set_queues;
5410
5411 err = netif_set_real_num_rx_queues(vsi->netdev,
5412 vsi->num_queue_pairs);
5413 if (err)
5414 goto err_set_queues;
Shannon Nelson8a9eb7d2014-03-14 07:32:28 +00005415
5416 } else if (vsi->type == I40E_VSI_FDIR) {
Carolyn Wybornye240f672014-12-11 07:06:37 +00005417 snprintf(int_name, sizeof(int_name) - 1, "%s-%s:fdir",
Carolyn Wybornyb2008cb2014-11-11 20:05:26 +00005418 dev_driver_string(&pf->pdev->dev),
5419 dev_name(&pf->pdev->dev));
Shannon Nelson8a9eb7d2014-03-14 07:32:28 +00005420 err = i40e_vsi_request_irq(vsi, int_name);
Carolyn Wybornyb2008cb2014-11-11 20:05:26 +00005421
Shannon Nelsonc22e3c62014-03-14 07:32:25 +00005422 } else {
Jean Sacrence9ccb12014-05-01 14:31:18 +00005423 err = -EINVAL;
Elizabeth Kappler6c167f52014-02-15 07:41:38 +00005424 goto err_setup_rx;
5425 }
Anjali Singhai Jain25946dd2013-11-26 10:49:14 +00005426
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005427 err = i40e_up_complete(vsi);
5428 if (err)
5429 goto err_up_complete;
5430
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005431 return 0;
5432
5433err_up_complete:
5434 i40e_down(vsi);
Anjali Singhai Jain25946dd2013-11-26 10:49:14 +00005435err_set_queues:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005436 i40e_vsi_free_irq(vsi);
5437err_setup_rx:
5438 i40e_vsi_free_rx_resources(vsi);
5439err_setup_tx:
5440 i40e_vsi_free_tx_resources(vsi);
5441 if (vsi == pf->vsi[pf->lan_vsi])
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04005442 i40e_do_reset(pf, BIT_ULL(__I40E_PF_RESET_REQUESTED));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005443
5444 return err;
5445}
5446
5447/**
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00005448 * i40e_fdir_filter_exit - Cleans up the Flow Director accounting
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00005449 * @pf: Pointer to PF
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00005450 *
5451 * This function destroys the hlist where all the Flow Director
5452 * filters were saved.
5453 **/
5454static void i40e_fdir_filter_exit(struct i40e_pf *pf)
5455{
5456 struct i40e_fdir_filter *filter;
5457 struct hlist_node *node2;
5458
5459 hlist_for_each_entry_safe(filter, node2,
5460 &pf->fdir_filter_list, fdir_node) {
5461 hlist_del(&filter->fdir_node);
5462 kfree(filter);
5463 }
5464 pf->fdir_pf_active_filters = 0;
5465}
5466
5467/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005468 * i40e_close - Disables a network interface
5469 * @netdev: network interface device structure
5470 *
5471 * The close entry point is called when an interface is de-activated
5472 * by the OS. The hardware is still under the driver's control, but
5473 * this netdev interface is disabled.
5474 *
5475 * Returns 0, this is not allowed to fail
5476 **/
Vasu Dev38e00432014-08-01 13:27:03 -07005477int i40e_close(struct net_device *netdev)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005478{
5479 struct i40e_netdev_priv *np = netdev_priv(netdev);
5480 struct i40e_vsi *vsi = np->vsi;
5481
Shannon Nelson90ef8d42014-03-14 07:32:26 +00005482 i40e_vsi_close(vsi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005483
5484 return 0;
5485}
5486
5487/**
5488 * i40e_do_reset - Start a PF or Core Reset sequence
5489 * @pf: board private structure
5490 * @reset_flags: which reset is requested
5491 *
5492 * The essential difference in resets is that the PF Reset
5493 * doesn't clear the packet buffers, doesn't reset the PE
5494 * firmware, and doesn't bother the other PFs on the chip.
5495 **/
5496void i40e_do_reset(struct i40e_pf *pf, u32 reset_flags)
5497{
5498 u32 val;
5499
5500 WARN_ON(in_interrupt());
5501
Mitch Williams263fc482014-04-23 04:50:11 +00005502
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005503 /* do the biggest reset indicated */
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04005504 if (reset_flags & BIT_ULL(__I40E_GLOBAL_RESET_REQUESTED)) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005505
5506 /* Request a Global Reset
5507 *
5508 * This will start the chip's countdown to the actual full
5509 * chip reset event, and a warning interrupt to be sent
5510 * to all PFs, including the requestor. Our handler
5511 * for the warning interrupt will deal with the shutdown
5512 * and recovery of the switch setup.
5513 */
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005514 dev_dbg(&pf->pdev->dev, "GlobalR requested\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005515 val = rd32(&pf->hw, I40E_GLGEN_RTRIG);
5516 val |= I40E_GLGEN_RTRIG_GLOBR_MASK;
5517 wr32(&pf->hw, I40E_GLGEN_RTRIG, val);
5518
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04005519 } else if (reset_flags & BIT_ULL(__I40E_CORE_RESET_REQUESTED)) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005520
5521 /* Request a Core Reset
5522 *
5523 * Same as Global Reset, except does *not* include the MAC/PHY
5524 */
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005525 dev_dbg(&pf->pdev->dev, "CoreR requested\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005526 val = rd32(&pf->hw, I40E_GLGEN_RTRIG);
5527 val |= I40E_GLGEN_RTRIG_CORER_MASK;
5528 wr32(&pf->hw, I40E_GLGEN_RTRIG, val);
5529 i40e_flush(&pf->hw);
5530
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04005531 } else if (reset_flags & BIT_ULL(__I40E_PF_RESET_REQUESTED)) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005532
5533 /* Request a PF Reset
5534 *
5535 * Resets only the PF-specific registers
5536 *
5537 * This goes directly to the tear-down and rebuild of
5538 * the switch, since we need to do all the recovery as
5539 * for the Core Reset.
5540 */
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005541 dev_dbg(&pf->pdev->dev, "PFR requested\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005542 i40e_handle_reset_warning(pf);
5543
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04005544 } else if (reset_flags & BIT_ULL(__I40E_REINIT_REQUESTED)) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005545 int v;
5546
5547 /* Find the VSI(s) that requested a re-init */
5548 dev_info(&pf->pdev->dev,
5549 "VSI reinit requested\n");
Mitch Williams505682c2014-05-20 08:01:37 +00005550 for (v = 0; v < pf->num_alloc_vsi; v++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005551 struct i40e_vsi *vsi = pf->vsi[v];
Jesse Brandeburg6995b362015-08-28 17:55:54 -04005552
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005553 if (vsi != NULL &&
5554 test_bit(__I40E_REINIT_REQUESTED, &vsi->state)) {
5555 i40e_vsi_reinit_locked(pf->vsi[v]);
5556 clear_bit(__I40E_REINIT_REQUESTED, &vsi->state);
5557 }
5558 }
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04005559 } else if (reset_flags & BIT_ULL(__I40E_DOWN_REQUESTED)) {
Neerav Parikhb5d06f02014-06-03 23:50:17 +00005560 int v;
5561
5562 /* Find the VSI(s) that needs to be brought down */
5563 dev_info(&pf->pdev->dev, "VSI down requested\n");
5564 for (v = 0; v < pf->num_alloc_vsi; v++) {
5565 struct i40e_vsi *vsi = pf->vsi[v];
Jesse Brandeburg6995b362015-08-28 17:55:54 -04005566
Neerav Parikhb5d06f02014-06-03 23:50:17 +00005567 if (vsi != NULL &&
5568 test_bit(__I40E_DOWN_REQUESTED, &vsi->state)) {
5569 set_bit(__I40E_DOWN, &vsi->state);
5570 i40e_down(vsi);
5571 clear_bit(__I40E_DOWN_REQUESTED, &vsi->state);
5572 }
5573 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005574 } else {
5575 dev_info(&pf->pdev->dev,
5576 "bad reset request 0x%08x\n", reset_flags);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005577 }
5578}
5579
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005580#ifdef CONFIG_I40E_DCB
5581/**
5582 * i40e_dcb_need_reconfig - Check if DCB needs reconfig
5583 * @pf: board private structure
5584 * @old_cfg: current DCB config
5585 * @new_cfg: new DCB config
5586 **/
5587bool i40e_dcb_need_reconfig(struct i40e_pf *pf,
5588 struct i40e_dcbx_config *old_cfg,
5589 struct i40e_dcbx_config *new_cfg)
5590{
5591 bool need_reconfig = false;
5592
5593 /* Check if ETS configuration has changed */
5594 if (memcmp(&new_cfg->etscfg,
5595 &old_cfg->etscfg,
5596 sizeof(new_cfg->etscfg))) {
5597 /* If Priority Table has changed reconfig is needed */
5598 if (memcmp(&new_cfg->etscfg.prioritytable,
5599 &old_cfg->etscfg.prioritytable,
5600 sizeof(new_cfg->etscfg.prioritytable))) {
5601 need_reconfig = true;
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005602 dev_dbg(&pf->pdev->dev, "ETS UP2TC changed.\n");
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005603 }
5604
5605 if (memcmp(&new_cfg->etscfg.tcbwtable,
5606 &old_cfg->etscfg.tcbwtable,
5607 sizeof(new_cfg->etscfg.tcbwtable)))
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005608 dev_dbg(&pf->pdev->dev, "ETS TC BW Table changed.\n");
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005609
5610 if (memcmp(&new_cfg->etscfg.tsatable,
5611 &old_cfg->etscfg.tsatable,
5612 sizeof(new_cfg->etscfg.tsatable)))
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005613 dev_dbg(&pf->pdev->dev, "ETS TSA Table changed.\n");
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005614 }
5615
5616 /* Check if PFC configuration has changed */
5617 if (memcmp(&new_cfg->pfc,
5618 &old_cfg->pfc,
5619 sizeof(new_cfg->pfc))) {
5620 need_reconfig = true;
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005621 dev_dbg(&pf->pdev->dev, "PFC config change detected.\n");
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005622 }
5623
5624 /* Check if APP Table has changed */
5625 if (memcmp(&new_cfg->app,
5626 &old_cfg->app,
Dave Jones3d9667a2014-01-27 23:11:09 -05005627 sizeof(new_cfg->app))) {
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005628 need_reconfig = true;
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005629 dev_dbg(&pf->pdev->dev, "APP Table change detected.\n");
Dave Jones3d9667a2014-01-27 23:11:09 -05005630 }
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005631
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04005632 dev_dbg(&pf->pdev->dev, "dcb need_reconfig=%d\n", need_reconfig);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005633 return need_reconfig;
5634}
5635
5636/**
5637 * i40e_handle_lldp_event - Handle LLDP Change MIB event
5638 * @pf: board private structure
5639 * @e: event info posted on ARQ
5640 **/
5641static int i40e_handle_lldp_event(struct i40e_pf *pf,
5642 struct i40e_arq_event_info *e)
5643{
5644 struct i40e_aqc_lldp_get_mib *mib =
5645 (struct i40e_aqc_lldp_get_mib *)&e->desc.params.raw;
5646 struct i40e_hw *hw = &pf->hw;
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005647 struct i40e_dcbx_config tmp_dcbx_cfg;
5648 bool need_reconfig = false;
5649 int ret = 0;
5650 u8 type;
5651
Neerav Parikh4d9b6042014-05-22 06:31:51 +00005652 /* Not DCB capable or capability disabled */
5653 if (!(pf->flags & I40E_FLAG_DCB_CAPABLE))
5654 return ret;
5655
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005656 /* Ignore if event is not for Nearest Bridge */
5657 type = ((mib->type >> I40E_AQ_LLDP_BRIDGE_TYPE_SHIFT)
5658 & I40E_AQ_LLDP_BRIDGE_TYPE_MASK);
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04005659 dev_dbg(&pf->pdev->dev, "LLDP event mib bridge type 0x%x\n", type);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005660 if (type != I40E_AQ_LLDP_BRIDGE_TYPE_NEAREST_BRIDGE)
5661 return ret;
5662
5663 /* Check MIB Type and return if event for Remote MIB update */
5664 type = mib->type & I40E_AQ_LLDP_MIB_TYPE_MASK;
Neerav Parikh9fa61dd2014-11-12 00:18:25 +00005665 dev_dbg(&pf->pdev->dev,
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04005666 "LLDP event mib type %s\n", type ? "remote" : "local");
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005667 if (type == I40E_AQ_LLDP_MIB_REMOTE) {
5668 /* Update the remote cached instance and return */
5669 ret = i40e_aq_get_dcb_config(hw, I40E_AQ_LLDP_MIB_REMOTE,
5670 I40E_AQ_LLDP_BRIDGE_TYPE_NEAREST_BRIDGE,
5671 &hw->remote_dcbx_config);
5672 goto exit;
5673 }
5674
Neerav Parikh9fa61dd2014-11-12 00:18:25 +00005675 /* Store the old configuration */
Jesse Brandeburg1a2f6242015-03-31 00:45:01 -07005676 tmp_dcbx_cfg = hw->local_dcbx_config;
Neerav Parikh9fa61dd2014-11-12 00:18:25 +00005677
Neerav Parikh750fcbc2015-02-24 06:58:47 +00005678 /* Reset the old DCBx configuration data */
5679 memset(&hw->local_dcbx_config, 0, sizeof(hw->local_dcbx_config));
Neerav Parikh9fa61dd2014-11-12 00:18:25 +00005680 /* Get updated DCBX data from firmware */
5681 ret = i40e_get_dcb_config(&pf->hw);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005682 if (ret) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04005683 dev_info(&pf->pdev->dev,
5684 "Failed querying DCB configuration data from firmware, err %s aq_err %s\n",
5685 i40e_stat_str(&pf->hw, ret),
5686 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005687 goto exit;
5688 }
5689
5690 /* No change detected in DCBX configs */
Neerav Parikh750fcbc2015-02-24 06:58:47 +00005691 if (!memcmp(&tmp_dcbx_cfg, &hw->local_dcbx_config,
5692 sizeof(tmp_dcbx_cfg))) {
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005693 dev_dbg(&pf->pdev->dev, "No change detected in DCBX configuration.\n");
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005694 goto exit;
5695 }
5696
Neerav Parikh750fcbc2015-02-24 06:58:47 +00005697 need_reconfig = i40e_dcb_need_reconfig(pf, &tmp_dcbx_cfg,
5698 &hw->local_dcbx_config);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005699
Neerav Parikh750fcbc2015-02-24 06:58:47 +00005700 i40e_dcbnl_flush_apps(pf, &tmp_dcbx_cfg, &hw->local_dcbx_config);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005701
5702 if (!need_reconfig)
5703 goto exit;
5704
Neerav Parikh4d9b6042014-05-22 06:31:51 +00005705 /* Enable DCB tagging only when more than one TC */
Neerav Parikh750fcbc2015-02-24 06:58:47 +00005706 if (i40e_dcb_get_num_tc(&hw->local_dcbx_config) > 1)
Neerav Parikh4d9b6042014-05-22 06:31:51 +00005707 pf->flags |= I40E_FLAG_DCB_ENABLED;
5708 else
5709 pf->flags &= ~I40E_FLAG_DCB_ENABLED;
5710
Neerav Parikh69129dc2014-11-12 00:18:46 +00005711 set_bit(__I40E_PORT_TX_SUSPENDED, &pf->state);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005712 /* Reconfiguration needed quiesce all VSIs */
5713 i40e_pf_quiesce_all_vsi(pf);
5714
5715 /* Changes in configuration update VEB/VSI */
5716 i40e_dcb_reconfigure(pf);
5717
Neerav Parikh2fd75f32014-11-12 00:18:20 +00005718 ret = i40e_resume_port_tx(pf);
5719
Neerav Parikh69129dc2014-11-12 00:18:46 +00005720 clear_bit(__I40E_PORT_TX_SUSPENDED, &pf->state);
Neerav Parikh2fd75f32014-11-12 00:18:20 +00005721 /* In case of error no point in resuming VSIs */
Neerav Parikh69129dc2014-11-12 00:18:46 +00005722 if (ret)
5723 goto exit;
5724
Neerav Parikh3fe06f42016-02-17 16:12:15 -08005725 /* Wait for the PF's queues to be disabled */
5726 ret = i40e_pf_wait_queues_disabled(pf);
Parikh, Neerav11e47702015-02-21 06:43:55 +00005727 if (ret) {
5728 /* Schedule PF reset to recover */
5729 set_bit(__I40E_PF_RESET_REQUESTED, &pf->state);
5730 i40e_service_event_schedule(pf);
5731 } else {
Neerav Parikh2fd75f32014-11-12 00:18:20 +00005732 i40e_pf_unquiesce_all_vsi(pf);
Parikh, Neerav11e47702015-02-21 06:43:55 +00005733 }
5734
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08005735exit:
5736 return ret;
5737}
5738#endif /* CONFIG_I40E_DCB */
5739
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005740/**
Anjali Singhai Jain23326182013-11-26 10:49:22 +00005741 * i40e_do_reset_safe - Protected reset path for userland calls.
5742 * @pf: board private structure
5743 * @reset_flags: which reset is requested
5744 *
5745 **/
5746void i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags)
5747{
5748 rtnl_lock();
5749 i40e_do_reset(pf, reset_flags);
5750 rtnl_unlock();
5751}
5752
5753/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005754 * i40e_handle_lan_overflow_event - Handler for LAN queue overflow event
5755 * @pf: board private structure
5756 * @e: event info posted on ARQ
5757 *
5758 * Handler for LAN Queue Overflow Event generated by the firmware for PF
5759 * and VF queues
5760 **/
5761static void i40e_handle_lan_overflow_event(struct i40e_pf *pf,
5762 struct i40e_arq_event_info *e)
5763{
5764 struct i40e_aqc_lan_overflow *data =
5765 (struct i40e_aqc_lan_overflow *)&e->desc.params.raw;
5766 u32 queue = le32_to_cpu(data->prtdcb_rupto);
5767 u32 qtx_ctl = le32_to_cpu(data->otx_ctl);
5768 struct i40e_hw *hw = &pf->hw;
5769 struct i40e_vf *vf;
5770 u16 vf_id;
5771
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00005772 dev_dbg(&pf->pdev->dev, "overflow Rx Queue Number = %d QTX_CTL=0x%08x\n",
5773 queue, qtx_ctl);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005774
5775 /* Queue belongs to VF, find the VF and issue VF reset */
5776 if (((qtx_ctl & I40E_QTX_CTL_PFVF_Q_MASK)
5777 >> I40E_QTX_CTL_PFVF_Q_SHIFT) == I40E_QTX_CTL_VF_QUEUE) {
5778 vf_id = (u16)((qtx_ctl & I40E_QTX_CTL_VFVM_INDX_MASK)
5779 >> I40E_QTX_CTL_VFVM_INDX_SHIFT);
5780 vf_id -= hw->func_caps.vf_base_id;
5781 vf = &pf->vf[vf_id];
5782 i40e_vc_notify_vf_reset(vf);
5783 /* Allow VF to process pending reset notification */
5784 msleep(20);
5785 i40e_reset_vf(vf, false);
5786 }
5787}
5788
5789/**
5790 * i40e_service_event_complete - Finish up the service event
5791 * @pf: board private structure
5792 **/
5793static void i40e_service_event_complete(struct i40e_pf *pf)
5794{
Shannon Nelsonb875f992015-10-21 19:47:03 -04005795 WARN_ON(!test_bit(__I40E_SERVICE_SCHED, &pf->state));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005796
5797 /* flush memory to make sure state is correct before next watchog */
Peter Zijlstra4e857c52014-03-17 18:06:10 +01005798 smp_mb__before_atomic();
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005799 clear_bit(__I40E_SERVICE_SCHED, &pf->state);
5800}
5801
5802/**
Anjali Singhai Jain12957382014-06-04 04:22:47 +00005803 * i40e_get_cur_guaranteed_fd_count - Get the consumed guaranteed FD filters
5804 * @pf: board private structure
5805 **/
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005806u32 i40e_get_cur_guaranteed_fd_count(struct i40e_pf *pf)
Anjali Singhai Jain12957382014-06-04 04:22:47 +00005807{
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005808 u32 val, fcnt_prog;
Anjali Singhai Jain12957382014-06-04 04:22:47 +00005809
5810 val = rd32(&pf->hw, I40E_PFQF_FDSTAT);
5811 fcnt_prog = (val & I40E_PFQF_FDSTAT_GUARANT_CNT_MASK);
5812 return fcnt_prog;
5813}
5814
5815/**
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005816 * i40e_get_current_fd_count - Get total FD filters programmed for this PF
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005817 * @pf: board private structure
5818 **/
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005819u32 i40e_get_current_fd_count(struct i40e_pf *pf)
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005820{
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005821 u32 val, fcnt_prog;
5822
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005823 val = rd32(&pf->hw, I40E_PFQF_FDSTAT);
5824 fcnt_prog = (val & I40E_PFQF_FDSTAT_GUARANT_CNT_MASK) +
5825 ((val & I40E_PFQF_FDSTAT_BEST_CNT_MASK) >>
5826 I40E_PFQF_FDSTAT_BEST_CNT_SHIFT);
5827 return fcnt_prog;
5828}
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005829
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005830/**
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005831 * i40e_get_global_fd_count - Get total FD filters programmed on device
5832 * @pf: board private structure
5833 **/
5834u32 i40e_get_global_fd_count(struct i40e_pf *pf)
5835{
5836 u32 val, fcnt_prog;
5837
5838 val = rd32(&pf->hw, I40E_GLQF_FDCNT_0);
5839 fcnt_prog = (val & I40E_GLQF_FDCNT_0_GUARANT_CNT_MASK) +
5840 ((val & I40E_GLQF_FDCNT_0_BESTCNT_MASK) >>
5841 I40E_GLQF_FDCNT_0_BESTCNT_SHIFT);
5842 return fcnt_prog;
5843}
5844
5845/**
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005846 * i40e_fdir_check_and_reenable - Function to reenabe FD ATR or SB if disabled
5847 * @pf: board private structure
5848 **/
5849void i40e_fdir_check_and_reenable(struct i40e_pf *pf)
5850{
Carolyn Wyborny3487b6c2015-08-27 11:42:38 -04005851 struct i40e_fdir_filter *filter;
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005852 u32 fcnt_prog, fcnt_avail;
Carolyn Wyborny3487b6c2015-08-27 11:42:38 -04005853 struct hlist_node *node;
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005854
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005855 if (test_bit(__I40E_FD_FLUSH_REQUESTED, &pf->state))
5856 return;
5857
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005858 /* Check if, FD SB or ATR was auto disabled and if there is enough room
5859 * to re-enable
5860 */
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005861 fcnt_prog = i40e_get_global_fd_count(pf);
Anjali Singhai Jain12957382014-06-04 04:22:47 +00005862 fcnt_avail = pf->fdir_pf_filter_count;
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005863 if ((fcnt_prog < (fcnt_avail - I40E_FDIR_BUFFER_HEAD_ROOM)) ||
5864 (pf->fd_add_err == 0) ||
5865 (i40e_get_current_atr_cnt(pf) < pf->fd_atr_cnt)) {
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005866 if ((pf->flags & I40E_FLAG_FD_SB_ENABLED) &&
5867 (pf->auto_disable_flags & I40E_FLAG_FD_SB_ENABLED)) {
5868 pf->auto_disable_flags &= ~I40E_FLAG_FD_SB_ENABLED;
Anjali Singhai Jain2e4875e2015-04-16 20:06:06 -04005869 if (I40E_DEBUG_FD & pf->hw.debug_mask)
5870 dev_info(&pf->pdev->dev, "FD Sideband/ntuple is being enabled since we have space in the table now\n");
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005871 }
5872 }
5873 /* Wait for some more space to be available to turn on ATR */
5874 if (fcnt_prog < (fcnt_avail - I40E_FDIR_BUFFER_HEAD_ROOM * 2)) {
5875 if ((pf->flags & I40E_FLAG_FD_ATR_ENABLED) &&
5876 (pf->auto_disable_flags & I40E_FLAG_FD_ATR_ENABLED)) {
5877 pf->auto_disable_flags &= ~I40E_FLAG_FD_ATR_ENABLED;
Anjali Singhai Jain2e4875e2015-04-16 20:06:06 -04005878 if (I40E_DEBUG_FD & pf->hw.debug_mask)
5879 dev_info(&pf->pdev->dev, "ATR is being enabled since we have space in the table now\n");
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005880 }
5881 }
Carolyn Wyborny3487b6c2015-08-27 11:42:38 -04005882
5883 /* if hw had a problem adding a filter, delete it */
5884 if (pf->fd_inv > 0) {
5885 hlist_for_each_entry_safe(filter, node,
5886 &pf->fdir_filter_list, fdir_node) {
5887 if (filter->fd_id == pf->fd_inv) {
5888 hlist_del(&filter->fdir_node);
5889 kfree(filter);
5890 pf->fdir_pf_active_filters--;
5891 }
5892 }
5893 }
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005894}
5895
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005896#define I40E_MIN_FD_FLUSH_INTERVAL 10
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005897#define I40E_MIN_FD_FLUSH_SB_ATR_UNSTABLE 30
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005898/**
5899 * i40e_fdir_flush_and_replay - Function to flush all FD filters and replay SB
5900 * @pf: board private structure
5901 **/
5902static void i40e_fdir_flush_and_replay(struct i40e_pf *pf)
5903{
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005904 unsigned long min_flush_time;
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005905 int flush_wait_retry = 50;
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005906 bool disable_atr = false;
5907 int fd_room;
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005908 int reg;
5909
Akeem G Abodunrin1790ed02014-10-17 03:14:41 +00005910 if (!(pf->flags & (I40E_FLAG_FD_SB_ENABLED | I40E_FLAG_FD_ATR_ENABLED)))
5911 return;
5912
Jesse Brandeburga5fdaf32015-08-28 17:55:56 -04005913 if (!time_after(jiffies, pf->fd_flush_timestamp +
5914 (I40E_MIN_FD_FLUSH_INTERVAL * HZ)))
5915 return;
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005916
Jesse Brandeburga5fdaf32015-08-28 17:55:56 -04005917 /* If the flush is happening too quick and we have mostly SB rules we
5918 * should not re-enable ATR for some time.
5919 */
5920 min_flush_time = pf->fd_flush_timestamp +
5921 (I40E_MIN_FD_FLUSH_SB_ATR_UNSTABLE * HZ);
5922 fd_room = pf->fdir_pf_filter_count - pf->fdir_pf_active_filters;
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005923
Jesse Brandeburga5fdaf32015-08-28 17:55:56 -04005924 if (!(time_after(jiffies, min_flush_time)) &&
5925 (fd_room < I40E_FDIR_BUFFER_HEAD_ROOM_FOR_ATR)) {
5926 if (I40E_DEBUG_FD & pf->hw.debug_mask)
5927 dev_info(&pf->pdev->dev, "ATR disabled, not enough FD filter space.\n");
5928 disable_atr = true;
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005929 }
Jesse Brandeburga5fdaf32015-08-28 17:55:56 -04005930
5931 pf->fd_flush_timestamp = jiffies;
5932 pf->flags &= ~I40E_FLAG_FD_ATR_ENABLED;
5933 /* flush all filters */
5934 wr32(&pf->hw, I40E_PFQF_CTL_1,
5935 I40E_PFQF_CTL_1_CLEARFDTABLE_MASK);
5936 i40e_flush(&pf->hw);
5937 pf->fd_flush_cnt++;
5938 pf->fd_add_err = 0;
5939 do {
5940 /* Check FD flush status every 5-6msec */
5941 usleep_range(5000, 6000);
5942 reg = rd32(&pf->hw, I40E_PFQF_CTL_1);
5943 if (!(reg & I40E_PFQF_CTL_1_CLEARFDTABLE_MASK))
5944 break;
5945 } while (flush_wait_retry--);
5946 if (reg & I40E_PFQF_CTL_1_CLEARFDTABLE_MASK) {
5947 dev_warn(&pf->pdev->dev, "FD table did not flush, needs more time\n");
5948 } else {
5949 /* replay sideband filters */
5950 i40e_fdir_filter_restore(pf->vsi[pf->lan_vsi]);
5951 if (!disable_atr)
5952 pf->flags |= I40E_FLAG_FD_ATR_ENABLED;
5953 clear_bit(__I40E_FD_FLUSH_REQUESTED, &pf->state);
5954 if (I40E_DEBUG_FD & pf->hw.debug_mask)
5955 dev_info(&pf->pdev->dev, "FD Filter table flushed and FD-SB replayed.\n");
5956 }
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005957}
5958
5959/**
5960 * i40e_get_current_atr_count - Get the count of total FD ATR filters programmed
5961 * @pf: board private structure
5962 **/
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005963u32 i40e_get_current_atr_cnt(struct i40e_pf *pf)
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005964{
5965 return i40e_get_current_fd_count(pf) - pf->fdir_pf_active_filters;
5966}
5967
5968/* We can see up to 256 filter programming desc in transit if the filters are
5969 * being applied really fast; before we see the first
5970 * filter miss error on Rx queue 0. Accumulating enough error messages before
5971 * reacting will make sure we don't cause flush too often.
5972 */
5973#define I40E_MAX_FD_PROGRAM_ERROR 256
5974
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005975/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005976 * i40e_fdir_reinit_subtask - Worker thread to reinit FDIR filter table
5977 * @pf: board private structure
5978 **/
5979static void i40e_fdir_reinit_subtask(struct i40e_pf *pf)
5980{
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005981
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005982 /* if interface is down do nothing */
5983 if (test_bit(__I40E_DOWN, &pf->state))
5984 return;
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005985
Akeem G Abodunrin1790ed02014-10-17 03:14:41 +00005986 if (!(pf->flags & (I40E_FLAG_FD_SB_ENABLED | I40E_FLAG_FD_ATR_ENABLED)))
5987 return;
5988
Anjali Singhai Jain04294e32015-02-27 09:15:28 +00005989 if (test_bit(__I40E_FD_FLUSH_REQUESTED, &pf->state))
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00005990 i40e_fdir_flush_and_replay(pf);
5991
Anjali Singhai Jain55a5e602014-02-12 06:33:25 +00005992 i40e_fdir_check_and_reenable(pf);
5993
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00005994}
5995
5996/**
5997 * i40e_vsi_link_event - notify VSI of a link event
5998 * @vsi: vsi to be notified
5999 * @link_up: link up or down
6000 **/
6001static void i40e_vsi_link_event(struct i40e_vsi *vsi, bool link_up)
6002{
Jesse Brandeburg32b5b812014-08-12 06:33:14 +00006003 if (!vsi || test_bit(__I40E_DOWN, &vsi->state))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006004 return;
6005
6006 switch (vsi->type) {
6007 case I40E_VSI_MAIN:
Vasu Dev38e00432014-08-01 13:27:03 -07006008#ifdef I40E_FCOE
6009 case I40E_VSI_FCOE:
6010#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006011 if (!vsi->netdev || !vsi->netdev_registered)
6012 break;
6013
6014 if (link_up) {
6015 netif_carrier_on(vsi->netdev);
6016 netif_tx_wake_all_queues(vsi->netdev);
6017 } else {
6018 netif_carrier_off(vsi->netdev);
6019 netif_tx_stop_all_queues(vsi->netdev);
6020 }
6021 break;
6022
6023 case I40E_VSI_SRIOV:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006024 case I40E_VSI_VMDQ2:
6025 case I40E_VSI_CTRL:
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06006026 case I40E_VSI_IWARP:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006027 case I40E_VSI_MIRROR:
6028 default:
6029 /* there is no notification for other VSIs */
6030 break;
6031 }
6032}
6033
6034/**
6035 * i40e_veb_link_event - notify elements on the veb of a link event
6036 * @veb: veb to be notified
6037 * @link_up: link up or down
6038 **/
6039static void i40e_veb_link_event(struct i40e_veb *veb, bool link_up)
6040{
6041 struct i40e_pf *pf;
6042 int i;
6043
6044 if (!veb || !veb->pf)
6045 return;
6046 pf = veb->pf;
6047
6048 /* depth first... */
6049 for (i = 0; i < I40E_MAX_VEB; i++)
6050 if (pf->veb[i] && (pf->veb[i]->uplink_seid == veb->seid))
6051 i40e_veb_link_event(pf->veb[i], link_up);
6052
6053 /* ... now the local VSIs */
Mitch Williams505682c2014-05-20 08:01:37 +00006054 for (i = 0; i < pf->num_alloc_vsi; i++)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006055 if (pf->vsi[i] && (pf->vsi[i]->uplink_seid == veb->seid))
6056 i40e_vsi_link_event(pf->vsi[i], link_up);
6057}
6058
6059/**
6060 * i40e_link_event - Update netif_carrier status
6061 * @pf: board private structure
6062 **/
6063static void i40e_link_event(struct i40e_pf *pf)
6064{
Mitch Williams320684c2014-10-17 03:14:43 +00006065 struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi];
Catherine Sullivanfef59dd2014-12-11 07:06:33 +00006066 u8 new_link_speed, old_link_speed;
Jesse Brandeburga72a5abc2015-08-26 15:14:19 -04006067 i40e_status status;
6068 bool new_link, old_link;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006069
Catherine Sullivan1f9610e2015-10-21 19:47:09 -04006070 /* save off old link status information */
6071 pf->hw.phy.link_info_old = pf->hw.phy.link_info;
6072
Jesse Brandeburg1e701e02014-09-13 07:40:42 +00006073 /* set this to force the get_link_status call to refresh state */
6074 pf->hw.phy.get_link_info = true;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006075
Jesse Brandeburg1e701e02014-09-13 07:40:42 +00006076 old_link = (pf->hw.phy.link_info_old.link_info & I40E_AQ_LINK_UP);
Jesse Brandeburga72a5abc2015-08-26 15:14:19 -04006077
6078 status = i40e_get_link_status(&pf->hw, &new_link);
6079 if (status) {
6080 dev_dbg(&pf->pdev->dev, "couldn't get link state, status: %d\n",
6081 status);
6082 return;
6083 }
6084
Catherine Sullivanfef59dd2014-12-11 07:06:33 +00006085 old_link_speed = pf->hw.phy.link_info_old.link_speed;
6086 new_link_speed = pf->hw.phy.link_info.link_speed;
Jesse Brandeburg1e701e02014-09-13 07:40:42 +00006087
6088 if (new_link == old_link &&
Catherine Sullivanfef59dd2014-12-11 07:06:33 +00006089 new_link_speed == old_link_speed &&
Mitch Williams320684c2014-10-17 03:14:43 +00006090 (test_bit(__I40E_DOWN, &vsi->state) ||
6091 new_link == netif_carrier_ok(vsi->netdev)))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006092 return;
Mitch Williams320684c2014-10-17 03:14:43 +00006093
6094 if (!test_bit(__I40E_DOWN, &vsi->state))
6095 i40e_print_link_message(vsi, new_link);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006096
6097 /* Notify the base of the switch tree connected to
6098 * the link. Floating VEBs are not notified.
6099 */
6100 if (pf->lan_veb != I40E_NO_VEB && pf->veb[pf->lan_veb])
6101 i40e_veb_link_event(pf->veb[pf->lan_veb], new_link);
6102 else
Mitch Williams320684c2014-10-17 03:14:43 +00006103 i40e_vsi_link_event(vsi, new_link);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006104
6105 if (pf->vf)
6106 i40e_vc_notify_link_state(pf);
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00006107
6108 if (pf->flags & I40E_FLAG_PTP)
6109 i40e_ptp_set_increment(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006110}
6111
6112/**
Shannon Nelson21536712014-10-25 10:35:25 +00006113 * i40e_watchdog_subtask - periodic checks not using event driven response
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006114 * @pf: board private structure
6115 **/
6116static void i40e_watchdog_subtask(struct i40e_pf *pf)
6117{
6118 int i;
6119
6120 /* if interface is down do nothing */
6121 if (test_bit(__I40E_DOWN, &pf->state) ||
6122 test_bit(__I40E_CONFIG_BUSY, &pf->state))
6123 return;
6124
Shannon Nelson21536712014-10-25 10:35:25 +00006125 /* make sure we don't do these things too often */
6126 if (time_before(jiffies, (pf->service_timer_previous +
6127 pf->service_timer_period)))
6128 return;
6129 pf->service_timer_previous = jiffies;
6130
Shannon Nelson9ac77262015-08-27 11:42:40 -04006131 if (pf->flags & I40E_FLAG_LINK_POLLING_ENABLED)
6132 i40e_link_event(pf);
Shannon Nelson21536712014-10-25 10:35:25 +00006133
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006134 /* Update the stats for active netdevs so the network stack
6135 * can look at updated numbers whenever it cares to
6136 */
Mitch Williams505682c2014-05-20 08:01:37 +00006137 for (i = 0; i < pf->num_alloc_vsi; i++)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006138 if (pf->vsi[i] && pf->vsi[i]->netdev)
6139 i40e_update_stats(pf->vsi[i]);
6140
Anjali Singhai Jaind1a8d272015-07-23 16:54:40 -04006141 if (pf->flags & I40E_FLAG_VEB_STATS_ENABLED) {
6142 /* Update the stats for the active switching components */
6143 for (i = 0; i < I40E_MAX_VEB; i++)
6144 if (pf->veb[i])
6145 i40e_update_veb_stats(pf->veb[i]);
6146 }
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00006147
6148 i40e_ptp_rx_hang(pf->vsi[pf->lan_vsi]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006149}
6150
6151/**
6152 * i40e_reset_subtask - Set up for resetting the device and driver
6153 * @pf: board private structure
6154 **/
6155static void i40e_reset_subtask(struct i40e_pf *pf)
6156{
6157 u32 reset_flags = 0;
6158
Anjali Singhai Jain23326182013-11-26 10:49:22 +00006159 rtnl_lock();
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006160 if (test_bit(__I40E_REINIT_REQUESTED, &pf->state)) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08006161 reset_flags |= BIT(__I40E_REINIT_REQUESTED);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006162 clear_bit(__I40E_REINIT_REQUESTED, &pf->state);
6163 }
6164 if (test_bit(__I40E_PF_RESET_REQUESTED, &pf->state)) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08006165 reset_flags |= BIT(__I40E_PF_RESET_REQUESTED);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006166 clear_bit(__I40E_PF_RESET_REQUESTED, &pf->state);
6167 }
6168 if (test_bit(__I40E_CORE_RESET_REQUESTED, &pf->state)) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08006169 reset_flags |= BIT(__I40E_CORE_RESET_REQUESTED);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006170 clear_bit(__I40E_CORE_RESET_REQUESTED, &pf->state);
6171 }
6172 if (test_bit(__I40E_GLOBAL_RESET_REQUESTED, &pf->state)) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08006173 reset_flags |= BIT(__I40E_GLOBAL_RESET_REQUESTED);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006174 clear_bit(__I40E_GLOBAL_RESET_REQUESTED, &pf->state);
6175 }
Neerav Parikhb5d06f02014-06-03 23:50:17 +00006176 if (test_bit(__I40E_DOWN_REQUESTED, &pf->state)) {
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -08006177 reset_flags |= BIT(__I40E_DOWN_REQUESTED);
Neerav Parikhb5d06f02014-06-03 23:50:17 +00006178 clear_bit(__I40E_DOWN_REQUESTED, &pf->state);
6179 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006180
6181 /* If there's a recovery already waiting, it takes
6182 * precedence before starting a new reset sequence.
6183 */
6184 if (test_bit(__I40E_RESET_INTR_RECEIVED, &pf->state)) {
6185 i40e_handle_reset_warning(pf);
Anjali Singhai Jain23326182013-11-26 10:49:22 +00006186 goto unlock;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006187 }
6188
6189 /* If we're already down or resetting, just bail */
6190 if (reset_flags &&
6191 !test_bit(__I40E_DOWN, &pf->state) &&
6192 !test_bit(__I40E_CONFIG_BUSY, &pf->state))
6193 i40e_do_reset(pf, reset_flags);
Anjali Singhai Jain23326182013-11-26 10:49:22 +00006194
6195unlock:
6196 rtnl_unlock();
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006197}
6198
6199/**
6200 * i40e_handle_link_event - Handle link event
6201 * @pf: board private structure
6202 * @e: event info posted on ARQ
6203 **/
6204static void i40e_handle_link_event(struct i40e_pf *pf,
6205 struct i40e_arq_event_info *e)
6206{
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006207 struct i40e_aqc_get_link_status *status =
6208 (struct i40e_aqc_get_link_status *)&e->desc.params.raw;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006209
Jesse Brandeburg1e701e02014-09-13 07:40:42 +00006210 /* Do a new status request to re-enable LSE reporting
6211 * and load new status information into the hw struct
6212 * This completely ignores any state information
6213 * in the ARQ event info, instead choosing to always
6214 * issue the AQ update link status command.
6215 */
6216 i40e_link_event(pf);
6217
Carolyn Wyborny7b592f62014-07-10 07:58:19 +00006218 /* check for unqualified module, if link is down */
6219 if ((status->link_info & I40E_AQ_MEDIA_AVAILABLE) &&
6220 (!(status->an_info & I40E_AQ_QUALIFIED_MODULE)) &&
6221 (!(status->link_info & I40E_AQ_LINK_UP)))
6222 dev_err(&pf->pdev->dev,
6223 "The driver failed to link because an unqualified module was detected.\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006224}
6225
6226/**
6227 * i40e_clean_adminq_subtask - Clean the AdminQ rings
6228 * @pf: board private structure
6229 **/
6230static void i40e_clean_adminq_subtask(struct i40e_pf *pf)
6231{
6232 struct i40e_arq_event_info event;
6233 struct i40e_hw *hw = &pf->hw;
6234 u16 pending, i = 0;
6235 i40e_status ret;
6236 u16 opcode;
Shannon Nelson86df2422014-05-20 08:01:35 +00006237 u32 oldval;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006238 u32 val;
6239
Anjali Singhai Jaina316f652014-07-12 07:28:25 +00006240 /* Do not run clean AQ when PF reset fails */
6241 if (test_bit(__I40E_RESET_FAILED, &pf->state))
6242 return;
6243
Shannon Nelson86df2422014-05-20 08:01:35 +00006244 /* check for error indications */
6245 val = rd32(&pf->hw, pf->hw.aq.arq.len);
6246 oldval = val;
6247 if (val & I40E_PF_ARQLEN_ARQVFE_MASK) {
Mitch Williams75eb73c2015-11-19 11:34:21 -08006248 if (hw->debug_mask & I40E_DEBUG_AQ)
6249 dev_info(&pf->pdev->dev, "ARQ VF Error detected\n");
Shannon Nelson86df2422014-05-20 08:01:35 +00006250 val &= ~I40E_PF_ARQLEN_ARQVFE_MASK;
6251 }
6252 if (val & I40E_PF_ARQLEN_ARQOVFL_MASK) {
Mitch Williams75eb73c2015-11-19 11:34:21 -08006253 if (hw->debug_mask & I40E_DEBUG_AQ)
6254 dev_info(&pf->pdev->dev, "ARQ Overflow Error detected\n");
Shannon Nelson86df2422014-05-20 08:01:35 +00006255 val &= ~I40E_PF_ARQLEN_ARQOVFL_MASK;
Mitch Williams1d0a4ad2015-12-23 12:05:48 -08006256 pf->arq_overflows++;
Shannon Nelson86df2422014-05-20 08:01:35 +00006257 }
6258 if (val & I40E_PF_ARQLEN_ARQCRIT_MASK) {
Mitch Williams75eb73c2015-11-19 11:34:21 -08006259 if (hw->debug_mask & I40E_DEBUG_AQ)
6260 dev_info(&pf->pdev->dev, "ARQ Critical Error detected\n");
Shannon Nelson86df2422014-05-20 08:01:35 +00006261 val &= ~I40E_PF_ARQLEN_ARQCRIT_MASK;
6262 }
6263 if (oldval != val)
6264 wr32(&pf->hw, pf->hw.aq.arq.len, val);
6265
6266 val = rd32(&pf->hw, pf->hw.aq.asq.len);
6267 oldval = val;
6268 if (val & I40E_PF_ATQLEN_ATQVFE_MASK) {
Mitch Williams75eb73c2015-11-19 11:34:21 -08006269 if (pf->hw.debug_mask & I40E_DEBUG_AQ)
6270 dev_info(&pf->pdev->dev, "ASQ VF Error detected\n");
Shannon Nelson86df2422014-05-20 08:01:35 +00006271 val &= ~I40E_PF_ATQLEN_ATQVFE_MASK;
6272 }
6273 if (val & I40E_PF_ATQLEN_ATQOVFL_MASK) {
Mitch Williams75eb73c2015-11-19 11:34:21 -08006274 if (pf->hw.debug_mask & I40E_DEBUG_AQ)
6275 dev_info(&pf->pdev->dev, "ASQ Overflow Error detected\n");
Shannon Nelson86df2422014-05-20 08:01:35 +00006276 val &= ~I40E_PF_ATQLEN_ATQOVFL_MASK;
6277 }
6278 if (val & I40E_PF_ATQLEN_ATQCRIT_MASK) {
Mitch Williams75eb73c2015-11-19 11:34:21 -08006279 if (pf->hw.debug_mask & I40E_DEBUG_AQ)
6280 dev_info(&pf->pdev->dev, "ASQ Critical Error detected\n");
Shannon Nelson86df2422014-05-20 08:01:35 +00006281 val &= ~I40E_PF_ATQLEN_ATQCRIT_MASK;
6282 }
6283 if (oldval != val)
6284 wr32(&pf->hw, pf->hw.aq.asq.len, val);
6285
Mitch Williams1001dc32014-11-11 20:02:19 +00006286 event.buf_len = I40E_MAX_AQ_BUF_SIZE;
6287 event.msg_buf = kzalloc(event.buf_len, GFP_KERNEL);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006288 if (!event.msg_buf)
6289 return;
6290
6291 do {
6292 ret = i40e_clean_arq_element(hw, &event, &pending);
Mitch Williams56497972014-06-04 08:45:18 +00006293 if (ret == I40E_ERR_ADMIN_QUEUE_NO_WORK)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006294 break;
Mitch Williams56497972014-06-04 08:45:18 +00006295 else if (ret) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006296 dev_info(&pf->pdev->dev, "ARQ event error %d\n", ret);
6297 break;
6298 }
6299
6300 opcode = le16_to_cpu(event.desc.opcode);
6301 switch (opcode) {
6302
6303 case i40e_aqc_opc_get_link_status:
6304 i40e_handle_link_event(pf, &event);
6305 break;
6306 case i40e_aqc_opc_send_msg_to_pf:
6307 ret = i40e_vc_process_vf_msg(pf,
6308 le16_to_cpu(event.desc.retval),
6309 le32_to_cpu(event.desc.cookie_high),
6310 le32_to_cpu(event.desc.cookie_low),
6311 event.msg_buf,
Mitch Williams1001dc32014-11-11 20:02:19 +00006312 event.msg_len);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006313 break;
6314 case i40e_aqc_opc_lldp_update_mib:
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00006315 dev_dbg(&pf->pdev->dev, "ARQ: Update LLDP MIB event received\n");
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08006316#ifdef CONFIG_I40E_DCB
6317 rtnl_lock();
6318 ret = i40e_handle_lldp_event(pf, &event);
6319 rtnl_unlock();
6320#endif /* CONFIG_I40E_DCB */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006321 break;
6322 case i40e_aqc_opc_event_lan_overflow:
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00006323 dev_dbg(&pf->pdev->dev, "ARQ LAN queue overflow event received\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006324 i40e_handle_lan_overflow_event(pf, &event);
6325 break;
Shannon Nelson0467bc92013-12-18 13:45:58 +00006326 case i40e_aqc_opc_send_msg_to_peer:
6327 dev_info(&pf->pdev->dev, "ARQ: Msg from other pf\n");
6328 break;
Shannon Nelson91a0f932015-03-19 14:32:01 -07006329 case i40e_aqc_opc_nvm_erase:
6330 case i40e_aqc_opc_nvm_update:
Michal Kosiarz00ada502015-11-19 11:34:20 -08006331 case i40e_aqc_opc_oem_post_update:
Shannon Nelson6e93d0c2016-01-15 14:33:18 -08006332 i40e_debug(&pf->hw, I40E_DEBUG_NVM,
6333 "ARQ NVM operation 0x%04x completed\n",
6334 opcode);
Shannon Nelson91a0f932015-03-19 14:32:01 -07006335 break;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006336 default:
6337 dev_info(&pf->pdev->dev,
Shannon Nelson56e5ca62016-03-10 14:59:48 -08006338 "ARQ: Unknown event 0x%04x ignored\n",
Shannon Nelson0467bc92013-12-18 13:45:58 +00006339 opcode);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006340 break;
6341 }
6342 } while (pending && (i++ < pf->adminq_work_limit));
6343
6344 clear_bit(__I40E_ADMINQ_EVENT_PENDING, &pf->state);
6345 /* re-enable Admin queue interrupt cause */
6346 val = rd32(hw, I40E_PFINT_ICR0_ENA);
6347 val |= I40E_PFINT_ICR0_ENA_ADMINQ_MASK;
6348 wr32(hw, I40E_PFINT_ICR0_ENA, val);
6349 i40e_flush(hw);
6350
6351 kfree(event.msg_buf);
6352}
6353
6354/**
Shannon Nelson4eb3f762014-03-06 08:59:58 +00006355 * i40e_verify_eeprom - make sure eeprom is good to use
6356 * @pf: board private structure
6357 **/
6358static void i40e_verify_eeprom(struct i40e_pf *pf)
6359{
6360 int err;
6361
6362 err = i40e_diag_eeprom_test(&pf->hw);
6363 if (err) {
6364 /* retry in case of garbage read */
6365 err = i40e_diag_eeprom_test(&pf->hw);
6366 if (err) {
6367 dev_info(&pf->pdev->dev, "eeprom check failed (%d), Tx/Rx traffic disabled\n",
6368 err);
6369 set_bit(__I40E_BAD_EEPROM, &pf->state);
6370 }
6371 }
6372
6373 if (!err && test_bit(__I40E_BAD_EEPROM, &pf->state)) {
6374 dev_info(&pf->pdev->dev, "eeprom check passed, Tx/Rx traffic enabled\n");
6375 clear_bit(__I40E_BAD_EEPROM, &pf->state);
6376 }
6377}
6378
6379/**
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006380 * i40e_enable_pf_switch_lb
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00006381 * @pf: pointer to the PF structure
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006382 *
6383 * enable switch loop back or die - no point in a return value
6384 **/
6385static void i40e_enable_pf_switch_lb(struct i40e_pf *pf)
6386{
6387 struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi];
6388 struct i40e_vsi_context ctxt;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006389 int ret;
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006390
6391 ctxt.seid = pf->main_vsi_seid;
6392 ctxt.pf_num = pf->hw.pf_id;
6393 ctxt.vf_num = 0;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006394 ret = i40e_aq_get_vsi_params(&pf->hw, &ctxt, NULL);
6395 if (ret) {
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006396 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006397 "couldn't get PF vsi config, err %s aq_err %s\n",
6398 i40e_stat_str(&pf->hw, ret),
6399 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006400 return;
6401 }
6402 ctxt.flags = I40E_AQ_VSI_TYPE_PF;
6403 ctxt.info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID);
6404 ctxt.info.switch_id |= cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB);
6405
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006406 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL);
6407 if (ret) {
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006408 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006409 "update vsi switch failed, err %s aq_err %s\n",
6410 i40e_stat_str(&pf->hw, ret),
6411 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006412 }
6413}
6414
6415/**
6416 * i40e_disable_pf_switch_lb
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00006417 * @pf: pointer to the PF structure
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006418 *
6419 * disable switch loop back or die - no point in a return value
6420 **/
6421static void i40e_disable_pf_switch_lb(struct i40e_pf *pf)
6422{
6423 struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi];
6424 struct i40e_vsi_context ctxt;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006425 int ret;
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006426
6427 ctxt.seid = pf->main_vsi_seid;
6428 ctxt.pf_num = pf->hw.pf_id;
6429 ctxt.vf_num = 0;
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006430 ret = i40e_aq_get_vsi_params(&pf->hw, &ctxt, NULL);
6431 if (ret) {
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006432 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006433 "couldn't get PF vsi config, err %s aq_err %s\n",
6434 i40e_stat_str(&pf->hw, ret),
6435 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006436 return;
6437 }
6438 ctxt.flags = I40E_AQ_VSI_TYPE_PF;
6439 ctxt.info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID);
6440 ctxt.info.switch_id &= ~cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB);
6441
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006442 ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL);
6443 if (ret) {
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006444 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006445 "update vsi switch failed, err %s aq_err %s\n",
6446 i40e_stat_str(&pf->hw, ret),
6447 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Akeem G Abodunrin386a0af2015-02-27 09:15:25 +00006448 }
6449}
6450
6451/**
Neerav Parikh51616012015-02-06 08:52:14 +00006452 * i40e_config_bridge_mode - Configure the HW bridge mode
6453 * @veb: pointer to the bridge instance
6454 *
6455 * Configure the loop back mode for the LAN VSI that is downlink to the
6456 * specified HW bridge instance. It is expected this function is called
6457 * when a new HW bridge is instantiated.
6458 **/
6459static void i40e_config_bridge_mode(struct i40e_veb *veb)
6460{
6461 struct i40e_pf *pf = veb->pf;
6462
Shannon Nelson6dec1012015-09-28 14:12:30 -04006463 if (pf->hw.debug_mask & I40E_DEBUG_LAN)
6464 dev_info(&pf->pdev->dev, "enabling bridge mode: %s\n",
6465 veb->bridge_mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB");
Neerav Parikh51616012015-02-06 08:52:14 +00006466 if (veb->bridge_mode & BRIDGE_MODE_VEPA)
6467 i40e_disable_pf_switch_lb(pf);
6468 else
6469 i40e_enable_pf_switch_lb(pf);
6470}
6471
6472/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006473 * i40e_reconstitute_veb - rebuild the VEB and anything connected to it
6474 * @veb: pointer to the VEB instance
6475 *
6476 * This is a recursive function that first builds the attached VSIs then
6477 * recurses in to build the next layer of VEB. We track the connections
6478 * through our own index numbers because the seid's from the HW could
6479 * change across the reset.
6480 **/
6481static int i40e_reconstitute_veb(struct i40e_veb *veb)
6482{
6483 struct i40e_vsi *ctl_vsi = NULL;
6484 struct i40e_pf *pf = veb->pf;
6485 int v, veb_idx;
6486 int ret;
6487
6488 /* build VSI that owns this VEB, temporarily attached to base VEB */
Mitch Williams505682c2014-05-20 08:01:37 +00006489 for (v = 0; v < pf->num_alloc_vsi && !ctl_vsi; v++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006490 if (pf->vsi[v] &&
6491 pf->vsi[v]->veb_idx == veb->idx &&
6492 pf->vsi[v]->flags & I40E_VSI_FLAG_VEB_OWNER) {
6493 ctl_vsi = pf->vsi[v];
6494 break;
6495 }
6496 }
6497 if (!ctl_vsi) {
6498 dev_info(&pf->pdev->dev,
6499 "missing owner VSI for veb_idx %d\n", veb->idx);
6500 ret = -ENOENT;
6501 goto end_reconstitute;
6502 }
6503 if (ctl_vsi != pf->vsi[pf->lan_vsi])
6504 ctl_vsi->uplink_seid = pf->vsi[pf->lan_vsi]->uplink_seid;
6505 ret = i40e_add_vsi(ctl_vsi);
6506 if (ret) {
6507 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006508 "rebuild of veb_idx %d owner VSI failed: %d\n",
6509 veb->idx, ret);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006510 goto end_reconstitute;
6511 }
6512 i40e_vsi_reset_stats(ctl_vsi);
6513
6514 /* create the VEB in the switch and move the VSI onto the VEB */
6515 ret = i40e_add_veb(veb, ctl_vsi);
6516 if (ret)
6517 goto end_reconstitute;
6518
Anjali Singhai Jainfc608612015-05-08 15:35:57 -07006519 if (pf->flags & I40E_FLAG_VEB_MODE_ENABLED)
6520 veb->bridge_mode = BRIDGE_MODE_VEB;
6521 else
6522 veb->bridge_mode = BRIDGE_MODE_VEPA;
Neerav Parikh51616012015-02-06 08:52:14 +00006523 i40e_config_bridge_mode(veb);
Anjali Singhai Jainb64ba082014-11-13 03:06:15 +00006524
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006525 /* create the remaining VSIs attached to this VEB */
Mitch Williams505682c2014-05-20 08:01:37 +00006526 for (v = 0; v < pf->num_alloc_vsi; v++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006527 if (!pf->vsi[v] || pf->vsi[v] == ctl_vsi)
6528 continue;
6529
6530 if (pf->vsi[v]->veb_idx == veb->idx) {
6531 struct i40e_vsi *vsi = pf->vsi[v];
Jesse Brandeburg6995b362015-08-28 17:55:54 -04006532
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006533 vsi->uplink_seid = veb->seid;
6534 ret = i40e_add_vsi(vsi);
6535 if (ret) {
6536 dev_info(&pf->pdev->dev,
6537 "rebuild of vsi_idx %d failed: %d\n",
6538 v, ret);
6539 goto end_reconstitute;
6540 }
6541 i40e_vsi_reset_stats(vsi);
6542 }
6543 }
6544
6545 /* create any VEBs attached to this VEB - RECURSION */
6546 for (veb_idx = 0; veb_idx < I40E_MAX_VEB; veb_idx++) {
6547 if (pf->veb[veb_idx] && pf->veb[veb_idx]->veb_idx == veb->idx) {
6548 pf->veb[veb_idx]->uplink_seid = veb->seid;
6549 ret = i40e_reconstitute_veb(pf->veb[veb_idx]);
6550 if (ret)
6551 break;
6552 }
6553 }
6554
6555end_reconstitute:
6556 return ret;
6557}
6558
6559/**
6560 * i40e_get_capabilities - get info about the HW
6561 * @pf: the PF struct
6562 **/
6563static int i40e_get_capabilities(struct i40e_pf *pf)
6564{
6565 struct i40e_aqc_list_capabilities_element_resp *cap_buf;
6566 u16 data_size;
6567 int buf_len;
6568 int err;
6569
6570 buf_len = 40 * sizeof(struct i40e_aqc_list_capabilities_element_resp);
6571 do {
6572 cap_buf = kzalloc(buf_len, GFP_KERNEL);
6573 if (!cap_buf)
6574 return -ENOMEM;
6575
6576 /* this loads the data into the hw struct for us */
6577 err = i40e_aq_discover_capabilities(&pf->hw, cap_buf, buf_len,
6578 &data_size,
6579 i40e_aqc_opc_list_func_capabilities,
6580 NULL);
6581 /* data loaded, buffer no longer needed */
6582 kfree(cap_buf);
6583
6584 if (pf->hw.aq.asq_last_status == I40E_AQ_RC_ENOMEM) {
6585 /* retry with a larger buffer */
6586 buf_len = data_size;
6587 } else if (pf->hw.aq.asq_last_status != I40E_AQ_RC_OK) {
6588 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006589 "capability discovery failed, err %s aq_err %s\n",
6590 i40e_stat_str(&pf->hw, err),
6591 i40e_aq_str(&pf->hw,
6592 pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006593 return -ENODEV;
6594 }
6595 } while (err);
6596
6597 if (pf->hw.debug_mask & I40E_DEBUG_USER)
6598 dev_info(&pf->pdev->dev,
6599 "pf=%d, num_vfs=%d, msix_pf=%d, msix_vf=%d, fd_g=%d, fd_b=%d, pf_max_q=%d num_vsi=%d\n",
6600 pf->hw.pf_id, pf->hw.func_caps.num_vfs,
6601 pf->hw.func_caps.num_msix_vectors,
6602 pf->hw.func_caps.num_msix_vectors_vf,
6603 pf->hw.func_caps.fd_filters_guaranteed,
6604 pf->hw.func_caps.fd_filters_best_effort,
6605 pf->hw.func_caps.num_tx_qp,
6606 pf->hw.func_caps.num_vsis);
6607
Jesse Brandeburg7134f9c2013-11-26 08:56:05 +00006608#define DEF_NUM_VSI (1 + (pf->hw.func_caps.fcoe ? 1 : 0) \
6609 + pf->hw.func_caps.num_vfs)
6610 if (pf->hw.revision_id == 0 && (DEF_NUM_VSI > pf->hw.func_caps.num_vsis)) {
6611 dev_info(&pf->pdev->dev,
6612 "got num_vsis %d, setting num_vsis to %d\n",
6613 pf->hw.func_caps.num_vsis, DEF_NUM_VSI);
6614 pf->hw.func_caps.num_vsis = DEF_NUM_VSI;
6615 }
6616
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006617 return 0;
6618}
6619
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006620static int i40e_vsi_clear(struct i40e_vsi *vsi);
6621
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006622/**
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006623 * i40e_fdir_sb_setup - initialize the Flow Director resources for Sideband
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006624 * @pf: board private structure
6625 **/
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006626static void i40e_fdir_sb_setup(struct i40e_pf *pf)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006627{
6628 struct i40e_vsi *vsi;
Shannon Nelson8a9eb7d2014-03-14 07:32:28 +00006629 int i;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006630
Jesse Brandeburg407e0632014-06-03 23:50:12 +00006631 /* quick workaround for an NVM issue that leaves a critical register
6632 * uninitialized
6633 */
6634 if (!rd32(&pf->hw, I40E_GLQF_HKEY(0))) {
6635 static const u32 hkey[] = {
6636 0xe640d33f, 0xcdfe98ab, 0x73fa7161, 0x0d7a7d36,
6637 0xeacb7d61, 0xaa4f05b6, 0x9c5c89ed, 0xfc425ddb,
6638 0xa4654832, 0xfc7461d4, 0x8f827619, 0xf5c63c21,
6639 0x95b3a76d};
6640
6641 for (i = 0; i <= I40E_GLQF_HKEY_MAX_INDEX; i++)
6642 wr32(&pf->hw, I40E_GLQF_HKEY(i), hkey[i]);
6643 }
6644
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006645 if (!(pf->flags & I40E_FLAG_FD_SB_ENABLED))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006646 return;
6647
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006648 /* find existing VSI and see if it needs configuring */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006649 vsi = NULL;
Mitch Williams505682c2014-05-20 08:01:37 +00006650 for (i = 0; i < pf->num_alloc_vsi; i++) {
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006651 if (pf->vsi[i] && pf->vsi[i]->type == I40E_VSI_FDIR) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006652 vsi = pf->vsi[i];
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006653 break;
6654 }
6655 }
6656
6657 /* create a new VSI if none exists */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006658 if (!vsi) {
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006659 vsi = i40e_vsi_setup(pf, I40E_VSI_FDIR,
6660 pf->vsi[pf->lan_vsi]->seid, 0);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006661 if (!vsi) {
6662 dev_info(&pf->pdev->dev, "Couldn't create FDir VSI\n");
Shannon Nelson8a9eb7d2014-03-14 07:32:28 +00006663 pf->flags &= ~I40E_FLAG_FD_SB_ENABLED;
6664 return;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006665 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006666 }
Shannon Nelson8a9eb7d2014-03-14 07:32:28 +00006667
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08006668 i40e_vsi_setup_irqhandler(vsi, i40e_fdir_clean_ring);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006669}
6670
6671/**
6672 * i40e_fdir_teardown - release the Flow Director resources
6673 * @pf: board private structure
6674 **/
6675static void i40e_fdir_teardown(struct i40e_pf *pf)
6676{
6677 int i;
6678
Joseph Gasparakis17a73f62014-02-12 01:45:30 +00006679 i40e_fdir_filter_exit(pf);
Mitch Williams505682c2014-05-20 08:01:37 +00006680 for (i = 0; i < pf->num_alloc_vsi; i++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006681 if (pf->vsi[i] && pf->vsi[i]->type == I40E_VSI_FDIR) {
6682 i40e_vsi_release(pf->vsi[i]);
6683 break;
6684 }
6685 }
6686}
6687
6688/**
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006689 * i40e_prep_for_reset - prep for the core to reset
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006690 * @pf: board private structure
6691 *
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00006692 * Close up the VFs and other things in prep for PF Reset.
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006693 **/
Shannon Nelson23cfbe02014-06-04 01:23:14 +00006694static void i40e_prep_for_reset(struct i40e_pf *pf)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006695{
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006696 struct i40e_hw *hw = &pf->hw;
Shannon Nelson60442de2014-04-23 04:50:13 +00006697 i40e_status ret = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006698 u32 v;
6699
6700 clear_bit(__I40E_RESET_INTR_RECEIVED, &pf->state);
6701 if (test_and_set_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state))
Shannon Nelson23cfbe02014-06-04 01:23:14 +00006702 return;
Mitch Williamsd3ce57342016-03-10 14:59:46 -08006703 if (i40e_check_asq_alive(&pf->hw))
6704 i40e_vc_notify_reset(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006705
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00006706 dev_dbg(&pf->pdev->dev, "Tearing down internal switch for reset\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006707
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006708 /* quiesce the VSIs and their queues that are not already DOWN */
6709 i40e_pf_quiesce_all_vsi(pf);
6710
Mitch Williams505682c2014-05-20 08:01:37 +00006711 for (v = 0; v < pf->num_alloc_vsi; v++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006712 if (pf->vsi[v])
6713 pf->vsi[v]->seid = 0;
6714 }
6715
6716 i40e_shutdown_adminq(&pf->hw);
6717
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006718 /* call shutdown HMC */
Shannon Nelson60442de2014-04-23 04:50:13 +00006719 if (hw->hmc.hmc_obj) {
6720 ret = i40e_shutdown_lan_hmc(hw);
Shannon Nelson23cfbe02014-06-04 01:23:14 +00006721 if (ret)
Shannon Nelson60442de2014-04-23 04:50:13 +00006722 dev_warn(&pf->pdev->dev,
6723 "shutdown_lan_hmc failed: %d\n", ret);
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006724 }
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006725}
6726
6727/**
Jesse Brandeburg44033fa2014-04-23 04:50:15 +00006728 * i40e_send_version - update firmware with driver version
6729 * @pf: PF struct
6730 */
6731static void i40e_send_version(struct i40e_pf *pf)
6732{
6733 struct i40e_driver_version dv;
6734
6735 dv.major_version = DRV_VERSION_MAJOR;
6736 dv.minor_version = DRV_VERSION_MINOR;
6737 dv.build_version = DRV_VERSION_BUILD;
6738 dv.subbuild_version = 0;
Rickard Strandqvist35a7d802014-07-29 09:26:25 +00006739 strlcpy(dv.driver_string, DRV_VERSION, sizeof(dv.driver_string));
Jesse Brandeburg44033fa2014-04-23 04:50:15 +00006740 i40e_aq_send_driver_version(&pf->hw, &dv, NULL);
6741}
6742
6743/**
Jesse Brandeburg4dda12e2013-12-18 13:46:01 +00006744 * i40e_reset_and_rebuild - reset and rebuild using a saved config
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006745 * @pf: board private structure
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00006746 * @reinit: if the Main VSI needs to re-initialized.
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006747 **/
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00006748static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit)
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006749{
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006750 struct i40e_hw *hw = &pf->hw;
Anjali Singhai Jaincafa2ee2014-09-13 07:40:45 +00006751 u8 set_fc_aq_fail = 0;
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006752 i40e_status ret;
Anjali Singhai Jain4f2f017c2015-10-21 19:47:07 -04006753 u32 val;
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006754 u32 v;
6755
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006756 /* Now we wait for GRST to settle out.
6757 * We don't have to delete the VEBs or VSIs from the hw switch
6758 * because the reset will make them disappear.
6759 */
6760 ret = i40e_pf_reset(hw);
Akeem G Abodunrinb5565402014-04-09 05:59:04 +00006761 if (ret) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006762 dev_info(&pf->pdev->dev, "PF reset failed, %d\n", ret);
Anjali Singhai Jaina316f652014-07-12 07:28:25 +00006763 set_bit(__I40E_RESET_FAILED, &pf->state);
6764 goto clear_recovery;
Akeem G Abodunrinb5565402014-04-09 05:59:04 +00006765 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006766 pf->pfr_count++;
6767
6768 if (test_bit(__I40E_DOWN, &pf->state))
Anjali Singhai Jaina316f652014-07-12 07:28:25 +00006769 goto clear_recovery;
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00006770 dev_dbg(&pf->pdev->dev, "Rebuilding internal switch\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006771
6772 /* rebuild the basics for the AdminQ, HMC, and initial HW switch */
6773 ret = i40e_init_adminq(&pf->hw);
6774 if (ret) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006775 dev_info(&pf->pdev->dev, "Rebuild AdminQ failed, err %s aq_err %s\n",
6776 i40e_stat_str(&pf->hw, ret),
6777 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Anjali Singhai Jaina316f652014-07-12 07:28:25 +00006778 goto clear_recovery;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006779 }
6780
Shannon Nelson4eb3f762014-03-06 08:59:58 +00006781 /* re-verify the eeprom if we just had an EMP reset */
Anjali Singhai Jain9df42d12015-01-24 09:58:40 +00006782 if (test_and_clear_bit(__I40E_EMP_RESET_INTR_RECEIVED, &pf->state))
Shannon Nelson4eb3f762014-03-06 08:59:58 +00006783 i40e_verify_eeprom(pf);
Shannon Nelson4eb3f762014-03-06 08:59:58 +00006784
Shannon Nelsone78ac4bf2014-05-10 04:49:09 +00006785 i40e_clear_pxe_mode(hw);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006786 ret = i40e_get_capabilities(pf);
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006787 if (ret)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006788 goto end_core_reset;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006789
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006790 ret = i40e_init_lan_hmc(hw, hw->func_caps.num_tx_qp,
6791 hw->func_caps.num_rx_qp,
6792 pf->fcoe_hmc_cntx_num, pf->fcoe_hmc_filt_num);
6793 if (ret) {
6794 dev_info(&pf->pdev->dev, "init_lan_hmc failed: %d\n", ret);
6795 goto end_core_reset;
6796 }
6797 ret = i40e_configure_lan_hmc(hw, I40E_HMC_MODEL_DIRECT_ONLY);
6798 if (ret) {
6799 dev_info(&pf->pdev->dev, "configure_lan_hmc failed: %d\n", ret);
6800 goto end_core_reset;
6801 }
6802
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08006803#ifdef CONFIG_I40E_DCB
6804 ret = i40e_init_pf_dcb(pf);
6805 if (ret) {
Shannon Nelsonaebfc812014-12-11 07:06:38 +00006806 dev_info(&pf->pdev->dev, "DCB init failed %d, disabled\n", ret);
6807 pf->flags &= ~I40E_FLAG_DCB_CAPABLE;
6808 /* Continue without DCB enabled */
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08006809 }
6810#endif /* CONFIG_I40E_DCB */
Vasu Dev38e00432014-08-01 13:27:03 -07006811#ifdef I40E_FCOE
Shannon Nelson21364bc2015-08-26 15:14:13 -04006812 i40e_init_pf_fcoe(pf);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08006813
Vasu Dev38e00432014-08-01 13:27:03 -07006814#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006815 /* do basic switch setup */
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00006816 ret = i40e_setup_pf_switch(pf, reinit);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006817 if (ret)
6818 goto end_core_reset;
6819
Shannon Nelson2f0aff42016-01-04 10:33:08 -08006820 /* The driver only wants link up/down and module qualification
6821 * reports from firmware. Note the negative logic.
Jesse Brandeburg7e2453f2014-09-13 07:40:41 +00006822 */
6823 ret = i40e_aq_set_phy_int_mask(&pf->hw,
Shannon Nelson2f0aff42016-01-04 10:33:08 -08006824 ~(I40E_AQ_EVENT_LINK_UPDOWN |
Shannon Nelson867a79e2016-03-18 12:18:15 -07006825 I40E_AQ_EVENT_MEDIA_NA |
Shannon Nelson2f0aff42016-01-04 10:33:08 -08006826 I40E_AQ_EVENT_MODULE_QUAL_FAIL), NULL);
Jesse Brandeburg7e2453f2014-09-13 07:40:41 +00006827 if (ret)
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006828 dev_info(&pf->pdev->dev, "set phy mask fail, err %s aq_err %s\n",
6829 i40e_stat_str(&pf->hw, ret),
6830 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Jesse Brandeburg7e2453f2014-09-13 07:40:41 +00006831
Anjali Singhai Jaincafa2ee2014-09-13 07:40:45 +00006832 /* make sure our flow control settings are restored */
6833 ret = i40e_set_fc(&pf->hw, &set_fc_aq_fail, true);
6834 if (ret)
Neerav Parikh8279e492015-09-03 17:18:50 -04006835 dev_dbg(&pf->pdev->dev, "setting flow control: ret = %s last_status = %s\n",
6836 i40e_stat_str(&pf->hw, ret),
6837 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Anjali Singhai Jaincafa2ee2014-09-13 07:40:45 +00006838
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006839 /* Rebuild the VSIs and VEBs that existed before reset.
6840 * They are still in our local switch element arrays, so only
6841 * need to rebuild the switch model in the HW.
6842 *
6843 * If there were VEBs but the reconstitution failed, we'll try
6844 * try to recover minimal use by getting the basic PF VSI working.
6845 */
6846 if (pf->vsi[pf->lan_vsi]->uplink_seid != pf->mac_seid) {
Jesse Brandeburg69bfb112014-02-11 08:24:13 +00006847 dev_dbg(&pf->pdev->dev, "attempting to rebuild switch\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006848 /* find the one VEB connected to the MAC, and find orphans */
6849 for (v = 0; v < I40E_MAX_VEB; v++) {
6850 if (!pf->veb[v])
6851 continue;
6852
6853 if (pf->veb[v]->uplink_seid == pf->mac_seid ||
6854 pf->veb[v]->uplink_seid == 0) {
6855 ret = i40e_reconstitute_veb(pf->veb[v]);
6856
6857 if (!ret)
6858 continue;
6859
6860 /* If Main VEB failed, we're in deep doodoo,
6861 * so give up rebuilding the switch and set up
6862 * for minimal rebuild of PF VSI.
6863 * If orphan failed, we'll report the error
6864 * but try to keep going.
6865 */
6866 if (pf->veb[v]->uplink_seid == pf->mac_seid) {
6867 dev_info(&pf->pdev->dev,
6868 "rebuild of switch failed: %d, will try to set up simple PF connection\n",
6869 ret);
6870 pf->vsi[pf->lan_vsi]->uplink_seid
6871 = pf->mac_seid;
6872 break;
6873 } else if (pf->veb[v]->uplink_seid == 0) {
6874 dev_info(&pf->pdev->dev,
6875 "rebuild of orphan VEB failed: %d\n",
6876 ret);
6877 }
6878 }
6879 }
6880 }
6881
6882 if (pf->vsi[pf->lan_vsi]->uplink_seid == pf->mac_seid) {
Shannon Nelsoncde4cbc2014-06-04 01:23:17 +00006883 dev_dbg(&pf->pdev->dev, "attempting to rebuild PF VSI\n");
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006884 /* no VEB, so rebuild only the Main VSI */
6885 ret = i40e_add_vsi(pf->vsi[pf->lan_vsi]);
6886 if (ret) {
6887 dev_info(&pf->pdev->dev,
6888 "rebuild of Main VSI failed: %d\n", ret);
6889 goto end_core_reset;
6890 }
6891 }
6892
Anjali Singhai Jain4f2f017c2015-10-21 19:47:07 -04006893 /* Reconfigure hardware for allowing smaller MSS in the case
6894 * of TSO, so that we avoid the MDD being fired and causing
6895 * a reset in the case of small MSS+TSO.
6896 */
6897#define I40E_REG_MSS 0x000E64DC
6898#define I40E_REG_MSS_MIN_MASK 0x3FF0000
6899#define I40E_64BYTE_MSS 0x400000
6900 val = rd32(hw, I40E_REG_MSS);
6901 if ((val & I40E_REG_MSS_MIN_MASK) > I40E_64BYTE_MSS) {
6902 val &= ~I40E_REG_MSS_MIN_MASK;
6903 val |= I40E_64BYTE_MSS;
6904 wr32(hw, I40E_REG_MSS, val);
6905 }
6906
Anjali Singhai Jain8eed76f2015-12-09 15:50:31 -08006907 if (pf->flags & I40E_FLAG_RESTART_AUTONEG) {
Anjali Singhai Jain025b4a52015-02-24 06:58:46 +00006908 msleep(75);
6909 ret = i40e_aq_set_link_restart_an(&pf->hw, true, NULL);
6910 if (ret)
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04006911 dev_info(&pf->pdev->dev, "link restart failed, err %s aq_err %s\n",
6912 i40e_stat_str(&pf->hw, ret),
6913 i40e_aq_str(&pf->hw,
6914 pf->hw.aq.asq_last_status));
Anjali Singhai Jaincafa2ee2014-09-13 07:40:45 +00006915 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006916 /* reinit the misc interrupt */
6917 if (pf->flags & I40E_FLAG_MSIX_ENABLED)
6918 ret = i40e_setup_misc_vector(pf);
6919
Anjali Singhai Jaine7358f52015-10-01 14:37:34 -04006920 /* Add a filter to drop all Flow control frames from any VSI from being
6921 * transmitted. By doing so we stop a malicious VF from sending out
6922 * PAUSE or PFC frames and potentially controlling traffic for other
6923 * PF/VF VSIs.
6924 * The FW can still send Flow control frames if enabled.
6925 */
6926 i40e_add_filter_to_drop_tx_flow_control_frames(&pf->hw,
6927 pf->main_vsi_seid);
6928
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006929 /* restart the VSIs that were rebuilt and running before the reset */
6930 i40e_pf_unquiesce_all_vsi(pf);
6931
Mitch Williams69f64b22014-02-13 03:48:46 -08006932 if (pf->num_alloc_vfs) {
6933 for (v = 0; v < pf->num_alloc_vfs; v++)
6934 i40e_reset_vf(&pf->vf[v], true);
6935 }
6936
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006937 /* tell the firmware that we're starting */
Jesse Brandeburg44033fa2014-04-23 04:50:15 +00006938 i40e_send_version(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006939
6940end_core_reset:
Anjali Singhai Jaina316f652014-07-12 07:28:25 +00006941 clear_bit(__I40E_RESET_FAILED, &pf->state);
6942clear_recovery:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006943 clear_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state);
6944}
6945
6946/**
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00006947 * i40e_handle_reset_warning - prep for the PF to reset, reset and rebuild
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006948 * @pf: board private structure
6949 *
6950 * Close up the VFs and other things in prep for a Core Reset,
6951 * then get ready to rebuild the world.
6952 **/
6953static void i40e_handle_reset_warning(struct i40e_pf *pf)
6954{
Shannon Nelson23cfbe02014-06-04 01:23:14 +00006955 i40e_prep_for_reset(pf);
6956 i40e_reset_and_rebuild(pf, false);
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00006957}
6958
6959/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006960 * i40e_handle_mdd_event
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00006961 * @pf: pointer to the PF structure
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006962 *
6963 * Called from the MDD irq handler to identify possibly malicious vfs
6964 **/
6965static void i40e_handle_mdd_event(struct i40e_pf *pf)
6966{
6967 struct i40e_hw *hw = &pf->hw;
6968 bool mdd_detected = false;
Neerav Parikhdf430b12014-06-04 01:23:15 +00006969 bool pf_mdd_detected = false;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006970 struct i40e_vf *vf;
6971 u32 reg;
6972 int i;
6973
6974 if (!test_bit(__I40E_MDD_EVENT_PENDING, &pf->state))
6975 return;
6976
6977 /* find what triggered the MDD event */
6978 reg = rd32(hw, I40E_GL_MDET_TX);
6979 if (reg & I40E_GL_MDET_TX_VALID_MASK) {
Anjali Singhai Jain4c33f832014-06-05 00:18:21 +00006980 u8 pf_num = (reg & I40E_GL_MDET_TX_PF_NUM_MASK) >>
6981 I40E_GL_MDET_TX_PF_NUM_SHIFT;
Mitch Williams2089ad02014-10-17 03:14:53 +00006982 u16 vf_num = (reg & I40E_GL_MDET_TX_VF_NUM_MASK) >>
Anjali Singhai Jain4c33f832014-06-05 00:18:21 +00006983 I40E_GL_MDET_TX_VF_NUM_SHIFT;
Dan Carpenter013f6572014-10-22 20:06:29 -07006984 u8 event = (reg & I40E_GL_MDET_TX_EVENT_MASK) >>
Anjali Singhai Jain4c33f832014-06-05 00:18:21 +00006985 I40E_GL_MDET_TX_EVENT_SHIFT;
Mitch Williams2089ad02014-10-17 03:14:53 +00006986 u16 queue = ((reg & I40E_GL_MDET_TX_QUEUE_MASK) >>
6987 I40E_GL_MDET_TX_QUEUE_SHIFT) -
6988 pf->hw.func_caps.base_queue;
Jesse Brandeburgfaf32972014-07-12 07:28:21 +00006989 if (netif_msg_tx_err(pf))
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00006990 dev_info(&pf->pdev->dev, "Malicious Driver Detection event 0x%02x on TX queue %d PF number 0x%02x VF number 0x%02x\n",
Jesse Brandeburgfaf32972014-07-12 07:28:21 +00006991 event, queue, pf_num, vf_num);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00006992 wr32(hw, I40E_GL_MDET_TX, 0xffffffff);
6993 mdd_detected = true;
6994 }
6995 reg = rd32(hw, I40E_GL_MDET_RX);
6996 if (reg & I40E_GL_MDET_RX_VALID_MASK) {
Anjali Singhai Jain4c33f832014-06-05 00:18:21 +00006997 u8 func = (reg & I40E_GL_MDET_RX_FUNCTION_MASK) >>
6998 I40E_GL_MDET_RX_FUNCTION_SHIFT;
Dan Carpenter013f6572014-10-22 20:06:29 -07006999 u8 event = (reg & I40E_GL_MDET_RX_EVENT_MASK) >>
Anjali Singhai Jain4c33f832014-06-05 00:18:21 +00007000 I40E_GL_MDET_RX_EVENT_SHIFT;
Mitch Williams2089ad02014-10-17 03:14:53 +00007001 u16 queue = ((reg & I40E_GL_MDET_RX_QUEUE_MASK) >>
7002 I40E_GL_MDET_RX_QUEUE_SHIFT) -
7003 pf->hw.func_caps.base_queue;
Jesse Brandeburgfaf32972014-07-12 07:28:21 +00007004 if (netif_msg_rx_err(pf))
7005 dev_info(&pf->pdev->dev, "Malicious Driver Detection event 0x%02x on RX queue %d of function 0x%02x\n",
7006 event, queue, func);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007007 wr32(hw, I40E_GL_MDET_RX, 0xffffffff);
7008 mdd_detected = true;
7009 }
7010
Neerav Parikhdf430b12014-06-04 01:23:15 +00007011 if (mdd_detected) {
7012 reg = rd32(hw, I40E_PF_MDET_TX);
7013 if (reg & I40E_PF_MDET_TX_VALID_MASK) {
7014 wr32(hw, I40E_PF_MDET_TX, 0xFFFF);
Jesse Brandeburgfaf32972014-07-12 07:28:21 +00007015 dev_info(&pf->pdev->dev, "TX driver issue detected, PF reset issued\n");
Neerav Parikhdf430b12014-06-04 01:23:15 +00007016 pf_mdd_detected = true;
7017 }
7018 reg = rd32(hw, I40E_PF_MDET_RX);
7019 if (reg & I40E_PF_MDET_RX_VALID_MASK) {
7020 wr32(hw, I40E_PF_MDET_RX, 0xFFFF);
Jesse Brandeburgfaf32972014-07-12 07:28:21 +00007021 dev_info(&pf->pdev->dev, "RX driver issue detected, PF reset issued\n");
Neerav Parikhdf430b12014-06-04 01:23:15 +00007022 pf_mdd_detected = true;
7023 }
7024 /* Queue belongs to the PF, initiate a reset */
7025 if (pf_mdd_detected) {
7026 set_bit(__I40E_PF_RESET_REQUESTED, &pf->state);
7027 i40e_service_event_schedule(pf);
7028 }
7029 }
7030
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007031 /* see if one of the VFs needs its hand slapped */
7032 for (i = 0; i < pf->num_alloc_vfs && mdd_detected; i++) {
7033 vf = &(pf->vf[i]);
7034 reg = rd32(hw, I40E_VP_MDET_TX(i));
7035 if (reg & I40E_VP_MDET_TX_VALID_MASK) {
7036 wr32(hw, I40E_VP_MDET_TX(i), 0xFFFF);
7037 vf->num_mdd_events++;
Jesse Brandeburgfaf32972014-07-12 07:28:21 +00007038 dev_info(&pf->pdev->dev, "TX driver issue detected on VF %d\n",
7039 i);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007040 }
7041
7042 reg = rd32(hw, I40E_VP_MDET_RX(i));
7043 if (reg & I40E_VP_MDET_RX_VALID_MASK) {
7044 wr32(hw, I40E_VP_MDET_RX(i), 0xFFFF);
7045 vf->num_mdd_events++;
Jesse Brandeburgfaf32972014-07-12 07:28:21 +00007046 dev_info(&pf->pdev->dev, "RX driver issue detected on VF %d\n",
7047 i);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007048 }
7049
7050 if (vf->num_mdd_events > I40E_DEFAULT_NUM_MDD_EVENTS_ALLOWED) {
7051 dev_info(&pf->pdev->dev,
7052 "Too many MDD events on VF %d, disabled\n", i);
7053 dev_info(&pf->pdev->dev,
7054 "Use PF Control I/F to re-enable the VF\n");
7055 set_bit(I40E_VF_STAT_DISABLED, &vf->vf_states);
7056 }
7057 }
7058
7059 /* re-enable mdd interrupt cause */
7060 clear_bit(__I40E_MDD_EVENT_PENDING, &pf->state);
7061 reg = rd32(hw, I40E_PFINT_ICR0_ENA);
7062 reg |= I40E_PFINT_ICR0_ENA_MAL_DETECT_MASK;
7063 wr32(hw, I40E_PFINT_ICR0_ENA, reg);
7064 i40e_flush(hw);
7065}
7066
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007067/**
Singhai, Anjali6a899022015-12-14 12:21:18 -08007068 * i40e_sync_udp_filters_subtask - Sync the VSI filter list with HW
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007069 * @pf: board private structure
7070 **/
Singhai, Anjali6a899022015-12-14 12:21:18 -08007071static void i40e_sync_udp_filters_subtask(struct i40e_pf *pf)
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007072{
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007073 struct i40e_hw *hw = &pf->hw;
7074 i40e_status ret;
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007075 __be16 port;
7076 int i;
7077
Singhai, Anjali6a899022015-12-14 12:21:18 -08007078 if (!(pf->flags & I40E_FLAG_UDP_FILTER_SYNC))
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007079 return;
7080
Singhai, Anjali6a899022015-12-14 12:21:18 -08007081 pf->flags &= ~I40E_FLAG_UDP_FILTER_SYNC;
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007082
7083 for (i = 0; i < I40E_MAX_PF_UDP_OFFLOAD_PORTS; i++) {
Singhai, Anjali6a899022015-12-14 12:21:18 -08007084 if (pf->pending_udp_bitmap & BIT_ULL(i)) {
7085 pf->pending_udp_bitmap &= ~BIT_ULL(i);
7086 port = pf->udp_ports[i].index;
Shannon Nelsonc22c06c2015-03-31 00:45:04 -07007087 if (port)
7088 ret = i40e_aq_add_udp_tunnel(hw, ntohs(port),
Singhai, Anjali6a899022015-12-14 12:21:18 -08007089 pf->udp_ports[i].type,
Shannon Nelsonc22c06c2015-03-31 00:45:04 -07007090 NULL, NULL);
7091 else
7092 ret = i40e_aq_del_udp_tunnel(hw, i, NULL);
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007093
7094 if (ret) {
Carolyn Wyborny730a8f82016-02-17 16:12:16 -08007095 dev_dbg(&pf->pdev->dev,
7096 "%s %s port %d, index %d failed, err %s aq_err %s\n",
7097 pf->udp_ports[i].type ? "vxlan" : "geneve",
7098 port ? "add" : "delete",
7099 ntohs(port), i,
7100 i40e_stat_str(&pf->hw, ret),
7101 i40e_aq_str(&pf->hw,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04007102 pf->hw.aq.asq_last_status));
Singhai, Anjali6a899022015-12-14 12:21:18 -08007103 pf->udp_ports[i].index = 0;
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00007104 }
7105 }
7106 }
7107}
7108
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007109/**
7110 * i40e_service_task - Run the driver's async subtasks
7111 * @work: pointer to work_struct containing our data
7112 **/
7113static void i40e_service_task(struct work_struct *work)
7114{
7115 struct i40e_pf *pf = container_of(work,
7116 struct i40e_pf,
7117 service_task);
7118 unsigned long start_time = jiffies;
7119
Shannon Nelsone57a2fe2014-06-03 23:50:19 +00007120 /* don't bother with service tasks if a reset is in progress */
7121 if (test_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state)) {
7122 i40e_service_event_complete(pf);
7123 return;
7124 }
7125
Kiran Patilb03a8c12015-09-24 18:13:15 -04007126 i40e_detect_recover_hung(pf);
Jesse Brandeburg2818ccd2016-01-13 16:51:38 -08007127 i40e_sync_filters_subtask(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007128 i40e_reset_subtask(pf);
7129 i40e_handle_mdd_event(pf);
7130 i40e_vc_process_vflr_event(pf);
7131 i40e_watchdog_subtask(pf);
7132 i40e_fdir_reinit_subtask(pf);
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007133 i40e_client_subtask(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007134 i40e_sync_filters_subtask(pf);
Singhai, Anjali6a899022015-12-14 12:21:18 -08007135 i40e_sync_udp_filters_subtask(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007136 i40e_clean_adminq_subtask(pf);
7137
7138 i40e_service_event_complete(pf);
7139
7140 /* If the tasks have taken longer than one timer cycle or there
7141 * is more work to be done, reschedule the service task now
7142 * rather than wait for the timer to tick again.
7143 */
7144 if (time_after(jiffies, (start_time + pf->service_timer_period)) ||
7145 test_bit(__I40E_ADMINQ_EVENT_PENDING, &pf->state) ||
7146 test_bit(__I40E_MDD_EVENT_PENDING, &pf->state) ||
7147 test_bit(__I40E_VFLR_EVENT_PENDING, &pf->state))
7148 i40e_service_event_schedule(pf);
7149}
7150
7151/**
7152 * i40e_service_timer - timer callback
7153 * @data: pointer to PF struct
7154 **/
7155static void i40e_service_timer(unsigned long data)
7156{
7157 struct i40e_pf *pf = (struct i40e_pf *)data;
7158
7159 mod_timer(&pf->service_timer,
7160 round_jiffies(jiffies + pf->service_timer_period));
7161 i40e_service_event_schedule(pf);
7162}
7163
7164/**
7165 * i40e_set_num_rings_in_vsi - Determine number of rings in the VSI
7166 * @vsi: the VSI being configured
7167 **/
7168static int i40e_set_num_rings_in_vsi(struct i40e_vsi *vsi)
7169{
7170 struct i40e_pf *pf = vsi->back;
7171
7172 switch (vsi->type) {
7173 case I40E_VSI_MAIN:
7174 vsi->alloc_queue_pairs = pf->num_lan_qps;
7175 vsi->num_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS,
7176 I40E_REQ_DESCRIPTOR_MULTIPLE);
7177 if (pf->flags & I40E_FLAG_MSIX_ENABLED)
7178 vsi->num_q_vectors = pf->num_lan_msix;
7179 else
7180 vsi->num_q_vectors = 1;
7181
7182 break;
7183
7184 case I40E_VSI_FDIR:
7185 vsi->alloc_queue_pairs = 1;
7186 vsi->num_desc = ALIGN(I40E_FDIR_RING_COUNT,
7187 I40E_REQ_DESCRIPTOR_MULTIPLE);
7188 vsi->num_q_vectors = 1;
7189 break;
7190
7191 case I40E_VSI_VMDQ2:
7192 vsi->alloc_queue_pairs = pf->num_vmdq_qps;
7193 vsi->num_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS,
7194 I40E_REQ_DESCRIPTOR_MULTIPLE);
7195 vsi->num_q_vectors = pf->num_vmdq_msix;
7196 break;
7197
7198 case I40E_VSI_SRIOV:
7199 vsi->alloc_queue_pairs = pf->num_vf_qps;
7200 vsi->num_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS,
7201 I40E_REQ_DESCRIPTOR_MULTIPLE);
7202 break;
7203
Vasu Dev38e00432014-08-01 13:27:03 -07007204#ifdef I40E_FCOE
7205 case I40E_VSI_FCOE:
7206 vsi->alloc_queue_pairs = pf->num_fcoe_qps;
7207 vsi->num_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS,
7208 I40E_REQ_DESCRIPTOR_MULTIPLE);
7209 vsi->num_q_vectors = pf->num_fcoe_msix;
7210 break;
7211
7212#endif /* I40E_FCOE */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007213 default:
7214 WARN_ON(1);
7215 return -ENODATA;
7216 }
7217
7218 return 0;
7219}
7220
7221/**
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007222 * i40e_vsi_alloc_arrays - Allocate queue and vector pointer arrays for the vsi
7223 * @type: VSI pointer
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007224 * @alloc_qvectors: a bool to specify if q_vectors need to be allocated.
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007225 *
7226 * On error: returns error code (negative)
7227 * On success: returns 0
7228 **/
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007229static int i40e_vsi_alloc_arrays(struct i40e_vsi *vsi, bool alloc_qvectors)
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007230{
7231 int size;
7232 int ret = 0;
7233
Shannon Nelsonac6c5e32013-11-20 10:02:57 +00007234 /* allocate memory for both Tx and Rx ring pointers */
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007235 size = sizeof(struct i40e_ring *) * vsi->alloc_queue_pairs * 2;
7236 vsi->tx_rings = kzalloc(size, GFP_KERNEL);
7237 if (!vsi->tx_rings)
7238 return -ENOMEM;
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007239 vsi->rx_rings = &vsi->tx_rings[vsi->alloc_queue_pairs];
7240
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007241 if (alloc_qvectors) {
7242 /* allocate memory for q_vector pointers */
Julia Lawallf57e4fb2014-07-30 03:11:09 +00007243 size = sizeof(struct i40e_q_vector *) * vsi->num_q_vectors;
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007244 vsi->q_vectors = kzalloc(size, GFP_KERNEL);
7245 if (!vsi->q_vectors) {
7246 ret = -ENOMEM;
7247 goto err_vectors;
7248 }
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007249 }
7250 return ret;
7251
7252err_vectors:
7253 kfree(vsi->tx_rings);
7254 return ret;
7255}
7256
7257/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007258 * i40e_vsi_mem_alloc - Allocates the next available struct vsi in the PF
7259 * @pf: board private structure
7260 * @type: type of VSI
7261 *
7262 * On error: returns error code (negative)
7263 * On success: returns vsi index in PF (positive)
7264 **/
7265static int i40e_vsi_mem_alloc(struct i40e_pf *pf, enum i40e_vsi_type type)
7266{
7267 int ret = -ENODEV;
7268 struct i40e_vsi *vsi;
7269 int vsi_idx;
7270 int i;
7271
7272 /* Need to protect the allocation of the VSIs at the PF level */
7273 mutex_lock(&pf->switch_mutex);
7274
7275 /* VSI list may be fragmented if VSI creation/destruction has
7276 * been happening. We can afford to do a quick scan to look
7277 * for any free VSIs in the list.
7278 *
7279 * find next empty vsi slot, looping back around if necessary
7280 */
7281 i = pf->next_vsi;
Mitch Williams505682c2014-05-20 08:01:37 +00007282 while (i < pf->num_alloc_vsi && pf->vsi[i])
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007283 i++;
Mitch Williams505682c2014-05-20 08:01:37 +00007284 if (i >= pf->num_alloc_vsi) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007285 i = 0;
7286 while (i < pf->next_vsi && pf->vsi[i])
7287 i++;
7288 }
7289
Mitch Williams505682c2014-05-20 08:01:37 +00007290 if (i < pf->num_alloc_vsi && !pf->vsi[i]) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007291 vsi_idx = i; /* Found one! */
7292 } else {
7293 ret = -ENODEV;
Alexander Duyck493fb302013-09-28 07:01:44 +00007294 goto unlock_pf; /* out of VSI slots! */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007295 }
7296 pf->next_vsi = ++i;
7297
7298 vsi = kzalloc(sizeof(*vsi), GFP_KERNEL);
7299 if (!vsi) {
7300 ret = -ENOMEM;
Alexander Duyck493fb302013-09-28 07:01:44 +00007301 goto unlock_pf;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007302 }
7303 vsi->type = type;
7304 vsi->back = pf;
7305 set_bit(__I40E_DOWN, &vsi->state);
7306 vsi->flags = 0;
7307 vsi->idx = vsi_idx;
Jesse Brandeburgac26fc12015-09-28 14:12:37 -04007308 vsi->int_rate_limit = 0;
Anjali Singhai Jain5db4cb52015-02-24 06:58:49 +00007309 vsi->rss_table_size = (vsi->type == I40E_VSI_MAIN) ?
7310 pf->rss_table_size : 64;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007311 vsi->netdev_registered = false;
7312 vsi->work_limit = I40E_DEFAULT_IRQ_WORK;
7313 INIT_LIST_HEAD(&vsi->mac_filter_list);
Shannon Nelson63741842014-04-23 04:50:16 +00007314 vsi->irqs_ready = false;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007315
Alexander Duyck9f65e152013-09-28 06:00:58 +00007316 ret = i40e_set_num_rings_in_vsi(vsi);
7317 if (ret)
7318 goto err_rings;
7319
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007320 ret = i40e_vsi_alloc_arrays(vsi, true);
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007321 if (ret)
Alexander Duyck9f65e152013-09-28 06:00:58 +00007322 goto err_rings;
Alexander Duyck493fb302013-09-28 07:01:44 +00007323
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007324 /* Setup default MSIX irq handler for VSI */
7325 i40e_vsi_setup_irqhandler(vsi, i40e_msix_clean_rings);
7326
Kiran Patil21659032015-09-30 14:09:03 -04007327 /* Initialize VSI lock */
7328 spin_lock_init(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007329 pf->vsi[vsi_idx] = vsi;
7330 ret = vsi_idx;
Alexander Duyck493fb302013-09-28 07:01:44 +00007331 goto unlock_pf;
7332
Alexander Duyck9f65e152013-09-28 06:00:58 +00007333err_rings:
Alexander Duyck493fb302013-09-28 07:01:44 +00007334 pf->next_vsi = i - 1;
7335 kfree(vsi);
7336unlock_pf:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007337 mutex_unlock(&pf->switch_mutex);
7338 return ret;
7339}
7340
7341/**
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007342 * i40e_vsi_free_arrays - Free queue and vector pointer arrays for the VSI
7343 * @type: VSI pointer
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007344 * @free_qvectors: a bool to specify if q_vectors need to be freed.
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007345 *
7346 * On error: returns error code (negative)
7347 * On success: returns 0
7348 **/
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007349static void i40e_vsi_free_arrays(struct i40e_vsi *vsi, bool free_qvectors)
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007350{
7351 /* free the ring and vector containers */
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007352 if (free_qvectors) {
7353 kfree(vsi->q_vectors);
7354 vsi->q_vectors = NULL;
7355 }
Anjali Singhai Jainf650a382013-11-20 10:02:55 +00007356 kfree(vsi->tx_rings);
7357 vsi->tx_rings = NULL;
7358 vsi->rx_rings = NULL;
7359}
7360
7361/**
Helin Zhang28c58692015-10-26 19:44:27 -04007362 * i40e_clear_rss_config_user - clear the user configured RSS hash keys
7363 * and lookup table
7364 * @vsi: Pointer to VSI structure
7365 */
7366static void i40e_clear_rss_config_user(struct i40e_vsi *vsi)
7367{
7368 if (!vsi)
7369 return;
7370
7371 kfree(vsi->rss_hkey_user);
7372 vsi->rss_hkey_user = NULL;
7373
7374 kfree(vsi->rss_lut_user);
7375 vsi->rss_lut_user = NULL;
7376}
7377
7378/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007379 * i40e_vsi_clear - Deallocate the VSI provided
7380 * @vsi: the VSI being un-configured
7381 **/
7382static int i40e_vsi_clear(struct i40e_vsi *vsi)
7383{
7384 struct i40e_pf *pf;
7385
7386 if (!vsi)
7387 return 0;
7388
7389 if (!vsi->back)
7390 goto free_vsi;
7391 pf = vsi->back;
7392
7393 mutex_lock(&pf->switch_mutex);
7394 if (!pf->vsi[vsi->idx]) {
7395 dev_err(&pf->pdev->dev, "pf->vsi[%d] is NULL, just free vsi[%d](%p,type %d)\n",
7396 vsi->idx, vsi->idx, vsi, vsi->type);
7397 goto unlock_vsi;
7398 }
7399
7400 if (pf->vsi[vsi->idx] != vsi) {
7401 dev_err(&pf->pdev->dev,
7402 "pf->vsi[%d](%p, type %d) != vsi[%d](%p,type %d): no free!\n",
7403 pf->vsi[vsi->idx]->idx,
7404 pf->vsi[vsi->idx],
7405 pf->vsi[vsi->idx]->type,
7406 vsi->idx, vsi, vsi->type);
7407 goto unlock_vsi;
7408 }
7409
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00007410 /* updates the PF for this cleared vsi */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007411 i40e_put_lump(pf->qp_pile, vsi->base_queue, vsi->idx);
7412 i40e_put_lump(pf->irq_pile, vsi->base_vector, vsi->idx);
7413
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00007414 i40e_vsi_free_arrays(vsi, true);
Helin Zhang28c58692015-10-26 19:44:27 -04007415 i40e_clear_rss_config_user(vsi);
Alexander Duyck493fb302013-09-28 07:01:44 +00007416
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007417 pf->vsi[vsi->idx] = NULL;
7418 if (vsi->idx < pf->next_vsi)
7419 pf->next_vsi = vsi->idx;
7420
7421unlock_vsi:
7422 mutex_unlock(&pf->switch_mutex);
7423free_vsi:
7424 kfree(vsi);
7425
7426 return 0;
7427}
7428
7429/**
Alexander Duyck9f65e152013-09-28 06:00:58 +00007430 * i40e_vsi_clear_rings - Deallocates the Rx and Tx rings for the provided VSI
7431 * @vsi: the VSI being cleaned
7432 **/
Shannon Nelsonbe1d5ee2013-11-28 06:39:23 +00007433static void i40e_vsi_clear_rings(struct i40e_vsi *vsi)
Alexander Duyck9f65e152013-09-28 06:00:58 +00007434{
7435 int i;
7436
Greg Rose8e9dca52013-12-18 13:45:53 +00007437 if (vsi->tx_rings && vsi->tx_rings[0]) {
Neerav Parikhd7397642013-11-28 06:39:37 +00007438 for (i = 0; i < vsi->alloc_queue_pairs; i++) {
Mitch Williams00403f02013-09-28 07:13:13 +00007439 kfree_rcu(vsi->tx_rings[i], rcu);
7440 vsi->tx_rings[i] = NULL;
7441 vsi->rx_rings[i] = NULL;
7442 }
Shannon Nelsonbe1d5ee2013-11-28 06:39:23 +00007443 }
Alexander Duyck9f65e152013-09-28 06:00:58 +00007444}
7445
7446/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007447 * i40e_alloc_rings - Allocates the Rx and Tx rings for the provided VSI
7448 * @vsi: the VSI being configured
7449 **/
7450static int i40e_alloc_rings(struct i40e_vsi *vsi)
7451{
Akeem G Abodunrine7046ee2014-04-09 05:58:58 +00007452 struct i40e_ring *tx_ring, *rx_ring;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007453 struct i40e_pf *pf = vsi->back;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007454 int i;
7455
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007456 /* Set basic values in the rings to be used later during open() */
Neerav Parikhd7397642013-11-28 06:39:37 +00007457 for (i = 0; i < vsi->alloc_queue_pairs; i++) {
Shannon Nelsonac6c5e32013-11-20 10:02:57 +00007458 /* allocate space for both Tx and Rx in one shot */
Alexander Duyck9f65e152013-09-28 06:00:58 +00007459 tx_ring = kzalloc(sizeof(struct i40e_ring) * 2, GFP_KERNEL);
7460 if (!tx_ring)
7461 goto err_out;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007462
7463 tx_ring->queue_index = i;
7464 tx_ring->reg_idx = vsi->base_queue + i;
7465 tx_ring->ring_active = false;
7466 tx_ring->vsi = vsi;
7467 tx_ring->netdev = vsi->netdev;
7468 tx_ring->dev = &pf->pdev->dev;
7469 tx_ring->count = vsi->num_desc;
7470 tx_ring->size = 0;
7471 tx_ring->dcb_tc = 0;
Anjali Singhai Jain8e0764b2015-06-05 12:20:30 -04007472 if (vsi->back->flags & I40E_FLAG_WB_ON_ITR_CAPABLE)
7473 tx_ring->flags = I40E_TXR_FLAGS_WB_ON_ITR;
Kan Lianga75e8002016-02-19 09:24:04 -05007474 tx_ring->tx_itr_setting = pf->tx_itr_default;
Alexander Duyck9f65e152013-09-28 06:00:58 +00007475 vsi->tx_rings[i] = tx_ring;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007476
Alexander Duyck9f65e152013-09-28 06:00:58 +00007477 rx_ring = &tx_ring[1];
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007478 rx_ring->queue_index = i;
7479 rx_ring->reg_idx = vsi->base_queue + i;
7480 rx_ring->ring_active = false;
7481 rx_ring->vsi = vsi;
7482 rx_ring->netdev = vsi->netdev;
7483 rx_ring->dev = &pf->pdev->dev;
7484 rx_ring->count = vsi->num_desc;
7485 rx_ring->size = 0;
7486 rx_ring->dcb_tc = 0;
Kan Lianga75e8002016-02-19 09:24:04 -05007487 rx_ring->rx_itr_setting = pf->rx_itr_default;
Alexander Duyck9f65e152013-09-28 06:00:58 +00007488 vsi->rx_rings[i] = rx_ring;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007489 }
7490
7491 return 0;
Alexander Duyck9f65e152013-09-28 06:00:58 +00007492
7493err_out:
7494 i40e_vsi_clear_rings(vsi);
7495 return -ENOMEM;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007496}
7497
7498/**
7499 * i40e_reserve_msix_vectors - Reserve MSI-X vectors in the kernel
7500 * @pf: board private structure
7501 * @vectors: the number of MSI-X vectors to request
7502 *
7503 * Returns the number of vectors reserved, or error
7504 **/
7505static int i40e_reserve_msix_vectors(struct i40e_pf *pf, int vectors)
7506{
Alexander Gordeev7b37f372014-02-18 11:11:42 +01007507 vectors = pci_enable_msix_range(pf->pdev, pf->msix_entries,
7508 I40E_MIN_MSIX, vectors);
7509 if (vectors < 0) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007510 dev_info(&pf->pdev->dev,
Alexander Gordeev7b37f372014-02-18 11:11:42 +01007511 "MSI-X vector reservation failed: %d\n", vectors);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007512 vectors = 0;
7513 }
7514
7515 return vectors;
7516}
7517
7518/**
7519 * i40e_init_msix - Setup the MSIX capability
7520 * @pf: board private structure
7521 *
7522 * Work with the OS to set up the MSIX vectors needed.
7523 *
Shannon Nelson3b444392015-02-26 16:15:57 +00007524 * Returns the number of vectors reserved or negative on failure
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007525 **/
7526static int i40e_init_msix(struct i40e_pf *pf)
7527{
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007528 struct i40e_hw *hw = &pf->hw;
Shannon Nelson1e200e42015-02-27 09:15:24 +00007529 int vectors_left;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007530 int v_budget, i;
Shannon Nelson3b444392015-02-26 16:15:57 +00007531 int v_actual;
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007532 int iwarp_requested = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007533
7534 if (!(pf->flags & I40E_FLAG_MSIX_ENABLED))
7535 return -ENODEV;
7536
7537 /* The number of vectors we'll request will be comprised of:
7538 * - Add 1 for "other" cause for Admin Queue events, etc.
7539 * - The number of LAN queue pairs
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00007540 * - Queues being used for RSS.
7541 * We don't need as many as max_rss_size vectors.
7542 * use rss_size instead in the calculation since that
7543 * is governed by number of cpus in the system.
7544 * - assumes symmetric Tx/Rx pairing
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007545 * - The number of VMDq pairs
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007546 * - The CPU count within the NUMA node if iWARP is enabled
Vasu Dev38e00432014-08-01 13:27:03 -07007547#ifdef I40E_FCOE
7548 * - The number of FCOE qps.
7549#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007550 * Once we count this up, try the request.
7551 *
7552 * If we can't get what we want, we'll simplify to nearly nothing
7553 * and try again. If that still fails, we punt.
7554 */
Shannon Nelson1e200e42015-02-27 09:15:24 +00007555 vectors_left = hw->func_caps.num_msix_vectors;
7556 v_budget = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007557
Shannon Nelson1e200e42015-02-27 09:15:24 +00007558 /* reserve one vector for miscellaneous handler */
7559 if (vectors_left) {
7560 v_budget++;
7561 vectors_left--;
7562 }
7563
7564 /* reserve vectors for the main PF traffic queues */
7565 pf->num_lan_msix = min_t(int, num_online_cpus(), vectors_left);
7566 vectors_left -= pf->num_lan_msix;
7567 v_budget += pf->num_lan_msix;
7568
7569 /* reserve one vector for sideband flow director */
7570 if (pf->flags & I40E_FLAG_FD_SB_ENABLED) {
7571 if (vectors_left) {
7572 v_budget++;
7573 vectors_left--;
7574 } else {
7575 pf->flags &= ~I40E_FLAG_FD_SB_ENABLED;
7576 }
7577 }
John W Linville83840e42015-01-14 03:06:28 +00007578
Vasu Dev38e00432014-08-01 13:27:03 -07007579#ifdef I40E_FCOE
Shannon Nelson1e200e42015-02-27 09:15:24 +00007580 /* can we reserve enough for FCoE? */
Vasu Dev38e00432014-08-01 13:27:03 -07007581 if (pf->flags & I40E_FLAG_FCOE_ENABLED) {
Shannon Nelson1e200e42015-02-27 09:15:24 +00007582 if (!vectors_left)
7583 pf->num_fcoe_msix = 0;
7584 else if (vectors_left >= pf->num_fcoe_qps)
7585 pf->num_fcoe_msix = pf->num_fcoe_qps;
7586 else
7587 pf->num_fcoe_msix = 1;
Vasu Dev38e00432014-08-01 13:27:03 -07007588 v_budget += pf->num_fcoe_msix;
Shannon Nelson1e200e42015-02-27 09:15:24 +00007589 vectors_left -= pf->num_fcoe_msix;
Vasu Dev38e00432014-08-01 13:27:03 -07007590 }
Shannon Nelson1e200e42015-02-27 09:15:24 +00007591
Vasu Dev38e00432014-08-01 13:27:03 -07007592#endif
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007593 /* can we reserve enough for iWARP? */
7594 if (pf->flags & I40E_FLAG_IWARP_ENABLED) {
7595 if (!vectors_left)
7596 pf->num_iwarp_msix = 0;
7597 else if (vectors_left < pf->num_iwarp_msix)
7598 pf->num_iwarp_msix = 1;
7599 v_budget += pf->num_iwarp_msix;
7600 vectors_left -= pf->num_iwarp_msix;
7601 }
7602
Shannon Nelson1e200e42015-02-27 09:15:24 +00007603 /* any vectors left over go for VMDq support */
7604 if (pf->flags & I40E_FLAG_VMDQ_ENABLED) {
7605 int vmdq_vecs_wanted = pf->num_vmdq_vsis * pf->num_vmdq_qps;
7606 int vmdq_vecs = min_t(int, vectors_left, vmdq_vecs_wanted);
7607
7608 /* if we're short on vectors for what's desired, we limit
7609 * the queues per vmdq. If this is still more than are
7610 * available, the user will need to change the number of
7611 * queues/vectors used by the PF later with the ethtool
7612 * channels command
7613 */
7614 if (vmdq_vecs < vmdq_vecs_wanted)
7615 pf->num_vmdq_qps = 1;
7616 pf->num_vmdq_msix = pf->num_vmdq_qps;
7617
7618 v_budget += vmdq_vecs;
7619 vectors_left -= vmdq_vecs;
7620 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007621
7622 pf->msix_entries = kcalloc(v_budget, sizeof(struct msix_entry),
7623 GFP_KERNEL);
7624 if (!pf->msix_entries)
7625 return -ENOMEM;
7626
7627 for (i = 0; i < v_budget; i++)
7628 pf->msix_entries[i].entry = i;
Shannon Nelson3b444392015-02-26 16:15:57 +00007629 v_actual = i40e_reserve_msix_vectors(pf, v_budget);
Anjali Singhai Jaina34977b2014-05-21 23:32:43 +00007630
Shannon Nelson3b444392015-02-26 16:15:57 +00007631 if (v_actual != v_budget) {
Anjali Singhai Jaina34977b2014-05-21 23:32:43 +00007632 /* If we have limited resources, we will start with no vectors
7633 * for the special features and then allocate vectors to some
7634 * of these features based on the policy and at the end disable
7635 * the features that did not get any vectors.
7636 */
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007637 iwarp_requested = pf->num_iwarp_msix;
7638 pf->num_iwarp_msix = 0;
Vasu Dev38e00432014-08-01 13:27:03 -07007639#ifdef I40E_FCOE
7640 pf->num_fcoe_qps = 0;
7641 pf->num_fcoe_msix = 0;
7642#endif
Anjali Singhai Jaina34977b2014-05-21 23:32:43 +00007643 pf->num_vmdq_msix = 0;
7644 }
7645
Shannon Nelson3b444392015-02-26 16:15:57 +00007646 if (v_actual < I40E_MIN_MSIX) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007647 pf->flags &= ~I40E_FLAG_MSIX_ENABLED;
7648 kfree(pf->msix_entries);
7649 pf->msix_entries = NULL;
7650 return -ENODEV;
7651
Shannon Nelson3b444392015-02-26 16:15:57 +00007652 } else if (v_actual == I40E_MIN_MSIX) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007653 /* Adjust for minimal MSIX use */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007654 pf->num_vmdq_vsis = 0;
7655 pf->num_vmdq_qps = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007656 pf->num_lan_qps = 1;
7657 pf->num_lan_msix = 1;
7658
Shannon Nelson3b444392015-02-26 16:15:57 +00007659 } else if (v_actual != v_budget) {
7660 int vec;
7661
Anjali Singhai Jaina34977b2014-05-21 23:32:43 +00007662 /* reserve the misc vector */
Shannon Nelson3b444392015-02-26 16:15:57 +00007663 vec = v_actual - 1;
Anjali Singhai Jaina34977b2014-05-21 23:32:43 +00007664
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007665 /* Scale vector usage down */
7666 pf->num_vmdq_msix = 1; /* force VMDqs to only one vector */
Anjali Singhai Jaina34977b2014-05-21 23:32:43 +00007667 pf->num_vmdq_vsis = 1;
Shannon Nelson1e200e42015-02-27 09:15:24 +00007668 pf->num_vmdq_qps = 1;
7669 pf->flags &= ~I40E_FLAG_FD_SB_ENABLED;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007670
7671 /* partition out the remaining vectors */
7672 switch (vec) {
7673 case 2:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007674 pf->num_lan_msix = 1;
7675 break;
7676 case 3:
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007677 if (pf->flags & I40E_FLAG_IWARP_ENABLED) {
7678 pf->num_lan_msix = 1;
7679 pf->num_iwarp_msix = 1;
7680 } else {
7681 pf->num_lan_msix = 2;
7682 }
Vasu Dev38e00432014-08-01 13:27:03 -07007683#ifdef I40E_FCOE
7684 /* give one vector to FCoE */
7685 if (pf->flags & I40E_FLAG_FCOE_ENABLED) {
7686 pf->num_lan_msix = 1;
7687 pf->num_fcoe_msix = 1;
7688 }
Vasu Dev38e00432014-08-01 13:27:03 -07007689#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007690 break;
7691 default:
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007692 if (pf->flags & I40E_FLAG_IWARP_ENABLED) {
7693 pf->num_iwarp_msix = min_t(int, (vec / 3),
7694 iwarp_requested);
7695 pf->num_vmdq_vsis = min_t(int, (vec / 3),
7696 I40E_DEFAULT_NUM_VMDQ_VSI);
7697 } else {
7698 pf->num_vmdq_vsis = min_t(int, (vec / 2),
7699 I40E_DEFAULT_NUM_VMDQ_VSI);
7700 }
7701 pf->num_lan_msix = min_t(int,
7702 (vec - (pf->num_iwarp_msix + pf->num_vmdq_vsis)),
7703 pf->num_lan_msix);
Vasu Dev38e00432014-08-01 13:27:03 -07007704#ifdef I40E_FCOE
7705 /* give one vector to FCoE */
7706 if (pf->flags & I40E_FLAG_FCOE_ENABLED) {
7707 pf->num_fcoe_msix = 1;
7708 vec--;
7709 }
7710#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007711 break;
7712 }
7713 }
7714
Anjali Singhai Jaina34977b2014-05-21 23:32:43 +00007715 if ((pf->flags & I40E_FLAG_VMDQ_ENABLED) &&
7716 (pf->num_vmdq_msix == 0)) {
7717 dev_info(&pf->pdev->dev, "VMDq disabled, not enough MSI-X vectors\n");
7718 pf->flags &= ~I40E_FLAG_VMDQ_ENABLED;
7719 }
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007720
7721 if ((pf->flags & I40E_FLAG_IWARP_ENABLED) &&
7722 (pf->num_iwarp_msix == 0)) {
7723 dev_info(&pf->pdev->dev, "IWARP disabled, not enough MSI-X vectors\n");
7724 pf->flags &= ~I40E_FLAG_IWARP_ENABLED;
7725 }
Vasu Dev38e00432014-08-01 13:27:03 -07007726#ifdef I40E_FCOE
7727
7728 if ((pf->flags & I40E_FLAG_FCOE_ENABLED) && (pf->num_fcoe_msix == 0)) {
7729 dev_info(&pf->pdev->dev, "FCOE disabled, not enough MSI-X vectors\n");
7730 pf->flags &= ~I40E_FLAG_FCOE_ENABLED;
7731 }
7732#endif
Shannon Nelson3b444392015-02-26 16:15:57 +00007733 return v_actual;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007734}
7735
7736/**
Greg Rose90e04072014-03-06 08:59:57 +00007737 * i40e_vsi_alloc_q_vector - Allocate memory for a single interrupt vector
Alexander Duyck493fb302013-09-28 07:01:44 +00007738 * @vsi: the VSI being configured
7739 * @v_idx: index of the vector in the vsi struct
7740 *
7741 * We allocate one q_vector. If allocation fails we return -ENOMEM.
7742 **/
Greg Rose90e04072014-03-06 08:59:57 +00007743static int i40e_vsi_alloc_q_vector(struct i40e_vsi *vsi, int v_idx)
Alexander Duyck493fb302013-09-28 07:01:44 +00007744{
7745 struct i40e_q_vector *q_vector;
7746
7747 /* allocate q_vector */
7748 q_vector = kzalloc(sizeof(struct i40e_q_vector), GFP_KERNEL);
7749 if (!q_vector)
7750 return -ENOMEM;
7751
7752 q_vector->vsi = vsi;
7753 q_vector->v_idx = v_idx;
7754 cpumask_set_cpu(v_idx, &q_vector->affinity_mask);
7755 if (vsi->netdev)
7756 netif_napi_add(vsi->netdev, &q_vector->napi,
Jesse Brandeburgeefeace2014-05-10 04:49:13 +00007757 i40e_napi_poll, NAPI_POLL_WEIGHT);
Alexander Duyck493fb302013-09-28 07:01:44 +00007758
Alexander Duyckcd0b6fa2013-09-28 06:00:53 +00007759 q_vector->rx.latency_range = I40E_LOW_LATENCY;
7760 q_vector->tx.latency_range = I40E_LOW_LATENCY;
7761
Alexander Duyck493fb302013-09-28 07:01:44 +00007762 /* tie q_vector and vsi together */
7763 vsi->q_vectors[v_idx] = q_vector;
7764
7765 return 0;
7766}
7767
7768/**
Greg Rose90e04072014-03-06 08:59:57 +00007769 * i40e_vsi_alloc_q_vectors - Allocate memory for interrupt vectors
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007770 * @vsi: the VSI being configured
7771 *
7772 * We allocate one q_vector per queue interrupt. If allocation fails we
7773 * return -ENOMEM.
7774 **/
Greg Rose90e04072014-03-06 08:59:57 +00007775static int i40e_vsi_alloc_q_vectors(struct i40e_vsi *vsi)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007776{
7777 struct i40e_pf *pf = vsi->back;
7778 int v_idx, num_q_vectors;
Alexander Duyck493fb302013-09-28 07:01:44 +00007779 int err;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007780
7781 /* if not MSIX, give the one vector only to the LAN VSI */
7782 if (pf->flags & I40E_FLAG_MSIX_ENABLED)
7783 num_q_vectors = vsi->num_q_vectors;
7784 else if (vsi == pf->vsi[pf->lan_vsi])
7785 num_q_vectors = 1;
7786 else
7787 return -EINVAL;
7788
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007789 for (v_idx = 0; v_idx < num_q_vectors; v_idx++) {
Greg Rose90e04072014-03-06 08:59:57 +00007790 err = i40e_vsi_alloc_q_vector(vsi, v_idx);
Alexander Duyck493fb302013-09-28 07:01:44 +00007791 if (err)
7792 goto err_out;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007793 }
7794
7795 return 0;
Alexander Duyck493fb302013-09-28 07:01:44 +00007796
7797err_out:
7798 while (v_idx--)
7799 i40e_free_q_vector(vsi, v_idx);
7800
7801 return err;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007802}
7803
7804/**
7805 * i40e_init_interrupt_scheme - Determine proper interrupt scheme
7806 * @pf: board private structure to initialize
7807 **/
Jesse Brandeburgc11472802015-04-07 19:45:39 -04007808static int i40e_init_interrupt_scheme(struct i40e_pf *pf)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007809{
Shannon Nelson3b444392015-02-26 16:15:57 +00007810 int vectors = 0;
7811 ssize_t size;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007812
7813 if (pf->flags & I40E_FLAG_MSIX_ENABLED) {
Shannon Nelson3b444392015-02-26 16:15:57 +00007814 vectors = i40e_init_msix(pf);
7815 if (vectors < 0) {
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -08007816 pf->flags &= ~(I40E_FLAG_MSIX_ENABLED |
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06007817 I40E_FLAG_IWARP_ENABLED |
Vasu Dev38e00432014-08-01 13:27:03 -07007818#ifdef I40E_FCOE
7819 I40E_FLAG_FCOE_ENABLED |
7820#endif
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -08007821 I40E_FLAG_RSS_ENABLED |
Neerav Parikh4d9b6042014-05-22 06:31:51 +00007822 I40E_FLAG_DCB_CAPABLE |
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -08007823 I40E_FLAG_SRIOV_ENABLED |
7824 I40E_FLAG_FD_SB_ENABLED |
7825 I40E_FLAG_FD_ATR_ENABLED |
7826 I40E_FLAG_VMDQ_ENABLED);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007827
7828 /* rework the queue expectations without MSIX */
7829 i40e_determine_queue_usage(pf);
7830 }
7831 }
7832
7833 if (!(pf->flags & I40E_FLAG_MSIX_ENABLED) &&
7834 (pf->flags & I40E_FLAG_MSI_ENABLED)) {
Catherine Sullivan77fa28b2014-02-20 19:29:17 -08007835 dev_info(&pf->pdev->dev, "MSI-X not available, trying MSI\n");
Shannon Nelson3b444392015-02-26 16:15:57 +00007836 vectors = pci_enable_msi(pf->pdev);
7837 if (vectors < 0) {
7838 dev_info(&pf->pdev->dev, "MSI init failed - %d\n",
7839 vectors);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007840 pf->flags &= ~I40E_FLAG_MSI_ENABLED;
7841 }
Shannon Nelson3b444392015-02-26 16:15:57 +00007842 vectors = 1; /* one MSI or Legacy vector */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007843 }
7844
Shannon Nelson958a3e32013-09-28 07:13:28 +00007845 if (!(pf->flags & (I40E_FLAG_MSIX_ENABLED | I40E_FLAG_MSI_ENABLED)))
Catherine Sullivan77fa28b2014-02-20 19:29:17 -08007846 dev_info(&pf->pdev->dev, "MSI-X and MSI not available, falling back to Legacy IRQ\n");
Shannon Nelson958a3e32013-09-28 07:13:28 +00007847
Shannon Nelson3b444392015-02-26 16:15:57 +00007848 /* set up vector assignment tracking */
7849 size = sizeof(struct i40e_lump_tracking) + (sizeof(u16) * vectors);
7850 pf->irq_pile = kzalloc(size, GFP_KERNEL);
Jesse Brandeburgc11472802015-04-07 19:45:39 -04007851 if (!pf->irq_pile) {
7852 dev_err(&pf->pdev->dev, "error allocating irq_pile memory\n");
7853 return -ENOMEM;
7854 }
Shannon Nelson3b444392015-02-26 16:15:57 +00007855 pf->irq_pile->num_entries = vectors;
7856 pf->irq_pile->search_hint = 0;
7857
Jesse Brandeburgc11472802015-04-07 19:45:39 -04007858 /* track first vector for misc interrupts, ignore return */
Shannon Nelson3b444392015-02-26 16:15:57 +00007859 (void)i40e_get_lump(pf, pf->irq_pile, 1, I40E_PILE_VALID_BIT - 1);
Jesse Brandeburgc11472802015-04-07 19:45:39 -04007860
7861 return 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007862}
7863
7864/**
7865 * i40e_setup_misc_vector - Setup the misc vector to handle non queue events
7866 * @pf: board private structure
7867 *
7868 * This sets up the handler for MSIX 0, which is used to manage the
7869 * non-queue interrupts, e.g. AdminQ and errors. This is not used
7870 * when in MSI or Legacy interrupt mode.
7871 **/
7872static int i40e_setup_misc_vector(struct i40e_pf *pf)
7873{
7874 struct i40e_hw *hw = &pf->hw;
7875 int err = 0;
7876
7877 /* Only request the irq if this is the first time through, and
7878 * not when we're rebuilding after a Reset
7879 */
7880 if (!test_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state)) {
7881 err = request_irq(pf->msix_entries[0].vector,
Carolyn Wybornyb294ac72014-12-11 07:06:39 +00007882 i40e_intr, 0, pf->int_name, pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007883 if (err) {
7884 dev_info(&pf->pdev->dev,
Catherine Sullivan77fa28b2014-02-20 19:29:17 -08007885 "request_irq for %s failed: %d\n",
Carolyn Wybornyb294ac72014-12-11 07:06:39 +00007886 pf->int_name, err);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007887 return -EFAULT;
7888 }
7889 }
7890
Jacob Kellerab437b52014-12-14 01:55:08 +00007891 i40e_enable_misc_int_causes(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007892
7893 /* associate no queues to the misc vector */
7894 wr32(hw, I40E_PFINT_LNKLST0, I40E_QUEUE_END_OF_LIST);
7895 wr32(hw, I40E_PFINT_ITR0(I40E_RX_ITR), I40E_ITR_8K);
7896
7897 i40e_flush(hw);
7898
Jesse Brandeburg40d72a52016-01-13 16:51:45 -08007899 i40e_irq_dynamic_enable_icr0(pf, true);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00007900
7901 return err;
7902}
7903
7904/**
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04007905 * i40e_config_rss_aq - Prepare for RSS using AQ commands
7906 * @vsi: vsi structure
7907 * @seed: RSS hash seed
7908 **/
Helin Zhange69ff812015-10-21 19:56:22 -04007909static int i40e_config_rss_aq(struct i40e_vsi *vsi, const u8 *seed,
7910 u8 *lut, u16 lut_size)
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04007911{
7912 struct i40e_aqc_get_set_rss_key_data rss_key;
7913 struct i40e_pf *pf = vsi->back;
7914 struct i40e_hw *hw = &pf->hw;
7915 bool pf_lut = false;
7916 u8 *rss_lut;
7917 int ret, i;
7918
7919 memset(&rss_key, 0, sizeof(rss_key));
7920 memcpy(&rss_key, seed, sizeof(rss_key));
7921
7922 rss_lut = kzalloc(pf->rss_table_size, GFP_KERNEL);
7923 if (!rss_lut)
7924 return -ENOMEM;
7925
7926 /* Populate the LUT with max no. of queues in round robin fashion */
7927 for (i = 0; i < vsi->rss_table_size; i++)
7928 rss_lut[i] = i % vsi->rss_size;
7929
7930 ret = i40e_aq_set_rss_key(hw, vsi->id, &rss_key);
7931 if (ret) {
7932 dev_info(&pf->pdev->dev,
7933 "Cannot set RSS key, err %s aq_err %s\n",
7934 i40e_stat_str(&pf->hw, ret),
7935 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Anjali Singhai126b63d2015-08-24 13:26:53 -07007936 goto config_rss_aq_out;
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04007937 }
7938
7939 if (vsi->type == I40E_VSI_MAIN)
7940 pf_lut = true;
7941
7942 ret = i40e_aq_set_rss_lut(hw, vsi->id, pf_lut, rss_lut,
7943 vsi->rss_table_size);
7944 if (ret)
7945 dev_info(&pf->pdev->dev,
7946 "Cannot set RSS lut, err %s aq_err %s\n",
7947 i40e_stat_str(&pf->hw, ret),
7948 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
7949
Anjali Singhai126b63d2015-08-24 13:26:53 -07007950config_rss_aq_out:
7951 kfree(rss_lut);
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04007952 return ret;
7953}
7954
7955/**
7956 * i40e_vsi_config_rss - Prepare for VSI(VMDq) RSS if used
7957 * @vsi: VSI structure
7958 **/
7959static int i40e_vsi_config_rss(struct i40e_vsi *vsi)
7960{
7961 u8 seed[I40E_HKEY_ARRAY_SIZE];
7962 struct i40e_pf *pf = vsi->back;
Helin Zhange69ff812015-10-21 19:56:22 -04007963 u8 *lut;
7964 int ret;
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04007965
Helin Zhange69ff812015-10-21 19:56:22 -04007966 if (!(pf->flags & I40E_FLAG_RSS_AQ_CAPABLE))
7967 return 0;
7968
7969 lut = kzalloc(vsi->rss_table_size, GFP_KERNEL);
7970 if (!lut)
7971 return -ENOMEM;
7972
7973 i40e_fill_rss_lut(pf, lut, vsi->rss_table_size, vsi->rss_size);
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04007974 netdev_rss_key_fill((void *)seed, I40E_HKEY_ARRAY_SIZE);
Helin Zhangacd65442015-10-26 19:44:28 -04007975 vsi->rss_size = min_t(int, pf->alloc_rss_size, vsi->num_queue_pairs);
Helin Zhange69ff812015-10-21 19:56:22 -04007976 ret = i40e_config_rss_aq(vsi, seed, lut, vsi->rss_table_size);
7977 kfree(lut);
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04007978
Helin Zhange69ff812015-10-21 19:56:22 -04007979 return ret;
7980}
7981
7982/**
Anjali Singhai Jain95a73782015-12-22 14:25:04 -08007983 * i40e_get_rss_aq - Get RSS keys and lut by using AQ commands
7984 * @vsi: Pointer to vsi structure
7985 * @seed: Buffter to store the hash keys
7986 * @lut: Buffer to store the lookup table entries
7987 * @lut_size: Size of buffer to store the lookup table entries
7988 *
7989 * Return 0 on success, negative on failure
7990 */
7991static int i40e_get_rss_aq(struct i40e_vsi *vsi, const u8 *seed,
7992 u8 *lut, u16 lut_size)
7993{
7994 struct i40e_pf *pf = vsi->back;
7995 struct i40e_hw *hw = &pf->hw;
7996 int ret = 0;
7997
7998 if (seed) {
7999 ret = i40e_aq_get_rss_key(hw, vsi->id,
8000 (struct i40e_aqc_get_set_rss_key_data *)seed);
8001 if (ret) {
8002 dev_info(&pf->pdev->dev,
8003 "Cannot get RSS key, err %s aq_err %s\n",
8004 i40e_stat_str(&pf->hw, ret),
8005 i40e_aq_str(&pf->hw,
8006 pf->hw.aq.asq_last_status));
8007 return ret;
8008 }
8009 }
8010
8011 if (lut) {
8012 bool pf_lut = vsi->type == I40E_VSI_MAIN ? true : false;
8013
8014 ret = i40e_aq_get_rss_lut(hw, vsi->id, pf_lut, lut, lut_size);
8015 if (ret) {
8016 dev_info(&pf->pdev->dev,
8017 "Cannot get RSS lut, err %s aq_err %s\n",
8018 i40e_stat_str(&pf->hw, ret),
8019 i40e_aq_str(&pf->hw,
8020 pf->hw.aq.asq_last_status));
8021 return ret;
8022 }
8023 }
8024
8025 return ret;
8026}
8027
8028/**
Helin Zhang043dd652015-10-21 19:56:23 -04008029 * i40e_config_rss_reg - Configure RSS keys and lut by writing registers
Helin Zhange69ff812015-10-21 19:56:22 -04008030 * @vsi: Pointer to vsi structure
8031 * @seed: RSS hash seed
8032 * @lut: Lookup table
8033 * @lut_size: Lookup table size
8034 *
8035 * Returns 0 on success, negative on failure
8036 **/
8037static int i40e_config_rss_reg(struct i40e_vsi *vsi, const u8 *seed,
8038 const u8 *lut, u16 lut_size)
8039{
8040 struct i40e_pf *pf = vsi->back;
8041 struct i40e_hw *hw = &pf->hw;
Mitch Williamsc4e18682016-04-12 08:30:40 -07008042 u16 vf_id = vsi->vf_id;
Helin Zhange69ff812015-10-21 19:56:22 -04008043 u8 i;
8044
8045 /* Fill out hash function seed */
8046 if (seed) {
8047 u32 *seed_dw = (u32 *)seed;
8048
Mitch Williamsc4e18682016-04-12 08:30:40 -07008049 if (vsi->type == I40E_VSI_MAIN) {
8050 for (i = 0; i <= I40E_PFQF_HKEY_MAX_INDEX; i++)
8051 i40e_write_rx_ctl(hw, I40E_PFQF_HKEY(i),
8052 seed_dw[i]);
8053 } else if (vsi->type == I40E_VSI_SRIOV) {
8054 for (i = 0; i <= I40E_VFQF_HKEY1_MAX_INDEX; i++)
8055 i40e_write_rx_ctl(hw,
8056 I40E_VFQF_HKEY1(i, vf_id),
8057 seed_dw[i]);
8058 } else {
8059 dev_err(&pf->pdev->dev, "Cannot set RSS seed - invalid VSI type\n");
8060 }
Helin Zhange69ff812015-10-21 19:56:22 -04008061 }
8062
8063 if (lut) {
8064 u32 *lut_dw = (u32 *)lut;
8065
Mitch Williamsc4e18682016-04-12 08:30:40 -07008066 if (vsi->type == I40E_VSI_MAIN) {
8067 if (lut_size != I40E_HLUT_ARRAY_SIZE)
8068 return -EINVAL;
8069 for (i = 0; i <= I40E_PFQF_HLUT_MAX_INDEX; i++)
8070 wr32(hw, I40E_PFQF_HLUT(i), lut_dw[i]);
8071 } else if (vsi->type == I40E_VSI_SRIOV) {
8072 if (lut_size != I40E_VF_HLUT_ARRAY_SIZE)
8073 return -EINVAL;
8074 for (i = 0; i <= I40E_VFQF_HLUT_MAX_INDEX; i++)
8075 i40e_write_rx_ctl(hw,
8076 I40E_VFQF_HLUT1(i, vf_id),
8077 lut_dw[i]);
8078 } else {
8079 dev_err(&pf->pdev->dev, "Cannot set RSS LUT - invalid VSI type\n");
8080 }
Helin Zhange69ff812015-10-21 19:56:22 -04008081 }
8082 i40e_flush(hw);
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008083
8084 return 0;
8085}
8086
8087/**
Helin Zhang043dd652015-10-21 19:56:23 -04008088 * i40e_get_rss_reg - Get the RSS keys and lut by reading registers
8089 * @vsi: Pointer to VSI structure
8090 * @seed: Buffer to store the keys
8091 * @lut: Buffer to store the lookup table entries
8092 * @lut_size: Size of buffer to store the lookup table entries
8093 *
8094 * Returns 0 on success, negative on failure
8095 */
8096static int i40e_get_rss_reg(struct i40e_vsi *vsi, u8 *seed,
8097 u8 *lut, u16 lut_size)
8098{
8099 struct i40e_pf *pf = vsi->back;
8100 struct i40e_hw *hw = &pf->hw;
8101 u16 i;
8102
8103 if (seed) {
8104 u32 *seed_dw = (u32 *)seed;
8105
8106 for (i = 0; i <= I40E_PFQF_HKEY_MAX_INDEX; i++)
Shannon Nelson272cdaf22016-02-17 16:12:21 -08008107 seed_dw[i] = i40e_read_rx_ctl(hw, I40E_PFQF_HKEY(i));
Helin Zhang043dd652015-10-21 19:56:23 -04008108 }
8109 if (lut) {
8110 u32 *lut_dw = (u32 *)lut;
8111
8112 if (lut_size != I40E_HLUT_ARRAY_SIZE)
8113 return -EINVAL;
8114 for (i = 0; i <= I40E_PFQF_HLUT_MAX_INDEX; i++)
8115 lut_dw[i] = rd32(hw, I40E_PFQF_HLUT(i));
8116 }
8117
8118 return 0;
8119}
8120
8121/**
8122 * i40e_config_rss - Configure RSS keys and lut
8123 * @vsi: Pointer to VSI structure
8124 * @seed: RSS hash seed
8125 * @lut: Lookup table
8126 * @lut_size: Lookup table size
8127 *
8128 * Returns 0 on success, negative on failure
8129 */
8130int i40e_config_rss(struct i40e_vsi *vsi, u8 *seed, u8 *lut, u16 lut_size)
8131{
8132 struct i40e_pf *pf = vsi->back;
8133
8134 if (pf->flags & I40E_FLAG_RSS_AQ_CAPABLE)
8135 return i40e_config_rss_aq(vsi, seed, lut, lut_size);
8136 else
8137 return i40e_config_rss_reg(vsi, seed, lut, lut_size);
8138}
8139
8140/**
8141 * i40e_get_rss - Get RSS keys and lut
8142 * @vsi: Pointer to VSI structure
8143 * @seed: Buffer to store the keys
8144 * @lut: Buffer to store the lookup table entries
8145 * lut_size: Size of buffer to store the lookup table entries
8146 *
8147 * Returns 0 on success, negative on failure
8148 */
8149int i40e_get_rss(struct i40e_vsi *vsi, u8 *seed, u8 *lut, u16 lut_size)
8150{
Anjali Singhai Jain95a73782015-12-22 14:25:04 -08008151 struct i40e_pf *pf = vsi->back;
8152
8153 if (pf->flags & I40E_FLAG_RSS_AQ_CAPABLE)
8154 return i40e_get_rss_aq(vsi, seed, lut, lut_size);
8155 else
8156 return i40e_get_rss_reg(vsi, seed, lut, lut_size);
Helin Zhang043dd652015-10-21 19:56:23 -04008157}
8158
8159/**
Helin Zhange69ff812015-10-21 19:56:22 -04008160 * i40e_fill_rss_lut - Fill the RSS lookup table with default values
8161 * @pf: Pointer to board private structure
8162 * @lut: Lookup table
8163 * @rss_table_size: Lookup table size
8164 * @rss_size: Range of queue number for hashing
8165 */
8166static void i40e_fill_rss_lut(struct i40e_pf *pf, u8 *lut,
8167 u16 rss_table_size, u16 rss_size)
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008168{
Helin Zhange69ff812015-10-21 19:56:22 -04008169 u16 i;
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008170
Helin Zhange69ff812015-10-21 19:56:22 -04008171 for (i = 0; i < rss_table_size; i++)
8172 lut[i] = i % rss_size;
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008173}
8174
8175/**
Helin Zhang043dd652015-10-21 19:56:23 -04008176 * i40e_pf_config_rss - Prepare for RSS if used
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008177 * @pf: board private structure
8178 **/
Helin Zhang043dd652015-10-21 19:56:23 -04008179static int i40e_pf_config_rss(struct i40e_pf *pf)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008180{
Anjali Singhai Jain66ddcff2015-02-24 06:58:50 +00008181 struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi];
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008182 u8 seed[I40E_HKEY_ARRAY_SIZE];
Helin Zhange69ff812015-10-21 19:56:22 -04008183 u8 *lut;
Anjali Singhai Jain4617e8c2013-11-20 10:02:56 +00008184 struct i40e_hw *hw = &pf->hw;
Carolyn Wybornye157ea32014-06-03 23:50:22 +00008185 u32 reg_val;
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008186 u64 hena;
Helin Zhange69ff812015-10-21 19:56:22 -04008187 int ret;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008188
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008189 /* By default we enable TCP/UDP with IPv4/IPv6 ptypes */
Shannon Nelson272cdaf22016-02-17 16:12:21 -08008190 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) |
8191 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32);
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008192 hena |= i40e_pf_get_default_rss_hena(pf);
8193
Shannon Nelson272cdaf22016-02-17 16:12:21 -08008194 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena);
8195 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008196
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008197 /* Determine the RSS table size based on the hardware capabilities */
Shannon Nelson272cdaf22016-02-17 16:12:21 -08008198 reg_val = i40e_read_rx_ctl(hw, I40E_PFQF_CTL_0);
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008199 reg_val = (pf->rss_table_size == 512) ?
8200 (reg_val | I40E_PFQF_CTL_0_HASHLUTSIZE_512) :
8201 (reg_val & ~I40E_PFQF_CTL_0_HASHLUTSIZE_512);
Shannon Nelson272cdaf22016-02-17 16:12:21 -08008202 i40e_write_rx_ctl(hw, I40E_PFQF_CTL_0, reg_val);
Carolyn Wybornye157ea32014-06-03 23:50:22 +00008203
Helin Zhang28c58692015-10-26 19:44:27 -04008204 /* Determine the RSS size of the VSI */
8205 if (!vsi->rss_size)
Helin Zhangacd65442015-10-26 19:44:28 -04008206 vsi->rss_size = min_t(int, pf->alloc_rss_size,
8207 vsi->num_queue_pairs);
Helin Zhang28c58692015-10-26 19:44:27 -04008208
Helin Zhange69ff812015-10-21 19:56:22 -04008209 lut = kzalloc(vsi->rss_table_size, GFP_KERNEL);
8210 if (!lut)
8211 return -ENOMEM;
8212
Helin Zhang28c58692015-10-26 19:44:27 -04008213 /* Use user configured lut if there is one, otherwise use default */
8214 if (vsi->rss_lut_user)
8215 memcpy(lut, vsi->rss_lut_user, vsi->rss_table_size);
8216 else
8217 i40e_fill_rss_lut(pf, lut, vsi->rss_table_size, vsi->rss_size);
Helin Zhange69ff812015-10-21 19:56:22 -04008218
Helin Zhang28c58692015-10-26 19:44:27 -04008219 /* Use user configured hash key if there is one, otherwise
8220 * use default.
8221 */
8222 if (vsi->rss_hkey_user)
8223 memcpy(seed, vsi->rss_hkey_user, I40E_HKEY_ARRAY_SIZE);
8224 else
8225 netdev_rss_key_fill((void *)seed, I40E_HKEY_ARRAY_SIZE);
Helin Zhang043dd652015-10-21 19:56:23 -04008226 ret = i40e_config_rss(vsi, seed, lut, vsi->rss_table_size);
Helin Zhange69ff812015-10-21 19:56:22 -04008227 kfree(lut);
8228
8229 return ret;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008230}
8231
8232/**
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00008233 * i40e_reconfig_rss_queues - change number of queues for rss and rebuild
8234 * @pf: board private structure
8235 * @queue_count: the requested queue count for rss.
8236 *
8237 * returns 0 if rss is not enabled, if enabled returns the final rss queue
8238 * count which may be different from the requested queue count.
8239 **/
8240int i40e_reconfig_rss_queues(struct i40e_pf *pf, int queue_count)
8241{
Anjali Singhai Jain9a3bd2f2015-02-24 06:58:44 +00008242 struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi];
8243 int new_rss_size;
8244
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00008245 if (!(pf->flags & I40E_FLAG_RSS_ENABLED))
8246 return 0;
8247
Anjali Singhai Jain9a3bd2f2015-02-24 06:58:44 +00008248 new_rss_size = min_t(int, queue_count, pf->rss_size_max);
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00008249
Anjali Singhai Jain9a3bd2f2015-02-24 06:58:44 +00008250 if (queue_count != vsi->num_queue_pairs) {
8251 vsi->req_queue_pairs = queue_count;
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00008252 i40e_prep_for_reset(pf);
8253
Helin Zhangacd65442015-10-26 19:44:28 -04008254 pf->alloc_rss_size = new_rss_size;
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00008255
8256 i40e_reset_and_rebuild(pf, true);
Helin Zhang28c58692015-10-26 19:44:27 -04008257
8258 /* Discard the user configured hash keys and lut, if less
8259 * queues are enabled.
8260 */
8261 if (queue_count < vsi->rss_size) {
8262 i40e_clear_rss_config_user(vsi);
8263 dev_dbg(&pf->pdev->dev,
8264 "discard user configured hash keys and lut\n");
8265 }
8266
8267 /* Reset vsi->rss_size, as number of enabled queues changed */
Helin Zhangacd65442015-10-26 19:44:28 -04008268 vsi->rss_size = min_t(int, pf->alloc_rss_size,
8269 vsi->num_queue_pairs);
Helin Zhang28c58692015-10-26 19:44:27 -04008270
Helin Zhang043dd652015-10-21 19:56:23 -04008271 i40e_pf_config_rss(pf);
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00008272 }
Helin Zhange36b0b12015-10-26 19:44:36 -04008273 dev_info(&pf->pdev->dev, "RSS count/HW max RSS count: %d/%d\n",
8274 pf->alloc_rss_size, pf->rss_size_max);
Helin Zhangacd65442015-10-26 19:44:28 -04008275 return pf->alloc_rss_size;
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00008276}
8277
8278/**
Greg Rosef4492db2015-02-06 08:52:12 +00008279 * i40e_get_npar_bw_setting - Retrieve BW settings for this PF partition
8280 * @pf: board private structure
8281 **/
8282i40e_status i40e_get_npar_bw_setting(struct i40e_pf *pf)
8283{
8284 i40e_status status;
8285 bool min_valid, max_valid;
8286 u32 max_bw, min_bw;
8287
8288 status = i40e_read_bw_from_alt_ram(&pf->hw, &max_bw, &min_bw,
8289 &min_valid, &max_valid);
8290
8291 if (!status) {
8292 if (min_valid)
8293 pf->npar_min_bw = min_bw;
8294 if (max_valid)
8295 pf->npar_max_bw = max_bw;
8296 }
8297
8298 return status;
8299}
8300
8301/**
8302 * i40e_set_npar_bw_setting - Set BW settings for this PF partition
8303 * @pf: board private structure
8304 **/
8305i40e_status i40e_set_npar_bw_setting(struct i40e_pf *pf)
8306{
8307 struct i40e_aqc_configure_partition_bw_data bw_data;
8308 i40e_status status;
8309
Jeff Kirsherb40c82e2015-02-27 09:18:34 +00008310 /* Set the valid bit for this PF */
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04008311 bw_data.pf_valid_bits = cpu_to_le16(BIT(pf->hw.pf_id));
Greg Rosef4492db2015-02-06 08:52:12 +00008312 bw_data.max_bw[pf->hw.pf_id] = pf->npar_max_bw & I40E_ALT_BW_VALUE_MASK;
8313 bw_data.min_bw[pf->hw.pf_id] = pf->npar_min_bw & I40E_ALT_BW_VALUE_MASK;
8314
8315 /* Set the new bandwidths */
8316 status = i40e_aq_configure_partition_bw(&pf->hw, &bw_data, NULL);
8317
8318 return status;
8319}
8320
8321/**
8322 * i40e_commit_npar_bw_setting - Commit BW settings for this PF partition
8323 * @pf: board private structure
8324 **/
8325i40e_status i40e_commit_npar_bw_setting(struct i40e_pf *pf)
8326{
8327 /* Commit temporary BW setting to permanent NVM image */
8328 enum i40e_admin_queue_err last_aq_status;
8329 i40e_status ret;
8330 u16 nvm_word;
8331
8332 if (pf->hw.partition_id != 1) {
8333 dev_info(&pf->pdev->dev,
8334 "Commit BW only works on partition 1! This is partition %d",
8335 pf->hw.partition_id);
8336 ret = I40E_NOT_SUPPORTED;
8337 goto bw_commit_out;
8338 }
8339
8340 /* Acquire NVM for read access */
8341 ret = i40e_acquire_nvm(&pf->hw, I40E_RESOURCE_READ);
8342 last_aq_status = pf->hw.aq.asq_last_status;
8343 if (ret) {
8344 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04008345 "Cannot acquire NVM for read access, err %s aq_err %s\n",
8346 i40e_stat_str(&pf->hw, ret),
8347 i40e_aq_str(&pf->hw, last_aq_status));
Greg Rosef4492db2015-02-06 08:52:12 +00008348 goto bw_commit_out;
8349 }
8350
8351 /* Read word 0x10 of NVM - SW compatibility word 1 */
8352 ret = i40e_aq_read_nvm(&pf->hw,
8353 I40E_SR_NVM_CONTROL_WORD,
8354 0x10, sizeof(nvm_word), &nvm_word,
8355 false, NULL);
8356 /* Save off last admin queue command status before releasing
8357 * the NVM
8358 */
8359 last_aq_status = pf->hw.aq.asq_last_status;
8360 i40e_release_nvm(&pf->hw);
8361 if (ret) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04008362 dev_info(&pf->pdev->dev, "NVM read error, err %s aq_err %s\n",
8363 i40e_stat_str(&pf->hw, ret),
8364 i40e_aq_str(&pf->hw, last_aq_status));
Greg Rosef4492db2015-02-06 08:52:12 +00008365 goto bw_commit_out;
8366 }
8367
8368 /* Wait a bit for NVM release to complete */
8369 msleep(50);
8370
8371 /* Acquire NVM for write access */
8372 ret = i40e_acquire_nvm(&pf->hw, I40E_RESOURCE_WRITE);
8373 last_aq_status = pf->hw.aq.asq_last_status;
8374 if (ret) {
8375 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04008376 "Cannot acquire NVM for write access, err %s aq_err %s\n",
8377 i40e_stat_str(&pf->hw, ret),
8378 i40e_aq_str(&pf->hw, last_aq_status));
Greg Rosef4492db2015-02-06 08:52:12 +00008379 goto bw_commit_out;
8380 }
8381 /* Write it back out unchanged to initiate update NVM,
8382 * which will force a write of the shadow (alt) RAM to
8383 * the NVM - thus storing the bandwidth values permanently.
8384 */
8385 ret = i40e_aq_update_nvm(&pf->hw,
8386 I40E_SR_NVM_CONTROL_WORD,
8387 0x10, sizeof(nvm_word),
8388 &nvm_word, true, NULL);
8389 /* Save off last admin queue command status before releasing
8390 * the NVM
8391 */
8392 last_aq_status = pf->hw.aq.asq_last_status;
8393 i40e_release_nvm(&pf->hw);
8394 if (ret)
8395 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04008396 "BW settings NOT SAVED, err %s aq_err %s\n",
8397 i40e_stat_str(&pf->hw, ret),
8398 i40e_aq_str(&pf->hw, last_aq_status));
Greg Rosef4492db2015-02-06 08:52:12 +00008399bw_commit_out:
8400
8401 return ret;
8402}
8403
8404/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008405 * i40e_sw_init - Initialize general software structures (struct i40e_pf)
8406 * @pf: board private structure to initialize
8407 *
8408 * i40e_sw_init initializes the Adapter private data structure.
8409 * Fields are initialized based on PCI device information and
8410 * OS network device settings (MTU size).
8411 **/
8412static int i40e_sw_init(struct i40e_pf *pf)
8413{
8414 int err = 0;
8415 int size;
8416
8417 pf->msg_enable = netif_msg_init(I40E_DEFAULT_MSG_ENABLE,
8418 (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK));
8419 if (debug != -1 && debug != I40E_DEFAULT_MSG_ENABLE) {
8420 if (I40E_DEBUG_USER & debug)
8421 pf->hw.debug_mask = debug;
8422 pf->msg_enable = netif_msg_init((debug & ~I40E_DEBUG_USER),
8423 I40E_DEFAULT_MSG_ENABLE);
8424 }
8425
8426 /* Set default capability flags */
8427 pf->flags = I40E_FLAG_RX_CSUM_ENABLED |
8428 I40E_FLAG_MSI_ENABLED |
Mitch Williams2bc7ee82015-02-06 08:52:11 +00008429 I40E_FLAG_MSIX_ENABLED;
8430
Mitch Williamsca99eb92014-04-04 04:43:07 +00008431 /* Set default ITR */
8432 pf->rx_itr_default = I40E_ITR_DYNAMIC | I40E_ITR_RX_DEF;
8433 pf->tx_itr_default = I40E_ITR_DYNAMIC | I40E_ITR_TX_DEF;
8434
Jesse Brandeburg7134f9c2013-11-26 08:56:05 +00008435 /* Depending on PF configurations, it is possible that the RSS
8436 * maximum might end up larger than the available queues
8437 */
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04008438 pf->rss_size_max = BIT(pf->hw.func_caps.rss_table_entry_width);
Helin Zhangacd65442015-10-26 19:44:28 -04008439 pf->alloc_rss_size = 1;
Anjali Singhai Jain5db4cb52015-02-24 06:58:49 +00008440 pf->rss_table_size = pf->hw.func_caps.rss_table_size;
Jesse Brandeburg7134f9c2013-11-26 08:56:05 +00008441 pf->rss_size_max = min_t(int, pf->rss_size_max,
8442 pf->hw.func_caps.num_tx_qp);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008443 if (pf->hw.func_caps.rss) {
8444 pf->flags |= I40E_FLAG_RSS_ENABLED;
Helin Zhangacd65442015-10-26 19:44:28 -04008445 pf->alloc_rss_size = min_t(int, pf->rss_size_max,
8446 num_online_cpus());
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008447 }
8448
Catherine Sullivan2050bc62013-12-18 13:46:03 +00008449 /* MFP mode enabled */
Pawel Orlowskic78b9532015-04-22 19:34:06 -04008450 if (pf->hw.func_caps.npar_enable || pf->hw.func_caps.flex10_enable) {
Catherine Sullivan2050bc62013-12-18 13:46:03 +00008451 pf->flags |= I40E_FLAG_MFP_ENABLED;
8452 dev_info(&pf->pdev->dev, "MFP mode Enabled\n");
Greg Rosef4492db2015-02-06 08:52:12 +00008453 if (i40e_get_npar_bw_setting(pf))
8454 dev_warn(&pf->pdev->dev,
8455 "Could not get NPAR bw settings\n");
8456 else
8457 dev_info(&pf->pdev->dev,
8458 "Min BW = %8.8x, Max BW = %8.8x\n",
8459 pf->npar_min_bw, pf->npar_max_bw);
Catherine Sullivan2050bc62013-12-18 13:46:03 +00008460 }
8461
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08008462 /* FW/NVM is not yet fixed in this regard */
8463 if ((pf->hw.func_caps.fd_filters_guaranteed > 0) ||
8464 (pf->hw.func_caps.fd_filters_best_effort > 0)) {
8465 pf->flags |= I40E_FLAG_FD_ATR_ENABLED;
8466 pf->atr_sample_rate = I40E_DEFAULT_ATR_SAMPLE_RATE;
Shannon Nelson6eae9c62015-09-03 17:18:55 -04008467 if (pf->flags & I40E_FLAG_MFP_ENABLED &&
8468 pf->hw.num_partitions > 1)
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08008469 dev_info(&pf->pdev->dev,
Anjali Singhai Jain0b675842014-03-06 08:59:51 +00008470 "Flow Director Sideband mode Disabled in MFP mode\n");
Shannon Nelson6eae9c62015-09-03 17:18:55 -04008471 else
8472 pf->flags |= I40E_FLAG_FD_SB_ENABLED;
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08008473 pf->fdir_pf_filter_count =
8474 pf->hw.func_caps.fd_filters_guaranteed;
8475 pf->hw.fdir_shared_filter_count =
8476 pf->hw.func_caps.fd_filters_best_effort;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008477 }
8478
Neerav Parikhf1bbad32016-01-13 16:51:39 -08008479 if (i40e_is_mac_710(&pf->hw) &&
Anjali Singhai Jain8eed76f2015-12-09 15:50:31 -08008480 (((pf->hw.aq.fw_maj_ver == 4) && (pf->hw.aq.fw_min_ver < 33)) ||
Neerav Parikhf1bbad32016-01-13 16:51:39 -08008481 (pf->hw.aq.fw_maj_ver < 4))) {
Anjali Singhai Jain8eed76f2015-12-09 15:50:31 -08008482 pf->flags |= I40E_FLAG_RESTART_AUTONEG;
Neerav Parikhf1bbad32016-01-13 16:51:39 -08008483 /* No DCB support for FW < v4.33 */
8484 pf->flags |= I40E_FLAG_NO_DCB_SUPPORT;
8485 }
8486
8487 /* Disable FW LLDP if FW < v4.3 */
8488 if (i40e_is_mac_710(&pf->hw) &&
8489 (((pf->hw.aq.fw_maj_ver == 4) && (pf->hw.aq.fw_min_ver < 3)) ||
8490 (pf->hw.aq.fw_maj_ver < 4)))
8491 pf->flags |= I40E_FLAG_STOP_FW_LLDP;
8492
8493 /* Use the FW Set LLDP MIB API if FW > v4.40 */
8494 if (i40e_is_mac_710(&pf->hw) &&
8495 (((pf->hw.aq.fw_maj_ver == 4) && (pf->hw.aq.fw_min_ver >= 40)) ||
8496 (pf->hw.aq.fw_maj_ver >= 5)))
8497 pf->flags |= I40E_FLAG_USE_SET_LLDP_MIB;
Anjali Singhai Jain8eed76f2015-12-09 15:50:31 -08008498
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008499 if (pf->hw.func_caps.vmdq) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008500 pf->num_vmdq_vsis = I40E_DEFAULT_NUM_VMDQ_VSI;
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04008501 pf->flags |= I40E_FLAG_VMDQ_ENABLED;
Jesse Brandeburge9e53662015-10-02 17:57:21 -07008502 pf->num_vmdq_qps = i40e_default_queues_per_vmdq(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008503 }
8504
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06008505 if (pf->hw.func_caps.iwarp) {
8506 pf->flags |= I40E_FLAG_IWARP_ENABLED;
8507 /* IWARP needs one extra vector for CQP just like MISC.*/
8508 pf->num_iwarp_msix = (int)num_online_cpus() + 1;
8509 }
8510
Vasu Dev38e00432014-08-01 13:27:03 -07008511#ifdef I40E_FCOE
Shannon Nelson21364bc2015-08-26 15:14:13 -04008512 i40e_init_pf_fcoe(pf);
Vasu Dev38e00432014-08-01 13:27:03 -07008513
8514#endif /* I40E_FCOE */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008515#ifdef CONFIG_PCI_IOV
Shannon Nelsonba252f132014-12-11 07:06:34 +00008516 if (pf->hw.func_caps.num_vfs && pf->hw.partition_id == 1) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008517 pf->num_vf_qps = I40E_DEFAULT_QUEUES_PER_VF;
8518 pf->flags |= I40E_FLAG_SRIOV_ENABLED;
8519 pf->num_req_vfs = min_t(int,
8520 pf->hw.func_caps.num_vfs,
8521 I40E_MAX_VF_COUNT);
8522 }
8523#endif /* CONFIG_PCI_IOV */
Anjali Singhai Jaind502ce02015-06-05 12:20:26 -04008524 if (pf->hw.mac.type == I40E_MAC_X722) {
8525 pf->flags |= I40E_FLAG_RSS_AQ_CAPABLE |
8526 I40E_FLAG_128_QP_RSS_CAPABLE |
8527 I40E_FLAG_HW_ATR_EVICT_CAPABLE |
8528 I40E_FLAG_OUTER_UDP_CSUM_CAPABLE |
8529 I40E_FLAG_WB_ON_ITR_CAPABLE |
Singhai, Anjali6a899022015-12-14 12:21:18 -08008530 I40E_FLAG_MULTIPLE_TCP_UDP_RSS_PCTYPE |
Jesse Brandeburg8e2cc0e2016-02-29 11:00:24 -08008531 I40E_FLAG_NO_PCI_LINK_CHECK |
Catherine Sullivanf8db54cc2015-12-22 14:25:14 -08008532 I40E_FLAG_100M_SGMII_CAPABLE |
Neerav Parikhf1bbad32016-01-13 16:51:39 -08008533 I40E_FLAG_USE_SET_LLDP_MIB |
Singhai, Anjali6a899022015-12-14 12:21:18 -08008534 I40E_FLAG_GENEVE_OFFLOAD_CAPABLE;
Anjali Singhaia340c782016-01-06 11:49:28 -08008535 } else if ((pf->hw.aq.api_maj_ver > 1) ||
8536 ((pf->hw.aq.api_maj_ver == 1) &&
8537 (pf->hw.aq.api_min_ver > 4))) {
8538 /* Supported in FW API version higher than 1.4 */
8539 pf->flags |= I40E_FLAG_GENEVE_OFFLOAD_CAPABLE;
Anjali Singhai Jain72b74862016-01-08 17:50:21 -08008540 pf->auto_disable_flags = I40E_FLAG_HW_ATR_EVICT_CAPABLE;
8541 } else {
8542 pf->auto_disable_flags = I40E_FLAG_HW_ATR_EVICT_CAPABLE;
Anjali Singhai Jaind502ce02015-06-05 12:20:26 -04008543 }
Anjali Singhaia340c782016-01-06 11:49:28 -08008544
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008545 pf->eeprom_version = 0xDEAD;
8546 pf->lan_veb = I40E_NO_VEB;
8547 pf->lan_vsi = I40E_NO_VSI;
8548
Anjali Singhai Jaind1a8d272015-07-23 16:54:40 -04008549 /* By default FW has this off for performance reasons */
8550 pf->flags &= ~I40E_FLAG_VEB_STATS_ENABLED;
8551
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008552 /* set up queue assignment tracking */
8553 size = sizeof(struct i40e_lump_tracking)
8554 + (sizeof(u16) * pf->hw.func_caps.num_tx_qp);
8555 pf->qp_pile = kzalloc(size, GFP_KERNEL);
8556 if (!pf->qp_pile) {
8557 err = -ENOMEM;
8558 goto sw_init_done;
8559 }
8560 pf->qp_pile->num_entries = pf->hw.func_caps.num_tx_qp;
8561 pf->qp_pile->search_hint = 0;
8562
Anjali Singhai Jain327fe042014-06-04 01:23:26 +00008563 pf->tx_timeout_recovery_level = 1;
8564
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008565 mutex_init(&pf->switch_mutex);
8566
Greg Rosec668a122015-02-26 16:10:39 +00008567 /* If NPAR is enabled nudge the Tx scheduler */
8568 if (pf->hw.func_caps.npar_enable && (!i40e_get_npar_bw_setting(pf)))
8569 i40e_set_npar_bw_setting(pf);
8570
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008571sw_init_done:
8572 return err;
8573}
8574
8575/**
Anjali Singhai Jain7c3c2882014-02-14 02:14:38 +00008576 * i40e_set_ntuple - set the ntuple feature flag and take action
8577 * @pf: board private structure to initialize
8578 * @features: the feature set that the stack is suggesting
8579 *
8580 * returns a bool to indicate if reset needs to happen
8581 **/
8582bool i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features)
8583{
8584 bool need_reset = false;
8585
8586 /* Check if Flow Director n-tuple support was enabled or disabled. If
8587 * the state changed, we need to reset.
8588 */
8589 if (features & NETIF_F_NTUPLE) {
8590 /* Enable filters and mark for reset */
8591 if (!(pf->flags & I40E_FLAG_FD_SB_ENABLED))
8592 need_reset = true;
8593 pf->flags |= I40E_FLAG_FD_SB_ENABLED;
8594 } else {
8595 /* turn off filters, mark for reset and clear SW filter list */
8596 if (pf->flags & I40E_FLAG_FD_SB_ENABLED) {
8597 need_reset = true;
8598 i40e_fdir_filter_exit(pf);
8599 }
8600 pf->flags &= ~I40E_FLAG_FD_SB_ENABLED;
Anjali Singhai Jain8a4f34f2014-06-04 08:45:20 +00008601 pf->auto_disable_flags &= ~I40E_FLAG_FD_SB_ENABLED;
Anjali Singhai Jain1e1be8f2014-07-10 08:03:26 +00008602 /* reset fd counters */
8603 pf->fd_add_err = pf->fd_atr_cnt = pf->fd_tcp_rule = 0;
8604 pf->fdir_pf_active_filters = 0;
8605 pf->flags |= I40E_FLAG_FD_ATR_ENABLED;
Anjali Singhai Jain2e4875e2015-04-16 20:06:06 -04008606 if (I40E_DEBUG_FD & pf->hw.debug_mask)
8607 dev_info(&pf->pdev->dev, "ATR re-enabled.\n");
Anjali Singhai Jain8a4f34f2014-06-04 08:45:20 +00008608 /* if ATR was auto disabled it can be re-enabled. */
8609 if ((pf->flags & I40E_FLAG_FD_ATR_ENABLED) &&
8610 (pf->auto_disable_flags & I40E_FLAG_FD_ATR_ENABLED))
8611 pf->auto_disable_flags &= ~I40E_FLAG_FD_ATR_ENABLED;
Anjali Singhai Jain7c3c2882014-02-14 02:14:38 +00008612 }
8613 return need_reset;
8614}
8615
8616/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008617 * i40e_set_features - set the netdev feature flags
8618 * @netdev: ptr to the netdev being adjusted
8619 * @features: the feature set that the stack is suggesting
8620 **/
8621static int i40e_set_features(struct net_device *netdev,
8622 netdev_features_t features)
8623{
8624 struct i40e_netdev_priv *np = netdev_priv(netdev);
8625 struct i40e_vsi *vsi = np->vsi;
Anjali Singhai Jain7c3c2882014-02-14 02:14:38 +00008626 struct i40e_pf *pf = vsi->back;
8627 bool need_reset;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008628
8629 if (features & NETIF_F_HW_VLAN_CTAG_RX)
8630 i40e_vlan_stripping_enable(vsi);
8631 else
8632 i40e_vlan_stripping_disable(vsi);
8633
Anjali Singhai Jain7c3c2882014-02-14 02:14:38 +00008634 need_reset = i40e_set_ntuple(pf, features);
8635
8636 if (need_reset)
Jesse Brandeburg41a1d042015-06-04 16:24:02 -04008637 i40e_do_reset(pf, BIT_ULL(__I40E_PF_RESET_REQUESTED));
Anjali Singhai Jain7c3c2882014-02-14 02:14:38 +00008638
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008639 return 0;
8640}
8641
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008642/**
Singhai, Anjali6a899022015-12-14 12:21:18 -08008643 * i40e_get_udp_port_idx - Lookup a possibly offloaded for Rx UDP port
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008644 * @pf: board private structure
8645 * @port: The UDP port to look up
8646 *
8647 * Returns the index number or I40E_MAX_PF_UDP_OFFLOAD_PORTS if port not found
8648 **/
Singhai, Anjali6a899022015-12-14 12:21:18 -08008649static u8 i40e_get_udp_port_idx(struct i40e_pf *pf, __be16 port)
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008650{
8651 u8 i;
8652
8653 for (i = 0; i < I40E_MAX_PF_UDP_OFFLOAD_PORTS; i++) {
Singhai, Anjali6a899022015-12-14 12:21:18 -08008654 if (pf->udp_ports[i].index == port)
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008655 return i;
8656 }
8657
8658 return i;
8659}
8660
8661/**
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008662 * i40e_udp_tunnel_add - Get notifications about UDP tunnel ports that come up
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008663 * @netdev: This physical port's netdev
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008664 * @ti: Tunnel endpoint information
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008665 **/
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008666static void i40e_udp_tunnel_add(struct net_device *netdev,
8667 struct udp_tunnel_info *ti)
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008668{
8669 struct i40e_netdev_priv *np = netdev_priv(netdev);
8670 struct i40e_vsi *vsi = np->vsi;
8671 struct i40e_pf *pf = vsi->back;
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008672 __be16 port = ti->port;
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008673 u8 next_idx;
8674 u8 idx;
8675
Singhai, Anjali6a899022015-12-14 12:21:18 -08008676 idx = i40e_get_udp_port_idx(pf, port);
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008677
8678 /* Check if port already exists */
8679 if (idx < I40E_MAX_PF_UDP_OFFLOAD_PORTS) {
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008680 netdev_info(netdev, "port %d already offloaded\n",
Shannon Nelsonc22c06c2015-03-31 00:45:04 -07008681 ntohs(port));
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008682 return;
8683 }
8684
8685 /* Now check if there is space to add the new port */
Singhai, Anjali6a899022015-12-14 12:21:18 -08008686 next_idx = i40e_get_udp_port_idx(pf, 0);
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008687
8688 if (next_idx == I40E_MAX_PF_UDP_OFFLOAD_PORTS) {
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008689 netdev_info(netdev, "maximum number of offloaded UDP ports reached, not adding port %d\n",
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008690 ntohs(port));
8691 return;
8692 }
8693
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008694 switch (ti->type) {
8695 case UDP_TUNNEL_TYPE_VXLAN:
8696 pf->udp_ports[next_idx].type = I40E_AQC_TUNNEL_TYPE_VXLAN;
8697 break;
8698 case UDP_TUNNEL_TYPE_GENEVE:
8699 if (!(pf->flags & I40E_FLAG_GENEVE_OFFLOAD_CAPABLE))
8700 return;
8701 pf->udp_ports[next_idx].type = I40E_AQC_TUNNEL_TYPE_NGE;
8702 break;
8703 default:
8704 return;
8705 }
8706
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008707 /* New port: add it and mark its index in the bitmap */
Singhai, Anjali6a899022015-12-14 12:21:18 -08008708 pf->udp_ports[next_idx].index = port;
Singhai, Anjali6a899022015-12-14 12:21:18 -08008709 pf->pending_udp_bitmap |= BIT_ULL(next_idx);
8710 pf->flags |= I40E_FLAG_UDP_FILTER_SYNC;
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008711}
8712
8713/**
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008714 * i40e_udp_tunnel_del - Get notifications about UDP tunnel ports that go away
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008715 * @netdev: This physical port's netdev
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008716 * @ti: Tunnel endpoint information
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008717 **/
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008718static void i40e_udp_tunnel_del(struct net_device *netdev,
8719 struct udp_tunnel_info *ti)
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008720{
8721 struct i40e_netdev_priv *np = netdev_priv(netdev);
8722 struct i40e_vsi *vsi = np->vsi;
8723 struct i40e_pf *pf = vsi->back;
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008724 __be16 port = ti->port;
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008725 u8 idx;
8726
Singhai, Anjali6a899022015-12-14 12:21:18 -08008727 idx = i40e_get_udp_port_idx(pf, port);
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008728
8729 /* Check if port already exists */
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008730 if (idx >= I40E_MAX_PF_UDP_OFFLOAD_PORTS)
8731 goto not_found;
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +00008732
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008733 switch (ti->type) {
8734 case UDP_TUNNEL_TYPE_VXLAN:
8735 if (pf->udp_ports[idx].type != I40E_AQC_TUNNEL_TYPE_VXLAN)
8736 goto not_found;
8737 break;
8738 case UDP_TUNNEL_TYPE_GENEVE:
8739 if (pf->udp_ports[idx].type != I40E_AQC_TUNNEL_TYPE_NGE)
8740 goto not_found;
8741 break;
8742 default:
8743 goto not_found;
Singhai, Anjali6a899022015-12-14 12:21:18 -08008744 }
8745
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008746 /* if port exists, set it to 0 (mark for deletion)
8747 * and make it pending
8748 */
8749 pf->udp_ports[idx].index = 0;
8750 pf->pending_udp_bitmap |= BIT_ULL(idx);
Singhai, Anjali6a899022015-12-14 12:21:18 -08008751 pf->flags |= I40E_FLAG_UDP_FILTER_SYNC;
8752
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008753 return;
8754not_found:
8755 netdev_warn(netdev, "UDP port %d was not found, not deleting\n",
8756 ntohs(port));
Singhai, Anjali6a899022015-12-14 12:21:18 -08008757}
8758
Neerav Parikh1f224ad2014-02-12 01:45:31 +00008759static int i40e_get_phys_port_id(struct net_device *netdev,
Jiri Pirko02637fc2014-11-28 14:34:16 +01008760 struct netdev_phys_item_id *ppid)
Neerav Parikh1f224ad2014-02-12 01:45:31 +00008761{
8762 struct i40e_netdev_priv *np = netdev_priv(netdev);
8763 struct i40e_pf *pf = np->vsi->back;
8764 struct i40e_hw *hw = &pf->hw;
8765
8766 if (!(pf->flags & I40E_FLAG_PORT_ID_VALID))
8767 return -EOPNOTSUPP;
8768
8769 ppid->id_len = min_t(int, sizeof(hw->mac.port_addr), sizeof(ppid->id));
8770 memcpy(ppid->id, hw->mac.port_addr, ppid->id_len);
8771
8772 return 0;
8773}
8774
Jesse Brandeburg2f90ade2014-11-20 16:30:02 -08008775/**
8776 * i40e_ndo_fdb_add - add an entry to the hardware database
8777 * @ndm: the input from the stack
8778 * @tb: pointer to array of nladdr (unused)
8779 * @dev: the net device pointer
8780 * @addr: the MAC address entry being added
8781 * @flags: instructions from stack about fdb operation
8782 */
Greg Rose4ba0dea2014-03-06 08:59:55 +00008783static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
8784 struct net_device *dev,
Jiri Pirkof6f64242014-11-28 14:34:15 +01008785 const unsigned char *addr, u16 vid,
Greg Rose4ba0dea2014-03-06 08:59:55 +00008786 u16 flags)
Greg Rose4ba0dea2014-03-06 08:59:55 +00008787{
8788 struct i40e_netdev_priv *np = netdev_priv(dev);
8789 struct i40e_pf *pf = np->vsi->back;
8790 int err = 0;
8791
8792 if (!(pf->flags & I40E_FLAG_SRIOV_ENABLED))
8793 return -EOPNOTSUPP;
8794
Or Gerlitz65891fe2014-12-14 18:19:05 +02008795 if (vid) {
8796 pr_info("%s: vlans aren't supported yet for dev_uc|mc_add()\n", dev->name);
8797 return -EINVAL;
8798 }
8799
Greg Rose4ba0dea2014-03-06 08:59:55 +00008800 /* Hardware does not support aging addresses so if a
8801 * ndm_state is given only allow permanent addresses
8802 */
8803 if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) {
8804 netdev_info(dev, "FDB only supports static addresses\n");
8805 return -EINVAL;
8806 }
8807
8808 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr))
8809 err = dev_uc_add_excl(dev, addr);
8810 else if (is_multicast_ether_addr(addr))
8811 err = dev_mc_add_excl(dev, addr);
8812 else
8813 err = -EINVAL;
8814
8815 /* Only return duplicate errors if NLM_F_EXCL is set */
8816 if (err == -EEXIST && !(flags & NLM_F_EXCL))
8817 err = 0;
8818
8819 return err;
8820}
8821
Neerav Parikh51616012015-02-06 08:52:14 +00008822/**
8823 * i40e_ndo_bridge_setlink - Set the hardware bridge mode
8824 * @dev: the netdev being configured
8825 * @nlh: RTNL message
8826 *
8827 * Inserts a new hardware bridge if not already created and
8828 * enables the bridging mode requested (VEB or VEPA). If the
8829 * hardware bridge has already been inserted and the request
8830 * is to change the mode then that requires a PF reset to
8831 * allow rebuild of the components with required hardware
8832 * bridge mode enabled.
8833 **/
8834static int i40e_ndo_bridge_setlink(struct net_device *dev,
Carolyn Wyborny9df70b62015-04-27 14:57:11 -04008835 struct nlmsghdr *nlh,
8836 u16 flags)
Neerav Parikh51616012015-02-06 08:52:14 +00008837{
8838 struct i40e_netdev_priv *np = netdev_priv(dev);
8839 struct i40e_vsi *vsi = np->vsi;
8840 struct i40e_pf *pf = vsi->back;
8841 struct i40e_veb *veb = NULL;
8842 struct nlattr *attr, *br_spec;
8843 int i, rem;
8844
8845 /* Only for PF VSI for now */
8846 if (vsi->seid != pf->vsi[pf->lan_vsi]->seid)
8847 return -EOPNOTSUPP;
8848
8849 /* Find the HW bridge for PF VSI */
8850 for (i = 0; i < I40E_MAX_VEB && !veb; i++) {
8851 if (pf->veb[i] && pf->veb[i]->seid == vsi->uplink_seid)
8852 veb = pf->veb[i];
8853 }
8854
8855 br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
8856
8857 nla_for_each_nested(attr, br_spec, rem) {
8858 __u16 mode;
8859
8860 if (nla_type(attr) != IFLA_BRIDGE_MODE)
8861 continue;
8862
8863 mode = nla_get_u16(attr);
8864 if ((mode != BRIDGE_MODE_VEPA) &&
8865 (mode != BRIDGE_MODE_VEB))
8866 return -EINVAL;
8867
8868 /* Insert a new HW bridge */
8869 if (!veb) {
8870 veb = i40e_veb_setup(pf, 0, vsi->uplink_seid, vsi->seid,
8871 vsi->tc_config.enabled_tc);
8872 if (veb) {
8873 veb->bridge_mode = mode;
8874 i40e_config_bridge_mode(veb);
8875 } else {
8876 /* No Bridge HW offload available */
8877 return -ENOENT;
8878 }
8879 break;
8880 } else if (mode != veb->bridge_mode) {
8881 /* Existing HW bridge but different mode needs reset */
8882 veb->bridge_mode = mode;
Anjali Singhai Jainfc608612015-05-08 15:35:57 -07008883 /* TODO: If no VFs or VMDq VSIs, disallow VEB mode */
8884 if (mode == BRIDGE_MODE_VEB)
8885 pf->flags |= I40E_FLAG_VEB_MODE_ENABLED;
8886 else
8887 pf->flags &= ~I40E_FLAG_VEB_MODE_ENABLED;
8888 i40e_do_reset(pf, BIT_ULL(__I40E_PF_RESET_REQUESTED));
Neerav Parikh51616012015-02-06 08:52:14 +00008889 break;
8890 }
8891 }
8892
8893 return 0;
8894}
8895
8896/**
8897 * i40e_ndo_bridge_getlink - Get the hardware bridge mode
8898 * @skb: skb buff
8899 * @pid: process id
8900 * @seq: RTNL message seq #
8901 * @dev: the netdev being configured
8902 * @filter_mask: unused
Jesse Brandeburgd4b2f9f2015-09-03 17:18:48 -04008903 * @nlflags: netlink flags passed in
Neerav Parikh51616012015-02-06 08:52:14 +00008904 *
8905 * Return the mode in which the hardware bridge is operating in
8906 * i.e VEB or VEPA.
8907 **/
Neerav Parikh51616012015-02-06 08:52:14 +00008908static int i40e_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
8909 struct net_device *dev,
Carolyn Wyborny9f4ffc42015-08-31 19:54:42 -04008910 u32 __always_unused filter_mask,
8911 int nlflags)
Neerav Parikh51616012015-02-06 08:52:14 +00008912{
8913 struct i40e_netdev_priv *np = netdev_priv(dev);
8914 struct i40e_vsi *vsi = np->vsi;
8915 struct i40e_pf *pf = vsi->back;
8916 struct i40e_veb *veb = NULL;
8917 int i;
8918
8919 /* Only for PF VSI for now */
8920 if (vsi->seid != pf->vsi[pf->lan_vsi]->seid)
8921 return -EOPNOTSUPP;
8922
8923 /* Find the HW bridge for the PF VSI */
8924 for (i = 0; i < I40E_MAX_VEB && !veb; i++) {
8925 if (pf->veb[i] && pf->veb[i]->seid == vsi->uplink_seid)
8926 veb = pf->veb[i];
8927 }
8928
8929 if (!veb)
8930 return 0;
8931
Nicolas Dichtel46c264d2015-04-28 18:33:49 +02008932 return ndo_dflt_bridge_getlink(skb, pid, seq, dev, veb->bridge_mode,
Scott Feldman7d4f8d82015-06-22 00:27:17 -07008933 nlflags, 0, 0, filter_mask, NULL);
Neerav Parikh51616012015-02-06 08:52:14 +00008934}
Neerav Parikh51616012015-02-06 08:52:14 +00008935
Singhai, Anjali6a899022015-12-14 12:21:18 -08008936/* Hardware supports L4 tunnel length of 128B (=2^7) which includes
8937 * inner mac plus all inner ethertypes.
8938 */
8939#define I40E_MAX_TUNNEL_HDR_LEN 128
Joe Stringerf44a75e2015-04-14 17:09:14 -07008940/**
8941 * i40e_features_check - Validate encapsulated packet conforms to limits
8942 * @skb: skb buff
Jean Sacren2bc11c62015-09-19 05:08:43 -06008943 * @dev: This physical port's netdev
Joe Stringerf44a75e2015-04-14 17:09:14 -07008944 * @features: Offload features that the stack believes apply
8945 **/
8946static netdev_features_t i40e_features_check(struct sk_buff *skb,
8947 struct net_device *dev,
8948 netdev_features_t features)
8949{
8950 if (skb->encapsulation &&
Singhai, Anjali6a899022015-12-14 12:21:18 -08008951 ((skb_inner_network_header(skb) - skb_transport_header(skb)) >
Joe Stringerf44a75e2015-04-14 17:09:14 -07008952 I40E_MAX_TUNNEL_HDR_LEN))
Tom Herberta1882222015-12-14 11:19:43 -08008953 return features & ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
Joe Stringerf44a75e2015-04-14 17:09:14 -07008954
8955 return features;
8956}
8957
Shannon Nelson37a29732015-02-27 09:15:19 +00008958static const struct net_device_ops i40e_netdev_ops = {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008959 .ndo_open = i40e_open,
8960 .ndo_stop = i40e_close,
8961 .ndo_start_xmit = i40e_lan_xmit_frame,
8962 .ndo_get_stats64 = i40e_get_netdev_stats_struct,
8963 .ndo_set_rx_mode = i40e_set_rx_mode,
8964 .ndo_validate_addr = eth_validate_addr,
8965 .ndo_set_mac_address = i40e_set_mac,
8966 .ndo_change_mtu = i40e_change_mtu,
Jacob Kellerbeb0dff2014-01-11 05:43:19 +00008967 .ndo_do_ioctl = i40e_ioctl,
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008968 .ndo_tx_timeout = i40e_tx_timeout,
8969 .ndo_vlan_rx_add_vid = i40e_vlan_rx_add_vid,
8970 .ndo_vlan_rx_kill_vid = i40e_vlan_rx_kill_vid,
8971#ifdef CONFIG_NET_POLL_CONTROLLER
8972 .ndo_poll_controller = i40e_netpoll,
8973#endif
John Fastabende4c67342016-02-16 21:16:15 -08008974 .ndo_setup_tc = __i40e_setup_tc,
Vasu Dev38e00432014-08-01 13:27:03 -07008975#ifdef I40E_FCOE
8976 .ndo_fcoe_enable = i40e_fcoe_enable,
8977 .ndo_fcoe_disable = i40e_fcoe_disable,
8978#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008979 .ndo_set_features = i40e_set_features,
8980 .ndo_set_vf_mac = i40e_ndo_set_vf_mac,
8981 .ndo_set_vf_vlan = i40e_ndo_set_vf_port_vlan,
Sucheta Chakrabortyed616682014-05-22 09:59:05 -04008982 .ndo_set_vf_rate = i40e_ndo_set_vf_bw,
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008983 .ndo_get_vf_config = i40e_ndo_get_vf_config,
Mitch Williams588aefa2014-02-11 08:27:49 +00008984 .ndo_set_vf_link_state = i40e_ndo_set_vf_link_state,
Serey Konge6d90042014-07-12 07:28:14 +00008985 .ndo_set_vf_spoofchk = i40e_ndo_set_vf_spoofchk,
Anjali Singhai Jainc3bbbd22016-04-01 03:56:07 -07008986 .ndo_set_vf_trust = i40e_ndo_set_vf_trust,
Alexander Duyck06a5f7f2016-06-16 12:22:06 -07008987 .ndo_udp_tunnel_add = i40e_udp_tunnel_add,
8988 .ndo_udp_tunnel_del = i40e_udp_tunnel_del,
Neerav Parikh1f224ad2014-02-12 01:45:31 +00008989 .ndo_get_phys_port_id = i40e_get_phys_port_id,
Greg Rose4ba0dea2014-03-06 08:59:55 +00008990 .ndo_fdb_add = i40e_ndo_fdb_add,
Joe Stringerf44a75e2015-04-14 17:09:14 -07008991 .ndo_features_check = i40e_features_check,
Neerav Parikh51616012015-02-06 08:52:14 +00008992 .ndo_bridge_getlink = i40e_ndo_bridge_getlink,
8993 .ndo_bridge_setlink = i40e_ndo_bridge_setlink,
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00008994};
8995
8996/**
8997 * i40e_config_netdev - Setup the netdev flags
8998 * @vsi: the VSI being configured
8999 *
9000 * Returns 0 on success, negative value on failure
9001 **/
9002static int i40e_config_netdev(struct i40e_vsi *vsi)
9003{
Greg Rose1a103702013-11-28 06:42:39 +00009004 u8 brdcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009005 struct i40e_pf *pf = vsi->back;
9006 struct i40e_hw *hw = &pf->hw;
9007 struct i40e_netdev_priv *np;
9008 struct net_device *netdev;
9009 u8 mac_addr[ETH_ALEN];
9010 int etherdev_size;
9011
9012 etherdev_size = sizeof(struct i40e_netdev_priv);
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +00009013 netdev = alloc_etherdev_mq(etherdev_size, vsi->alloc_queue_pairs);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009014 if (!netdev)
9015 return -ENOMEM;
9016
9017 vsi->netdev = netdev;
9018 np = netdev_priv(netdev);
9019 np->vsi = vsi;
9020
Alexander Duyckb0fe3302016-04-02 00:05:14 -07009021 netdev->hw_enc_features |= NETIF_F_SG |
9022 NETIF_F_IP_CSUM |
9023 NETIF_F_IPV6_CSUM |
9024 NETIF_F_HIGHDMA |
9025 NETIF_F_SOFT_FEATURES |
9026 NETIF_F_TSO |
9027 NETIF_F_TSO_ECN |
9028 NETIF_F_TSO6 |
9029 NETIF_F_GSO_GRE |
Alexander Duyck1c7b4a22016-04-14 17:19:25 -04009030 NETIF_F_GSO_GRE_CSUM |
Tom Herbert7e133182016-05-18 09:06:10 -07009031 NETIF_F_GSO_IPXIP4 |
Alexander Duyckbf2d1df2016-05-18 10:44:53 -07009032 NETIF_F_GSO_IPXIP6 |
Alexander Duyckb0fe3302016-04-02 00:05:14 -07009033 NETIF_F_GSO_UDP_TUNNEL |
9034 NETIF_F_GSO_UDP_TUNNEL_CSUM |
Alexander Duyck1c7b4a22016-04-14 17:19:25 -04009035 NETIF_F_GSO_PARTIAL |
Alexander Duyckb0fe3302016-04-02 00:05:14 -07009036 NETIF_F_SCTP_CRC |
9037 NETIF_F_RXHASH |
9038 NETIF_F_RXCSUM |
Jesse Brandeburg5afdaaa2015-12-10 11:38:50 -08009039 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009040
Alexander Duyckb0fe3302016-04-02 00:05:14 -07009041 if (!(pf->flags & I40E_FLAG_OUTER_UDP_CSUM_CAPABLE))
Alexander Duyck1c7b4a22016-04-14 17:19:25 -04009042 netdev->gso_partial_features |= NETIF_F_GSO_UDP_TUNNEL_CSUM;
9043
9044 netdev->gso_partial_features |= NETIF_F_GSO_GRE_CSUM;
Alexander Duyckb0fe3302016-04-02 00:05:14 -07009045
9046 /* record features VLANs can make use of */
Alexander Duyck1c7b4a22016-04-14 17:19:25 -04009047 netdev->vlan_features |= netdev->hw_enc_features |
9048 NETIF_F_TSO_MANGLEID;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009049
Anjali Singhai Jain2e86a0b2014-04-01 07:11:53 +00009050 if (!(pf->flags & I40E_FLAG_MFP_ENABLED))
Alexander Duyckb0fe3302016-04-02 00:05:14 -07009051 netdev->hw_features |= NETIF_F_NTUPLE;
Anjali Singhai Jain2e86a0b2014-04-01 07:11:53 +00009052
Alexander Duyckb0fe3302016-04-02 00:05:14 -07009053 netdev->hw_features |= netdev->hw_enc_features |
9054 NETIF_F_HW_VLAN_CTAG_TX |
9055 NETIF_F_HW_VLAN_CTAG_RX;
9056
9057 netdev->features |= netdev->hw_features | NETIF_F_HW_VLAN_CTAG_FILTER;
Alexander Duyck1c7b4a22016-04-14 17:19:25 -04009058 netdev->hw_enc_features |= NETIF_F_TSO_MANGLEID;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009059
9060 if (vsi->type == I40E_VSI_MAIN) {
9061 SET_NETDEV_DEV(netdev, &pf->pdev->dev);
Greg Rose9a173902014-05-22 06:32:02 +00009062 ether_addr_copy(mac_addr, hw->mac.perm_addr);
Shannon Nelson30650cc2014-07-29 04:01:50 +00009063 /* The following steps are necessary to prevent reception
9064 * of tagged packets - some older NVM configurations load a
9065 * default a MAC-VLAN filter that accepts any tagged packet
9066 * which must be replaced by a normal filter.
Greg Rose8c27d422014-05-22 06:31:56 +00009067 */
Kiran Patil21659032015-09-30 14:09:03 -04009068 if (!i40e_rm_default_mac_filter(vsi, mac_addr)) {
9069 spin_lock_bh(&vsi->mac_filter_list_lock);
Shannon Nelson30650cc2014-07-29 04:01:50 +00009070 i40e_add_filter(vsi, mac_addr,
9071 I40E_VLAN_ANY, false, true);
Kiran Patil21659032015-09-30 14:09:03 -04009072 spin_unlock_bh(&vsi->mac_filter_list_lock);
9073 }
Anjali Singhai Jain3845cce2016-03-18 12:18:05 -07009074 } else if ((pf->hw.aq.api_maj_ver > 1) ||
9075 ((pf->hw.aq.api_maj_ver == 1) &&
9076 (pf->hw.aq.api_min_ver > 4))) {
9077 /* Supported in FW API version higher than 1.4 */
9078 pf->flags |= I40E_FLAG_GENEVE_OFFLOAD_CAPABLE;
9079 pf->auto_disable_flags = I40E_FLAG_HW_ATR_EVICT_CAPABLE;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009080 } else {
9081 /* relate the VSI_VMDQ name to the VSI_MAIN name */
9082 snprintf(netdev->name, IFNAMSIZ, "%sv%%d",
9083 pf->vsi[pf->lan_vsi]->netdev->name);
9084 random_ether_addr(mac_addr);
Kiran Patil21659032015-09-30 14:09:03 -04009085
9086 spin_lock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009087 i40e_add_filter(vsi, mac_addr, I40E_VLAN_ANY, false, false);
Kiran Patil21659032015-09-30 14:09:03 -04009088 spin_unlock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009089 }
Kiran Patil21659032015-09-30 14:09:03 -04009090
9091 spin_lock_bh(&vsi->mac_filter_list_lock);
Greg Rose1a103702013-11-28 06:42:39 +00009092 i40e_add_filter(vsi, brdcast, I40E_VLAN_ANY, false, false);
Kiran Patil21659032015-09-30 14:09:03 -04009093 spin_unlock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009094
Greg Rose9a173902014-05-22 06:32:02 +00009095 ether_addr_copy(netdev->dev_addr, mac_addr);
9096 ether_addr_copy(netdev->perm_addr, mac_addr);
Alexander Duyckb0fe3302016-04-02 00:05:14 -07009097
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009098 netdev->priv_flags |= IFF_UNICAST_FLT;
9099 netdev->priv_flags |= IFF_SUPP_NOFCS;
9100 /* Setup netdev TC information */
9101 i40e_vsi_config_netdev_tc(vsi, vsi->tc_config.enabled_tc);
9102
9103 netdev->netdev_ops = &i40e_netdev_ops;
9104 netdev->watchdog_timeo = 5 * HZ;
9105 i40e_set_ethtool_ops(netdev);
Vasu Dev38e00432014-08-01 13:27:03 -07009106#ifdef I40E_FCOE
9107 i40e_fcoe_config_netdev(netdev, vsi);
9108#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009109
9110 return 0;
9111}
9112
9113/**
9114 * i40e_vsi_delete - Delete a VSI from the switch
9115 * @vsi: the VSI being removed
9116 *
9117 * Returns 0 on success, negative value on failure
9118 **/
9119static void i40e_vsi_delete(struct i40e_vsi *vsi)
9120{
9121 /* remove default VSI is not allowed */
9122 if (vsi == vsi->back->vsi[vsi->back->lan_vsi])
9123 return;
9124
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009125 i40e_aq_delete_element(&vsi->back->hw, vsi->seid, NULL);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009126}
9127
9128/**
Neerav Parikh51616012015-02-06 08:52:14 +00009129 * i40e_is_vsi_uplink_mode_veb - Check if the VSI's uplink bridge mode is VEB
9130 * @vsi: the VSI being queried
9131 *
9132 * Returns 1 if HW bridge mode is VEB and return 0 in case of VEPA mode
9133 **/
9134int i40e_is_vsi_uplink_mode_veb(struct i40e_vsi *vsi)
9135{
9136 struct i40e_veb *veb;
9137 struct i40e_pf *pf = vsi->back;
9138
9139 /* Uplink is not a bridge so default to VEB */
9140 if (vsi->veb_idx == I40E_NO_VEB)
9141 return 1;
9142
9143 veb = pf->veb[vsi->veb_idx];
Akeem G Abodunrin09603ea2015-10-01 14:37:36 -04009144 if (!veb) {
9145 dev_info(&pf->pdev->dev,
9146 "There is no veb associated with the bridge\n");
9147 return -ENOENT;
9148 }
Neerav Parikh51616012015-02-06 08:52:14 +00009149
Akeem G Abodunrin09603ea2015-10-01 14:37:36 -04009150 /* Uplink is a bridge in VEPA mode */
9151 if (veb->bridge_mode & BRIDGE_MODE_VEPA) {
9152 return 0;
9153 } else {
9154 /* Uplink is a bridge in VEB mode */
9155 return 1;
9156 }
9157
9158 /* VEPA is now default bridge, so return 0 */
9159 return 0;
Neerav Parikh51616012015-02-06 08:52:14 +00009160}
9161
9162/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009163 * i40e_add_vsi - Add a VSI to the switch
9164 * @vsi: the VSI being configured
9165 *
9166 * This initializes a VSI context depending on the VSI type to be added and
9167 * passes it down to the add_vsi aq command.
9168 **/
9169static int i40e_add_vsi(struct i40e_vsi *vsi)
9170{
9171 int ret = -ENODEV;
Kiran Patil21659032015-09-30 14:09:03 -04009172 u8 laa_macaddr[ETH_ALEN];
9173 bool found_laa_mac_filter = false;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009174 struct i40e_pf *pf = vsi->back;
9175 struct i40e_hw *hw = &pf->hw;
9176 struct i40e_vsi_context ctxt;
Kiran Patil21659032015-09-30 14:09:03 -04009177 struct i40e_mac_filter *f, *ftmp;
9178
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009179 u8 enabled_tc = 0x1; /* TC0 enabled */
9180 int f_count = 0;
9181
9182 memset(&ctxt, 0, sizeof(ctxt));
9183 switch (vsi->type) {
9184 case I40E_VSI_MAIN:
9185 /* The PF's main VSI is already setup as part of the
9186 * device initialization, so we'll not bother with
9187 * the add_vsi call, but we will retrieve the current
9188 * VSI context.
9189 */
9190 ctxt.seid = pf->main_vsi_seid;
9191 ctxt.pf_num = pf->hw.pf_id;
9192 ctxt.vf_num = 0;
9193 ret = i40e_aq_get_vsi_params(&pf->hw, &ctxt, NULL);
9194 ctxt.flags = I40E_AQ_VSI_TYPE_PF;
9195 if (ret) {
9196 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04009197 "couldn't get PF vsi config, err %s aq_err %s\n",
9198 i40e_stat_str(&pf->hw, ret),
9199 i40e_aq_str(&pf->hw,
9200 pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009201 return -ENOENT;
9202 }
Jesse Brandeburg1a2f6242015-03-31 00:45:01 -07009203 vsi->info = ctxt.info;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009204 vsi->info.valid_sections = 0;
9205
9206 vsi->seid = ctxt.seid;
9207 vsi->id = ctxt.vsi_number;
9208
9209 enabled_tc = i40e_pf_get_tc_map(pf);
9210
9211 /* MFP mode setup queue map and update VSI */
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00009212 if ((pf->flags & I40E_FLAG_MFP_ENABLED) &&
9213 !(pf->hw.func_caps.iscsi)) { /* NIC type PF */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009214 memset(&ctxt, 0, sizeof(ctxt));
9215 ctxt.seid = pf->main_vsi_seid;
9216 ctxt.pf_num = pf->hw.pf_id;
9217 ctxt.vf_num = 0;
9218 i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, false);
9219 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL);
9220 if (ret) {
9221 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04009222 "update vsi failed, err %s aq_err %s\n",
9223 i40e_stat_str(&pf->hw, ret),
9224 i40e_aq_str(&pf->hw,
9225 pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009226 ret = -ENOENT;
9227 goto err;
9228 }
9229 /* update the local VSI info queue map */
9230 i40e_vsi_update_queue_map(vsi, &ctxt);
9231 vsi->info.valid_sections = 0;
9232 } else {
9233 /* Default/Main VSI is only enabled for TC0
9234 * reconfigure it to enable all TCs that are
9235 * available on the port in SFP mode.
Neerav Parikh63d7e5a2014-12-14 01:55:16 +00009236 * For MFP case the iSCSI PF would use this
9237 * flow to enable LAN+iSCSI TC.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009238 */
9239 ret = i40e_vsi_config_tc(vsi, enabled_tc);
9240 if (ret) {
9241 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04009242 "failed to configure TCs for main VSI tc_map 0x%08x, err %s aq_err %s\n",
9243 enabled_tc,
9244 i40e_stat_str(&pf->hw, ret),
9245 i40e_aq_str(&pf->hw,
9246 pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009247 ret = -ENOENT;
9248 }
9249 }
9250 break;
9251
9252 case I40E_VSI_FDIR:
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08009253 ctxt.pf_num = hw->pf_id;
9254 ctxt.vf_num = 0;
9255 ctxt.uplink_seid = vsi->uplink_seid;
Neerav Parikh2b18e592015-01-24 09:58:38 +00009256 ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL;
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08009257 ctxt.flags = I40E_AQ_VSI_TYPE_PF;
Anjali Singhai Jainfc608612015-05-08 15:35:57 -07009258 if ((pf->flags & I40E_FLAG_VEB_MODE_ENABLED) &&
9259 (i40e_is_vsi_uplink_mode_veb(vsi))) {
Neerav Parikh51616012015-02-06 08:52:14 +00009260 ctxt.info.valid_sections |=
Anjali Singhai Jainfc608612015-05-08 15:35:57 -07009261 cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID);
Neerav Parikh51616012015-02-06 08:52:14 +00009262 ctxt.info.switch_id =
Anjali Singhai Jainfc608612015-05-08 15:35:57 -07009263 cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB);
Neerav Parikh51616012015-02-06 08:52:14 +00009264 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009265 i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, true);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009266 break;
9267
9268 case I40E_VSI_VMDQ2:
9269 ctxt.pf_num = hw->pf_id;
9270 ctxt.vf_num = 0;
9271 ctxt.uplink_seid = vsi->uplink_seid;
Neerav Parikh2b18e592015-01-24 09:58:38 +00009272 ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009273 ctxt.flags = I40E_AQ_VSI_TYPE_VMDQ2;
9274
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009275 /* This VSI is connected to VEB so the switch_id
9276 * should be set to zero by default.
9277 */
Neerav Parikh51616012015-02-06 08:52:14 +00009278 if (i40e_is_vsi_uplink_mode_veb(vsi)) {
9279 ctxt.info.valid_sections |=
9280 cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID);
9281 ctxt.info.switch_id =
9282 cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB);
9283 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009284
9285 /* Setup the VSI tx/rx queue map for TC0 only for now */
9286 i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, true);
9287 break;
9288
9289 case I40E_VSI_SRIOV:
9290 ctxt.pf_num = hw->pf_id;
9291 ctxt.vf_num = vsi->vf_id + hw->func_caps.vf_base_id;
9292 ctxt.uplink_seid = vsi->uplink_seid;
Neerav Parikh2b18e592015-01-24 09:58:38 +00009293 ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009294 ctxt.flags = I40E_AQ_VSI_TYPE_VF;
9295
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009296 /* This VSI is connected to VEB so the switch_id
9297 * should be set to zero by default.
9298 */
Neerav Parikh51616012015-02-06 08:52:14 +00009299 if (i40e_is_vsi_uplink_mode_veb(vsi)) {
9300 ctxt.info.valid_sections |=
9301 cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID);
9302 ctxt.info.switch_id =
9303 cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB);
9304 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009305
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06009306 if (vsi->back->flags & I40E_FLAG_IWARP_ENABLED) {
9307 ctxt.info.valid_sections |=
9308 cpu_to_le16(I40E_AQ_VSI_PROP_QUEUE_OPT_VALID);
9309 ctxt.info.queueing_opt_flags |=
Ashish Shah4b28cdb2016-05-03 15:13:17 -07009310 (I40E_AQ_VSI_QUE_OPT_TCP_ENA |
9311 I40E_AQ_VSI_QUE_OPT_RSS_LUT_VSI);
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06009312 }
9313
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009314 ctxt.info.valid_sections |= cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID);
9315 ctxt.info.port_vlan_flags |= I40E_AQ_VSI_PVLAN_MODE_ALL;
Mitch Williamsc674d122014-05-20 08:01:40 +00009316 if (pf->vf[vsi->vf_id].spoofchk) {
9317 ctxt.info.valid_sections |=
9318 cpu_to_le16(I40E_AQ_VSI_PROP_SECURITY_VALID);
9319 ctxt.info.sec_flags |=
9320 (I40E_AQ_VSI_SEC_FLAG_ENABLE_VLAN_CHK |
9321 I40E_AQ_VSI_SEC_FLAG_ENABLE_MAC_CHK);
9322 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009323 /* Setup the VSI tx/rx queue map for TC0 only for now */
9324 i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, true);
9325 break;
9326
Vasu Dev38e00432014-08-01 13:27:03 -07009327#ifdef I40E_FCOE
9328 case I40E_VSI_FCOE:
9329 ret = i40e_fcoe_vsi_init(vsi, &ctxt);
9330 if (ret) {
9331 dev_info(&pf->pdev->dev, "failed to initialize FCoE VSI\n");
9332 return ret;
9333 }
9334 break;
9335
9336#endif /* I40E_FCOE */
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -06009337 case I40E_VSI_IWARP:
9338 /* send down message to iWARP */
9339 break;
9340
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009341 default:
9342 return -ENODEV;
9343 }
9344
9345 if (vsi->type != I40E_VSI_MAIN) {
9346 ret = i40e_aq_add_vsi(hw, &ctxt, NULL);
9347 if (ret) {
9348 dev_info(&vsi->back->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04009349 "add vsi failed, err %s aq_err %s\n",
9350 i40e_stat_str(&pf->hw, ret),
9351 i40e_aq_str(&pf->hw,
9352 pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009353 ret = -ENOENT;
9354 goto err;
9355 }
Jesse Brandeburg1a2f6242015-03-31 00:45:01 -07009356 vsi->info = ctxt.info;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009357 vsi->info.valid_sections = 0;
9358 vsi->seid = ctxt.seid;
9359 vsi->id = ctxt.vsi_number;
9360 }
9361
Kiran Patil21659032015-09-30 14:09:03 -04009362 spin_lock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009363 /* If macvlan filters already exist, force them to get loaded */
9364 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) {
9365 f->changed = true;
9366 f_count++;
Shannon Nelson6252c7e2014-06-04 01:23:23 +00009367
Kiran Patil21659032015-09-30 14:09:03 -04009368 /* Expected to have only one MAC filter entry for LAA in list */
Shannon Nelson6252c7e2014-06-04 01:23:23 +00009369 if (f->is_laa && vsi->type == I40E_VSI_MAIN) {
Kiran Patil21659032015-09-30 14:09:03 -04009370 ether_addr_copy(laa_macaddr, f->macaddr);
9371 found_laa_mac_filter = true;
Shannon Nelson6252c7e2014-06-04 01:23:23 +00009372 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009373 }
Kiran Patil21659032015-09-30 14:09:03 -04009374 spin_unlock_bh(&vsi->mac_filter_list_lock);
9375
9376 if (found_laa_mac_filter) {
9377 struct i40e_aqc_remove_macvlan_element_data element;
9378
9379 memset(&element, 0, sizeof(element));
9380 ether_addr_copy(element.mac_addr, laa_macaddr);
9381 element.flags = I40E_AQC_MACVLAN_DEL_PERFECT_MATCH;
9382 ret = i40e_aq_remove_macvlan(hw, vsi->seid,
9383 &element, 1, NULL);
9384 if (ret) {
9385 /* some older FW has a different default */
9386 element.flags |=
9387 I40E_AQC_MACVLAN_DEL_IGNORE_VLAN;
9388 i40e_aq_remove_macvlan(hw, vsi->seid,
9389 &element, 1, NULL);
9390 }
9391
9392 i40e_aq_mac_address_write(hw,
9393 I40E_AQC_WRITE_TYPE_LAA_WOL,
9394 laa_macaddr, NULL);
9395 }
9396
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009397 if (f_count) {
9398 vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED;
9399 pf->flags |= I40E_FLAG_FILTER_SYNC;
9400 }
9401
9402 /* Update VSI BW information */
9403 ret = i40e_vsi_get_bw_info(vsi);
9404 if (ret) {
9405 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04009406 "couldn't get vsi bw info, err %s aq_err %s\n",
9407 i40e_stat_str(&pf->hw, ret),
9408 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009409 /* VSI is already added so not tearing that up */
9410 ret = 0;
9411 }
9412
9413err:
9414 return ret;
9415}
9416
9417/**
9418 * i40e_vsi_release - Delete a VSI and free its resources
9419 * @vsi: the VSI being removed
9420 *
9421 * Returns 0 on success or < 0 on error
9422 **/
9423int i40e_vsi_release(struct i40e_vsi *vsi)
9424{
9425 struct i40e_mac_filter *f, *ftmp;
9426 struct i40e_veb *veb = NULL;
9427 struct i40e_pf *pf;
9428 u16 uplink_seid;
9429 int i, n;
9430
9431 pf = vsi->back;
9432
9433 /* release of a VEB-owner or last VSI is not allowed */
9434 if (vsi->flags & I40E_VSI_FLAG_VEB_OWNER) {
9435 dev_info(&pf->pdev->dev, "VSI %d has existing VEB %d\n",
9436 vsi->seid, vsi->uplink_seid);
9437 return -ENODEV;
9438 }
9439 if (vsi == pf->vsi[pf->lan_vsi] &&
9440 !test_bit(__I40E_DOWN, &pf->state)) {
9441 dev_info(&pf->pdev->dev, "Can't remove PF VSI\n");
9442 return -ENODEV;
9443 }
9444
9445 uplink_seid = vsi->uplink_seid;
9446 if (vsi->type != I40E_VSI_SRIOV) {
9447 if (vsi->netdev_registered) {
9448 vsi->netdev_registered = false;
9449 if (vsi->netdev) {
9450 /* results in a call to i40e_close() */
9451 unregister_netdev(vsi->netdev);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009452 }
9453 } else {
Shannon Nelson90ef8d42014-03-14 07:32:26 +00009454 i40e_vsi_close(vsi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009455 }
9456 i40e_vsi_disable_irq(vsi);
9457 }
9458
Kiran Patil21659032015-09-30 14:09:03 -04009459 spin_lock_bh(&vsi->mac_filter_list_lock);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009460 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list)
9461 i40e_del_filter(vsi, f->macaddr, f->vlan,
9462 f->is_vf, f->is_netdev);
Kiran Patil21659032015-09-30 14:09:03 -04009463 spin_unlock_bh(&vsi->mac_filter_list_lock);
9464
Jesse Brandeburg17652c62015-11-05 17:01:02 -08009465 i40e_sync_vsi_filters(vsi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009466
9467 i40e_vsi_delete(vsi);
9468 i40e_vsi_free_q_vectors(vsi);
Shannon Nelsona4866592014-02-11 08:24:07 +00009469 if (vsi->netdev) {
9470 free_netdev(vsi->netdev);
9471 vsi->netdev = NULL;
9472 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009473 i40e_vsi_clear_rings(vsi);
9474 i40e_vsi_clear(vsi);
9475
9476 /* If this was the last thing on the VEB, except for the
9477 * controlling VSI, remove the VEB, which puts the controlling
9478 * VSI onto the next level down in the switch.
9479 *
9480 * Well, okay, there's one more exception here: don't remove
9481 * the orphan VEBs yet. We'll wait for an explicit remove request
9482 * from up the network stack.
9483 */
Mitch Williams505682c2014-05-20 08:01:37 +00009484 for (n = 0, i = 0; i < pf->num_alloc_vsi; i++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009485 if (pf->vsi[i] &&
9486 pf->vsi[i]->uplink_seid == uplink_seid &&
9487 (pf->vsi[i]->flags & I40E_VSI_FLAG_VEB_OWNER) == 0) {
9488 n++; /* count the VSIs */
9489 }
9490 }
9491 for (i = 0; i < I40E_MAX_VEB; i++) {
9492 if (!pf->veb[i])
9493 continue;
9494 if (pf->veb[i]->uplink_seid == uplink_seid)
9495 n++; /* count the VEBs */
9496 if (pf->veb[i]->seid == uplink_seid)
9497 veb = pf->veb[i];
9498 }
9499 if (n == 0 && veb && veb->uplink_seid != 0)
9500 i40e_veb_release(veb);
9501
9502 return 0;
9503}
9504
9505/**
9506 * i40e_vsi_setup_vectors - Set up the q_vectors for the given VSI
9507 * @vsi: ptr to the VSI
9508 *
9509 * This should only be called after i40e_vsi_mem_alloc() which allocates the
9510 * corresponding SW VSI structure and initializes num_queue_pairs for the
9511 * newly allocated VSI.
9512 *
9513 * Returns 0 on success or negative on failure
9514 **/
9515static int i40e_vsi_setup_vectors(struct i40e_vsi *vsi)
9516{
9517 int ret = -ENOENT;
9518 struct i40e_pf *pf = vsi->back;
9519
Alexander Duyck493fb302013-09-28 07:01:44 +00009520 if (vsi->q_vectors[0]) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009521 dev_info(&pf->pdev->dev, "VSI %d has existing q_vectors\n",
9522 vsi->seid);
9523 return -EEXIST;
9524 }
9525
9526 if (vsi->base_vector) {
Jesse Brandeburgf29eaa32014-02-11 08:24:12 +00009527 dev_info(&pf->pdev->dev, "VSI %d has non-zero base vector %d\n",
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009528 vsi->seid, vsi->base_vector);
9529 return -EEXIST;
9530 }
9531
Greg Rose90e04072014-03-06 08:59:57 +00009532 ret = i40e_vsi_alloc_q_vectors(vsi);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009533 if (ret) {
9534 dev_info(&pf->pdev->dev,
9535 "failed to allocate %d q_vector for VSI %d, ret=%d\n",
9536 vsi->num_q_vectors, vsi->seid, ret);
9537 vsi->num_q_vectors = 0;
9538 goto vector_setup_out;
9539 }
9540
Anjali Singhai Jain26cdc442015-07-10 19:36:00 -04009541 /* In Legacy mode, we do not have to get any other vector since we
9542 * piggyback on the misc/ICR0 for queue interrupts.
9543 */
9544 if (!(pf->flags & I40E_FLAG_MSIX_ENABLED))
9545 return ret;
Shannon Nelson958a3e32013-09-28 07:13:28 +00009546 if (vsi->num_q_vectors)
9547 vsi->base_vector = i40e_get_lump(pf, pf->irq_pile,
9548 vsi->num_q_vectors, vsi->idx);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009549 if (vsi->base_vector < 0) {
9550 dev_info(&pf->pdev->dev,
Shannon Nelson049a2be2014-10-17 03:14:50 +00009551 "failed to get tracking for %d vectors for VSI %d, err=%d\n",
9552 vsi->num_q_vectors, vsi->seid, vsi->base_vector);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009553 i40e_vsi_free_q_vectors(vsi);
9554 ret = -ENOENT;
9555 goto vector_setup_out;
9556 }
9557
9558vector_setup_out:
9559 return ret;
9560}
9561
9562/**
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00009563 * i40e_vsi_reinit_setup - return and reallocate resources for a VSI
9564 * @vsi: pointer to the vsi.
9565 *
9566 * This re-allocates a vsi's queue resources.
9567 *
9568 * Returns pointer to the successfully allocated and configured VSI sw struct
9569 * on success, otherwise returns NULL on failure.
9570 **/
9571static struct i40e_vsi *i40e_vsi_reinit_setup(struct i40e_vsi *vsi)
9572{
John Underwoodf5340392016-02-18 09:19:24 -08009573 struct i40e_pf *pf;
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00009574 u8 enabled_tc;
9575 int ret;
9576
John Underwoodf5340392016-02-18 09:19:24 -08009577 if (!vsi)
9578 return NULL;
9579
9580 pf = vsi->back;
9581
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00009582 i40e_put_lump(pf->qp_pile, vsi->base_queue, vsi->idx);
9583 i40e_vsi_clear_rings(vsi);
9584
9585 i40e_vsi_free_arrays(vsi, false);
9586 i40e_set_num_rings_in_vsi(vsi);
9587 ret = i40e_vsi_alloc_arrays(vsi, false);
9588 if (ret)
9589 goto err_vsi;
9590
9591 ret = i40e_get_lump(pf, pf->qp_pile, vsi->alloc_queue_pairs, vsi->idx);
9592 if (ret < 0) {
Shannon Nelson049a2be2014-10-17 03:14:50 +00009593 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04009594 "failed to get tracking for %d queues for VSI %d err %d\n",
Shannon Nelson049a2be2014-10-17 03:14:50 +00009595 vsi->alloc_queue_pairs, vsi->seid, ret);
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +00009596 goto err_vsi;
9597 }
9598 vsi->base_queue = ret;
9599
9600 /* Update the FW view of the VSI. Force a reset of TC and queue
9601 * layout configurations.
9602 */
9603 enabled_tc = pf->vsi[pf->lan_vsi]->tc_config.enabled_tc;
9604 pf->vsi[pf->lan_vsi]->tc_config.enabled_tc = 0;
9605 pf->vsi[pf->lan_vsi]->seid = pf->main_vsi_seid;
9606 i40e_vsi_config_tc(pf->vsi[pf->lan_vsi], enabled_tc);
9607
9608 /* assign it some queues */
9609 ret = i40e_alloc_rings(vsi);
9610 if (ret)
9611 goto err_rings;
9612
9613 /* map all of the rings to the q_vectors */
9614 i40e_vsi_map_rings_to_vectors(vsi);
9615 return vsi;
9616
9617err_rings:
9618 i40e_vsi_free_q_vectors(vsi);
9619 if (vsi->netdev_registered) {
9620 vsi->netdev_registered = false;
9621 unregister_netdev(vsi->netdev);
9622 free_netdev(vsi->netdev);
9623 vsi->netdev = NULL;
9624 }
9625 i40e_aq_delete_element(&pf->hw, vsi->seid, NULL);
9626err_vsi:
9627 i40e_vsi_clear(vsi);
9628 return NULL;
9629}
9630
9631/**
Sowmini Varadhanb499ffb2015-12-07 15:06:34 -05009632 * i40e_macaddr_init - explicitly write the mac address filters.
9633 *
9634 * @vsi: pointer to the vsi.
9635 * @macaddr: the MAC address
9636 *
9637 * This is needed when the macaddr has been obtained by other
9638 * means than the default, e.g., from Open Firmware or IDPROM.
9639 * Returns 0 on success, negative on failure
9640 **/
9641static int i40e_macaddr_init(struct i40e_vsi *vsi, u8 *macaddr)
9642{
9643 int ret;
9644 struct i40e_aqc_add_macvlan_element_data element;
9645
9646 ret = i40e_aq_mac_address_write(&vsi->back->hw,
9647 I40E_AQC_WRITE_TYPE_LAA_WOL,
9648 macaddr, NULL);
9649 if (ret) {
9650 dev_info(&vsi->back->pdev->dev,
9651 "Addr change for VSI failed: %d\n", ret);
9652 return -EADDRNOTAVAIL;
9653 }
9654
9655 memset(&element, 0, sizeof(element));
9656 ether_addr_copy(element.mac_addr, macaddr);
9657 element.flags = cpu_to_le16(I40E_AQC_MACVLAN_ADD_PERFECT_MATCH);
9658 ret = i40e_aq_add_macvlan(&vsi->back->hw, vsi->seid, &element, 1, NULL);
9659 if (ret) {
9660 dev_info(&vsi->back->pdev->dev,
9661 "add filter failed err %s aq_err %s\n",
9662 i40e_stat_str(&vsi->back->hw, ret),
9663 i40e_aq_str(&vsi->back->hw,
9664 vsi->back->hw.aq.asq_last_status));
9665 }
9666 return ret;
9667}
9668
9669/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009670 * i40e_vsi_setup - Set up a VSI by a given type
9671 * @pf: board private structure
9672 * @type: VSI type
9673 * @uplink_seid: the switch element to link to
9674 * @param1: usage depends upon VSI type. For VF types, indicates VF id
9675 *
9676 * This allocates the sw VSI structure and its queue resources, then add a VSI
9677 * to the identified VEB.
9678 *
9679 * Returns pointer to the successfully allocated and configure VSI sw struct on
9680 * success, otherwise returns NULL on failure.
9681 **/
9682struct i40e_vsi *i40e_vsi_setup(struct i40e_pf *pf, u8 type,
9683 u16 uplink_seid, u32 param1)
9684{
9685 struct i40e_vsi *vsi = NULL;
9686 struct i40e_veb *veb = NULL;
9687 int ret, i;
9688 int v_idx;
9689
9690 /* The requested uplink_seid must be either
9691 * - the PF's port seid
9692 * no VEB is needed because this is the PF
9693 * or this is a Flow Director special case VSI
9694 * - seid of an existing VEB
9695 * - seid of a VSI that owns an existing VEB
9696 * - seid of a VSI that doesn't own a VEB
9697 * a new VEB is created and the VSI becomes the owner
9698 * - seid of the PF VSI, which is what creates the first VEB
9699 * this is a special case of the previous
9700 *
9701 * Find which uplink_seid we were given and create a new VEB if needed
9702 */
9703 for (i = 0; i < I40E_MAX_VEB; i++) {
9704 if (pf->veb[i] && pf->veb[i]->seid == uplink_seid) {
9705 veb = pf->veb[i];
9706 break;
9707 }
9708 }
9709
9710 if (!veb && uplink_seid != pf->mac_seid) {
9711
Mitch Williams505682c2014-05-20 08:01:37 +00009712 for (i = 0; i < pf->num_alloc_vsi; i++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009713 if (pf->vsi[i] && pf->vsi[i]->seid == uplink_seid) {
9714 vsi = pf->vsi[i];
9715 break;
9716 }
9717 }
9718 if (!vsi) {
9719 dev_info(&pf->pdev->dev, "no such uplink_seid %d\n",
9720 uplink_seid);
9721 return NULL;
9722 }
9723
9724 if (vsi->uplink_seid == pf->mac_seid)
9725 veb = i40e_veb_setup(pf, 0, pf->mac_seid, vsi->seid,
9726 vsi->tc_config.enabled_tc);
9727 else if ((vsi->flags & I40E_VSI_FLAG_VEB_OWNER) == 0)
9728 veb = i40e_veb_setup(pf, 0, vsi->uplink_seid, vsi->seid,
9729 vsi->tc_config.enabled_tc);
Anjali Singhai Jain79c21a82014-11-13 03:06:14 +00009730 if (veb) {
9731 if (vsi->seid != pf->vsi[pf->lan_vsi]->seid) {
9732 dev_info(&vsi->back->pdev->dev,
Shannon Nelsonfb43201f2015-08-26 15:14:17 -04009733 "New VSI creation error, uplink seid of LAN VSI expected.\n");
Anjali Singhai Jain79c21a82014-11-13 03:06:14 +00009734 return NULL;
9735 }
Anjali Singhai Jainfa11cb32015-05-27 12:06:14 -04009736 /* We come up by default in VEPA mode if SRIOV is not
9737 * already enabled, in which case we can't force VEPA
9738 * mode.
9739 */
9740 if (!(pf->flags & I40E_FLAG_VEB_MODE_ENABLED)) {
9741 veb->bridge_mode = BRIDGE_MODE_VEPA;
9742 pf->flags &= ~I40E_FLAG_VEB_MODE_ENABLED;
9743 }
Neerav Parikh51616012015-02-06 08:52:14 +00009744 i40e_config_bridge_mode(veb);
Anjali Singhai Jain79c21a82014-11-13 03:06:14 +00009745 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009746 for (i = 0; i < I40E_MAX_VEB && !veb; i++) {
9747 if (pf->veb[i] && pf->veb[i]->seid == vsi->uplink_seid)
9748 veb = pf->veb[i];
9749 }
9750 if (!veb) {
9751 dev_info(&pf->pdev->dev, "couldn't add VEB\n");
9752 return NULL;
9753 }
9754
9755 vsi->flags |= I40E_VSI_FLAG_VEB_OWNER;
9756 uplink_seid = veb->seid;
9757 }
9758
9759 /* get vsi sw struct */
9760 v_idx = i40e_vsi_mem_alloc(pf, type);
9761 if (v_idx < 0)
9762 goto err_alloc;
9763 vsi = pf->vsi[v_idx];
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08009764 if (!vsi)
9765 goto err_alloc;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009766 vsi->type = type;
9767 vsi->veb_idx = (veb ? veb->idx : I40E_NO_VEB);
9768
9769 if (type == I40E_VSI_MAIN)
9770 pf->lan_vsi = v_idx;
9771 else if (type == I40E_VSI_SRIOV)
9772 vsi->vf_id = param1;
9773 /* assign it some queues */
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -08009774 ret = i40e_get_lump(pf, pf->qp_pile, vsi->alloc_queue_pairs,
9775 vsi->idx);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009776 if (ret < 0) {
Shannon Nelson049a2be2014-10-17 03:14:50 +00009777 dev_info(&pf->pdev->dev,
9778 "failed to get tracking for %d queues for VSI %d err=%d\n",
9779 vsi->alloc_queue_pairs, vsi->seid, ret);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009780 goto err_vsi;
9781 }
9782 vsi->base_queue = ret;
9783
9784 /* get a VSI from the hardware */
9785 vsi->uplink_seid = uplink_seid;
9786 ret = i40e_add_vsi(vsi);
9787 if (ret)
9788 goto err_vsi;
9789
9790 switch (vsi->type) {
9791 /* setup the netdev if needed */
9792 case I40E_VSI_MAIN:
Sowmini Varadhanb499ffb2015-12-07 15:06:34 -05009793 /* Apply relevant filters if a platform-specific mac
9794 * address was selected.
9795 */
9796 if (!!(pf->flags & I40E_FLAG_PF_MAC)) {
9797 ret = i40e_macaddr_init(vsi, pf->hw.mac.addr);
9798 if (ret) {
9799 dev_warn(&pf->pdev->dev,
9800 "could not set up macaddr; err %d\n",
9801 ret);
9802 }
9803 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009804 case I40E_VSI_VMDQ2:
Vasu Dev38e00432014-08-01 13:27:03 -07009805 case I40E_VSI_FCOE:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009806 ret = i40e_config_netdev(vsi);
9807 if (ret)
9808 goto err_netdev;
9809 ret = register_netdev(vsi->netdev);
9810 if (ret)
9811 goto err_netdev;
9812 vsi->netdev_registered = true;
9813 netif_carrier_off(vsi->netdev);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -08009814#ifdef CONFIG_I40E_DCB
9815 /* Setup DCB netlink interface */
9816 i40e_dcbnl_setup(vsi);
9817#endif /* CONFIG_I40E_DCB */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009818 /* fall through */
9819
9820 case I40E_VSI_FDIR:
9821 /* set up vectors and rings if needed */
9822 ret = i40e_vsi_setup_vectors(vsi);
9823 if (ret)
9824 goto err_msix;
9825
9826 ret = i40e_alloc_rings(vsi);
9827 if (ret)
9828 goto err_rings;
9829
9830 /* map all of the rings to the q_vectors */
9831 i40e_vsi_map_rings_to_vectors(vsi);
9832
9833 i40e_vsi_reset_stats(vsi);
9834 break;
9835
9836 default:
9837 /* no netdev or rings for the other VSI types */
9838 break;
9839 }
9840
Anjali Singhai Jaine25d00b2015-06-23 19:00:04 -04009841 if ((pf->flags & I40E_FLAG_RSS_AQ_CAPABLE) &&
9842 (vsi->type == I40E_VSI_VMDQ2)) {
9843 ret = i40e_vsi_config_rss(vsi);
9844 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009845 return vsi;
9846
9847err_rings:
9848 i40e_vsi_free_q_vectors(vsi);
9849err_msix:
9850 if (vsi->netdev_registered) {
9851 vsi->netdev_registered = false;
9852 unregister_netdev(vsi->netdev);
9853 free_netdev(vsi->netdev);
9854 vsi->netdev = NULL;
9855 }
9856err_netdev:
9857 i40e_aq_delete_element(&pf->hw, vsi->seid, NULL);
9858err_vsi:
9859 i40e_vsi_clear(vsi);
9860err_alloc:
9861 return NULL;
9862}
9863
9864/**
9865 * i40e_veb_get_bw_info - Query VEB BW information
9866 * @veb: the veb to query
9867 *
9868 * Query the Tx scheduler BW configuration data for given VEB
9869 **/
9870static int i40e_veb_get_bw_info(struct i40e_veb *veb)
9871{
9872 struct i40e_aqc_query_switching_comp_ets_config_resp ets_data;
9873 struct i40e_aqc_query_switching_comp_bw_config_resp bw_data;
9874 struct i40e_pf *pf = veb->pf;
9875 struct i40e_hw *hw = &pf->hw;
9876 u32 tc_bw_max;
9877 int ret = 0;
9878 int i;
9879
9880 ret = i40e_aq_query_switch_comp_bw_config(hw, veb->seid,
9881 &bw_data, NULL);
9882 if (ret) {
9883 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04009884 "query veb bw config failed, err %s aq_err %s\n",
9885 i40e_stat_str(&pf->hw, ret),
9886 i40e_aq_str(&pf->hw, hw->aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009887 goto out;
9888 }
9889
9890 ret = i40e_aq_query_switch_comp_ets_config(hw, veb->seid,
9891 &ets_data, NULL);
9892 if (ret) {
9893 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -04009894 "query veb bw ets config failed, err %s aq_err %s\n",
9895 i40e_stat_str(&pf->hw, ret),
9896 i40e_aq_str(&pf->hw, hw->aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009897 goto out;
9898 }
9899
9900 veb->bw_limit = le16_to_cpu(ets_data.port_bw_limit);
9901 veb->bw_max_quanta = ets_data.tc_bw_max;
9902 veb->is_abs_credits = bw_data.absolute_credits_enable;
Neerav Parikh23cd1f02014-11-12 00:18:41 +00009903 veb->enabled_tc = ets_data.tc_valid_bits;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009904 tc_bw_max = le16_to_cpu(bw_data.tc_bw_max[0]) |
9905 (le16_to_cpu(bw_data.tc_bw_max[1]) << 16);
9906 for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) {
9907 veb->bw_tc_share_credits[i] = bw_data.tc_bw_share_credits[i];
9908 veb->bw_tc_limit_credits[i] =
9909 le16_to_cpu(bw_data.tc_bw_limits[i]);
9910 veb->bw_tc_max_quanta[i] = ((tc_bw_max >> (i*4)) & 0x7);
9911 }
9912
9913out:
9914 return ret;
9915}
9916
9917/**
9918 * i40e_veb_mem_alloc - Allocates the next available struct veb in the PF
9919 * @pf: board private structure
9920 *
9921 * On error: returns error code (negative)
9922 * On success: returns vsi index in PF (positive)
9923 **/
9924static int i40e_veb_mem_alloc(struct i40e_pf *pf)
9925{
9926 int ret = -ENOENT;
9927 struct i40e_veb *veb;
9928 int i;
9929
9930 /* Need to protect the allocation of switch elements at the PF level */
9931 mutex_lock(&pf->switch_mutex);
9932
9933 /* VEB list may be fragmented if VEB creation/destruction has
9934 * been happening. We can afford to do a quick scan to look
9935 * for any free slots in the list.
9936 *
9937 * find next empty veb slot, looping back around if necessary
9938 */
9939 i = 0;
9940 while ((i < I40E_MAX_VEB) && (pf->veb[i] != NULL))
9941 i++;
9942 if (i >= I40E_MAX_VEB) {
9943 ret = -ENOMEM;
9944 goto err_alloc_veb; /* out of VEB slots! */
9945 }
9946
9947 veb = kzalloc(sizeof(*veb), GFP_KERNEL);
9948 if (!veb) {
9949 ret = -ENOMEM;
9950 goto err_alloc_veb;
9951 }
9952 veb->pf = pf;
9953 veb->idx = i;
9954 veb->enabled_tc = 1;
9955
9956 pf->veb[i] = veb;
9957 ret = i;
9958err_alloc_veb:
9959 mutex_unlock(&pf->switch_mutex);
9960 return ret;
9961}
9962
9963/**
9964 * i40e_switch_branch_release - Delete a branch of the switch tree
9965 * @branch: where to start deleting
9966 *
9967 * This uses recursion to find the tips of the branch to be
9968 * removed, deleting until we get back to and can delete this VEB.
9969 **/
9970static void i40e_switch_branch_release(struct i40e_veb *branch)
9971{
9972 struct i40e_pf *pf = branch->pf;
9973 u16 branch_seid = branch->seid;
9974 u16 veb_idx = branch->idx;
9975 int i;
9976
9977 /* release any VEBs on this VEB - RECURSION */
9978 for (i = 0; i < I40E_MAX_VEB; i++) {
9979 if (!pf->veb[i])
9980 continue;
9981 if (pf->veb[i]->uplink_seid == branch->seid)
9982 i40e_switch_branch_release(pf->veb[i]);
9983 }
9984
9985 /* Release the VSIs on this VEB, but not the owner VSI.
9986 *
9987 * NOTE: Removing the last VSI on a VEB has the SIDE EFFECT of removing
9988 * the VEB itself, so don't use (*branch) after this loop.
9989 */
Mitch Williams505682c2014-05-20 08:01:37 +00009990 for (i = 0; i < pf->num_alloc_vsi; i++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +00009991 if (!pf->vsi[i])
9992 continue;
9993 if (pf->vsi[i]->uplink_seid == branch_seid &&
9994 (pf->vsi[i]->flags & I40E_VSI_FLAG_VEB_OWNER) == 0) {
9995 i40e_vsi_release(pf->vsi[i]);
9996 }
9997 }
9998
9999 /* There's one corner case where the VEB might not have been
10000 * removed, so double check it here and remove it if needed.
10001 * This case happens if the veb was created from the debugfs
10002 * commands and no VSIs were added to it.
10003 */
10004 if (pf->veb[veb_idx])
10005 i40e_veb_release(pf->veb[veb_idx]);
10006}
10007
10008/**
10009 * i40e_veb_clear - remove veb struct
10010 * @veb: the veb to remove
10011 **/
10012static void i40e_veb_clear(struct i40e_veb *veb)
10013{
10014 if (!veb)
10015 return;
10016
10017 if (veb->pf) {
10018 struct i40e_pf *pf = veb->pf;
10019
10020 mutex_lock(&pf->switch_mutex);
10021 if (pf->veb[veb->idx] == veb)
10022 pf->veb[veb->idx] = NULL;
10023 mutex_unlock(&pf->switch_mutex);
10024 }
10025
10026 kfree(veb);
10027}
10028
10029/**
10030 * i40e_veb_release - Delete a VEB and free its resources
10031 * @veb: the VEB being removed
10032 **/
10033void i40e_veb_release(struct i40e_veb *veb)
10034{
10035 struct i40e_vsi *vsi = NULL;
10036 struct i40e_pf *pf;
10037 int i, n = 0;
10038
10039 pf = veb->pf;
10040
10041 /* find the remaining VSI and check for extras */
Mitch Williams505682c2014-05-20 08:01:37 +000010042 for (i = 0; i < pf->num_alloc_vsi; i++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010043 if (pf->vsi[i] && pf->vsi[i]->uplink_seid == veb->seid) {
10044 n++;
10045 vsi = pf->vsi[i];
10046 }
10047 }
10048 if (n != 1) {
10049 dev_info(&pf->pdev->dev,
10050 "can't remove VEB %d with %d VSIs left\n",
10051 veb->seid, n);
10052 return;
10053 }
10054
10055 /* move the remaining VSI to uplink veb */
10056 vsi->flags &= ~I40E_VSI_FLAG_VEB_OWNER;
10057 if (veb->uplink_seid) {
10058 vsi->uplink_seid = veb->uplink_seid;
10059 if (veb->uplink_seid == pf->mac_seid)
10060 vsi->veb_idx = I40E_NO_VEB;
10061 else
10062 vsi->veb_idx = veb->veb_idx;
10063 } else {
10064 /* floating VEB */
10065 vsi->uplink_seid = pf->vsi[pf->lan_vsi]->uplink_seid;
10066 vsi->veb_idx = pf->vsi[pf->lan_vsi]->veb_idx;
10067 }
10068
10069 i40e_aq_delete_element(&pf->hw, veb->seid, NULL);
10070 i40e_veb_clear(veb);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010071}
10072
10073/**
10074 * i40e_add_veb - create the VEB in the switch
10075 * @veb: the VEB to be instantiated
10076 * @vsi: the controlling VSI
10077 **/
10078static int i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi)
10079{
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040010080 struct i40e_pf *pf = veb->pf;
Shannon Nelson66fc3602016-01-13 16:51:42 -080010081 bool enable_stats = !!(pf->flags & I40E_FLAG_VEB_STATS_ENABLED);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010082 int ret;
10083
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040010084 ret = i40e_aq_add_veb(&pf->hw, veb->uplink_seid, vsi->seid,
Mitch Williams5bc16032016-05-16 10:26:43 -070010085 veb->enabled_tc, false,
Shannon Nelson66fc3602016-01-13 16:51:42 -080010086 &veb->seid, enable_stats, NULL);
Mitch Williams5bc16032016-05-16 10:26:43 -070010087
10088 /* get a VEB from the hardware */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010089 if (ret) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040010090 dev_info(&pf->pdev->dev,
10091 "couldn't add VEB, err %s aq_err %s\n",
10092 i40e_stat_str(&pf->hw, ret),
10093 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010094 return -EPERM;
10095 }
10096
10097 /* get statistics counter */
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040010098 ret = i40e_aq_get_veb_parameters(&pf->hw, veb->seid, NULL, NULL,
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010099 &veb->stats_idx, NULL, NULL, NULL);
10100 if (ret) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040010101 dev_info(&pf->pdev->dev,
10102 "couldn't get VEB statistics idx, err %s aq_err %s\n",
10103 i40e_stat_str(&pf->hw, ret),
10104 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010105 return -EPERM;
10106 }
10107 ret = i40e_veb_get_bw_info(veb);
10108 if (ret) {
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040010109 dev_info(&pf->pdev->dev,
10110 "couldn't get VEB bw info, err %s aq_err %s\n",
10111 i40e_stat_str(&pf->hw, ret),
10112 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
10113 i40e_aq_delete_element(&pf->hw, veb->seid, NULL);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010114 return -ENOENT;
10115 }
10116
10117 vsi->uplink_seid = veb->seid;
10118 vsi->veb_idx = veb->idx;
10119 vsi->flags |= I40E_VSI_FLAG_VEB_OWNER;
10120
10121 return 0;
10122}
10123
10124/**
10125 * i40e_veb_setup - Set up a VEB
10126 * @pf: board private structure
10127 * @flags: VEB setup flags
10128 * @uplink_seid: the switch element to link to
10129 * @vsi_seid: the initial VSI seid
10130 * @enabled_tc: Enabled TC bit-map
10131 *
10132 * This allocates the sw VEB structure and links it into the switch
10133 * It is possible and legal for this to be a duplicate of an already
10134 * existing VEB. It is also possible for both uplink and vsi seids
10135 * to be zero, in order to create a floating VEB.
10136 *
10137 * Returns pointer to the successfully allocated VEB sw struct on
10138 * success, otherwise returns NULL on failure.
10139 **/
10140struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, u16 flags,
10141 u16 uplink_seid, u16 vsi_seid,
10142 u8 enabled_tc)
10143{
10144 struct i40e_veb *veb, *uplink_veb = NULL;
10145 int vsi_idx, veb_idx;
10146 int ret;
10147
10148 /* if one seid is 0, the other must be 0 to create a floating relay */
10149 if ((uplink_seid == 0 || vsi_seid == 0) &&
10150 (uplink_seid + vsi_seid != 0)) {
10151 dev_info(&pf->pdev->dev,
10152 "one, not both seid's are 0: uplink=%d vsi=%d\n",
10153 uplink_seid, vsi_seid);
10154 return NULL;
10155 }
10156
10157 /* make sure there is such a vsi and uplink */
Mitch Williams505682c2014-05-20 08:01:37 +000010158 for (vsi_idx = 0; vsi_idx < pf->num_alloc_vsi; vsi_idx++)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010159 if (pf->vsi[vsi_idx] && pf->vsi[vsi_idx]->seid == vsi_seid)
10160 break;
Mitch Williams505682c2014-05-20 08:01:37 +000010161 if (vsi_idx >= pf->num_alloc_vsi && vsi_seid != 0) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010162 dev_info(&pf->pdev->dev, "vsi seid %d not found\n",
10163 vsi_seid);
10164 return NULL;
10165 }
10166
10167 if (uplink_seid && uplink_seid != pf->mac_seid) {
10168 for (veb_idx = 0; veb_idx < I40E_MAX_VEB; veb_idx++) {
10169 if (pf->veb[veb_idx] &&
10170 pf->veb[veb_idx]->seid == uplink_seid) {
10171 uplink_veb = pf->veb[veb_idx];
10172 break;
10173 }
10174 }
10175 if (!uplink_veb) {
10176 dev_info(&pf->pdev->dev,
10177 "uplink seid %d not found\n", uplink_seid);
10178 return NULL;
10179 }
10180 }
10181
10182 /* get veb sw struct */
10183 veb_idx = i40e_veb_mem_alloc(pf);
10184 if (veb_idx < 0)
10185 goto err_alloc;
10186 veb = pf->veb[veb_idx];
10187 veb->flags = flags;
10188 veb->uplink_seid = uplink_seid;
10189 veb->veb_idx = (uplink_veb ? uplink_veb->idx : I40E_NO_VEB);
10190 veb->enabled_tc = (enabled_tc ? enabled_tc : 0x1);
10191
10192 /* create the VEB in the switch */
10193 ret = i40e_add_veb(veb, pf->vsi[vsi_idx]);
10194 if (ret)
10195 goto err_veb;
Shannon Nelson1bb8b932014-04-23 04:49:54 +000010196 if (vsi_idx == pf->lan_vsi)
10197 pf->lan_veb = veb->idx;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010198
10199 return veb;
10200
10201err_veb:
10202 i40e_veb_clear(veb);
10203err_alloc:
10204 return NULL;
10205}
10206
10207/**
Jeff Kirsherb40c82e2015-02-27 09:18:34 +000010208 * i40e_setup_pf_switch_element - set PF vars based on switch type
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010209 * @pf: board private structure
10210 * @ele: element we are building info from
10211 * @num_reported: total number of elements
10212 * @printconfig: should we print the contents
10213 *
10214 * helper function to assist in extracting a few useful SEID values.
10215 **/
10216static void i40e_setup_pf_switch_element(struct i40e_pf *pf,
10217 struct i40e_aqc_switch_config_element_resp *ele,
10218 u16 num_reported, bool printconfig)
10219{
10220 u16 downlink_seid = le16_to_cpu(ele->downlink_seid);
10221 u16 uplink_seid = le16_to_cpu(ele->uplink_seid);
10222 u8 element_type = ele->element_type;
10223 u16 seid = le16_to_cpu(ele->seid);
10224
10225 if (printconfig)
10226 dev_info(&pf->pdev->dev,
10227 "type=%d seid=%d uplink=%d downlink=%d\n",
10228 element_type, seid, uplink_seid, downlink_seid);
10229
10230 switch (element_type) {
10231 case I40E_SWITCH_ELEMENT_TYPE_MAC:
10232 pf->mac_seid = seid;
10233 break;
10234 case I40E_SWITCH_ELEMENT_TYPE_VEB:
10235 /* Main VEB? */
10236 if (uplink_seid != pf->mac_seid)
10237 break;
10238 if (pf->lan_veb == I40E_NO_VEB) {
10239 int v;
10240
10241 /* find existing or else empty VEB */
10242 for (v = 0; v < I40E_MAX_VEB; v++) {
10243 if (pf->veb[v] && (pf->veb[v]->seid == seid)) {
10244 pf->lan_veb = v;
10245 break;
10246 }
10247 }
10248 if (pf->lan_veb == I40E_NO_VEB) {
10249 v = i40e_veb_mem_alloc(pf);
10250 if (v < 0)
10251 break;
10252 pf->lan_veb = v;
10253 }
10254 }
10255
10256 pf->veb[pf->lan_veb]->seid = seid;
10257 pf->veb[pf->lan_veb]->uplink_seid = pf->mac_seid;
10258 pf->veb[pf->lan_veb]->pf = pf;
10259 pf->veb[pf->lan_veb]->veb_idx = I40E_NO_VEB;
10260 break;
10261 case I40E_SWITCH_ELEMENT_TYPE_VSI:
10262 if (num_reported != 1)
10263 break;
10264 /* This is immediately after a reset so we can assume this is
10265 * the PF's VSI
10266 */
10267 pf->mac_seid = uplink_seid;
10268 pf->pf_seid = downlink_seid;
10269 pf->main_vsi_seid = seid;
10270 if (printconfig)
10271 dev_info(&pf->pdev->dev,
10272 "pf_seid=%d main_vsi_seid=%d\n",
10273 pf->pf_seid, pf->main_vsi_seid);
10274 break;
10275 case I40E_SWITCH_ELEMENT_TYPE_PF:
10276 case I40E_SWITCH_ELEMENT_TYPE_VF:
10277 case I40E_SWITCH_ELEMENT_TYPE_EMP:
10278 case I40E_SWITCH_ELEMENT_TYPE_BMC:
10279 case I40E_SWITCH_ELEMENT_TYPE_PE:
10280 case I40E_SWITCH_ELEMENT_TYPE_PA:
10281 /* ignore these for now */
10282 break;
10283 default:
10284 dev_info(&pf->pdev->dev, "unknown element type=%d seid=%d\n",
10285 element_type, seid);
10286 break;
10287 }
10288}
10289
10290/**
10291 * i40e_fetch_switch_configuration - Get switch config from firmware
10292 * @pf: board private structure
10293 * @printconfig: should we print the contents
10294 *
10295 * Get the current switch configuration from the device and
10296 * extract a few useful SEID values.
10297 **/
10298int i40e_fetch_switch_configuration(struct i40e_pf *pf, bool printconfig)
10299{
10300 struct i40e_aqc_get_switch_config_resp *sw_config;
10301 u16 next_seid = 0;
10302 int ret = 0;
10303 u8 *aq_buf;
10304 int i;
10305
10306 aq_buf = kzalloc(I40E_AQ_LARGE_BUF, GFP_KERNEL);
10307 if (!aq_buf)
10308 return -ENOMEM;
10309
10310 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf;
10311 do {
10312 u16 num_reported, num_total;
10313
10314 ret = i40e_aq_get_switch_config(&pf->hw, sw_config,
10315 I40E_AQ_LARGE_BUF,
10316 &next_seid, NULL);
10317 if (ret) {
10318 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040010319 "get switch config failed err %s aq_err %s\n",
10320 i40e_stat_str(&pf->hw, ret),
10321 i40e_aq_str(&pf->hw,
10322 pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010323 kfree(aq_buf);
10324 return -ENOENT;
10325 }
10326
10327 num_reported = le16_to_cpu(sw_config->header.num_reported);
10328 num_total = le16_to_cpu(sw_config->header.num_total);
10329
10330 if (printconfig)
10331 dev_info(&pf->pdev->dev,
10332 "header: %d reported %d total\n",
10333 num_reported, num_total);
10334
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010335 for (i = 0; i < num_reported; i++) {
10336 struct i40e_aqc_switch_config_element_resp *ele =
10337 &sw_config->element[i];
10338
10339 i40e_setup_pf_switch_element(pf, ele, num_reported,
10340 printconfig);
10341 }
10342 } while (next_seid != 0);
10343
10344 kfree(aq_buf);
10345 return ret;
10346}
10347
10348/**
10349 * i40e_setup_pf_switch - Setup the HW switch on startup or after reset
10350 * @pf: board private structure
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +000010351 * @reinit: if the Main VSI needs to re-initialized.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010352 *
10353 * Returns 0 on success, negative value on failure
10354 **/
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +000010355static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit)
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010356{
Anjali Singhai Jainb5569892016-05-03 15:13:12 -070010357 u16 flags = 0;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010358 int ret;
10359
10360 /* find out what's out there already */
10361 ret = i40e_fetch_switch_configuration(pf, false);
10362 if (ret) {
10363 dev_info(&pf->pdev->dev,
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040010364 "couldn't fetch switch config, err %s aq_err %s\n",
10365 i40e_stat_str(&pf->hw, ret),
10366 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010367 return ret;
10368 }
10369 i40e_pf_reset_stats(pf);
10370
Anjali Singhai Jainb5569892016-05-03 15:13:12 -070010371 /* set the switch config bit for the whole device to
10372 * support limited promisc or true promisc
10373 * when user requests promisc. The default is limited
10374 * promisc.
10375 */
10376
10377 if ((pf->hw.pf_id == 0) &&
10378 !(pf->flags & I40E_FLAG_TRUE_PROMISC_SUPPORT))
10379 flags = I40E_AQ_SET_SWITCH_CFG_PROMISC;
10380
10381 if (pf->hw.pf_id == 0) {
10382 u16 valid_flags;
10383
10384 valid_flags = I40E_AQ_SET_SWITCH_CFG_PROMISC;
10385 ret = i40e_aq_set_switch_config(&pf->hw, flags, valid_flags,
10386 NULL);
10387 if (ret && pf->hw.aq.asq_last_status != I40E_AQ_RC_ESRCH) {
10388 dev_info(&pf->pdev->dev,
10389 "couldn't set switch config bits, err %s aq_err %s\n",
10390 i40e_stat_str(&pf->hw, ret),
10391 i40e_aq_str(&pf->hw,
10392 pf->hw.aq.asq_last_status));
10393 /* not a fatal problem, just keep going */
10394 }
10395 }
10396
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010397 /* first time setup */
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +000010398 if (pf->lan_vsi == I40E_NO_VSI || reinit) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010399 struct i40e_vsi *vsi = NULL;
10400 u16 uplink_seid;
10401
10402 /* Set up the PF VSI associated with the PF's main VSI
10403 * that is already in the HW switch
10404 */
10405 if (pf->lan_veb != I40E_NO_VEB && pf->veb[pf->lan_veb])
10406 uplink_seid = pf->veb[pf->lan_veb]->seid;
10407 else
10408 uplink_seid = pf->mac_seid;
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +000010409 if (pf->lan_vsi == I40E_NO_VSI)
10410 vsi = i40e_vsi_setup(pf, I40E_VSI_MAIN, uplink_seid, 0);
10411 else if (reinit)
10412 vsi = i40e_vsi_reinit_setup(pf->vsi[pf->lan_vsi]);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010413 if (!vsi) {
10414 dev_info(&pf->pdev->dev, "setup of MAIN VSI failed\n");
10415 i40e_fdir_teardown(pf);
10416 return -EAGAIN;
10417 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010418 } else {
10419 /* force a reset of TC and queue layout configurations */
10420 u8 enabled_tc = pf->vsi[pf->lan_vsi]->tc_config.enabled_tc;
Jesse Brandeburg6995b362015-08-28 17:55:54 -040010421
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010422 pf->vsi[pf->lan_vsi]->tc_config.enabled_tc = 0;
10423 pf->vsi[pf->lan_vsi]->seid = pf->main_vsi_seid;
10424 i40e_vsi_config_tc(pf->vsi[pf->lan_vsi], enabled_tc);
10425 }
10426 i40e_vlan_stripping_disable(pf->vsi[pf->lan_vsi]);
10427
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080010428 i40e_fdir_sb_setup(pf);
10429
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010430 /* Setup static PF queue filter control settings */
10431 ret = i40e_setup_pf_filter_control(pf);
10432 if (ret) {
10433 dev_info(&pf->pdev->dev, "setup_pf_filter_control failed: %d\n",
10434 ret);
10435 /* Failure here should not stop continuing other steps */
10436 }
10437
10438 /* enable RSS in the HW, even for only one queue, as the stack can use
10439 * the hash
10440 */
10441 if ((pf->flags & I40E_FLAG_RSS_ENABLED))
Helin Zhang043dd652015-10-21 19:56:23 -040010442 i40e_pf_config_rss(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010443
10444 /* fill in link information and enable LSE reporting */
Catherine Sullivan0a862b42015-08-31 19:54:53 -040010445 i40e_update_link_info(&pf->hw);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010446 i40e_link_event(pf);
10447
Jesse Brandeburgd52c20b2013-11-26 10:49:15 +000010448 /* Initialize user-specific link properties */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010449 pf->fc_autoneg_status = ((pf->hw.phy.link_info.an_info &
10450 I40E_AQ_AN_COMPLETED) ? true : false);
Jesse Brandeburgd52c20b2013-11-26 10:49:15 +000010451
Jacob Kellerbeb0dff2014-01-11 05:43:19 +000010452 i40e_ptp_init(pf);
10453
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010454 return ret;
10455}
10456
10457/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010458 * i40e_determine_queue_usage - Work out queue distribution
10459 * @pf: board private structure
10460 **/
10461static void i40e_determine_queue_usage(struct i40e_pf *pf)
10462{
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010463 int queues_left;
10464
10465 pf->num_lan_qps = 0;
Vasu Dev38e00432014-08-01 13:27:03 -070010466#ifdef I40E_FCOE
10467 pf->num_fcoe_qps = 0;
10468#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010469
10470 /* Find the max queues to be put into basic use. We'll always be
10471 * using TC0, whether or not DCB is running, and TC0 will get the
10472 * big RSS set.
10473 */
10474 queues_left = pf->hw.func_caps.num_tx_qp;
10475
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080010476 if ((queues_left == 1) ||
Frank Zhang9aa7e932014-05-20 08:01:42 +000010477 !(pf->flags & I40E_FLAG_MSIX_ENABLED)) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010478 /* one qp for PF, no queues for anything else */
10479 queues_left = 0;
Helin Zhangacd65442015-10-26 19:44:28 -040010480 pf->alloc_rss_size = pf->num_lan_qps = 1;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010481
10482 /* make sure all the fancies are disabled */
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -080010483 pf->flags &= ~(I40E_FLAG_RSS_ENABLED |
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -060010484 I40E_FLAG_IWARP_ENABLED |
Vasu Dev38e00432014-08-01 13:27:03 -070010485#ifdef I40E_FCOE
10486 I40E_FLAG_FCOE_ENABLED |
10487#endif
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -080010488 I40E_FLAG_FD_SB_ENABLED |
10489 I40E_FLAG_FD_ATR_ENABLED |
Neerav Parikh4d9b6042014-05-22 06:31:51 +000010490 I40E_FLAG_DCB_CAPABLE |
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -080010491 I40E_FLAG_SRIOV_ENABLED |
10492 I40E_FLAG_VMDQ_ENABLED);
Frank Zhang9aa7e932014-05-20 08:01:42 +000010493 } else if (!(pf->flags & (I40E_FLAG_RSS_ENABLED |
10494 I40E_FLAG_FD_SB_ENABLED |
Anjali Singhai Jainbbe7d0e2014-05-20 08:01:44 +000010495 I40E_FLAG_FD_ATR_ENABLED |
Neerav Parikh4d9b6042014-05-22 06:31:51 +000010496 I40E_FLAG_DCB_CAPABLE))) {
Frank Zhang9aa7e932014-05-20 08:01:42 +000010497 /* one qp for PF */
Helin Zhangacd65442015-10-26 19:44:28 -040010498 pf->alloc_rss_size = pf->num_lan_qps = 1;
Frank Zhang9aa7e932014-05-20 08:01:42 +000010499 queues_left -= pf->num_lan_qps;
10500
10501 pf->flags &= ~(I40E_FLAG_RSS_ENABLED |
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -060010502 I40E_FLAG_IWARP_ENABLED |
Vasu Dev38e00432014-08-01 13:27:03 -070010503#ifdef I40E_FCOE
10504 I40E_FLAG_FCOE_ENABLED |
10505#endif
Frank Zhang9aa7e932014-05-20 08:01:42 +000010506 I40E_FLAG_FD_SB_ENABLED |
10507 I40E_FLAG_FD_ATR_ENABLED |
10508 I40E_FLAG_DCB_ENABLED |
10509 I40E_FLAG_VMDQ_ENABLED);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010510 } else {
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080010511 /* Not enough queues for all TCs */
Neerav Parikh4d9b6042014-05-22 06:31:51 +000010512 if ((pf->flags & I40E_FLAG_DCB_CAPABLE) &&
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080010513 (queues_left < I40E_MAX_TRAFFIC_CLASS)) {
Neerav Parikh4d9b6042014-05-22 06:31:51 +000010514 pf->flags &= ~I40E_FLAG_DCB_CAPABLE;
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080010515 dev_info(&pf->pdev->dev, "not enough queues for DCB. DCB is disabled.\n");
10516 }
Anjali Singhai Jain9a3bd2f2015-02-24 06:58:44 +000010517 pf->num_lan_qps = max_t(int, pf->rss_size_max,
10518 num_online_cpus());
10519 pf->num_lan_qps = min_t(int, pf->num_lan_qps,
10520 pf->hw.func_caps.num_tx_qp);
10521
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080010522 queues_left -= pf->num_lan_qps;
10523 }
10524
Vasu Dev38e00432014-08-01 13:27:03 -070010525#ifdef I40E_FCOE
10526 if (pf->flags & I40E_FLAG_FCOE_ENABLED) {
10527 if (I40E_DEFAULT_FCOE <= queues_left) {
10528 pf->num_fcoe_qps = I40E_DEFAULT_FCOE;
10529 } else if (I40E_MINIMUM_FCOE <= queues_left) {
10530 pf->num_fcoe_qps = I40E_MINIMUM_FCOE;
10531 } else {
10532 pf->num_fcoe_qps = 0;
10533 pf->flags &= ~I40E_FLAG_FCOE_ENABLED;
10534 dev_info(&pf->pdev->dev, "not enough queues for FCoE. FCoE feature will be disabled\n");
10535 }
10536
10537 queues_left -= pf->num_fcoe_qps;
10538 }
10539
10540#endif
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080010541 if (pf->flags & I40E_FLAG_FD_SB_ENABLED) {
10542 if (queues_left > 1) {
10543 queues_left -= 1; /* save 1 queue for FD */
10544 } else {
10545 pf->flags &= ~I40E_FLAG_FD_SB_ENABLED;
10546 dev_info(&pf->pdev->dev, "not enough queues for Flow Director. Flow Director feature is disabled\n");
10547 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010548 }
10549
10550 if ((pf->flags & I40E_FLAG_SRIOV_ENABLED) &&
10551 pf->num_vf_qps && pf->num_req_vfs && queues_left) {
Anjali Singhai Jaincbf61322014-01-17 15:36:35 -080010552 pf->num_req_vfs = min_t(int, pf->num_req_vfs,
10553 (queues_left / pf->num_vf_qps));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010554 queues_left -= (pf->num_req_vfs * pf->num_vf_qps);
10555 }
10556
10557 if ((pf->flags & I40E_FLAG_VMDQ_ENABLED) &&
10558 pf->num_vmdq_vsis && pf->num_vmdq_qps && queues_left) {
10559 pf->num_vmdq_vsis = min_t(int, pf->num_vmdq_vsis,
10560 (queues_left / pf->num_vmdq_qps));
10561 queues_left -= (pf->num_vmdq_vsis * pf->num_vmdq_qps);
10562 }
10563
Anjali Singhai Jainf8ff1462013-11-26 10:49:19 +000010564 pf->queues_left = queues_left;
Neerav Parikh8279e492015-09-03 17:18:50 -040010565 dev_dbg(&pf->pdev->dev,
10566 "qs_avail=%d FD SB=%d lan_qs=%d lan_tc0=%d vf=%d*%d vmdq=%d*%d, remaining=%d\n",
10567 pf->hw.func_caps.num_tx_qp,
10568 !!(pf->flags & I40E_FLAG_FD_SB_ENABLED),
Helin Zhangacd65442015-10-26 19:44:28 -040010569 pf->num_lan_qps, pf->alloc_rss_size, pf->num_req_vfs,
10570 pf->num_vf_qps, pf->num_vmdq_vsis, pf->num_vmdq_qps,
10571 queues_left);
Vasu Dev38e00432014-08-01 13:27:03 -070010572#ifdef I40E_FCOE
Neerav Parikh8279e492015-09-03 17:18:50 -040010573 dev_dbg(&pf->pdev->dev, "fcoe queues = %d\n", pf->num_fcoe_qps);
Vasu Dev38e00432014-08-01 13:27:03 -070010574#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010575}
10576
10577/**
10578 * i40e_setup_pf_filter_control - Setup PF static filter control
10579 * @pf: PF to be setup
10580 *
Jeff Kirsherb40c82e2015-02-27 09:18:34 +000010581 * i40e_setup_pf_filter_control sets up a PF's initial filter control
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010582 * settings. If PE/FCoE are enabled then it will also set the per PF
10583 * based filter sizes required for them. It also enables Flow director,
10584 * ethertype and macvlan type filter settings for the pf.
10585 *
10586 * Returns 0 on success, negative on failure
10587 **/
10588static int i40e_setup_pf_filter_control(struct i40e_pf *pf)
10589{
10590 struct i40e_filter_control_settings *settings = &pf->filter_settings;
10591
10592 settings->hash_lut_size = I40E_HASH_LUT_SIZE_128;
10593
10594 /* Flow Director is enabled */
Jesse Brandeburg60ea5f82014-01-17 15:36:34 -080010595 if (pf->flags & (I40E_FLAG_FD_SB_ENABLED | I40E_FLAG_FD_ATR_ENABLED))
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010596 settings->enable_fdir = true;
10597
10598 /* Ethtype and MACVLAN filters enabled for PF */
10599 settings->enable_ethtype = true;
10600 settings->enable_macvlan = true;
10601
10602 if (i40e_set_filter_control(&pf->hw, settings))
10603 return -ENOENT;
10604
10605 return 0;
10606}
10607
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010608#define INFO_STRING_LEN 255
Shannon Nelson7fd89542015-10-21 19:47:04 -040010609#define REMAIN(__x) (INFO_STRING_LEN - (__x))
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010610static void i40e_print_features(struct i40e_pf *pf)
10611{
10612 struct i40e_hw *hw = &pf->hw;
Joe Perches3b195842015-12-03 04:20:57 -080010613 char *buf;
10614 int i;
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010615
Joe Perches3b195842015-12-03 04:20:57 -080010616 buf = kmalloc(INFO_STRING_LEN, GFP_KERNEL);
10617 if (!buf)
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010618 return;
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010619
Joe Perches3b195842015-12-03 04:20:57 -080010620 i = snprintf(buf, INFO_STRING_LEN, "Features: PF-id[%d]", hw->pf_id);
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010621#ifdef CONFIG_PCI_IOV
Joe Perches3b195842015-12-03 04:20:57 -080010622 i += snprintf(&buf[i], REMAIN(i), " VFs: %d", pf->num_req_vfs);
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010623#endif
Jesse Brandeburg1a557afc2016-04-20 19:43:37 -070010624 i += snprintf(&buf[i], REMAIN(i), " VSIs: %d QP: %d",
Shannon Nelson7fd89542015-10-21 19:47:04 -040010625 pf->hw.func_caps.num_vsis,
Jesse Brandeburg1a557afc2016-04-20 19:43:37 -070010626 pf->vsi[pf->lan_vsi]->num_queue_pairs);
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010627 if (pf->flags & I40E_FLAG_RSS_ENABLED)
Joe Perches3b195842015-12-03 04:20:57 -080010628 i += snprintf(&buf[i], REMAIN(i), " RSS");
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010629 if (pf->flags & I40E_FLAG_FD_ATR_ENABLED)
Joe Perches3b195842015-12-03 04:20:57 -080010630 i += snprintf(&buf[i], REMAIN(i), " FD_ATR");
Akeem G Abodunrinc6423ff2014-05-10 04:49:08 +000010631 if (pf->flags & I40E_FLAG_FD_SB_ENABLED) {
Joe Perches3b195842015-12-03 04:20:57 -080010632 i += snprintf(&buf[i], REMAIN(i), " FD_SB");
10633 i += snprintf(&buf[i], REMAIN(i), " NTUPLE");
Akeem G Abodunrinc6423ff2014-05-10 04:49:08 +000010634 }
Neerav Parikh4d9b6042014-05-22 06:31:51 +000010635 if (pf->flags & I40E_FLAG_DCB_CAPABLE)
Joe Perches3b195842015-12-03 04:20:57 -080010636 i += snprintf(&buf[i], REMAIN(i), " DCB");
Joe Perches3b195842015-12-03 04:20:57 -080010637 i += snprintf(&buf[i], REMAIN(i), " VxLAN");
Singhai, Anjali6a899022015-12-14 12:21:18 -080010638 i += snprintf(&buf[i], REMAIN(i), " Geneve");
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010639 if (pf->flags & I40E_FLAG_PTP)
Joe Perches3b195842015-12-03 04:20:57 -080010640 i += snprintf(&buf[i], REMAIN(i), " PTP");
Vasu Dev38e00432014-08-01 13:27:03 -070010641#ifdef I40E_FCOE
10642 if (pf->flags & I40E_FLAG_FCOE_ENABLED)
Joe Perches3b195842015-12-03 04:20:57 -080010643 i += snprintf(&buf[i], REMAIN(i), " FCOE");
Vasu Dev38e00432014-08-01 13:27:03 -070010644#endif
Shannon Nelson6dec1012015-09-28 14:12:30 -040010645 if (pf->flags & I40E_FLAG_VEB_MODE_ENABLED)
Joe Perches3b195842015-12-03 04:20:57 -080010646 i += snprintf(&buf[i], REMAIN(i), " VEB");
Shannon Nelson6dec1012015-09-28 14:12:30 -040010647 else
Joe Perches3b195842015-12-03 04:20:57 -080010648 i += snprintf(&buf[i], REMAIN(i), " VEPA");
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010649
Joe Perches3b195842015-12-03 04:20:57 -080010650 dev_info(&pf->pdev->dev, "%s\n", buf);
10651 kfree(buf);
Shannon Nelson7fd89542015-10-21 19:47:04 -040010652 WARN_ON(i > INFO_STRING_LEN);
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000010653}
10654
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010655/**
Sowmini Varadhanb499ffb2015-12-07 15:06:34 -050010656 * i40e_get_platform_mac_addr - get platform-specific MAC address
10657 *
10658 * @pdev: PCI device information struct
10659 * @pf: board private structure
10660 *
10661 * Look up the MAC address in Open Firmware on systems that support it,
10662 * and use IDPROM on SPARC if no OF address is found. On return, the
10663 * I40E_FLAG_PF_MAC will be wset in pf->flags if a platform-specific value
10664 * has been selected.
10665 **/
10666static void i40e_get_platform_mac_addr(struct pci_dev *pdev, struct i40e_pf *pf)
10667{
Sowmini Varadhanb499ffb2015-12-07 15:06:34 -050010668 pf->flags &= ~I40E_FLAG_PF_MAC;
Sowmini Varadhanba942722016-01-12 19:32:31 -080010669 if (!eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr))
Sowmini Varadhanb499ffb2015-12-07 15:06:34 -050010670 pf->flags |= I40E_FLAG_PF_MAC;
Sowmini Varadhanb499ffb2015-12-07 15:06:34 -050010671}
10672
10673/**
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010674 * i40e_probe - Device initialization routine
10675 * @pdev: PCI device information struct
10676 * @ent: entry in i40e_pci_tbl
10677 *
Jeff Kirsherb40c82e2015-02-27 09:18:34 +000010678 * i40e_probe initializes a PF identified by a pci_dev structure.
10679 * The OS initialization, configuring of the PF private structure,
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010680 * and a hardware reset occur.
10681 *
10682 * Returns 0 on success, negative on failure
10683 **/
10684static int i40e_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
10685{
Catherine Sullivane8278452015-02-06 08:52:08 +000010686 struct i40e_aq_get_phy_abilities_resp abilities;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010687 struct i40e_pf *pf;
10688 struct i40e_hw *hw;
Anjali Singhai Jain93cd7652013-11-20 10:03:01 +000010689 static u16 pfs_found;
Shannon Nelson1d5109d2015-08-26 15:14:08 -040010690 u16 wol_nvm_bits;
Catherine Sullivand4dfb812013-11-28 06:39:21 +000010691 u16 link_status;
Jean Sacren6f66a482015-09-19 05:08:45 -060010692 int err;
Anjali Singhai Jain4f2f017c2015-10-21 19:47:07 -040010693 u32 val;
Shannon Nelson8a9eb7d2014-03-14 07:32:28 +000010694 u32 i;
Helin Zhang58fc3262015-10-01 14:37:38 -040010695 u8 set_fc_aq_fail;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010696
10697 err = pci_enable_device_mem(pdev);
10698 if (err)
10699 return err;
10700
10701 /* set up for high or low dma */
Mitch Williams64942942014-02-11 08:26:33 +000010702 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64));
Mitch Williams64942942014-02-11 08:26:33 +000010703 if (err) {
Jean Sacrene3e3bfd2014-03-25 04:30:27 +000010704 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32));
10705 if (err) {
10706 dev_err(&pdev->dev,
10707 "DMA configuration failed: 0x%x\n", err);
10708 goto err_dma;
10709 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010710 }
10711
10712 /* set up pci connections */
10713 err = pci_request_selected_regions(pdev, pci_select_bars(pdev,
10714 IORESOURCE_MEM), i40e_driver_name);
10715 if (err) {
10716 dev_info(&pdev->dev,
10717 "pci_request_selected_regions failed %d\n", err);
10718 goto err_pci_reg;
10719 }
10720
10721 pci_enable_pcie_error_reporting(pdev);
10722 pci_set_master(pdev);
10723
10724 /* Now that we have a PCI connection, we need to do the
10725 * low level device setup. This is primarily setting up
10726 * the Admin Queue structures and then querying for the
10727 * device's current profile information.
10728 */
10729 pf = kzalloc(sizeof(*pf), GFP_KERNEL);
10730 if (!pf) {
10731 err = -ENOMEM;
10732 goto err_pf_alloc;
10733 }
10734 pf->next_vsi = 0;
10735 pf->pdev = pdev;
10736 set_bit(__I40E_DOWN, &pf->state);
10737
10738 hw = &pf->hw;
10739 hw->back = pf;
Anjali Singhai232f4702015-02-26 16:15:39 +000010740
Shannon Nelson2ac8b672015-07-23 16:54:37 -040010741 pf->ioremap_len = min_t(int, pci_resource_len(pdev, 0),
10742 I40E_MAX_CSR_SPACE);
Anjali Singhai232f4702015-02-26 16:15:39 +000010743
Shannon Nelson2ac8b672015-07-23 16:54:37 -040010744 hw->hw_addr = ioremap(pci_resource_start(pdev, 0), pf->ioremap_len);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010745 if (!hw->hw_addr) {
10746 err = -EIO;
10747 dev_info(&pdev->dev, "ioremap(0x%04x, 0x%04x) failed: 0x%x\n",
10748 (unsigned int)pci_resource_start(pdev, 0),
Shannon Nelson2ac8b672015-07-23 16:54:37 -040010749 pf->ioremap_len, err);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010750 goto err_ioremap;
10751 }
10752 hw->vendor_id = pdev->vendor;
10753 hw->device_id = pdev->device;
10754 pci_read_config_byte(pdev, PCI_REVISION_ID, &hw->revision_id);
10755 hw->subsystem_vendor_id = pdev->subsystem_vendor;
10756 hw->subsystem_device_id = pdev->subsystem_device;
10757 hw->bus.device = PCI_SLOT(pdev->devfn);
10758 hw->bus.func = PCI_FUNC(pdev->devfn);
Anjali Singhai Jain93cd7652013-11-20 10:03:01 +000010759 pf->instance = pfs_found;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010760
Shannon Nelsonde03d2b2016-03-10 14:59:44 -080010761 /* set up the locks for the AQ, do this only once in probe
10762 * and destroy them only once in remove
10763 */
10764 mutex_init(&hw->aq.asq_mutex);
10765 mutex_init(&hw->aq.arq_mutex);
10766
Shannon Nelson5b5faa42014-10-17 03:14:51 +000010767 if (debug != -1) {
10768 pf->msg_enable = pf->hw.debug_mask;
10769 pf->msg_enable = debug;
10770 }
10771
Jesse Brandeburg7134f9c2013-11-26 08:56:05 +000010772 /* do a special CORER for clearing PXE mode once at init */
10773 if (hw->revision_id == 0 &&
10774 (rd32(hw, I40E_GLLAN_RCTL_0) & I40E_GLLAN_RCTL_0_PXE_MODE_MASK)) {
10775 wr32(hw, I40E_GLGEN_RTRIG, I40E_GLGEN_RTRIG_CORER_MASK);
10776 i40e_flush(hw);
10777 msleep(200);
10778 pf->corer_count++;
10779
10780 i40e_clear_pxe_mode(hw);
10781 }
10782
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010783 /* Reset here to make sure all is clean and to define PF 'n' */
Shannon Nelson838d41d2014-06-04 20:41:27 +000010784 i40e_clear_hw(hw);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010785 err = i40e_pf_reset(hw);
10786 if (err) {
10787 dev_info(&pdev->dev, "Initial pf_reset failed: %d\n", err);
10788 goto err_pf_reset;
10789 }
10790 pf->pfr_count++;
10791
10792 hw->aq.num_arq_entries = I40E_AQ_LEN;
10793 hw->aq.num_asq_entries = I40E_AQ_LEN;
10794 hw->aq.arq_buf_size = I40E_MAX_AQ_BUF_SIZE;
10795 hw->aq.asq_buf_size = I40E_MAX_AQ_BUF_SIZE;
10796 pf->adminq_work_limit = I40E_AQ_WORK_LIMIT;
Carolyn Wybornyb2008cb2014-11-11 20:05:26 +000010797
Carolyn Wybornyb294ac72014-12-11 07:06:39 +000010798 snprintf(pf->int_name, sizeof(pf->int_name) - 1,
Carolyn Wybornyb2008cb2014-11-11 20:05:26 +000010799 "%s-%s:misc",
10800 dev_driver_string(&pf->pdev->dev), dev_name(&pdev->dev));
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010801
10802 err = i40e_init_shared_code(hw);
10803 if (err) {
Anjali Singhai Jainb2a75c52015-04-27 14:57:20 -040010804 dev_warn(&pdev->dev, "unidentified MAC or BLANK NVM: %d\n",
10805 err);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010806 goto err_pf_reset;
10807 }
10808
Jesse Brandeburgd52c20b2013-11-26 10:49:15 +000010809 /* set up a default setting for link flow control */
10810 pf->hw.fc.requested_mode = I40E_FC_NONE;
10811
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010812 err = i40e_init_adminq(hw);
Carolyn Wyborny2b2426a762015-10-26 19:44:35 -040010813 if (err) {
10814 if (err == I40E_ERR_FIRMWARE_API_VERSION)
10815 dev_info(&pdev->dev,
10816 "The driver for the device stopped because the NVM image is newer than expected. You must install the most recent version of the network driver.\n");
10817 else
10818 dev_info(&pdev->dev,
10819 "The driver for the device stopped because the device firmware failed to init. Try updating your NVM image.\n");
10820
10821 goto err_pf_reset;
10822 }
Carolyn Wybornyf0b44442015-08-31 19:54:49 -040010823
Shannon Nelson6dec1012015-09-28 14:12:30 -040010824 /* provide nvm, fw, api versions */
10825 dev_info(&pdev->dev, "fw %d.%d.%05d api %d.%d nvm %s\n",
10826 hw->aq.fw_maj_ver, hw->aq.fw_min_ver, hw->aq.fw_build,
10827 hw->aq.api_maj_ver, hw->aq.api_min_ver,
10828 i40e_nvm_version_str(hw));
Carolyn Wybornyf0b44442015-08-31 19:54:49 -040010829
Catherine Sullivan7aa67612014-07-09 07:46:17 +000010830 if (hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR &&
10831 hw->aq.api_min_ver > I40E_FW_API_VERSION_MINOR)
Shannon Nelson278b6f62014-06-04 01:41:03 +000010832 dev_info(&pdev->dev,
Catherine Sullivan7aa67612014-07-09 07:46:17 +000010833 "The driver for the device detected a newer version of the NVM image than expected. Please install the most recent version of the network driver.\n");
10834 else if (hw->aq.api_maj_ver < I40E_FW_API_VERSION_MAJOR ||
10835 hw->aq.api_min_ver < (I40E_FW_API_VERSION_MINOR - 1))
Shannon Nelson278b6f62014-06-04 01:41:03 +000010836 dev_info(&pdev->dev,
Catherine Sullivan7aa67612014-07-09 07:46:17 +000010837 "The driver for the device detected an older version of the NVM image than expected. Please update the NVM image.\n");
Shannon Nelson278b6f62014-06-04 01:41:03 +000010838
Shannon Nelson4eb3f762014-03-06 08:59:58 +000010839 i40e_verify_eeprom(pf);
10840
Jesse Brandeburg2c5fe332014-04-23 04:49:57 +000010841 /* Rev 0 hardware was never productized */
10842 if (hw->revision_id < 1)
10843 dev_warn(&pdev->dev, "This device is a pre-production adapter/LOM. Please be aware there may be issues with your hardware. If you are experiencing problems please contact your Intel or hardware representative who provided you with this hardware.\n");
10844
Shannon Nelson6ff4ef82013-12-21 05:44:49 +000010845 i40e_clear_pxe_mode(hw);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010846 err = i40e_get_capabilities(pf);
10847 if (err)
10848 goto err_adminq_setup;
10849
10850 err = i40e_sw_init(pf);
10851 if (err) {
10852 dev_info(&pdev->dev, "sw_init failed: %d\n", err);
10853 goto err_sw_init;
10854 }
10855
10856 err = i40e_init_lan_hmc(hw, hw->func_caps.num_tx_qp,
10857 hw->func_caps.num_rx_qp,
10858 pf->fcoe_hmc_cntx_num, pf->fcoe_hmc_filt_num);
10859 if (err) {
10860 dev_info(&pdev->dev, "init_lan_hmc failed: %d\n", err);
10861 goto err_init_lan_hmc;
10862 }
10863
10864 err = i40e_configure_lan_hmc(hw, I40E_HMC_MODEL_DIRECT_ONLY);
10865 if (err) {
10866 dev_info(&pdev->dev, "configure_lan_hmc failed: %d\n", err);
10867 err = -ENOENT;
10868 goto err_configure_lan_hmc;
10869 }
10870
Neerav Parikhb686ece2014-12-14 01:55:11 +000010871 /* Disable LLDP for NICs that have firmware versions lower than v4.3.
10872 * Ignore error return codes because if it was already disabled via
10873 * hardware settings this will fail
10874 */
Neerav Parikhf1bbad32016-01-13 16:51:39 -080010875 if (pf->flags & I40E_FLAG_STOP_FW_LLDP) {
Neerav Parikhb686ece2014-12-14 01:55:11 +000010876 dev_info(&pdev->dev, "Stopping firmware LLDP agent.\n");
10877 i40e_aq_stop_lldp(hw, true, NULL);
10878 }
10879
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010880 i40e_get_mac_addr(hw, hw->mac.addr);
Sowmini Varadhanb499ffb2015-12-07 15:06:34 -050010881 /* allow a platform config to override the HW addr */
10882 i40e_get_platform_mac_addr(pdev, pf);
Jesse Brandeburgf62b5062013-11-28 06:39:27 +000010883 if (!is_valid_ether_addr(hw->mac.addr)) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010884 dev_info(&pdev->dev, "invalid MAC address %pM\n", hw->mac.addr);
10885 err = -EIO;
10886 goto err_mac_addr;
10887 }
10888 dev_info(&pdev->dev, "MAC address: %pM\n", hw->mac.addr);
Greg Rose9a173902014-05-22 06:32:02 +000010889 ether_addr_copy(hw->mac.perm_addr, hw->mac.addr);
Neerav Parikh1f224ad2014-02-12 01:45:31 +000010890 i40e_get_port_mac_addr(hw, hw->mac.port_addr);
10891 if (is_valid_ether_addr(hw->mac.port_addr))
10892 pf->flags |= I40E_FLAG_PORT_ID_VALID;
Vasu Dev38e00432014-08-01 13:27:03 -070010893#ifdef I40E_FCOE
10894 err = i40e_get_san_mac_addr(hw, hw->mac.san_addr);
10895 if (err)
10896 dev_info(&pdev->dev,
10897 "(non-fatal) SAN MAC retrieval failed: %d\n", err);
10898 if (!is_valid_ether_addr(hw->mac.san_addr)) {
10899 dev_warn(&pdev->dev, "invalid SAN MAC address %pM, falling back to LAN MAC\n",
10900 hw->mac.san_addr);
10901 ether_addr_copy(hw->mac.san_addr, hw->mac.addr);
10902 }
10903 dev_info(&pf->pdev->dev, "SAN MAC: %pM\n", hw->mac.san_addr);
10904#endif /* I40E_FCOE */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010905
10906 pci_set_drvdata(pdev, pf);
10907 pci_save_state(pdev);
Neerav Parikh4e3b35b2014-01-17 15:36:37 -080010908#ifdef CONFIG_I40E_DCB
10909 err = i40e_init_pf_dcb(pf);
10910 if (err) {
Shannon Nelsonaebfc812014-12-11 07:06:38 +000010911 dev_info(&pdev->dev, "DCB init failed %d, disabled\n", err);
Neerav Parikh4d9b6042014-05-22 06:31:51 +000010912 pf->flags &= ~I40E_FLAG_DCB_CAPABLE;
Neerav Parikh014269f2014-04-01 07:11:48 +000010913 /* Continue without DCB enabled */
Neerav Parikh4e3b35b2014-01-17 15:36:37 -080010914 }
10915#endif /* CONFIG_I40E_DCB */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010916
10917 /* set up periodic task facility */
10918 setup_timer(&pf->service_timer, i40e_service_timer, (unsigned long)pf);
10919 pf->service_timer_period = HZ;
10920
10921 INIT_WORK(&pf->service_task, i40e_service_task);
10922 clear_bit(__I40E_SERVICE_SCHED, &pf->state);
10923 pf->flags |= I40E_FLAG_NEED_LINK_UPDATE;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010924
Shannon Nelson1d5109d2015-08-26 15:14:08 -040010925 /* NVM bit on means WoL disabled for the port */
10926 i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits);
Jesse Brandeburg75f5cea2015-11-19 11:34:14 -080010927 if (BIT (hw->port) & wol_nvm_bits || hw->partition_id != 1)
Shannon Nelson1d5109d2015-08-26 15:14:08 -040010928 pf->wol_en = false;
10929 else
10930 pf->wol_en = true;
Shannon Nelson8e2773a2013-11-28 06:39:22 +000010931 device_set_wakeup_enable(&pf->pdev->dev, pf->wol_en);
10932
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010933 /* set up the main switch operations */
10934 i40e_determine_queue_usage(pf);
Jesse Brandeburgc11472802015-04-07 19:45:39 -040010935 err = i40e_init_interrupt_scheme(pf);
10936 if (err)
10937 goto err_switch_setup;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010938
Mitch Williams505682c2014-05-20 08:01:37 +000010939 /* The number of VSIs reported by the FW is the minimum guaranteed
10940 * to us; HW supports far more and we share the remaining pool with
10941 * the other PFs. We allocate space for more than the guarantee with
10942 * the understanding that we might not get them all later.
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010943 */
Mitch Williams505682c2014-05-20 08:01:37 +000010944 if (pf->hw.func_caps.num_vsis < I40E_MIN_VSI_ALLOC)
10945 pf->num_alloc_vsi = I40E_MIN_VSI_ALLOC;
10946 else
10947 pf->num_alloc_vsi = pf->hw.func_caps.num_vsis;
10948
10949 /* Set up the *vsi struct and our local tracking of the MAIN PF vsi. */
Jesse Brandeburgd17038d2015-12-23 12:05:55 -080010950 pf->vsi = kcalloc(pf->num_alloc_vsi, sizeof(struct i40e_vsi *),
10951 GFP_KERNEL);
Wei Yongjuned87ac02013-09-24 05:17:25 +000010952 if (!pf->vsi) {
10953 err = -ENOMEM;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010954 goto err_switch_setup;
Wei Yongjuned87ac02013-09-24 05:17:25 +000010955 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010956
Anjali Singhai Jainfa11cb32015-05-27 12:06:14 -040010957#ifdef CONFIG_PCI_IOV
10958 /* prep for VF support */
10959 if ((pf->flags & I40E_FLAG_SRIOV_ENABLED) &&
10960 (pf->flags & I40E_FLAG_MSIX_ENABLED) &&
10961 !test_bit(__I40E_BAD_EEPROM, &pf->state)) {
10962 if (pci_num_vf(pdev))
10963 pf->flags |= I40E_FLAG_VEB_MODE_ENABLED;
10964 }
10965#endif
Anjali Singhai Jainbc7d3382013-11-26 10:49:18 +000010966 err = i40e_setup_pf_switch(pf, false);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010967 if (err) {
10968 dev_info(&pdev->dev, "setup_pf_switch failed: %d\n", err);
10969 goto err_vsis;
10970 }
Helin Zhang58fc3262015-10-01 14:37:38 -040010971
10972 /* Make sure flow control is set according to current settings */
10973 err = i40e_set_fc(hw, &set_fc_aq_fail, true);
10974 if (set_fc_aq_fail & I40E_SET_FC_AQ_FAIL_GET)
10975 dev_dbg(&pf->pdev->dev,
10976 "Set fc with err %s aq_err %s on get_phy_cap\n",
10977 i40e_stat_str(hw, err),
10978 i40e_aq_str(hw, hw->aq.asq_last_status));
10979 if (set_fc_aq_fail & I40E_SET_FC_AQ_FAIL_SET)
10980 dev_dbg(&pf->pdev->dev,
10981 "Set fc with err %s aq_err %s on set_phy_config\n",
10982 i40e_stat_str(hw, err),
10983 i40e_aq_str(hw, hw->aq.asq_last_status));
10984 if (set_fc_aq_fail & I40E_SET_FC_AQ_FAIL_UPDATE)
10985 dev_dbg(&pf->pdev->dev,
10986 "Set fc with err %s aq_err %s on get_link_info\n",
10987 i40e_stat_str(hw, err),
10988 i40e_aq_str(hw, hw->aq.asq_last_status));
10989
Shannon Nelson8a9eb7d2014-03-14 07:32:28 +000010990 /* if FDIR VSI was set up, start it now */
Mitch Williams505682c2014-05-20 08:01:37 +000010991 for (i = 0; i < pf->num_alloc_vsi; i++) {
Shannon Nelson8a9eb7d2014-03-14 07:32:28 +000010992 if (pf->vsi[i] && pf->vsi[i]->type == I40E_VSI_FDIR) {
10993 i40e_vsi_open(pf->vsi[i]);
10994 break;
10995 }
10996 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000010997
Shannon Nelson2f0aff42016-01-04 10:33:08 -080010998 /* The driver only wants link up/down and module qualification
10999 * reports from firmware. Note the negative logic.
Jesse Brandeburg7e2453f2014-09-13 07:40:41 +000011000 */
11001 err = i40e_aq_set_phy_int_mask(&pf->hw,
Shannon Nelson2f0aff42016-01-04 10:33:08 -080011002 ~(I40E_AQ_EVENT_LINK_UPDOWN |
Shannon Nelson867a79e2016-03-18 12:18:15 -070011003 I40E_AQ_EVENT_MEDIA_NA |
Shannon Nelson2f0aff42016-01-04 10:33:08 -080011004 I40E_AQ_EVENT_MODULE_QUAL_FAIL), NULL);
Jesse Brandeburg7e2453f2014-09-13 07:40:41 +000011005 if (err)
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040011006 dev_info(&pf->pdev->dev, "set phy mask fail, err %s aq_err %s\n",
11007 i40e_stat_str(&pf->hw, err),
11008 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Jesse Brandeburg7e2453f2014-09-13 07:40:41 +000011009
Anjali Singhai Jain4f2f017c2015-10-21 19:47:07 -040011010 /* Reconfigure hardware for allowing smaller MSS in the case
11011 * of TSO, so that we avoid the MDD being fired and causing
11012 * a reset in the case of small MSS+TSO.
11013 */
11014 val = rd32(hw, I40E_REG_MSS);
11015 if ((val & I40E_REG_MSS_MIN_MASK) > I40E_64BYTE_MSS) {
11016 val &= ~I40E_REG_MSS_MIN_MASK;
11017 val |= I40E_64BYTE_MSS;
11018 wr32(hw, I40E_REG_MSS, val);
11019 }
11020
Anjali Singhai Jain8eed76f2015-12-09 15:50:31 -080011021 if (pf->flags & I40E_FLAG_RESTART_AUTONEG) {
Anjali Singhai Jain025b4a52015-02-24 06:58:46 +000011022 msleep(75);
11023 err = i40e_aq_set_link_restart_an(&pf->hw, true, NULL);
11024 if (err)
Shannon Nelsonf1c7e722015-06-04 16:24:01 -040011025 dev_info(&pf->pdev->dev, "link restart failed, err %s aq_err %s\n",
11026 i40e_stat_str(&pf->hw, err),
11027 i40e_aq_str(&pf->hw,
11028 pf->hw.aq.asq_last_status));
Anjali Singhai Jaincafa2ee2014-09-13 07:40:45 +000011029 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011030 /* The main driver is (mostly) up and happy. We need to set this state
11031 * before setting up the misc vector or we get a race and the vector
11032 * ends up disabled forever.
11033 */
11034 clear_bit(__I40E_DOWN, &pf->state);
11035
11036 /* In case of MSIX we are going to setup the misc vector right here
11037 * to handle admin queue events etc. In case of legacy and MSI
11038 * the misc functionality and queue processing is combined in
11039 * the same vector and that gets setup at open.
11040 */
11041 if (pf->flags & I40E_FLAG_MSIX_ENABLED) {
11042 err = i40e_setup_misc_vector(pf);
11043 if (err) {
11044 dev_info(&pdev->dev,
11045 "setup of misc vector failed: %d\n", err);
11046 goto err_vsis;
11047 }
11048 }
11049
Greg Rosedf805f62014-04-04 04:43:16 +000011050#ifdef CONFIG_PCI_IOV
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011051 /* prep for VF support */
11052 if ((pf->flags & I40E_FLAG_SRIOV_ENABLED) &&
Shannon Nelson4eb3f762014-03-06 08:59:58 +000011053 (pf->flags & I40E_FLAG_MSIX_ENABLED) &&
11054 !test_bit(__I40E_BAD_EEPROM, &pf->state)) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011055 /* disable link interrupts for VFs */
11056 val = rd32(hw, I40E_PFGEN_PORTMDIO_NUM);
11057 val &= ~I40E_PFGEN_PORTMDIO_NUM_VFLINK_STAT_ENA_MASK;
11058 wr32(hw, I40E_PFGEN_PORTMDIO_NUM, val);
11059 i40e_flush(hw);
Mitch Williams4aeec012014-02-13 03:48:47 -080011060
11061 if (pci_num_vf(pdev)) {
11062 dev_info(&pdev->dev,
11063 "Active VFs found, allocating resources.\n");
11064 err = i40e_alloc_vfs(pf, pci_num_vf(pdev));
11065 if (err)
11066 dev_info(&pdev->dev,
11067 "Error %d allocating resources for existing VFs\n",
11068 err);
11069 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011070 }
Greg Rosedf805f62014-04-04 04:43:16 +000011071#endif /* CONFIG_PCI_IOV */
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011072
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -060011073 if (pf->flags & I40E_FLAG_IWARP_ENABLED) {
11074 pf->iwarp_base_vector = i40e_get_lump(pf, pf->irq_pile,
11075 pf->num_iwarp_msix,
11076 I40E_IWARP_IRQ_PILE_ID);
11077 if (pf->iwarp_base_vector < 0) {
11078 dev_info(&pdev->dev,
11079 "failed to get tracking for %d vectors for IWARP err=%d\n",
11080 pf->num_iwarp_msix, pf->iwarp_base_vector);
11081 pf->flags &= ~I40E_FLAG_IWARP_ENABLED;
11082 }
11083 }
Anjali Singhai Jain93cd7652013-11-20 10:03:01 +000011084
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011085 i40e_dbg_pf_init(pf);
11086
11087 /* tell the firmware that we're starting */
Jesse Brandeburg44033fa2014-04-23 04:50:15 +000011088 i40e_send_version(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011089
11090 /* since everything's happy, start the service_task timer */
11091 mod_timer(&pf->service_timer,
11092 round_jiffies(jiffies + pf->service_timer_period));
11093
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -060011094 /* add this PF to client device list and launch a client service task */
11095 err = i40e_lan_add_device(pf);
11096 if (err)
11097 dev_info(&pdev->dev, "Failed to add PF to client API service list: %d\n",
11098 err);
11099
Vasu Dev38e00432014-08-01 13:27:03 -070011100#ifdef I40E_FCOE
11101 /* create FCoE interface */
11102 i40e_fcoe_vsi_setup(pf);
11103
11104#endif
Anjali Singhai Jain3fced532015-09-03 17:18:59 -040011105#define PCI_SPEED_SIZE 8
11106#define PCI_WIDTH_SIZE 8
11107 /* Devices on the IOSF bus do not have this information
11108 * and will report PCI Gen 1 x 1 by default so don't bother
11109 * checking them.
11110 */
11111 if (!(pf->flags & I40E_FLAG_NO_PCI_LINK_CHECK)) {
11112 char speed[PCI_SPEED_SIZE] = "Unknown";
11113 char width[PCI_WIDTH_SIZE] = "Unknown";
Catherine Sullivand4dfb812013-11-28 06:39:21 +000011114
Anjali Singhai Jain3fced532015-09-03 17:18:59 -040011115 /* Get the negotiated link width and speed from PCI config
11116 * space
11117 */
11118 pcie_capability_read_word(pf->pdev, PCI_EXP_LNKSTA,
11119 &link_status);
Catherine Sullivand4dfb812013-11-28 06:39:21 +000011120
Anjali Singhai Jain3fced532015-09-03 17:18:59 -040011121 i40e_set_pci_config_data(hw, link_status);
Catherine Sullivand4dfb812013-11-28 06:39:21 +000011122
Anjali Singhai Jain3fced532015-09-03 17:18:59 -040011123 switch (hw->bus.speed) {
11124 case i40e_bus_speed_8000:
11125 strncpy(speed, "8.0", PCI_SPEED_SIZE); break;
11126 case i40e_bus_speed_5000:
11127 strncpy(speed, "5.0", PCI_SPEED_SIZE); break;
11128 case i40e_bus_speed_2500:
11129 strncpy(speed, "2.5", PCI_SPEED_SIZE); break;
11130 default:
11131 break;
11132 }
11133 switch (hw->bus.width) {
11134 case i40e_bus_width_pcie_x8:
11135 strncpy(width, "8", PCI_WIDTH_SIZE); break;
11136 case i40e_bus_width_pcie_x4:
11137 strncpy(width, "4", PCI_WIDTH_SIZE); break;
11138 case i40e_bus_width_pcie_x2:
11139 strncpy(width, "2", PCI_WIDTH_SIZE); break;
11140 case i40e_bus_width_pcie_x1:
11141 strncpy(width, "1", PCI_WIDTH_SIZE); break;
11142 default:
11143 break;
11144 }
11145
11146 dev_info(&pdev->dev, "PCI-Express: Speed %sGT/s Width x%s\n",
11147 speed, width);
11148
11149 if (hw->bus.width < i40e_bus_width_pcie_x8 ||
11150 hw->bus.speed < i40e_bus_speed_8000) {
11151 dev_warn(&pdev->dev, "PCI-Express bandwidth available for this device may be insufficient for optimal performance.\n");
11152 dev_warn(&pdev->dev, "Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\n");
11153 }
Catherine Sullivand4dfb812013-11-28 06:39:21 +000011154 }
11155
Catherine Sullivane8278452015-02-06 08:52:08 +000011156 /* get the requested speeds from the fw */
11157 err = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, NULL);
11158 if (err)
Neerav Parikh8279e492015-09-03 17:18:50 -040011159 dev_dbg(&pf->pdev->dev, "get requested speeds ret = %s last_status = %s\n",
11160 i40e_stat_str(&pf->hw, err),
11161 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
Catherine Sullivane8278452015-02-06 08:52:08 +000011162 pf->hw.phy.link_info.requested_speeds = abilities.link_speed;
11163
Catherine Sullivanfc72dbc2015-09-01 11:36:30 -040011164 /* get the supported phy types from the fw */
11165 err = i40e_aq_get_phy_capabilities(hw, false, true, &abilities, NULL);
11166 if (err)
11167 dev_dbg(&pf->pdev->dev, "get supported phy types ret = %s last_status = %s\n",
11168 i40e_stat_str(&pf->hw, err),
11169 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status));
11170 pf->hw.phy.phy_types = le32_to_cpu(abilities.phy_type);
11171
Anjali Singhai Jaine7358f52015-10-01 14:37:34 -040011172 /* Add a filter to drop all Flow control frames from any VSI from being
11173 * transmitted. By doing so we stop a malicious VF from sending out
11174 * PAUSE or PFC frames and potentially controlling traffic for other
11175 * PF/VF VSIs.
11176 * The FW can still send Flow control frames if enabled.
11177 */
11178 i40e_add_filter_to_drop_tx_flow_control_frames(&pf->hw,
11179 pf->main_vsi_seid);
11180
Carolyn Wyborny31b606d2016-02-17 16:12:12 -080011181 if ((pf->hw.device_id == I40E_DEV_ID_10G_BASE_T) ||
11182 (pf->hw.device_id == I40E_DEV_ID_10G_BASE_T4))
11183 pf->flags |= I40E_FLAG_HAVE_10GBASET_PHY;
11184
Jesse Brandeburg0c22b3d2014-02-11 08:24:14 +000011185 /* print a string summarizing features */
11186 i40e_print_features(pf);
11187
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011188 return 0;
11189
11190 /* Unwind what we've done if something failed in the setup */
11191err_vsis:
11192 set_bit(__I40E_DOWN, &pf->state);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011193 i40e_clear_interrupt_scheme(pf);
11194 kfree(pf->vsi);
Shannon Nelson04b03012013-11-28 06:39:34 +000011195err_switch_setup:
11196 i40e_reset_interrupt_capability(pf);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011197 del_timer_sync(&pf->service_timer);
11198err_mac_addr:
11199err_configure_lan_hmc:
11200 (void)i40e_shutdown_lan_hmc(hw);
11201err_init_lan_hmc:
11202 kfree(pf->qp_pile);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011203err_sw_init:
11204err_adminq_setup:
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011205err_pf_reset:
11206 iounmap(hw->hw_addr);
11207err_ioremap:
11208 kfree(pf);
11209err_pf_alloc:
11210 pci_disable_pcie_error_reporting(pdev);
11211 pci_release_selected_regions(pdev,
11212 pci_select_bars(pdev, IORESOURCE_MEM));
11213err_pci_reg:
11214err_dma:
11215 pci_disable_device(pdev);
11216 return err;
11217}
11218
11219/**
11220 * i40e_remove - Device removal routine
11221 * @pdev: PCI device information struct
11222 *
11223 * i40e_remove is called by the PCI subsystem to alert the driver
11224 * that is should release a PCI device. This could be caused by a
11225 * Hot-Plug event, or because the driver is going to be removed from
11226 * memory.
11227 **/
11228static void i40e_remove(struct pci_dev *pdev)
11229{
11230 struct i40e_pf *pf = pci_get_drvdata(pdev);
Carolyn Wybornybcab2db2015-09-28 14:16:55 -040011231 struct i40e_hw *hw = &pf->hw;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011232 i40e_status ret_code;
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011233 int i;
11234
11235 i40e_dbg_pf_exit(pf);
11236
Jacob Kellerbeb0dff2014-01-11 05:43:19 +000011237 i40e_ptp_stop(pf);
11238
Carolyn Wybornybcab2db2015-09-28 14:16:55 -040011239 /* Disable RSS in hw */
Shannon Nelson272cdaf22016-02-17 16:12:21 -080011240 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), 0);
11241 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), 0);
Carolyn Wybornybcab2db2015-09-28 14:16:55 -040011242
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011243 /* no more scheduling of any task */
Pandi Kumar Maharajana4618ec2016-02-18 09:19:25 -080011244 set_bit(__I40E_SUSPENDED, &pf->state);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011245 set_bit(__I40E_DOWN, &pf->state);
Shannon Nelsonc99abb42016-03-10 14:59:45 -080011246 if (pf->service_timer.data)
11247 del_timer_sync(&pf->service_timer);
11248 if (pf->service_task.func)
11249 cancel_work_sync(&pf->service_task);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011250
Mitch Williamseb2d80b2014-02-13 03:48:48 -080011251 if (pf->flags & I40E_FLAG_SRIOV_ENABLED) {
11252 i40e_free_vfs(pf);
11253 pf->flags &= ~I40E_FLAG_SRIOV_ENABLED;
11254 }
11255
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011256 i40e_fdir_teardown(pf);
11257
11258 /* If there is a switch structure or any orphans, remove them.
11259 * This will leave only the PF's VSI remaining.
11260 */
11261 for (i = 0; i < I40E_MAX_VEB; i++) {
11262 if (!pf->veb[i])
11263 continue;
11264
11265 if (pf->veb[i]->uplink_seid == pf->mac_seid ||
11266 pf->veb[i]->uplink_seid == 0)
11267 i40e_switch_branch_release(pf->veb[i]);
11268 }
11269
11270 /* Now we can shutdown the PF's VSI, just before we kill
11271 * adminq and hmc.
11272 */
11273 if (pf->vsi[pf->lan_vsi])
11274 i40e_vsi_release(pf->vsi[pf->lan_vsi]);
11275
Anjali Singhai Jaine3219ce2016-01-20 13:40:01 -060011276 /* remove attached clients */
11277 ret_code = i40e_lan_del_device(pf);
11278 if (ret_code) {
11279 dev_warn(&pdev->dev, "Failed to delete client device: %d\n",
11280 ret_code);
11281 }
11282
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011283 /* shutdown and destroy the HMC */
Jesse Brandeburgf734dff2016-01-15 14:33:11 -080011284 if (hw->hmc.hmc_obj) {
11285 ret_code = i40e_shutdown_lan_hmc(hw);
Shannon Nelson60442de2014-04-23 04:50:13 +000011286 if (ret_code)
11287 dev_warn(&pdev->dev,
11288 "Failed to destroy the HMC resources: %d\n",
11289 ret_code);
11290 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011291
11292 /* shutdown the adminq */
Jesse Brandeburgf734dff2016-01-15 14:33:11 -080011293 ret_code = i40e_shutdown_adminq(hw);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011294 if (ret_code)
11295 dev_warn(&pdev->dev,
11296 "Failed to destroy the Admin Queue resources: %d\n",
11297 ret_code);
11298
Jesse Brandeburg8ddb3322015-11-18 15:47:06 -080011299 /* destroy the locks only once, here */
11300 mutex_destroy(&hw->aq.arq_mutex);
11301 mutex_destroy(&hw->aq.asq_mutex);
11302
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011303 /* Clear all dynamic memory lists of rings, q_vectors, and VSIs */
11304 i40e_clear_interrupt_scheme(pf);
Mitch Williams505682c2014-05-20 08:01:37 +000011305 for (i = 0; i < pf->num_alloc_vsi; i++) {
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011306 if (pf->vsi[i]) {
11307 i40e_vsi_clear_rings(pf->vsi[i]);
11308 i40e_vsi_clear(pf->vsi[i]);
11309 pf->vsi[i] = NULL;
11310 }
11311 }
11312
11313 for (i = 0; i < I40E_MAX_VEB; i++) {
11314 kfree(pf->veb[i]);
11315 pf->veb[i] = NULL;
11316 }
11317
11318 kfree(pf->qp_pile);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011319 kfree(pf->vsi);
11320
Jesse Brandeburgf734dff2016-01-15 14:33:11 -080011321 iounmap(hw->hw_addr);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011322 kfree(pf);
11323 pci_release_selected_regions(pdev,
11324 pci_select_bars(pdev, IORESOURCE_MEM));
11325
11326 pci_disable_pcie_error_reporting(pdev);
11327 pci_disable_device(pdev);
11328}
11329
11330/**
11331 * i40e_pci_error_detected - warning that something funky happened in PCI land
11332 * @pdev: PCI device information struct
11333 *
11334 * Called to warn that something happened and the error handling steps
11335 * are in progress. Allows the driver to quiesce things, be ready for
11336 * remediation.
11337 **/
11338static pci_ers_result_t i40e_pci_error_detected(struct pci_dev *pdev,
11339 enum pci_channel_state error)
11340{
11341 struct i40e_pf *pf = pci_get_drvdata(pdev);
11342
11343 dev_info(&pdev->dev, "%s: error %d\n", __func__, error);
11344
11345 /* shutdown all operations */
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011346 if (!test_bit(__I40E_SUSPENDED, &pf->state)) {
11347 rtnl_lock();
11348 i40e_prep_for_reset(pf);
11349 rtnl_unlock();
11350 }
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011351
11352 /* Request a slot reset */
11353 return PCI_ERS_RESULT_NEED_RESET;
11354}
11355
11356/**
11357 * i40e_pci_error_slot_reset - a PCI slot reset just happened
11358 * @pdev: PCI device information struct
11359 *
11360 * Called to find if the driver can work with the device now that
11361 * the pci slot has been reset. If a basic connection seems good
11362 * (registers are readable and have sane content) then return a
11363 * happy little PCI_ERS_RESULT_xxx.
11364 **/
11365static pci_ers_result_t i40e_pci_error_slot_reset(struct pci_dev *pdev)
11366{
11367 struct i40e_pf *pf = pci_get_drvdata(pdev);
11368 pci_ers_result_t result;
11369 int err;
11370 u32 reg;
11371
Shannon Nelsonfb43201f2015-08-26 15:14:17 -040011372 dev_dbg(&pdev->dev, "%s\n", __func__);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011373 if (pci_enable_device_mem(pdev)) {
11374 dev_info(&pdev->dev,
11375 "Cannot re-enable PCI device after reset.\n");
11376 result = PCI_ERS_RESULT_DISCONNECT;
11377 } else {
11378 pci_set_master(pdev);
11379 pci_restore_state(pdev);
11380 pci_save_state(pdev);
11381 pci_wake_from_d3(pdev, false);
11382
11383 reg = rd32(&pf->hw, I40E_GLGEN_RTRIG);
11384 if (reg == 0)
11385 result = PCI_ERS_RESULT_RECOVERED;
11386 else
11387 result = PCI_ERS_RESULT_DISCONNECT;
11388 }
11389
11390 err = pci_cleanup_aer_uncorrect_error_status(pdev);
11391 if (err) {
11392 dev_info(&pdev->dev,
11393 "pci_cleanup_aer_uncorrect_error_status failed 0x%0x\n",
11394 err);
11395 /* non-fatal, continue */
11396 }
11397
11398 return result;
11399}
11400
11401/**
11402 * i40e_pci_error_resume - restart operations after PCI error recovery
11403 * @pdev: PCI device information struct
11404 *
11405 * Called to allow the driver to bring things back up after PCI error
11406 * and/or reset recovery has finished.
11407 **/
11408static void i40e_pci_error_resume(struct pci_dev *pdev)
11409{
11410 struct i40e_pf *pf = pci_get_drvdata(pdev);
11411
Shannon Nelsonfb43201f2015-08-26 15:14:17 -040011412 dev_dbg(&pdev->dev, "%s\n", __func__);
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011413 if (test_bit(__I40E_SUSPENDED, &pf->state))
11414 return;
11415
11416 rtnl_lock();
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011417 i40e_handle_reset_warning(pf);
Vasily Averin4c4935a2015-07-08 15:04:26 +030011418 rtnl_unlock();
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011419}
11420
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011421/**
11422 * i40e_shutdown - PCI callback for shutting down
11423 * @pdev: PCI device information struct
11424 **/
11425static void i40e_shutdown(struct pci_dev *pdev)
11426{
11427 struct i40e_pf *pf = pci_get_drvdata(pdev);
Shannon Nelson8e2773a2013-11-28 06:39:22 +000011428 struct i40e_hw *hw = &pf->hw;
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011429
11430 set_bit(__I40E_SUSPENDED, &pf->state);
11431 set_bit(__I40E_DOWN, &pf->state);
11432 rtnl_lock();
11433 i40e_prep_for_reset(pf);
11434 rtnl_unlock();
11435
Shannon Nelson8e2773a2013-11-28 06:39:22 +000011436 wr32(hw, I40E_PFPM_APM, (pf->wol_en ? I40E_PFPM_APM_APME_MASK : 0));
11437 wr32(hw, I40E_PFPM_WUFC, (pf->wol_en ? I40E_PFPM_WUFC_MAG_MASK : 0));
11438
Catherine Sullivan02b42492015-07-10 19:35:59 -040011439 del_timer_sync(&pf->service_timer);
11440 cancel_work_sync(&pf->service_task);
11441 i40e_fdir_teardown(pf);
11442
11443 rtnl_lock();
11444 i40e_prep_for_reset(pf);
11445 rtnl_unlock();
11446
11447 wr32(hw, I40E_PFPM_APM,
11448 (pf->wol_en ? I40E_PFPM_APM_APME_MASK : 0));
11449 wr32(hw, I40E_PFPM_WUFC,
11450 (pf->wol_en ? I40E_PFPM_WUFC_MAG_MASK : 0));
11451
Shannon Nelsone1477582015-02-21 06:44:33 +000011452 i40e_clear_interrupt_scheme(pf);
11453
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011454 if (system_state == SYSTEM_POWER_OFF) {
Shannon Nelson8e2773a2013-11-28 06:39:22 +000011455 pci_wake_from_d3(pdev, pf->wol_en);
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011456 pci_set_power_state(pdev, PCI_D3hot);
11457 }
11458}
11459
11460#ifdef CONFIG_PM
11461/**
11462 * i40e_suspend - PCI callback for moving to D3
11463 * @pdev: PCI device information struct
11464 **/
11465static int i40e_suspend(struct pci_dev *pdev, pm_message_t state)
11466{
11467 struct i40e_pf *pf = pci_get_drvdata(pdev);
Shannon Nelson8e2773a2013-11-28 06:39:22 +000011468 struct i40e_hw *hw = &pf->hw;
Greg Rose059ff692016-05-16 10:26:38 -070011469 int retval = 0;
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011470
11471 set_bit(__I40E_SUSPENDED, &pf->state);
11472 set_bit(__I40E_DOWN, &pf->state);
Mitch Williams3932dbf2015-03-31 00:45:04 -070011473
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011474 rtnl_lock();
11475 i40e_prep_for_reset(pf);
11476 rtnl_unlock();
11477
Shannon Nelson8e2773a2013-11-28 06:39:22 +000011478 wr32(hw, I40E_PFPM_APM, (pf->wol_en ? I40E_PFPM_APM_APME_MASK : 0));
11479 wr32(hw, I40E_PFPM_WUFC, (pf->wol_en ? I40E_PFPM_WUFC_MAG_MASK : 0));
11480
Greg Roseb33d3b72016-05-16 10:26:37 -070011481 i40e_stop_misc_vector(pf);
11482
Greg Rose059ff692016-05-16 10:26:38 -070011483 retval = pci_save_state(pdev);
11484 if (retval)
11485 return retval;
11486
Shannon Nelson8e2773a2013-11-28 06:39:22 +000011487 pci_wake_from_d3(pdev, pf->wol_en);
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011488 pci_set_power_state(pdev, PCI_D3hot);
11489
Greg Rose059ff692016-05-16 10:26:38 -070011490 return retval;
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011491}
11492
11493/**
11494 * i40e_resume - PCI callback for waking up from D3
11495 * @pdev: PCI device information struct
11496 **/
11497static int i40e_resume(struct pci_dev *pdev)
11498{
11499 struct i40e_pf *pf = pci_get_drvdata(pdev);
11500 u32 err;
11501
11502 pci_set_power_state(pdev, PCI_D0);
11503 pci_restore_state(pdev);
11504 /* pci_restore_state() clears dev->state_saves, so
11505 * call pci_save_state() again to restore it.
11506 */
11507 pci_save_state(pdev);
11508
11509 err = pci_enable_device_mem(pdev);
11510 if (err) {
Shannon Nelsonfb43201f2015-08-26 15:14:17 -040011511 dev_err(&pdev->dev, "Cannot enable PCI device from suspend\n");
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011512 return err;
11513 }
11514 pci_set_master(pdev);
11515
11516 /* no wakeup events while running */
11517 pci_wake_from_d3(pdev, false);
11518
11519 /* handling the reset will rebuild the device state */
11520 if (test_and_clear_bit(__I40E_SUSPENDED, &pf->state)) {
11521 clear_bit(__I40E_DOWN, &pf->state);
11522 rtnl_lock();
11523 i40e_reset_and_rebuild(pf, false);
11524 rtnl_unlock();
11525 }
11526
11527 return 0;
11528}
11529
11530#endif
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011531static const struct pci_error_handlers i40e_err_handler = {
11532 .error_detected = i40e_pci_error_detected,
11533 .slot_reset = i40e_pci_error_slot_reset,
11534 .resume = i40e_pci_error_resume,
11535};
11536
11537static struct pci_driver i40e_driver = {
11538 .name = i40e_driver_name,
11539 .id_table = i40e_pci_tbl,
11540 .probe = i40e_probe,
11541 .remove = i40e_remove,
Shannon Nelson9007bcc2013-11-26 10:49:23 +000011542#ifdef CONFIG_PM
11543 .suspend = i40e_suspend,
11544 .resume = i40e_resume,
11545#endif
11546 .shutdown = i40e_shutdown,
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011547 .err_handler = &i40e_err_handler,
11548 .sriov_configure = i40e_pci_sriov_configure,
11549};
11550
11551/**
11552 * i40e_init_module - Driver registration routine
11553 *
11554 * i40e_init_module is the first routine called when the driver is
11555 * loaded. All it does is register with the PCI subsystem.
11556 **/
11557static int __init i40e_init_module(void)
11558{
11559 pr_info("%s: %s - version %s\n", i40e_driver_name,
11560 i40e_driver_string, i40e_driver_version_str);
11561 pr_info("%s: %s\n", i40e_driver_name, i40e_copyright);
Greg Rose96664482015-02-06 08:52:13 +000011562
Jesse Brandeburg2803b162015-12-22 14:25:08 -080011563 /* we will see if single thread per module is enough for now,
11564 * it can't be any worse than using the system workqueue which
11565 * was already single threaded
11566 */
11567 i40e_wq = create_singlethread_workqueue(i40e_driver_name);
11568 if (!i40e_wq) {
11569 pr_err("%s: Failed to create workqueue\n", i40e_driver_name);
11570 return -ENOMEM;
11571 }
11572
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011573 i40e_dbg_init();
11574 return pci_register_driver(&i40e_driver);
11575}
11576module_init(i40e_init_module);
11577
11578/**
11579 * i40e_exit_module - Driver exit cleanup routine
11580 *
11581 * i40e_exit_module is called just before the driver is removed
11582 * from memory.
11583 **/
11584static void __exit i40e_exit_module(void)
11585{
11586 pci_unregister_driver(&i40e_driver);
Jesse Brandeburg2803b162015-12-22 14:25:08 -080011587 destroy_workqueue(i40e_wq);
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011588 i40e_dbg_exit();
Jesse Brandeburg41c445f2013-09-11 08:39:46 +000011589}
11590module_exit(i40e_exit_module);