Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1 | /******************************************************************************* |
| 2 | * |
| 3 | * Intel Ethernet Controller XL710 Family Linux Driver |
Jesse Brandeburg | 2818ccd | 2016-01-13 16:51:38 -0800 | [diff] [blame] | 4 | * Copyright(c) 2013 - 2016 Intel Corporation. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5 | * |
| 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 Rose | dc641b7 | 2013-12-18 13:45:51 +0000 | [diff] [blame] | 15 | * 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 Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 17 | * |
| 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 Varadhan | b499ffb | 2015-12-07 15:06:34 -0500 | [diff] [blame] | 27 | #include <linux/etherdevice.h> |
| 28 | #include <linux/of_net.h> |
| 29 | #include <linux/pci.h> |
| 30 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 31 | /* Local includes */ |
| 32 | #include "i40e.h" |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 33 | #include "i40e_diag.h" |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 34 | #if IS_ENABLED(CONFIG_VXLAN) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 35 | #include <net/vxlan.h> |
| 36 | #endif |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 37 | #if IS_ENABLED(CONFIG_GENEVE) |
| 38 | #include <net/geneve.h> |
| 39 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 40 | |
| 41 | const char i40e_driver_name[] = "i40e"; |
| 42 | static const char i40e_driver_string[] = |
| 43 | "Intel(R) Ethernet Connection XL710 Network Driver"; |
| 44 | |
| 45 | #define DRV_KERN "-k" |
| 46 | |
Catherine Sullivan | e8e724d | 2014-07-10 07:58:26 +0000 | [diff] [blame] | 47 | #define DRV_VERSION_MAJOR 1 |
Catherine Sullivan | 1c2df9e | 2015-10-21 19:56:24 -0400 | [diff] [blame] | 48 | #define DRV_VERSION_MINOR 4 |
Jesse Brandeburg | b8f1343 | 2016-02-17 16:12:24 -0800 | [diff] [blame] | 49 | #define DRV_VERSION_BUILD 25 |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 50 | #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \ |
| 51 | __stringify(DRV_VERSION_MINOR) "." \ |
| 52 | __stringify(DRV_VERSION_BUILD) DRV_KERN |
| 53 | const char i40e_driver_version_str[] = DRV_VERSION; |
Jesse Brandeburg | 8fb905b | 2014-01-17 15:36:33 -0800 | [diff] [blame] | 54 | static const char i40e_copyright[] = "Copyright (c) 2013 - 2014 Intel Corporation."; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 55 | |
| 56 | /* a bit of forward declarations */ |
| 57 | static void i40e_vsi_reinit_locked(struct i40e_vsi *vsi); |
| 58 | static void i40e_handle_reset_warning(struct i40e_pf *pf); |
| 59 | static int i40e_add_vsi(struct i40e_vsi *vsi); |
| 60 | static int i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi); |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 61 | static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 62 | static int i40e_setup_misc_vector(struct i40e_pf *pf); |
| 63 | static void i40e_determine_queue_usage(struct i40e_pf *pf); |
| 64 | static int i40e_setup_pf_filter_control(struct i40e_pf *pf); |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 65 | static void i40e_fill_rss_lut(struct i40e_pf *pf, u8 *lut, |
| 66 | u16 rss_table_size, u16 rss_size); |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 67 | static void i40e_fdir_sb_setup(struct i40e_pf *pf); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 68 | static int i40e_veb_get_bw_info(struct i40e_veb *veb); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 69 | |
| 70 | /* i40e_pci_tbl - PCI Device ID Table |
| 71 | * |
| 72 | * Last entry must be all 0s |
| 73 | * |
| 74 | * { Vendor ID, Device ID, SubVendor ID, SubDevice ID, |
| 75 | * Class, Class Mask, private data (not used) } |
| 76 | */ |
Benoit Taine | 9baa3c3 | 2014-08-08 15:56:03 +0200 | [diff] [blame] | 77 | static const struct pci_device_id i40e_pci_tbl[] = { |
Shannon Nelson | ab60085 | 2014-01-17 15:36:39 -0800 | [diff] [blame] | 78 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_SFP_XL710), 0}, |
Shannon Nelson | ab60085 | 2014-01-17 15:36:39 -0800 | [diff] [blame] | 79 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_QEMU), 0}, |
Shannon Nelson | ab60085 | 2014-01-17 15:36:39 -0800 | [diff] [blame] | 80 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_B), 0}, |
| 81 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_C), 0}, |
Shannon Nelson | ab60085 | 2014-01-17 15:36:39 -0800 | [diff] [blame] | 82 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_A), 0}, |
| 83 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_B), 0}, |
| 84 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_C), 0}, |
Mitch Williams | 5960d33 | 2014-09-13 07:40:47 +0000 | [diff] [blame] | 85 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T), 0}, |
Shannon Nelson | bc5166b9 | 2015-08-26 15:14:10 -0400 | [diff] [blame] | 86 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T4), 0}, |
Jesse Brandeburg | ae24b40 | 2015-03-27 00:12:09 -0700 | [diff] [blame] | 87 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_20G_KR2), 0}, |
Anjali Singhai Jain | 35dae51 | 2015-12-22 14:25:03 -0800 | [diff] [blame] | 88 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_X722), 0}, |
| 89 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_X722), 0}, |
Anjali Singhai Jain | 87e6c1d | 2015-06-05 12:20:25 -0400 | [diff] [blame] | 90 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_SFP_X722), 0}, |
| 91 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_1G_BASE_T_X722), 0}, |
| 92 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T_X722), 0}, |
Shannon Nelson | 48a3b51 | 2015-07-23 16:54:39 -0400 | [diff] [blame] | 93 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_20G_KR2), 0}, |
| 94 | {PCI_VDEVICE(INTEL, I40E_DEV_ID_20G_KR2_A), 0}, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 95 | /* required last entry */ |
| 96 | {0, } |
| 97 | }; |
| 98 | MODULE_DEVICE_TABLE(pci, i40e_pci_tbl); |
| 99 | |
| 100 | #define I40E_MAX_VF_COUNT 128 |
| 101 | static int debug = -1; |
| 102 | module_param(debug, int, 0); |
| 103 | MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); |
| 104 | |
| 105 | MODULE_AUTHOR("Intel Corporation, <e1000-devel@lists.sourceforge.net>"); |
| 106 | MODULE_DESCRIPTION("Intel(R) Ethernet Connection XL710 Network Driver"); |
| 107 | MODULE_LICENSE("GPL"); |
| 108 | MODULE_VERSION(DRV_VERSION); |
| 109 | |
Jesse Brandeburg | 2803b16 | 2015-12-22 14:25:08 -0800 | [diff] [blame] | 110 | static struct workqueue_struct *i40e_wq; |
| 111 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 112 | /** |
| 113 | * i40e_allocate_dma_mem_d - OS specific memory alloc for shared code |
| 114 | * @hw: pointer to the HW structure |
| 115 | * @mem: ptr to mem struct to fill out |
| 116 | * @size: size of memory requested |
| 117 | * @alignment: what to align the allocation to |
| 118 | **/ |
| 119 | int i40e_allocate_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem, |
| 120 | u64 size, u32 alignment) |
| 121 | { |
| 122 | struct i40e_pf *pf = (struct i40e_pf *)hw->back; |
| 123 | |
| 124 | mem->size = ALIGN(size, alignment); |
| 125 | mem->va = dma_zalloc_coherent(&pf->pdev->dev, mem->size, |
| 126 | &mem->pa, GFP_KERNEL); |
Jesse Brandeburg | 93bc73b | 2013-09-13 08:23:18 +0000 | [diff] [blame] | 127 | if (!mem->va) |
| 128 | return -ENOMEM; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 129 | |
Jesse Brandeburg | 93bc73b | 2013-09-13 08:23:18 +0000 | [diff] [blame] | 130 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 131 | } |
| 132 | |
| 133 | /** |
| 134 | * i40e_free_dma_mem_d - OS specific memory free for shared code |
| 135 | * @hw: pointer to the HW structure |
| 136 | * @mem: ptr to mem struct to free |
| 137 | **/ |
| 138 | int i40e_free_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem) |
| 139 | { |
| 140 | struct i40e_pf *pf = (struct i40e_pf *)hw->back; |
| 141 | |
| 142 | dma_free_coherent(&pf->pdev->dev, mem->size, mem->va, mem->pa); |
| 143 | mem->va = NULL; |
| 144 | mem->pa = 0; |
| 145 | mem->size = 0; |
| 146 | |
| 147 | return 0; |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * i40e_allocate_virt_mem_d - OS specific memory alloc for shared code |
| 152 | * @hw: pointer to the HW structure |
| 153 | * @mem: ptr to mem struct to fill out |
| 154 | * @size: size of memory requested |
| 155 | **/ |
| 156 | int i40e_allocate_virt_mem_d(struct i40e_hw *hw, struct i40e_virt_mem *mem, |
| 157 | u32 size) |
| 158 | { |
| 159 | mem->size = size; |
| 160 | mem->va = kzalloc(size, GFP_KERNEL); |
| 161 | |
Jesse Brandeburg | 93bc73b | 2013-09-13 08:23:18 +0000 | [diff] [blame] | 162 | if (!mem->va) |
| 163 | return -ENOMEM; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 164 | |
Jesse Brandeburg | 93bc73b | 2013-09-13 08:23:18 +0000 | [diff] [blame] | 165 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 166 | } |
| 167 | |
| 168 | /** |
| 169 | * i40e_free_virt_mem_d - OS specific memory free for shared code |
| 170 | * @hw: pointer to the HW structure |
| 171 | * @mem: ptr to mem struct to free |
| 172 | **/ |
| 173 | int i40e_free_virt_mem_d(struct i40e_hw *hw, struct i40e_virt_mem *mem) |
| 174 | { |
| 175 | /* it's ok to kfree a NULL pointer */ |
| 176 | kfree(mem->va); |
| 177 | mem->va = NULL; |
| 178 | mem->size = 0; |
| 179 | |
| 180 | return 0; |
| 181 | } |
| 182 | |
| 183 | /** |
| 184 | * i40e_get_lump - find a lump of free generic resource |
| 185 | * @pf: board private structure |
| 186 | * @pile: the pile of resource to search |
| 187 | * @needed: the number of items needed |
| 188 | * @id: an owner id to stick on the items assigned |
| 189 | * |
| 190 | * Returns the base item index of the lump, or negative for error |
| 191 | * |
| 192 | * The search_hint trick and lack of advanced fit-finding only work |
| 193 | * because we're highly likely to have all the same size lump requests. |
| 194 | * Linear search time and any fragmentation should be minimal. |
| 195 | **/ |
| 196 | static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, |
| 197 | u16 needed, u16 id) |
| 198 | { |
| 199 | int ret = -ENOMEM; |
Jesse Brandeburg | ddf434a | 2013-09-13 08:23:19 +0000 | [diff] [blame] | 200 | int i, j; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 201 | |
| 202 | if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { |
| 203 | dev_info(&pf->pdev->dev, |
| 204 | "param err: pile=%p needed=%d id=0x%04x\n", |
| 205 | pile, needed, id); |
| 206 | return -EINVAL; |
| 207 | } |
| 208 | |
| 209 | /* start the linear search with an imperfect hint */ |
| 210 | i = pile->search_hint; |
Jesse Brandeburg | ddf434a | 2013-09-13 08:23:19 +0000 | [diff] [blame] | 211 | while (i < pile->num_entries) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 212 | /* skip already allocated entries */ |
| 213 | if (pile->list[i] & I40E_PILE_VALID_BIT) { |
| 214 | i++; |
| 215 | continue; |
| 216 | } |
| 217 | |
| 218 | /* do we have enough in this lump? */ |
| 219 | for (j = 0; (j < needed) && ((i+j) < pile->num_entries); j++) { |
| 220 | if (pile->list[i+j] & I40E_PILE_VALID_BIT) |
| 221 | break; |
| 222 | } |
| 223 | |
| 224 | if (j == needed) { |
| 225 | /* there was enough, so assign it to the requestor */ |
| 226 | for (j = 0; j < needed; j++) |
| 227 | pile->list[i+j] = id | I40E_PILE_VALID_BIT; |
| 228 | ret = i; |
| 229 | pile->search_hint = i + j; |
Jesse Brandeburg | ddf434a | 2013-09-13 08:23:19 +0000 | [diff] [blame] | 230 | break; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 231 | } |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 232 | |
| 233 | /* not enough, so skip over it and continue looking */ |
| 234 | i += j; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 235 | } |
| 236 | |
| 237 | return ret; |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * i40e_put_lump - return a lump of generic resource |
| 242 | * @pile: the pile of resource to search |
| 243 | * @index: the base item index |
| 244 | * @id: the owner id of the items assigned |
| 245 | * |
| 246 | * Returns the count of items in the lump |
| 247 | **/ |
| 248 | static int i40e_put_lump(struct i40e_lump_tracking *pile, u16 index, u16 id) |
| 249 | { |
| 250 | int valid_id = (id | I40E_PILE_VALID_BIT); |
| 251 | int count = 0; |
| 252 | int i; |
| 253 | |
| 254 | if (!pile || index >= pile->num_entries) |
| 255 | return -EINVAL; |
| 256 | |
| 257 | for (i = index; |
| 258 | i < pile->num_entries && pile->list[i] == valid_id; |
| 259 | i++) { |
| 260 | pile->list[i] = 0; |
| 261 | count++; |
| 262 | } |
| 263 | |
| 264 | if (count && index < pile->search_hint) |
| 265 | pile->search_hint = index; |
| 266 | |
| 267 | return count; |
| 268 | } |
| 269 | |
| 270 | /** |
Anjali Singhai Jain | fdf0e0b | 2015-03-31 00:45:05 -0700 | [diff] [blame] | 271 | * i40e_find_vsi_from_id - searches for the vsi with the given id |
| 272 | * @pf - the pf structure to search for the vsi |
| 273 | * @id - id of the vsi it is searching for |
| 274 | **/ |
| 275 | struct i40e_vsi *i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id) |
| 276 | { |
| 277 | int i; |
| 278 | |
| 279 | for (i = 0; i < pf->num_alloc_vsi; i++) |
| 280 | if (pf->vsi[i] && (pf->vsi[i]->id == id)) |
| 281 | return pf->vsi[i]; |
| 282 | |
| 283 | return NULL; |
| 284 | } |
| 285 | |
| 286 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 287 | * i40e_service_event_schedule - Schedule the service task to wake up |
| 288 | * @pf: board private structure |
| 289 | * |
| 290 | * If not already scheduled, this puts the task into the work queue |
| 291 | **/ |
| 292 | static void i40e_service_event_schedule(struct i40e_pf *pf) |
| 293 | { |
| 294 | if (!test_bit(__I40E_DOWN, &pf->state) && |
| 295 | !test_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state) && |
| 296 | !test_and_set_bit(__I40E_SERVICE_SCHED, &pf->state)) |
Jesse Brandeburg | 2803b16 | 2015-12-22 14:25:08 -0800 | [diff] [blame] | 297 | queue_work(i40e_wq, &pf->service_task); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 298 | } |
| 299 | |
| 300 | /** |
| 301 | * i40e_tx_timeout - Respond to a Tx Hang |
| 302 | * @netdev: network interface device structure |
| 303 | * |
| 304 | * If any port has noticed a Tx timeout, it is likely that the whole |
| 305 | * device is munged, not just the one netdev port, so go for the full |
| 306 | * reset. |
| 307 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 308 | #ifdef I40E_FCOE |
| 309 | void i40e_tx_timeout(struct net_device *netdev) |
| 310 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 311 | static void i40e_tx_timeout(struct net_device *netdev) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 312 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 313 | { |
| 314 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 315 | struct i40e_vsi *vsi = np->vsi; |
| 316 | struct i40e_pf *pf = vsi->back; |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 317 | struct i40e_ring *tx_ring = NULL; |
| 318 | unsigned int i, hung_queue = 0; |
| 319 | u32 head, val; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 320 | |
| 321 | pf->tx_timeout_count++; |
| 322 | |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 323 | /* find the stopped queue the same way the stack does */ |
| 324 | for (i = 0; i < netdev->num_tx_queues; i++) { |
| 325 | struct netdev_queue *q; |
| 326 | unsigned long trans_start; |
| 327 | |
| 328 | q = netdev_get_tx_queue(netdev, i); |
| 329 | trans_start = q->trans_start ? : netdev->trans_start; |
| 330 | if (netif_xmit_stopped(q) && |
| 331 | time_after(jiffies, |
| 332 | (trans_start + netdev->watchdog_timeo))) { |
| 333 | hung_queue = i; |
| 334 | break; |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | if (i == netdev->num_tx_queues) { |
| 339 | netdev_info(netdev, "tx_timeout: no netdev hung queue found\n"); |
| 340 | } else { |
| 341 | /* now that we have an index, find the tx_ring struct */ |
| 342 | for (i = 0; i < vsi->num_queue_pairs; i++) { |
| 343 | if (vsi->tx_rings[i] && vsi->tx_rings[i]->desc) { |
| 344 | if (hung_queue == |
| 345 | vsi->tx_rings[i]->queue_index) { |
| 346 | tx_ring = vsi->tx_rings[i]; |
| 347 | break; |
| 348 | } |
| 349 | } |
| 350 | } |
| 351 | } |
| 352 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 353 | if (time_after(jiffies, (pf->tx_timeout_last_recovery + HZ*20))) |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 354 | pf->tx_timeout_recovery_level = 1; /* reset after some time */ |
| 355 | else if (time_before(jiffies, |
| 356 | (pf->tx_timeout_last_recovery + netdev->watchdog_timeo))) |
| 357 | return; /* don't do any new action before the next timeout */ |
| 358 | |
| 359 | if (tx_ring) { |
| 360 | head = i40e_get_head(tx_ring); |
| 361 | /* Read interrupt register */ |
| 362 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
| 363 | val = rd32(&pf->hw, |
| 364 | I40E_PFINT_DYN_CTLN(tx_ring->q_vector->v_idx + |
| 365 | tx_ring->vsi->base_vector - 1)); |
| 366 | else |
| 367 | val = rd32(&pf->hw, I40E_PFINT_DYN_CTL0); |
| 368 | |
| 369 | 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", |
| 370 | vsi->seid, hung_queue, tx_ring->next_to_clean, |
| 371 | head, tx_ring->next_to_use, |
| 372 | readl(tx_ring->tail), val); |
| 373 | } |
| 374 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 375 | pf->tx_timeout_last_recovery = jiffies; |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 376 | netdev_info(netdev, "tx_timeout recovery level %d, hung_queue %d\n", |
| 377 | pf->tx_timeout_recovery_level, hung_queue); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 378 | |
| 379 | switch (pf->tx_timeout_recovery_level) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 380 | case 1: |
| 381 | set_bit(__I40E_PF_RESET_REQUESTED, &pf->state); |
| 382 | break; |
| 383 | case 2: |
| 384 | set_bit(__I40E_CORE_RESET_REQUESTED, &pf->state); |
| 385 | break; |
| 386 | case 3: |
| 387 | set_bit(__I40E_GLOBAL_RESET_REQUESTED, &pf->state); |
| 388 | break; |
| 389 | default: |
| 390 | netdev_err(netdev, "tx_timeout recovery unsuccessful\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 391 | break; |
| 392 | } |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 393 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 394 | i40e_service_event_schedule(pf); |
| 395 | pf->tx_timeout_recovery_level++; |
| 396 | } |
| 397 | |
| 398 | /** |
| 399 | * i40e_release_rx_desc - Store the new tail and head values |
| 400 | * @rx_ring: ring to bump |
| 401 | * @val: new head index |
| 402 | **/ |
| 403 | static inline void i40e_release_rx_desc(struct i40e_ring *rx_ring, u32 val) |
| 404 | { |
| 405 | rx_ring->next_to_use = val; |
| 406 | |
| 407 | /* Force memory writes to complete before letting h/w |
| 408 | * know there are new descriptors to fetch. (Only |
| 409 | * applicable for weak-ordered memory model archs, |
| 410 | * such as IA-64). |
| 411 | */ |
| 412 | wmb(); |
| 413 | writel(val, rx_ring->tail); |
| 414 | } |
| 415 | |
| 416 | /** |
| 417 | * i40e_get_vsi_stats_struct - Get System Network Statistics |
| 418 | * @vsi: the VSI we care about |
| 419 | * |
| 420 | * Returns the address of the device statistics structure. |
| 421 | * The statistics are actually updated from the service task. |
| 422 | **/ |
| 423 | struct rtnl_link_stats64 *i40e_get_vsi_stats_struct(struct i40e_vsi *vsi) |
| 424 | { |
| 425 | return &vsi->net_stats; |
| 426 | } |
| 427 | |
| 428 | /** |
| 429 | * i40e_get_netdev_stats_struct - Get statistics for netdev interface |
| 430 | * @netdev: network interface device structure |
| 431 | * |
| 432 | * Returns the address of the device statistics structure. |
| 433 | * The statistics are actually updated from the service task. |
| 434 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 435 | #ifdef I40E_FCOE |
| 436 | struct rtnl_link_stats64 *i40e_get_netdev_stats_struct( |
| 437 | struct net_device *netdev, |
| 438 | struct rtnl_link_stats64 *stats) |
| 439 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 440 | static struct rtnl_link_stats64 *i40e_get_netdev_stats_struct( |
| 441 | struct net_device *netdev, |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 442 | struct rtnl_link_stats64 *stats) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 443 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 444 | { |
| 445 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
Akeem G Abodunrin | e7046ee | 2014-04-09 05:58:58 +0000 | [diff] [blame] | 446 | struct i40e_ring *tx_ring, *rx_ring; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 447 | struct i40e_vsi *vsi = np->vsi; |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 448 | struct rtnl_link_stats64 *vsi_stats = i40e_get_vsi_stats_struct(vsi); |
| 449 | int i; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 450 | |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 451 | if (test_bit(__I40E_DOWN, &vsi->state)) |
| 452 | return stats; |
| 453 | |
Jesse Brandeburg | 3c325ce | 2013-12-14 03:26:45 -0800 | [diff] [blame] | 454 | if (!vsi->tx_rings) |
| 455 | return stats; |
| 456 | |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 457 | rcu_read_lock(); |
| 458 | for (i = 0; i < vsi->num_queue_pairs; i++) { |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 459 | u64 bytes, packets; |
| 460 | unsigned int start; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 461 | |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 462 | tx_ring = ACCESS_ONCE(vsi->tx_rings[i]); |
| 463 | if (!tx_ring) |
| 464 | continue; |
| 465 | |
| 466 | do { |
Eric W. Biederman | 57a7744 | 2014-03-13 21:26:42 -0700 | [diff] [blame] | 467 | start = u64_stats_fetch_begin_irq(&tx_ring->syncp); |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 468 | packets = tx_ring->stats.packets; |
| 469 | bytes = tx_ring->stats.bytes; |
Eric W. Biederman | 57a7744 | 2014-03-13 21:26:42 -0700 | [diff] [blame] | 470 | } while (u64_stats_fetch_retry_irq(&tx_ring->syncp, start)); |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 471 | |
| 472 | stats->tx_packets += packets; |
| 473 | stats->tx_bytes += bytes; |
| 474 | rx_ring = &tx_ring[1]; |
| 475 | |
| 476 | do { |
Eric W. Biederman | 57a7744 | 2014-03-13 21:26:42 -0700 | [diff] [blame] | 477 | start = u64_stats_fetch_begin_irq(&rx_ring->syncp); |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 478 | packets = rx_ring->stats.packets; |
| 479 | bytes = rx_ring->stats.bytes; |
Eric W. Biederman | 57a7744 | 2014-03-13 21:26:42 -0700 | [diff] [blame] | 480 | } while (u64_stats_fetch_retry_irq(&rx_ring->syncp, start)); |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 481 | |
| 482 | stats->rx_packets += packets; |
| 483 | stats->rx_bytes += bytes; |
| 484 | } |
| 485 | rcu_read_unlock(); |
| 486 | |
Akeem G Abodunrin | a5282f4 | 2014-05-10 04:49:03 +0000 | [diff] [blame] | 487 | /* following stats updated by i40e_watchdog_subtask() */ |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 488 | stats->multicast = vsi_stats->multicast; |
| 489 | stats->tx_errors = vsi_stats->tx_errors; |
| 490 | stats->tx_dropped = vsi_stats->tx_dropped; |
| 491 | stats->rx_errors = vsi_stats->rx_errors; |
Jesse Brandeburg | d8201e2 | 2015-07-23 16:54:35 -0400 | [diff] [blame] | 492 | stats->rx_dropped = vsi_stats->rx_dropped; |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 493 | stats->rx_crc_errors = vsi_stats->rx_crc_errors; |
| 494 | stats->rx_length_errors = vsi_stats->rx_length_errors; |
| 495 | |
| 496 | return stats; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 497 | } |
| 498 | |
| 499 | /** |
| 500 | * i40e_vsi_reset_stats - Resets all stats of the given vsi |
| 501 | * @vsi: the VSI to have its stats reset |
| 502 | **/ |
| 503 | void i40e_vsi_reset_stats(struct i40e_vsi *vsi) |
| 504 | { |
| 505 | struct rtnl_link_stats64 *ns; |
| 506 | int i; |
| 507 | |
| 508 | if (!vsi) |
| 509 | return; |
| 510 | |
| 511 | ns = i40e_get_vsi_stats_struct(vsi); |
| 512 | memset(ns, 0, sizeof(*ns)); |
| 513 | memset(&vsi->net_stats_offsets, 0, sizeof(vsi->net_stats_offsets)); |
| 514 | memset(&vsi->eth_stats, 0, sizeof(vsi->eth_stats)); |
| 515 | memset(&vsi->eth_stats_offsets, 0, sizeof(vsi->eth_stats_offsets)); |
Greg Rose | 8e9dca5 | 2013-12-18 13:45:53 +0000 | [diff] [blame] | 516 | if (vsi->rx_rings && vsi->rx_rings[0]) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 517 | for (i = 0; i < vsi->num_queue_pairs; i++) { |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 518 | memset(&vsi->rx_rings[i]->stats, 0, |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 519 | sizeof(vsi->rx_rings[i]->stats)); |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 520 | memset(&vsi->rx_rings[i]->rx_stats, 0, |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 521 | sizeof(vsi->rx_rings[i]->rx_stats)); |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 522 | memset(&vsi->tx_rings[i]->stats, 0, |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 523 | sizeof(vsi->tx_rings[i]->stats)); |
| 524 | memset(&vsi->tx_rings[i]->tx_stats, 0, |
| 525 | sizeof(vsi->tx_rings[i]->tx_stats)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 526 | } |
Greg Rose | 8e9dca5 | 2013-12-18 13:45:53 +0000 | [diff] [blame] | 527 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 528 | vsi->stat_offsets_loaded = false; |
| 529 | } |
| 530 | |
| 531 | /** |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 532 | * i40e_pf_reset_stats - Reset all of the stats for the given PF |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 533 | * @pf: the PF to be reset |
| 534 | **/ |
| 535 | void i40e_pf_reset_stats(struct i40e_pf *pf) |
| 536 | { |
Shannon Nelson | e91fdf7 | 2014-06-03 23:50:18 +0000 | [diff] [blame] | 537 | int i; |
| 538 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 539 | memset(&pf->stats, 0, sizeof(pf->stats)); |
| 540 | memset(&pf->stats_offsets, 0, sizeof(pf->stats_offsets)); |
| 541 | pf->stat_offsets_loaded = false; |
Shannon Nelson | e91fdf7 | 2014-06-03 23:50:18 +0000 | [diff] [blame] | 542 | |
| 543 | for (i = 0; i < I40E_MAX_VEB; i++) { |
| 544 | if (pf->veb[i]) { |
| 545 | memset(&pf->veb[i]->stats, 0, |
| 546 | sizeof(pf->veb[i]->stats)); |
| 547 | memset(&pf->veb[i]->stats_offsets, 0, |
| 548 | sizeof(pf->veb[i]->stats_offsets)); |
| 549 | pf->veb[i]->stat_offsets_loaded = false; |
| 550 | } |
| 551 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 552 | } |
| 553 | |
| 554 | /** |
| 555 | * i40e_stat_update48 - read and update a 48 bit stat from the chip |
| 556 | * @hw: ptr to the hardware info |
| 557 | * @hireg: the high 32 bit reg to read |
| 558 | * @loreg: the low 32 bit reg to read |
| 559 | * @offset_loaded: has the initial offset been loaded yet |
| 560 | * @offset: ptr to current offset value |
| 561 | * @stat: ptr to the stat |
| 562 | * |
| 563 | * Since the device stats are not reset at PFReset, they likely will not |
| 564 | * be zeroed when the driver starts. We'll save the first values read |
| 565 | * and use them as offsets to be subtracted from the raw values in order |
| 566 | * to report stats that count from zero. In the process, we also manage |
| 567 | * the potential roll-over. |
| 568 | **/ |
| 569 | static void i40e_stat_update48(struct i40e_hw *hw, u32 hireg, u32 loreg, |
| 570 | bool offset_loaded, u64 *offset, u64 *stat) |
| 571 | { |
| 572 | u64 new_data; |
| 573 | |
Shannon Nelson | ab60085 | 2014-01-17 15:36:39 -0800 | [diff] [blame] | 574 | if (hw->device_id == I40E_DEV_ID_QEMU) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 575 | new_data = rd32(hw, loreg); |
| 576 | new_data |= ((u64)(rd32(hw, hireg) & 0xFFFF)) << 32; |
| 577 | } else { |
| 578 | new_data = rd64(hw, loreg); |
| 579 | } |
| 580 | if (!offset_loaded) |
| 581 | *offset = new_data; |
| 582 | if (likely(new_data >= *offset)) |
| 583 | *stat = new_data - *offset; |
| 584 | else |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 585 | *stat = (new_data + BIT_ULL(48)) - *offset; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 586 | *stat &= 0xFFFFFFFFFFFFULL; |
| 587 | } |
| 588 | |
| 589 | /** |
| 590 | * i40e_stat_update32 - read and update a 32 bit stat from the chip |
| 591 | * @hw: ptr to the hardware info |
| 592 | * @reg: the hw reg to read |
| 593 | * @offset_loaded: has the initial offset been loaded yet |
| 594 | * @offset: ptr to current offset value |
| 595 | * @stat: ptr to the stat |
| 596 | **/ |
| 597 | static void i40e_stat_update32(struct i40e_hw *hw, u32 reg, |
| 598 | bool offset_loaded, u64 *offset, u64 *stat) |
| 599 | { |
| 600 | u32 new_data; |
| 601 | |
| 602 | new_data = rd32(hw, reg); |
| 603 | if (!offset_loaded) |
| 604 | *offset = new_data; |
| 605 | if (likely(new_data >= *offset)) |
| 606 | *stat = (u32)(new_data - *offset); |
| 607 | else |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 608 | *stat = (u32)((new_data + BIT_ULL(32)) - *offset); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 609 | } |
| 610 | |
| 611 | /** |
| 612 | * i40e_update_eth_stats - Update VSI-specific ethernet statistics counters. |
| 613 | * @vsi: the VSI to be updated |
| 614 | **/ |
| 615 | void i40e_update_eth_stats(struct i40e_vsi *vsi) |
| 616 | { |
| 617 | int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx); |
| 618 | struct i40e_pf *pf = vsi->back; |
| 619 | struct i40e_hw *hw = &pf->hw; |
| 620 | struct i40e_eth_stats *oes; |
| 621 | struct i40e_eth_stats *es; /* device's eth stats */ |
| 622 | |
| 623 | es = &vsi->eth_stats; |
| 624 | oes = &vsi->eth_stats_offsets; |
| 625 | |
| 626 | /* Gather up the stats that the hw collects */ |
| 627 | i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), |
| 628 | vsi->stat_offsets_loaded, |
| 629 | &oes->tx_errors, &es->tx_errors); |
| 630 | i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx), |
| 631 | vsi->stat_offsets_loaded, |
| 632 | &oes->rx_discards, &es->rx_discards); |
Shannon Nelson | 41a9e55 | 2014-04-23 04:50:20 +0000 | [diff] [blame] | 633 | i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx), |
| 634 | vsi->stat_offsets_loaded, |
| 635 | &oes->rx_unknown_protocol, &es->rx_unknown_protocol); |
| 636 | i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), |
| 637 | vsi->stat_offsets_loaded, |
| 638 | &oes->tx_errors, &es->tx_errors); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 639 | |
| 640 | i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx), |
| 641 | I40E_GLV_GORCL(stat_idx), |
| 642 | vsi->stat_offsets_loaded, |
| 643 | &oes->rx_bytes, &es->rx_bytes); |
| 644 | i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx), |
| 645 | I40E_GLV_UPRCL(stat_idx), |
| 646 | vsi->stat_offsets_loaded, |
| 647 | &oes->rx_unicast, &es->rx_unicast); |
| 648 | i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx), |
| 649 | I40E_GLV_MPRCL(stat_idx), |
| 650 | vsi->stat_offsets_loaded, |
| 651 | &oes->rx_multicast, &es->rx_multicast); |
| 652 | i40e_stat_update48(hw, I40E_GLV_BPRCH(stat_idx), |
| 653 | I40E_GLV_BPRCL(stat_idx), |
| 654 | vsi->stat_offsets_loaded, |
| 655 | &oes->rx_broadcast, &es->rx_broadcast); |
| 656 | |
| 657 | i40e_stat_update48(hw, I40E_GLV_GOTCH(stat_idx), |
| 658 | I40E_GLV_GOTCL(stat_idx), |
| 659 | vsi->stat_offsets_loaded, |
| 660 | &oes->tx_bytes, &es->tx_bytes); |
| 661 | i40e_stat_update48(hw, I40E_GLV_UPTCH(stat_idx), |
| 662 | I40E_GLV_UPTCL(stat_idx), |
| 663 | vsi->stat_offsets_loaded, |
| 664 | &oes->tx_unicast, &es->tx_unicast); |
| 665 | i40e_stat_update48(hw, I40E_GLV_MPTCH(stat_idx), |
| 666 | I40E_GLV_MPTCL(stat_idx), |
| 667 | vsi->stat_offsets_loaded, |
| 668 | &oes->tx_multicast, &es->tx_multicast); |
| 669 | i40e_stat_update48(hw, I40E_GLV_BPTCH(stat_idx), |
| 670 | I40E_GLV_BPTCL(stat_idx), |
| 671 | vsi->stat_offsets_loaded, |
| 672 | &oes->tx_broadcast, &es->tx_broadcast); |
| 673 | vsi->stat_offsets_loaded = true; |
| 674 | } |
| 675 | |
| 676 | /** |
| 677 | * i40e_update_veb_stats - Update Switch component statistics |
| 678 | * @veb: the VEB being updated |
| 679 | **/ |
| 680 | static void i40e_update_veb_stats(struct i40e_veb *veb) |
| 681 | { |
| 682 | struct i40e_pf *pf = veb->pf; |
| 683 | struct i40e_hw *hw = &pf->hw; |
| 684 | struct i40e_eth_stats *oes; |
| 685 | struct i40e_eth_stats *es; /* device's eth stats */ |
Neerav Parikh | fe860af | 2015-07-10 19:36:02 -0400 | [diff] [blame] | 686 | struct i40e_veb_tc_stats *veb_oes; |
| 687 | struct i40e_veb_tc_stats *veb_es; |
| 688 | int i, idx = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 689 | |
| 690 | idx = veb->stats_idx; |
| 691 | es = &veb->stats; |
| 692 | oes = &veb->stats_offsets; |
Neerav Parikh | fe860af | 2015-07-10 19:36:02 -0400 | [diff] [blame] | 693 | veb_es = &veb->tc_stats; |
| 694 | veb_oes = &veb->tc_stats_offsets; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 695 | |
| 696 | /* Gather up the stats that the hw collects */ |
| 697 | i40e_stat_update32(hw, I40E_GLSW_TDPC(idx), |
| 698 | veb->stat_offsets_loaded, |
| 699 | &oes->tx_discards, &es->tx_discards); |
Jesse Brandeburg | 7134f9c | 2013-11-26 08:56:05 +0000 | [diff] [blame] | 700 | if (hw->revision_id > 0) |
| 701 | i40e_stat_update32(hw, I40E_GLSW_RUPP(idx), |
| 702 | veb->stat_offsets_loaded, |
| 703 | &oes->rx_unknown_protocol, |
| 704 | &es->rx_unknown_protocol); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 705 | i40e_stat_update48(hw, I40E_GLSW_GORCH(idx), I40E_GLSW_GORCL(idx), |
| 706 | veb->stat_offsets_loaded, |
| 707 | &oes->rx_bytes, &es->rx_bytes); |
| 708 | i40e_stat_update48(hw, I40E_GLSW_UPRCH(idx), I40E_GLSW_UPRCL(idx), |
| 709 | veb->stat_offsets_loaded, |
| 710 | &oes->rx_unicast, &es->rx_unicast); |
| 711 | i40e_stat_update48(hw, I40E_GLSW_MPRCH(idx), I40E_GLSW_MPRCL(idx), |
| 712 | veb->stat_offsets_loaded, |
| 713 | &oes->rx_multicast, &es->rx_multicast); |
| 714 | i40e_stat_update48(hw, I40E_GLSW_BPRCH(idx), I40E_GLSW_BPRCL(idx), |
| 715 | veb->stat_offsets_loaded, |
| 716 | &oes->rx_broadcast, &es->rx_broadcast); |
| 717 | |
| 718 | i40e_stat_update48(hw, I40E_GLSW_GOTCH(idx), I40E_GLSW_GOTCL(idx), |
| 719 | veb->stat_offsets_loaded, |
| 720 | &oes->tx_bytes, &es->tx_bytes); |
| 721 | i40e_stat_update48(hw, I40E_GLSW_UPTCH(idx), I40E_GLSW_UPTCL(idx), |
| 722 | veb->stat_offsets_loaded, |
| 723 | &oes->tx_unicast, &es->tx_unicast); |
| 724 | i40e_stat_update48(hw, I40E_GLSW_MPTCH(idx), I40E_GLSW_MPTCL(idx), |
| 725 | veb->stat_offsets_loaded, |
| 726 | &oes->tx_multicast, &es->tx_multicast); |
| 727 | i40e_stat_update48(hw, I40E_GLSW_BPTCH(idx), I40E_GLSW_BPTCL(idx), |
| 728 | veb->stat_offsets_loaded, |
| 729 | &oes->tx_broadcast, &es->tx_broadcast); |
Neerav Parikh | fe860af | 2015-07-10 19:36:02 -0400 | [diff] [blame] | 730 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
| 731 | i40e_stat_update48(hw, I40E_GLVEBTC_RPCH(i, idx), |
| 732 | I40E_GLVEBTC_RPCL(i, idx), |
| 733 | veb->stat_offsets_loaded, |
| 734 | &veb_oes->tc_rx_packets[i], |
| 735 | &veb_es->tc_rx_packets[i]); |
| 736 | i40e_stat_update48(hw, I40E_GLVEBTC_RBCH(i, idx), |
| 737 | I40E_GLVEBTC_RBCL(i, idx), |
| 738 | veb->stat_offsets_loaded, |
| 739 | &veb_oes->tc_rx_bytes[i], |
| 740 | &veb_es->tc_rx_bytes[i]); |
| 741 | i40e_stat_update48(hw, I40E_GLVEBTC_TPCH(i, idx), |
| 742 | I40E_GLVEBTC_TPCL(i, idx), |
| 743 | veb->stat_offsets_loaded, |
| 744 | &veb_oes->tc_tx_packets[i], |
| 745 | &veb_es->tc_tx_packets[i]); |
| 746 | i40e_stat_update48(hw, I40E_GLVEBTC_TBCH(i, idx), |
| 747 | I40E_GLVEBTC_TBCL(i, idx), |
| 748 | veb->stat_offsets_loaded, |
| 749 | &veb_oes->tc_tx_bytes[i], |
| 750 | &veb_es->tc_tx_bytes[i]); |
| 751 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 752 | veb->stat_offsets_loaded = true; |
| 753 | } |
| 754 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 755 | #ifdef I40E_FCOE |
| 756 | /** |
| 757 | * i40e_update_fcoe_stats - Update FCoE-specific ethernet statistics counters. |
| 758 | * @vsi: the VSI that is capable of doing FCoE |
| 759 | **/ |
| 760 | static void i40e_update_fcoe_stats(struct i40e_vsi *vsi) |
| 761 | { |
| 762 | struct i40e_pf *pf = vsi->back; |
| 763 | struct i40e_hw *hw = &pf->hw; |
| 764 | struct i40e_fcoe_stats *ofs; |
| 765 | struct i40e_fcoe_stats *fs; /* device's eth stats */ |
| 766 | int idx; |
| 767 | |
| 768 | if (vsi->type != I40E_VSI_FCOE) |
| 769 | return; |
| 770 | |
Kiran Patil | 4147e2c | 2016-01-15 14:33:14 -0800 | [diff] [blame] | 771 | idx = hw->pf_id + I40E_FCOE_PF_STAT_OFFSET; |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 772 | fs = &vsi->fcoe_stats; |
| 773 | ofs = &vsi->fcoe_stats_offsets; |
| 774 | |
| 775 | i40e_stat_update32(hw, I40E_GL_FCOEPRC(idx), |
| 776 | vsi->fcoe_stat_offsets_loaded, |
| 777 | &ofs->rx_fcoe_packets, &fs->rx_fcoe_packets); |
| 778 | i40e_stat_update48(hw, I40E_GL_FCOEDWRCH(idx), I40E_GL_FCOEDWRCL(idx), |
| 779 | vsi->fcoe_stat_offsets_loaded, |
| 780 | &ofs->rx_fcoe_dwords, &fs->rx_fcoe_dwords); |
| 781 | i40e_stat_update32(hw, I40E_GL_FCOERPDC(idx), |
| 782 | vsi->fcoe_stat_offsets_loaded, |
| 783 | &ofs->rx_fcoe_dropped, &fs->rx_fcoe_dropped); |
| 784 | i40e_stat_update32(hw, I40E_GL_FCOEPTC(idx), |
| 785 | vsi->fcoe_stat_offsets_loaded, |
| 786 | &ofs->tx_fcoe_packets, &fs->tx_fcoe_packets); |
| 787 | i40e_stat_update48(hw, I40E_GL_FCOEDWTCH(idx), I40E_GL_FCOEDWTCL(idx), |
| 788 | vsi->fcoe_stat_offsets_loaded, |
| 789 | &ofs->tx_fcoe_dwords, &fs->tx_fcoe_dwords); |
| 790 | i40e_stat_update32(hw, I40E_GL_FCOECRC(idx), |
| 791 | vsi->fcoe_stat_offsets_loaded, |
| 792 | &ofs->fcoe_bad_fccrc, &fs->fcoe_bad_fccrc); |
| 793 | i40e_stat_update32(hw, I40E_GL_FCOELAST(idx), |
| 794 | vsi->fcoe_stat_offsets_loaded, |
| 795 | &ofs->fcoe_last_error, &fs->fcoe_last_error); |
| 796 | i40e_stat_update32(hw, I40E_GL_FCOEDDPC(idx), |
| 797 | vsi->fcoe_stat_offsets_loaded, |
| 798 | &ofs->fcoe_ddp_count, &fs->fcoe_ddp_count); |
| 799 | |
| 800 | vsi->fcoe_stat_offsets_loaded = true; |
| 801 | } |
| 802 | |
| 803 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 804 | /** |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 805 | * i40e_update_vsi_stats - Update the vsi statistics counters. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 806 | * @vsi: the VSI to be updated |
| 807 | * |
| 808 | * There are a few instances where we store the same stat in a |
| 809 | * couple of different structs. This is partly because we have |
| 810 | * the netdev stats that need to be filled out, which is slightly |
| 811 | * different from the "eth_stats" defined by the chip and used in |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 812 | * VF communications. We sort it out here. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 813 | **/ |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 814 | static void i40e_update_vsi_stats(struct i40e_vsi *vsi) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 815 | { |
| 816 | struct i40e_pf *pf = vsi->back; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 817 | struct rtnl_link_stats64 *ons; |
| 818 | struct rtnl_link_stats64 *ns; /* netdev stats */ |
| 819 | struct i40e_eth_stats *oes; |
| 820 | struct i40e_eth_stats *es; /* device's eth stats */ |
| 821 | u32 tx_restart, tx_busy; |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 822 | u64 tx_lost_interrupt; |
Akeem G Abodunrin | bf00b37 | 2014-10-17 03:14:39 +0000 | [diff] [blame] | 823 | struct i40e_ring *p; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 824 | u32 rx_page, rx_buf; |
Akeem G Abodunrin | bf00b37 | 2014-10-17 03:14:39 +0000 | [diff] [blame] | 825 | u64 bytes, packets; |
| 826 | unsigned int start; |
Anjali Singhai Jain | 2fc3d71 | 2015-08-27 11:42:29 -0400 | [diff] [blame] | 827 | u64 tx_linearize; |
Anjali Singhai Jain | 164c9f5 | 2015-10-21 19:47:08 -0400 | [diff] [blame] | 828 | u64 tx_force_wb; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 829 | u64 rx_p, rx_b; |
| 830 | u64 tx_p, tx_b; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 831 | u16 q; |
| 832 | |
| 833 | if (test_bit(__I40E_DOWN, &vsi->state) || |
| 834 | test_bit(__I40E_CONFIG_BUSY, &pf->state)) |
| 835 | return; |
| 836 | |
| 837 | ns = i40e_get_vsi_stats_struct(vsi); |
| 838 | ons = &vsi->net_stats_offsets; |
| 839 | es = &vsi->eth_stats; |
| 840 | oes = &vsi->eth_stats_offsets; |
| 841 | |
| 842 | /* Gather up the netdev and vsi stats that the driver collects |
| 843 | * on the fly during packet processing |
| 844 | */ |
| 845 | rx_b = rx_p = 0; |
| 846 | tx_b = tx_p = 0; |
Anjali Singhai Jain | 164c9f5 | 2015-10-21 19:47:08 -0400 | [diff] [blame] | 847 | tx_restart = tx_busy = tx_linearize = tx_force_wb = 0; |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 848 | tx_lost_interrupt = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 849 | rx_page = 0; |
| 850 | rx_buf = 0; |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 851 | rcu_read_lock(); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 852 | for (q = 0; q < vsi->num_queue_pairs; q++) { |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 853 | /* locate Tx ring */ |
| 854 | p = ACCESS_ONCE(vsi->tx_rings[q]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 855 | |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 856 | do { |
Eric W. Biederman | 57a7744 | 2014-03-13 21:26:42 -0700 | [diff] [blame] | 857 | start = u64_stats_fetch_begin_irq(&p->syncp); |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 858 | packets = p->stats.packets; |
| 859 | bytes = p->stats.bytes; |
Eric W. Biederman | 57a7744 | 2014-03-13 21:26:42 -0700 | [diff] [blame] | 860 | } while (u64_stats_fetch_retry_irq(&p->syncp, start)); |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 861 | tx_b += bytes; |
| 862 | tx_p += packets; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 863 | tx_restart += p->tx_stats.restart_queue; |
| 864 | tx_busy += p->tx_stats.tx_busy; |
Anjali Singhai Jain | 2fc3d71 | 2015-08-27 11:42:29 -0400 | [diff] [blame] | 865 | tx_linearize += p->tx_stats.tx_linearize; |
Anjali Singhai Jain | 164c9f5 | 2015-10-21 19:47:08 -0400 | [diff] [blame] | 866 | tx_force_wb += p->tx_stats.tx_force_wb; |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 867 | tx_lost_interrupt += p->tx_stats.tx_lost_interrupt; |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 868 | |
| 869 | /* Rx queue is part of the same block as Tx queue */ |
| 870 | p = &p[1]; |
| 871 | do { |
Eric W. Biederman | 57a7744 | 2014-03-13 21:26:42 -0700 | [diff] [blame] | 872 | start = u64_stats_fetch_begin_irq(&p->syncp); |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 873 | packets = p->stats.packets; |
| 874 | bytes = p->stats.bytes; |
Eric W. Biederman | 57a7744 | 2014-03-13 21:26:42 -0700 | [diff] [blame] | 875 | } while (u64_stats_fetch_retry_irq(&p->syncp, start)); |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 876 | rx_b += bytes; |
| 877 | rx_p += packets; |
Mitch Williams | 420136c | 2013-12-18 13:45:59 +0000 | [diff] [blame] | 878 | rx_buf += p->rx_stats.alloc_buff_failed; |
| 879 | rx_page += p->rx_stats.alloc_page_failed; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 880 | } |
Alexander Duyck | 980e9b1 | 2013-09-28 06:01:03 +0000 | [diff] [blame] | 881 | rcu_read_unlock(); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 882 | vsi->tx_restart = tx_restart; |
| 883 | vsi->tx_busy = tx_busy; |
Anjali Singhai Jain | 2fc3d71 | 2015-08-27 11:42:29 -0400 | [diff] [blame] | 884 | vsi->tx_linearize = tx_linearize; |
Anjali Singhai Jain | 164c9f5 | 2015-10-21 19:47:08 -0400 | [diff] [blame] | 885 | vsi->tx_force_wb = tx_force_wb; |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 886 | vsi->tx_lost_interrupt = tx_lost_interrupt; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 887 | vsi->rx_page_failed = rx_page; |
| 888 | vsi->rx_buf_failed = rx_buf; |
| 889 | |
| 890 | ns->rx_packets = rx_p; |
| 891 | ns->rx_bytes = rx_b; |
| 892 | ns->tx_packets = tx_p; |
| 893 | ns->tx_bytes = tx_b; |
| 894 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 895 | /* update netdev stats from eth stats */ |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 896 | i40e_update_eth_stats(vsi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 897 | ons->tx_errors = oes->tx_errors; |
| 898 | ns->tx_errors = es->tx_errors; |
| 899 | ons->multicast = oes->rx_multicast; |
| 900 | ns->multicast = es->rx_multicast; |
Shannon Nelson | 41a9e55 | 2014-04-23 04:50:20 +0000 | [diff] [blame] | 901 | ons->rx_dropped = oes->rx_discards; |
| 902 | ns->rx_dropped = es->rx_discards; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 903 | ons->tx_dropped = oes->tx_discards; |
| 904 | ns->tx_dropped = es->tx_discards; |
| 905 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 906 | /* pull in a couple PF stats if this is the main vsi */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 907 | if (vsi == pf->vsi[pf->lan_vsi]) { |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 908 | ns->rx_crc_errors = pf->stats.crc_errors; |
| 909 | ns->rx_errors = pf->stats.crc_errors + pf->stats.illegal_bytes; |
| 910 | ns->rx_length_errors = pf->stats.rx_length_errors; |
| 911 | } |
| 912 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 913 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 914 | /** |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 915 | * i40e_update_pf_stats - Update the PF statistics counters. |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 916 | * @pf: the PF to be updated |
| 917 | **/ |
| 918 | static void i40e_update_pf_stats(struct i40e_pf *pf) |
| 919 | { |
| 920 | struct i40e_hw_port_stats *osd = &pf->stats_offsets; |
| 921 | struct i40e_hw_port_stats *nsd = &pf->stats; |
| 922 | struct i40e_hw *hw = &pf->hw; |
| 923 | u32 val; |
| 924 | int i; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 925 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 926 | i40e_stat_update48(hw, I40E_GLPRT_GORCH(hw->port), |
| 927 | I40E_GLPRT_GORCL(hw->port), |
| 928 | pf->stat_offsets_loaded, |
| 929 | &osd->eth.rx_bytes, &nsd->eth.rx_bytes); |
| 930 | i40e_stat_update48(hw, I40E_GLPRT_GOTCH(hw->port), |
| 931 | I40E_GLPRT_GOTCL(hw->port), |
| 932 | pf->stat_offsets_loaded, |
| 933 | &osd->eth.tx_bytes, &nsd->eth.tx_bytes); |
| 934 | i40e_stat_update32(hw, I40E_GLPRT_RDPC(hw->port), |
| 935 | pf->stat_offsets_loaded, |
| 936 | &osd->eth.rx_discards, |
| 937 | &nsd->eth.rx_discards); |
Shannon Nelson | 532d283 | 2014-04-23 04:50:09 +0000 | [diff] [blame] | 938 | i40e_stat_update48(hw, I40E_GLPRT_UPRCH(hw->port), |
| 939 | I40E_GLPRT_UPRCL(hw->port), |
| 940 | pf->stat_offsets_loaded, |
| 941 | &osd->eth.rx_unicast, |
| 942 | &nsd->eth.rx_unicast); |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 943 | i40e_stat_update48(hw, I40E_GLPRT_MPRCH(hw->port), |
| 944 | I40E_GLPRT_MPRCL(hw->port), |
| 945 | pf->stat_offsets_loaded, |
| 946 | &osd->eth.rx_multicast, |
| 947 | &nsd->eth.rx_multicast); |
Shannon Nelson | 532d283 | 2014-04-23 04:50:09 +0000 | [diff] [blame] | 948 | i40e_stat_update48(hw, I40E_GLPRT_BPRCH(hw->port), |
| 949 | I40E_GLPRT_BPRCL(hw->port), |
| 950 | pf->stat_offsets_loaded, |
| 951 | &osd->eth.rx_broadcast, |
| 952 | &nsd->eth.rx_broadcast); |
| 953 | i40e_stat_update48(hw, I40E_GLPRT_UPTCH(hw->port), |
| 954 | I40E_GLPRT_UPTCL(hw->port), |
| 955 | pf->stat_offsets_loaded, |
| 956 | &osd->eth.tx_unicast, |
| 957 | &nsd->eth.tx_unicast); |
| 958 | i40e_stat_update48(hw, I40E_GLPRT_MPTCH(hw->port), |
| 959 | I40E_GLPRT_MPTCL(hw->port), |
| 960 | pf->stat_offsets_loaded, |
| 961 | &osd->eth.tx_multicast, |
| 962 | &nsd->eth.tx_multicast); |
| 963 | i40e_stat_update48(hw, I40E_GLPRT_BPTCH(hw->port), |
| 964 | I40E_GLPRT_BPTCL(hw->port), |
| 965 | pf->stat_offsets_loaded, |
| 966 | &osd->eth.tx_broadcast, |
| 967 | &nsd->eth.tx_broadcast); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 968 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 969 | i40e_stat_update32(hw, I40E_GLPRT_TDOLD(hw->port), |
| 970 | pf->stat_offsets_loaded, |
| 971 | &osd->tx_dropped_link_down, |
| 972 | &nsd->tx_dropped_link_down); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 973 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 974 | i40e_stat_update32(hw, I40E_GLPRT_CRCERRS(hw->port), |
| 975 | pf->stat_offsets_loaded, |
| 976 | &osd->crc_errors, &nsd->crc_errors); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 977 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 978 | i40e_stat_update32(hw, I40E_GLPRT_ILLERRC(hw->port), |
| 979 | pf->stat_offsets_loaded, |
| 980 | &osd->illegal_bytes, &nsd->illegal_bytes); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 981 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 982 | i40e_stat_update32(hw, I40E_GLPRT_MLFC(hw->port), |
| 983 | pf->stat_offsets_loaded, |
| 984 | &osd->mac_local_faults, |
| 985 | &nsd->mac_local_faults); |
| 986 | i40e_stat_update32(hw, I40E_GLPRT_MRFC(hw->port), |
| 987 | pf->stat_offsets_loaded, |
| 988 | &osd->mac_remote_faults, |
| 989 | &nsd->mac_remote_faults); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 990 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 991 | i40e_stat_update32(hw, I40E_GLPRT_RLEC(hw->port), |
| 992 | pf->stat_offsets_loaded, |
| 993 | &osd->rx_length_errors, |
| 994 | &nsd->rx_length_errors); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 995 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 996 | i40e_stat_update32(hw, I40E_GLPRT_LXONRXC(hw->port), |
| 997 | pf->stat_offsets_loaded, |
| 998 | &osd->link_xon_rx, &nsd->link_xon_rx); |
| 999 | i40e_stat_update32(hw, I40E_GLPRT_LXONTXC(hw->port), |
| 1000 | pf->stat_offsets_loaded, |
| 1001 | &osd->link_xon_tx, &nsd->link_xon_tx); |
Neerav Parikh | 95db239 | 2015-11-06 15:26:09 -0800 | [diff] [blame] | 1002 | i40e_stat_update32(hw, I40E_GLPRT_LXOFFRXC(hw->port), |
| 1003 | pf->stat_offsets_loaded, |
| 1004 | &osd->link_xoff_rx, &nsd->link_xoff_rx); |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1005 | i40e_stat_update32(hw, I40E_GLPRT_LXOFFTXC(hw->port), |
| 1006 | pf->stat_offsets_loaded, |
| 1007 | &osd->link_xoff_tx, &nsd->link_xoff_tx); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1008 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1009 | for (i = 0; i < 8; i++) { |
Neerav Parikh | 95db239 | 2015-11-06 15:26:09 -0800 | [diff] [blame] | 1010 | i40e_stat_update32(hw, I40E_GLPRT_PXOFFRXC(hw->port, i), |
| 1011 | pf->stat_offsets_loaded, |
| 1012 | &osd->priority_xoff_rx[i], |
| 1013 | &nsd->priority_xoff_rx[i]); |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1014 | i40e_stat_update32(hw, I40E_GLPRT_PXONRXC(hw->port, i), |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1015 | pf->stat_offsets_loaded, |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1016 | &osd->priority_xon_rx[i], |
| 1017 | &nsd->priority_xon_rx[i]); |
| 1018 | i40e_stat_update32(hw, I40E_GLPRT_PXONTXC(hw->port, i), |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1019 | pf->stat_offsets_loaded, |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1020 | &osd->priority_xon_tx[i], |
| 1021 | &nsd->priority_xon_tx[i]); |
| 1022 | i40e_stat_update32(hw, I40E_GLPRT_PXOFFTXC(hw->port, i), |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1023 | pf->stat_offsets_loaded, |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1024 | &osd->priority_xoff_tx[i], |
| 1025 | &nsd->priority_xoff_tx[i]); |
| 1026 | i40e_stat_update32(hw, |
| 1027 | I40E_GLPRT_RXON2OFFCNT(hw->port, i), |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1028 | pf->stat_offsets_loaded, |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1029 | &osd->priority_xon_2_xoff[i], |
| 1030 | &nsd->priority_xon_2_xoff[i]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1031 | } |
| 1032 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1033 | i40e_stat_update48(hw, I40E_GLPRT_PRC64H(hw->port), |
| 1034 | I40E_GLPRT_PRC64L(hw->port), |
| 1035 | pf->stat_offsets_loaded, |
| 1036 | &osd->rx_size_64, &nsd->rx_size_64); |
| 1037 | i40e_stat_update48(hw, I40E_GLPRT_PRC127H(hw->port), |
| 1038 | I40E_GLPRT_PRC127L(hw->port), |
| 1039 | pf->stat_offsets_loaded, |
| 1040 | &osd->rx_size_127, &nsd->rx_size_127); |
| 1041 | i40e_stat_update48(hw, I40E_GLPRT_PRC255H(hw->port), |
| 1042 | I40E_GLPRT_PRC255L(hw->port), |
| 1043 | pf->stat_offsets_loaded, |
| 1044 | &osd->rx_size_255, &nsd->rx_size_255); |
| 1045 | i40e_stat_update48(hw, I40E_GLPRT_PRC511H(hw->port), |
| 1046 | I40E_GLPRT_PRC511L(hw->port), |
| 1047 | pf->stat_offsets_loaded, |
| 1048 | &osd->rx_size_511, &nsd->rx_size_511); |
| 1049 | i40e_stat_update48(hw, I40E_GLPRT_PRC1023H(hw->port), |
| 1050 | I40E_GLPRT_PRC1023L(hw->port), |
| 1051 | pf->stat_offsets_loaded, |
| 1052 | &osd->rx_size_1023, &nsd->rx_size_1023); |
| 1053 | i40e_stat_update48(hw, I40E_GLPRT_PRC1522H(hw->port), |
| 1054 | I40E_GLPRT_PRC1522L(hw->port), |
| 1055 | pf->stat_offsets_loaded, |
| 1056 | &osd->rx_size_1522, &nsd->rx_size_1522); |
| 1057 | i40e_stat_update48(hw, I40E_GLPRT_PRC9522H(hw->port), |
| 1058 | I40E_GLPRT_PRC9522L(hw->port), |
| 1059 | pf->stat_offsets_loaded, |
| 1060 | &osd->rx_size_big, &nsd->rx_size_big); |
| 1061 | |
| 1062 | i40e_stat_update48(hw, I40E_GLPRT_PTC64H(hw->port), |
| 1063 | I40E_GLPRT_PTC64L(hw->port), |
| 1064 | pf->stat_offsets_loaded, |
| 1065 | &osd->tx_size_64, &nsd->tx_size_64); |
| 1066 | i40e_stat_update48(hw, I40E_GLPRT_PTC127H(hw->port), |
| 1067 | I40E_GLPRT_PTC127L(hw->port), |
| 1068 | pf->stat_offsets_loaded, |
| 1069 | &osd->tx_size_127, &nsd->tx_size_127); |
| 1070 | i40e_stat_update48(hw, I40E_GLPRT_PTC255H(hw->port), |
| 1071 | I40E_GLPRT_PTC255L(hw->port), |
| 1072 | pf->stat_offsets_loaded, |
| 1073 | &osd->tx_size_255, &nsd->tx_size_255); |
| 1074 | i40e_stat_update48(hw, I40E_GLPRT_PTC511H(hw->port), |
| 1075 | I40E_GLPRT_PTC511L(hw->port), |
| 1076 | pf->stat_offsets_loaded, |
| 1077 | &osd->tx_size_511, &nsd->tx_size_511); |
| 1078 | i40e_stat_update48(hw, I40E_GLPRT_PTC1023H(hw->port), |
| 1079 | I40E_GLPRT_PTC1023L(hw->port), |
| 1080 | pf->stat_offsets_loaded, |
| 1081 | &osd->tx_size_1023, &nsd->tx_size_1023); |
| 1082 | i40e_stat_update48(hw, I40E_GLPRT_PTC1522H(hw->port), |
| 1083 | I40E_GLPRT_PTC1522L(hw->port), |
| 1084 | pf->stat_offsets_loaded, |
| 1085 | &osd->tx_size_1522, &nsd->tx_size_1522); |
| 1086 | i40e_stat_update48(hw, I40E_GLPRT_PTC9522H(hw->port), |
| 1087 | I40E_GLPRT_PTC9522L(hw->port), |
| 1088 | pf->stat_offsets_loaded, |
| 1089 | &osd->tx_size_big, &nsd->tx_size_big); |
| 1090 | |
| 1091 | i40e_stat_update32(hw, I40E_GLPRT_RUC(hw->port), |
| 1092 | pf->stat_offsets_loaded, |
| 1093 | &osd->rx_undersize, &nsd->rx_undersize); |
| 1094 | i40e_stat_update32(hw, I40E_GLPRT_RFC(hw->port), |
| 1095 | pf->stat_offsets_loaded, |
| 1096 | &osd->rx_fragments, &nsd->rx_fragments); |
| 1097 | i40e_stat_update32(hw, I40E_GLPRT_ROC(hw->port), |
| 1098 | pf->stat_offsets_loaded, |
| 1099 | &osd->rx_oversize, &nsd->rx_oversize); |
| 1100 | i40e_stat_update32(hw, I40E_GLPRT_RJC(hw->port), |
| 1101 | pf->stat_offsets_loaded, |
| 1102 | &osd->rx_jabber, &nsd->rx_jabber); |
| 1103 | |
Anjali Singhai Jain | 433c47d | 2014-05-22 06:32:17 +0000 | [diff] [blame] | 1104 | /* FDIR stats */ |
Anjali Singhai Jain | 0bf4b1b | 2015-04-16 20:06:02 -0400 | [diff] [blame] | 1105 | i40e_stat_update32(hw, |
| 1106 | I40E_GLQF_PCNT(I40E_FD_ATR_STAT_IDX(pf->hw.pf_id)), |
Anjali Singhai Jain | 433c47d | 2014-05-22 06:32:17 +0000 | [diff] [blame] | 1107 | pf->stat_offsets_loaded, |
| 1108 | &osd->fd_atr_match, &nsd->fd_atr_match); |
Anjali Singhai Jain | 0bf4b1b | 2015-04-16 20:06:02 -0400 | [diff] [blame] | 1109 | i40e_stat_update32(hw, |
| 1110 | I40E_GLQF_PCNT(I40E_FD_SB_STAT_IDX(pf->hw.pf_id)), |
Anjali Singhai Jain | 433c47d | 2014-05-22 06:32:17 +0000 | [diff] [blame] | 1111 | pf->stat_offsets_loaded, |
| 1112 | &osd->fd_sb_match, &nsd->fd_sb_match); |
Anjali Singhai Jain | 60ccd45 | 2015-04-16 20:06:01 -0400 | [diff] [blame] | 1113 | i40e_stat_update32(hw, |
| 1114 | I40E_GLQF_PCNT(I40E_FD_ATR_TUNNEL_STAT_IDX(pf->hw.pf_id)), |
| 1115 | pf->stat_offsets_loaded, |
| 1116 | &osd->fd_atr_tunnel_match, &nsd->fd_atr_tunnel_match); |
Anjali Singhai Jain | 433c47d | 2014-05-22 06:32:17 +0000 | [diff] [blame] | 1117 | |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1118 | val = rd32(hw, I40E_PRTPM_EEE_STAT); |
| 1119 | nsd->tx_lpi_status = |
| 1120 | (val & I40E_PRTPM_EEE_STAT_TX_LPI_STATUS_MASK) >> |
| 1121 | I40E_PRTPM_EEE_STAT_TX_LPI_STATUS_SHIFT; |
| 1122 | nsd->rx_lpi_status = |
| 1123 | (val & I40E_PRTPM_EEE_STAT_RX_LPI_STATUS_MASK) >> |
| 1124 | I40E_PRTPM_EEE_STAT_RX_LPI_STATUS_SHIFT; |
| 1125 | i40e_stat_update32(hw, I40E_PRTPM_TLPIC, |
| 1126 | pf->stat_offsets_loaded, |
| 1127 | &osd->tx_lpi_count, &nsd->tx_lpi_count); |
| 1128 | i40e_stat_update32(hw, I40E_PRTPM_RLPIC, |
| 1129 | pf->stat_offsets_loaded, |
| 1130 | &osd->rx_lpi_count, &nsd->rx_lpi_count); |
| 1131 | |
Anjali Singhai Jain | d0389e5 | 2015-04-22 19:34:05 -0400 | [diff] [blame] | 1132 | if (pf->flags & I40E_FLAG_FD_SB_ENABLED && |
| 1133 | !(pf->auto_disable_flags & I40E_FLAG_FD_SB_ENABLED)) |
| 1134 | nsd->fd_sb_status = true; |
| 1135 | else |
| 1136 | nsd->fd_sb_status = false; |
| 1137 | |
| 1138 | if (pf->flags & I40E_FLAG_FD_ATR_ENABLED && |
| 1139 | !(pf->auto_disable_flags & I40E_FLAG_FD_ATR_ENABLED)) |
| 1140 | nsd->fd_atr_status = true; |
| 1141 | else |
| 1142 | nsd->fd_atr_status = false; |
| 1143 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1144 | pf->stat_offsets_loaded = true; |
| 1145 | } |
| 1146 | |
| 1147 | /** |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1148 | * i40e_update_stats - Update the various statistics counters. |
| 1149 | * @vsi: the VSI to be updated |
| 1150 | * |
| 1151 | * Update the various stats for this VSI and its related entities. |
| 1152 | **/ |
| 1153 | void i40e_update_stats(struct i40e_vsi *vsi) |
| 1154 | { |
| 1155 | struct i40e_pf *pf = vsi->back; |
| 1156 | |
| 1157 | if (vsi == pf->vsi[pf->lan_vsi]) |
| 1158 | i40e_update_pf_stats(pf); |
| 1159 | |
| 1160 | i40e_update_vsi_stats(vsi); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 1161 | #ifdef I40E_FCOE |
| 1162 | i40e_update_fcoe_stats(vsi); |
| 1163 | #endif |
Shannon Nelson | 7812fdd | 2014-04-23 04:50:18 +0000 | [diff] [blame] | 1164 | } |
| 1165 | |
| 1166 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1167 | * i40e_find_filter - Search VSI filter list for specific mac/vlan filter |
| 1168 | * @vsi: the VSI to be searched |
| 1169 | * @macaddr: the MAC address |
| 1170 | * @vlan: the vlan |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 1171 | * @is_vf: make sure its a VF filter, else doesn't matter |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1172 | * @is_netdev: make sure its a netdev filter, else doesn't matter |
| 1173 | * |
| 1174 | * Returns ptr to the filter object or NULL |
| 1175 | **/ |
| 1176 | static struct i40e_mac_filter *i40e_find_filter(struct i40e_vsi *vsi, |
| 1177 | u8 *macaddr, s16 vlan, |
| 1178 | bool is_vf, bool is_netdev) |
| 1179 | { |
| 1180 | struct i40e_mac_filter *f; |
| 1181 | |
| 1182 | if (!vsi || !macaddr) |
| 1183 | return NULL; |
| 1184 | |
| 1185 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
| 1186 | if ((ether_addr_equal(macaddr, f->macaddr)) && |
| 1187 | (vlan == f->vlan) && |
| 1188 | (!is_vf || f->is_vf) && |
| 1189 | (!is_netdev || f->is_netdev)) |
| 1190 | return f; |
| 1191 | } |
| 1192 | return NULL; |
| 1193 | } |
| 1194 | |
| 1195 | /** |
| 1196 | * i40e_find_mac - Find a mac addr in the macvlan filters list |
| 1197 | * @vsi: the VSI to be searched |
| 1198 | * @macaddr: the MAC address we are searching for |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 1199 | * @is_vf: make sure its a VF filter, else doesn't matter |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1200 | * @is_netdev: make sure its a netdev filter, else doesn't matter |
| 1201 | * |
| 1202 | * Returns the first filter with the provided MAC address or NULL if |
| 1203 | * MAC address was not found |
| 1204 | **/ |
| 1205 | struct i40e_mac_filter *i40e_find_mac(struct i40e_vsi *vsi, u8 *macaddr, |
| 1206 | bool is_vf, bool is_netdev) |
| 1207 | { |
| 1208 | struct i40e_mac_filter *f; |
| 1209 | |
| 1210 | if (!vsi || !macaddr) |
| 1211 | return NULL; |
| 1212 | |
| 1213 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
| 1214 | if ((ether_addr_equal(macaddr, f->macaddr)) && |
| 1215 | (!is_vf || f->is_vf) && |
| 1216 | (!is_netdev || f->is_netdev)) |
| 1217 | return f; |
| 1218 | } |
| 1219 | return NULL; |
| 1220 | } |
| 1221 | |
| 1222 | /** |
| 1223 | * i40e_is_vsi_in_vlan - Check if VSI is in vlan mode |
| 1224 | * @vsi: the VSI to be searched |
| 1225 | * |
| 1226 | * Returns true if VSI is in vlan mode or false otherwise |
| 1227 | **/ |
| 1228 | bool i40e_is_vsi_in_vlan(struct i40e_vsi *vsi) |
| 1229 | { |
| 1230 | struct i40e_mac_filter *f; |
| 1231 | |
| 1232 | /* Only -1 for all the filters denotes not in vlan mode |
| 1233 | * so we have to go through all the list in order to make sure |
| 1234 | */ |
| 1235 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
Greg Rose | d9b68f8 | 2015-07-23 16:54:31 -0400 | [diff] [blame] | 1236 | if (f->vlan >= 0 || vsi->info.pvid) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1237 | return true; |
| 1238 | } |
| 1239 | |
| 1240 | return false; |
| 1241 | } |
| 1242 | |
| 1243 | /** |
| 1244 | * i40e_put_mac_in_vlan - Make macvlan filters from macaddrs and vlans |
| 1245 | * @vsi: the VSI to be searched |
| 1246 | * @macaddr: the mac address to be filtered |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 1247 | * @is_vf: true if it is a VF |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1248 | * @is_netdev: true if it is a netdev |
| 1249 | * |
| 1250 | * Goes through all the macvlan filters and adds a |
| 1251 | * macvlan filter for each unique vlan that already exists |
| 1252 | * |
| 1253 | * Returns first filter found on success, else NULL |
| 1254 | **/ |
| 1255 | struct i40e_mac_filter *i40e_put_mac_in_vlan(struct i40e_vsi *vsi, u8 *macaddr, |
| 1256 | bool is_vf, bool is_netdev) |
| 1257 | { |
| 1258 | struct i40e_mac_filter *f; |
| 1259 | |
| 1260 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
Mitch Williams | ecbb44e | 2015-07-10 19:35:56 -0400 | [diff] [blame] | 1261 | if (vsi->info.pvid) |
| 1262 | f->vlan = le16_to_cpu(vsi->info.pvid); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1263 | if (!i40e_find_filter(vsi, macaddr, f->vlan, |
| 1264 | is_vf, is_netdev)) { |
| 1265 | if (!i40e_add_filter(vsi, macaddr, f->vlan, |
Jesse Brandeburg | 8fb905b | 2014-01-17 15:36:33 -0800 | [diff] [blame] | 1266 | is_vf, is_netdev)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1267 | return NULL; |
| 1268 | } |
| 1269 | } |
| 1270 | |
| 1271 | return list_first_entry_or_null(&vsi->mac_filter_list, |
| 1272 | struct i40e_mac_filter, list); |
| 1273 | } |
| 1274 | |
| 1275 | /** |
Mitch Williams | b36e9ab | 2015-11-19 11:34:16 -0800 | [diff] [blame] | 1276 | * i40e_del_mac_all_vlan - Remove a MAC filter from all VLANS |
| 1277 | * @vsi: the VSI to be searched |
| 1278 | * @macaddr: the mac address to be removed |
| 1279 | * @is_vf: true if it is a VF |
| 1280 | * @is_netdev: true if it is a netdev |
| 1281 | * |
| 1282 | * Removes a given MAC address from a VSI, regardless of VLAN |
| 1283 | * |
| 1284 | * Returns 0 for success, or error |
| 1285 | **/ |
| 1286 | int i40e_del_mac_all_vlan(struct i40e_vsi *vsi, u8 *macaddr, |
| 1287 | bool is_vf, bool is_netdev) |
| 1288 | { |
| 1289 | struct i40e_mac_filter *f = NULL; |
| 1290 | int changed = 0; |
| 1291 | |
| 1292 | WARN(!spin_is_locked(&vsi->mac_filter_list_lock), |
| 1293 | "Missing mac_filter_list_lock\n"); |
| 1294 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
| 1295 | if ((ether_addr_equal(macaddr, f->macaddr)) && |
| 1296 | (is_vf == f->is_vf) && |
| 1297 | (is_netdev == f->is_netdev)) { |
| 1298 | f->counter--; |
| 1299 | f->changed = true; |
| 1300 | changed = 1; |
| 1301 | } |
| 1302 | } |
| 1303 | if (changed) { |
| 1304 | vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED; |
| 1305 | vsi->back->flags |= I40E_FLAG_FILTER_SYNC; |
| 1306 | return 0; |
| 1307 | } |
| 1308 | return -ENOENT; |
| 1309 | } |
| 1310 | |
| 1311 | /** |
Greg Rose | 8c27d42 | 2014-05-22 06:31:56 +0000 | [diff] [blame] | 1312 | * i40e_rm_default_mac_filter - Remove the default MAC filter set by NVM |
| 1313 | * @vsi: the PF Main VSI - inappropriate for any other VSI |
| 1314 | * @macaddr: the MAC address |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1315 | * |
| 1316 | * Some older firmware configurations set up a default promiscuous VLAN |
| 1317 | * filter that needs to be removed. |
Greg Rose | 8c27d42 | 2014-05-22 06:31:56 +0000 | [diff] [blame] | 1318 | **/ |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1319 | static int i40e_rm_default_mac_filter(struct i40e_vsi *vsi, u8 *macaddr) |
Greg Rose | 8c27d42 | 2014-05-22 06:31:56 +0000 | [diff] [blame] | 1320 | { |
| 1321 | struct i40e_aqc_remove_macvlan_element_data element; |
| 1322 | struct i40e_pf *pf = vsi->back; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 1323 | i40e_status ret; |
Greg Rose | 8c27d42 | 2014-05-22 06:31:56 +0000 | [diff] [blame] | 1324 | |
| 1325 | /* Only appropriate for the PF main VSI */ |
| 1326 | if (vsi->type != I40E_VSI_MAIN) |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1327 | return -EINVAL; |
Greg Rose | 8c27d42 | 2014-05-22 06:31:56 +0000 | [diff] [blame] | 1328 | |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1329 | memset(&element, 0, sizeof(element)); |
Greg Rose | 8c27d42 | 2014-05-22 06:31:56 +0000 | [diff] [blame] | 1330 | ether_addr_copy(element.mac_addr, macaddr); |
| 1331 | element.vlan_tag = 0; |
| 1332 | element.flags = I40E_AQC_MACVLAN_DEL_PERFECT_MATCH | |
| 1333 | I40E_AQC_MACVLAN_DEL_IGNORE_VLAN; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 1334 | ret = i40e_aq_remove_macvlan(&pf->hw, vsi->seid, &element, 1, NULL); |
| 1335 | if (ret) |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1336 | return -ENOENT; |
| 1337 | |
| 1338 | return 0; |
Greg Rose | 8c27d42 | 2014-05-22 06:31:56 +0000 | [diff] [blame] | 1339 | } |
| 1340 | |
| 1341 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1342 | * i40e_add_filter - Add a mac/vlan filter to the VSI |
| 1343 | * @vsi: the VSI to be searched |
| 1344 | * @macaddr: the MAC address |
| 1345 | * @vlan: the vlan |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 1346 | * @is_vf: make sure its a VF filter, else doesn't matter |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1347 | * @is_netdev: make sure its a netdev filter, else doesn't matter |
| 1348 | * |
| 1349 | * Returns ptr to the filter object or NULL when no memory available. |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1350 | * |
| 1351 | * NOTE: This function is expected to be called with mac_filter_list_lock |
| 1352 | * being held. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1353 | **/ |
| 1354 | struct i40e_mac_filter *i40e_add_filter(struct i40e_vsi *vsi, |
| 1355 | u8 *macaddr, s16 vlan, |
| 1356 | bool is_vf, bool is_netdev) |
| 1357 | { |
| 1358 | struct i40e_mac_filter *f; |
| 1359 | |
| 1360 | if (!vsi || !macaddr) |
| 1361 | return NULL; |
| 1362 | |
| 1363 | f = i40e_find_filter(vsi, macaddr, vlan, is_vf, is_netdev); |
| 1364 | if (!f) { |
| 1365 | f = kzalloc(sizeof(*f), GFP_ATOMIC); |
| 1366 | if (!f) |
| 1367 | goto add_filter_out; |
| 1368 | |
Greg Rose | 9a17390 | 2014-05-22 06:32:02 +0000 | [diff] [blame] | 1369 | ether_addr_copy(f->macaddr, macaddr); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1370 | f->vlan = vlan; |
| 1371 | f->changed = true; |
| 1372 | |
| 1373 | INIT_LIST_HEAD(&f->list); |
Kiran Patil | 04d5a21 | 2015-12-09 15:50:23 -0800 | [diff] [blame] | 1374 | list_add_tail(&f->list, &vsi->mac_filter_list); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1375 | } |
| 1376 | |
| 1377 | /* increment counter and add a new flag if needed */ |
| 1378 | if (is_vf) { |
| 1379 | if (!f->is_vf) { |
| 1380 | f->is_vf = true; |
| 1381 | f->counter++; |
| 1382 | } |
| 1383 | } else if (is_netdev) { |
| 1384 | if (!f->is_netdev) { |
| 1385 | f->is_netdev = true; |
| 1386 | f->counter++; |
| 1387 | } |
| 1388 | } else { |
| 1389 | f->counter++; |
| 1390 | } |
| 1391 | |
| 1392 | /* changed tells sync_filters_subtask to |
| 1393 | * push the filter down to the firmware |
| 1394 | */ |
| 1395 | if (f->changed) { |
| 1396 | vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED; |
| 1397 | vsi->back->flags |= I40E_FLAG_FILTER_SYNC; |
| 1398 | } |
| 1399 | |
| 1400 | add_filter_out: |
| 1401 | return f; |
| 1402 | } |
| 1403 | |
| 1404 | /** |
| 1405 | * i40e_del_filter - Remove a mac/vlan filter from the VSI |
| 1406 | * @vsi: the VSI to be searched |
| 1407 | * @macaddr: the MAC address |
| 1408 | * @vlan: the vlan |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 1409 | * @is_vf: make sure it's a VF filter, else doesn't matter |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1410 | * @is_netdev: make sure it's a netdev filter, else doesn't matter |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1411 | * |
| 1412 | * NOTE: This function is expected to be called with mac_filter_list_lock |
| 1413 | * being held. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1414 | **/ |
| 1415 | void i40e_del_filter(struct i40e_vsi *vsi, |
| 1416 | u8 *macaddr, s16 vlan, |
| 1417 | bool is_vf, bool is_netdev) |
| 1418 | { |
| 1419 | struct i40e_mac_filter *f; |
| 1420 | |
| 1421 | if (!vsi || !macaddr) |
| 1422 | return; |
| 1423 | |
| 1424 | f = i40e_find_filter(vsi, macaddr, vlan, is_vf, is_netdev); |
| 1425 | if (!f || f->counter == 0) |
| 1426 | return; |
| 1427 | |
| 1428 | if (is_vf) { |
| 1429 | if (f->is_vf) { |
| 1430 | f->is_vf = false; |
| 1431 | f->counter--; |
| 1432 | } |
| 1433 | } else if (is_netdev) { |
| 1434 | if (f->is_netdev) { |
| 1435 | f->is_netdev = false; |
| 1436 | f->counter--; |
| 1437 | } |
| 1438 | } else { |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 1439 | /* make sure we don't remove a filter in use by VF or netdev */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1440 | int min_f = 0; |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 1441 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1442 | min_f += (f->is_vf ? 1 : 0); |
| 1443 | min_f += (f->is_netdev ? 1 : 0); |
| 1444 | |
| 1445 | if (f->counter > min_f) |
| 1446 | f->counter--; |
| 1447 | } |
| 1448 | |
| 1449 | /* counter == 0 tells sync_filters_subtask to |
| 1450 | * remove the filter from the firmware's list |
| 1451 | */ |
| 1452 | if (f->counter == 0) { |
| 1453 | f->changed = true; |
| 1454 | vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED; |
| 1455 | vsi->back->flags |= I40E_FLAG_FILTER_SYNC; |
| 1456 | } |
| 1457 | } |
| 1458 | |
| 1459 | /** |
| 1460 | * i40e_set_mac - NDO callback to set mac address |
| 1461 | * @netdev: network interface device structure |
| 1462 | * @p: pointer to an address structure |
| 1463 | * |
| 1464 | * Returns 0 on success, negative on failure |
| 1465 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 1466 | #ifdef I40E_FCOE |
| 1467 | int i40e_set_mac(struct net_device *netdev, void *p) |
| 1468 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1469 | static int i40e_set_mac(struct net_device *netdev, void *p) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 1470 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1471 | { |
| 1472 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 1473 | struct i40e_vsi *vsi = np->vsi; |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1474 | struct i40e_pf *pf = vsi->back; |
| 1475 | struct i40e_hw *hw = &pf->hw; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1476 | struct sockaddr *addr = p; |
| 1477 | struct i40e_mac_filter *f; |
| 1478 | |
| 1479 | if (!is_valid_ether_addr(addr->sa_data)) |
| 1480 | return -EADDRNOTAVAIL; |
| 1481 | |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1482 | if (ether_addr_equal(netdev->dev_addr, addr->sa_data)) { |
| 1483 | netdev_info(netdev, "already using mac address %pM\n", |
| 1484 | addr->sa_data); |
| 1485 | return 0; |
| 1486 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1487 | |
Anjali Singhai Jain | 80f6428 | 2013-11-28 06:39:47 +0000 | [diff] [blame] | 1488 | if (test_bit(__I40E_DOWN, &vsi->back->state) || |
| 1489 | test_bit(__I40E_RESET_RECOVERY_PENDING, &vsi->back->state)) |
| 1490 | return -EADDRNOTAVAIL; |
| 1491 | |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1492 | if (ether_addr_equal(hw->mac.addr, addr->sa_data)) |
| 1493 | netdev_info(netdev, "returning to hw mac address %pM\n", |
| 1494 | hw->mac.addr); |
| 1495 | else |
| 1496 | netdev_info(netdev, "set new mac address %pM\n", addr->sa_data); |
| 1497 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1498 | if (vsi->type == I40E_VSI_MAIN) { |
| 1499 | i40e_status ret; |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 1500 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1501 | ret = i40e_aq_mac_address_write(&vsi->back->hw, |
Shannon Nelson | cc41222 | 2014-06-04 01:23:21 +0000 | [diff] [blame] | 1502 | I40E_AQC_WRITE_TYPE_LAA_WOL, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1503 | addr->sa_data, NULL); |
| 1504 | if (ret) { |
| 1505 | netdev_info(netdev, |
| 1506 | "Addr change for Main VSI failed: %d\n", |
| 1507 | ret); |
| 1508 | return -EADDRNOTAVAIL; |
| 1509 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1510 | } |
| 1511 | |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1512 | if (ether_addr_equal(netdev->dev_addr, hw->mac.addr)) { |
| 1513 | struct i40e_aqc_remove_macvlan_element_data element; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1514 | |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1515 | memset(&element, 0, sizeof(element)); |
| 1516 | ether_addr_copy(element.mac_addr, netdev->dev_addr); |
| 1517 | element.flags = I40E_AQC_MACVLAN_DEL_PERFECT_MATCH; |
| 1518 | i40e_aq_remove_macvlan(&pf->hw, vsi->seid, &element, 1, NULL); |
| 1519 | } else { |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1520 | spin_lock_bh(&vsi->mac_filter_list_lock); |
Shannon Nelson | 6c8ad1b | 2014-06-04 01:23:22 +0000 | [diff] [blame] | 1521 | i40e_del_filter(vsi, netdev->dev_addr, I40E_VLAN_ANY, |
| 1522 | false, false); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1523 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Shannon Nelson | 6c8ad1b | 2014-06-04 01:23:22 +0000 | [diff] [blame] | 1524 | } |
| 1525 | |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1526 | if (ether_addr_equal(addr->sa_data, hw->mac.addr)) { |
| 1527 | struct i40e_aqc_add_macvlan_element_data element; |
| 1528 | |
| 1529 | memset(&element, 0, sizeof(element)); |
| 1530 | ether_addr_copy(element.mac_addr, hw->mac.addr); |
| 1531 | element.flags = cpu_to_le16(I40E_AQC_MACVLAN_ADD_PERFECT_MATCH); |
| 1532 | i40e_aq_add_macvlan(&pf->hw, vsi->seid, &element, 1, NULL); |
| 1533 | } else { |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1534 | spin_lock_bh(&vsi->mac_filter_list_lock); |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1535 | f = i40e_add_filter(vsi, addr->sa_data, I40E_VLAN_ANY, |
| 1536 | false, false); |
| 1537 | if (f) |
| 1538 | f->is_laa = true; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1539 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1540 | } |
| 1541 | |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 1542 | ether_addr_copy(netdev->dev_addr, addr->sa_data); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1543 | |
Jesse Brandeburg | c53934c | 2016-01-04 10:33:06 -0800 | [diff] [blame] | 1544 | /* schedule our worker thread which will take care of |
| 1545 | * applying the new filter changes |
| 1546 | */ |
| 1547 | i40e_service_event_schedule(vsi->back); |
| 1548 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1549 | } |
| 1550 | |
| 1551 | /** |
| 1552 | * i40e_vsi_setup_queue_map - Setup a VSI queue map based on enabled_tc |
| 1553 | * @vsi: the VSI being setup |
| 1554 | * @ctxt: VSI context structure |
| 1555 | * @enabled_tc: Enabled TCs bitmap |
| 1556 | * @is_add: True if called before Add VSI |
| 1557 | * |
| 1558 | * Setup VSI queue mapping for enabled traffic classes. |
| 1559 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 1560 | #ifdef I40E_FCOE |
| 1561 | void i40e_vsi_setup_queue_map(struct i40e_vsi *vsi, |
| 1562 | struct i40e_vsi_context *ctxt, |
| 1563 | u8 enabled_tc, |
| 1564 | bool is_add) |
| 1565 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1566 | static void i40e_vsi_setup_queue_map(struct i40e_vsi *vsi, |
| 1567 | struct i40e_vsi_context *ctxt, |
| 1568 | u8 enabled_tc, |
| 1569 | bool is_add) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 1570 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1571 | { |
| 1572 | struct i40e_pf *pf = vsi->back; |
| 1573 | u16 sections = 0; |
| 1574 | u8 netdev_tc = 0; |
| 1575 | u16 numtc = 0; |
| 1576 | u16 qcount; |
| 1577 | u8 offset; |
| 1578 | u16 qmap; |
| 1579 | int i; |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 1580 | u16 num_tc_qps = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1581 | |
| 1582 | sections = I40E_AQ_VSI_PROP_QUEUE_MAP_VALID; |
| 1583 | offset = 0; |
| 1584 | |
| 1585 | if (enabled_tc && (vsi->back->flags & I40E_FLAG_DCB_ENABLED)) { |
| 1586 | /* Find numtc from enabled TC bitmap */ |
| 1587 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 1588 | if (enabled_tc & BIT(i)) /* TC is enabled */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1589 | numtc++; |
| 1590 | } |
| 1591 | if (!numtc) { |
| 1592 | dev_warn(&pf->pdev->dev, "DCB is enabled but no TC enabled, forcing TC0\n"); |
| 1593 | numtc = 1; |
| 1594 | } |
| 1595 | } else { |
| 1596 | /* At least TC0 is enabled in case of non-DCB case */ |
| 1597 | numtc = 1; |
| 1598 | } |
| 1599 | |
| 1600 | vsi->tc_config.numtc = numtc; |
| 1601 | vsi->tc_config.enabled_tc = enabled_tc ? enabled_tc : 1; |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 1602 | /* Number of queues per enabled TC */ |
Anjali Singhai | 7f9ff47 | 2015-02-21 06:43:19 +0000 | [diff] [blame] | 1603 | /* In MFP case we can have a much lower count of MSIx |
| 1604 | * vectors available and so we need to lower the used |
| 1605 | * q count. |
| 1606 | */ |
Anjali Singhai Jain | 26cdc44 | 2015-07-10 19:36:00 -0400 | [diff] [blame] | 1607 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
| 1608 | qcount = min_t(int, vsi->alloc_queue_pairs, pf->num_lan_msix); |
| 1609 | else |
| 1610 | qcount = vsi->alloc_queue_pairs; |
Anjali Singhai | 7f9ff47 | 2015-02-21 06:43:19 +0000 | [diff] [blame] | 1611 | num_tc_qps = qcount / numtc; |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 1612 | num_tc_qps = min_t(int, num_tc_qps, i40e_pf_get_max_q_per_tc(pf)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1613 | |
| 1614 | /* Setup queue offset/count for all TCs for given VSI */ |
| 1615 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
| 1616 | /* See if the given TC is enabled for the given VSI */ |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 1617 | if (vsi->tc_config.enabled_tc & BIT(i)) { |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 1618 | /* TC is enabled */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1619 | int pow, num_qps; |
| 1620 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1621 | switch (vsi->type) { |
| 1622 | case I40E_VSI_MAIN: |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 1623 | qcount = min_t(int, pf->alloc_rss_size, |
| 1624 | num_tc_qps); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1625 | break; |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 1626 | #ifdef I40E_FCOE |
| 1627 | case I40E_VSI_FCOE: |
| 1628 | qcount = num_tc_qps; |
| 1629 | break; |
| 1630 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1631 | case I40E_VSI_FDIR: |
| 1632 | case I40E_VSI_SRIOV: |
| 1633 | case I40E_VSI_VMDQ2: |
| 1634 | default: |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 1635 | qcount = num_tc_qps; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1636 | WARN_ON(i != 0); |
| 1637 | break; |
| 1638 | } |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 1639 | vsi->tc_config.tc_info[i].qoffset = offset; |
| 1640 | vsi->tc_config.tc_info[i].qcount = qcount; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1641 | |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 1642 | /* find the next higher power-of-2 of num queue pairs */ |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 1643 | num_qps = qcount; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1644 | pow = 0; |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 1645 | while (num_qps && (BIT_ULL(pow) < qcount)) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1646 | pow++; |
| 1647 | num_qps >>= 1; |
| 1648 | } |
| 1649 | |
| 1650 | vsi->tc_config.tc_info[i].netdev_tc = netdev_tc++; |
| 1651 | qmap = |
| 1652 | (offset << I40E_AQ_VSI_TC_QUE_OFFSET_SHIFT) | |
| 1653 | (pow << I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT); |
| 1654 | |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 1655 | offset += qcount; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1656 | } else { |
| 1657 | /* TC is not enabled so set the offset to |
| 1658 | * default queue and allocate one queue |
| 1659 | * for the given TC. |
| 1660 | */ |
| 1661 | vsi->tc_config.tc_info[i].qoffset = 0; |
| 1662 | vsi->tc_config.tc_info[i].qcount = 1; |
| 1663 | vsi->tc_config.tc_info[i].netdev_tc = 0; |
| 1664 | |
| 1665 | qmap = 0; |
| 1666 | } |
| 1667 | ctxt->info.tc_mapping[i] = cpu_to_le16(qmap); |
| 1668 | } |
| 1669 | |
| 1670 | /* Set actual Tx/Rx queue pairs */ |
| 1671 | vsi->num_queue_pairs = offset; |
Anjali Singhai Jain | 9a3bd2f | 2015-02-24 06:58:44 +0000 | [diff] [blame] | 1672 | if ((vsi->type == I40E_VSI_MAIN) && (numtc == 1)) { |
| 1673 | if (vsi->req_queue_pairs > 0) |
| 1674 | vsi->num_queue_pairs = vsi->req_queue_pairs; |
Anjali Singhai Jain | 26cdc44 | 2015-07-10 19:36:00 -0400 | [diff] [blame] | 1675 | else if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
Anjali Singhai Jain | 9a3bd2f | 2015-02-24 06:58:44 +0000 | [diff] [blame] | 1676 | vsi->num_queue_pairs = pf->num_lan_msix; |
| 1677 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1678 | |
| 1679 | /* Scheduler section valid can only be set for ADD VSI */ |
| 1680 | if (is_add) { |
| 1681 | sections |= I40E_AQ_VSI_PROP_SCHED_VALID; |
| 1682 | |
| 1683 | ctxt->info.up_enable_bits = enabled_tc; |
| 1684 | } |
| 1685 | if (vsi->type == I40E_VSI_SRIOV) { |
| 1686 | ctxt->info.mapping_flags |= |
| 1687 | cpu_to_le16(I40E_AQ_VSI_QUE_MAP_NONCONTIG); |
| 1688 | for (i = 0; i < vsi->num_queue_pairs; i++) |
| 1689 | ctxt->info.queue_mapping[i] = |
| 1690 | cpu_to_le16(vsi->base_queue + i); |
| 1691 | } else { |
| 1692 | ctxt->info.mapping_flags |= |
| 1693 | cpu_to_le16(I40E_AQ_VSI_QUE_MAP_CONTIG); |
| 1694 | ctxt->info.queue_mapping[0] = cpu_to_le16(vsi->base_queue); |
| 1695 | } |
| 1696 | ctxt->info.valid_sections |= cpu_to_le16(sections); |
| 1697 | } |
| 1698 | |
| 1699 | /** |
| 1700 | * i40e_set_rx_mode - NDO callback to set the netdev filters |
| 1701 | * @netdev: network interface device structure |
| 1702 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 1703 | #ifdef I40E_FCOE |
| 1704 | void i40e_set_rx_mode(struct net_device *netdev) |
| 1705 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1706 | static void i40e_set_rx_mode(struct net_device *netdev) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 1707 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1708 | { |
| 1709 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 1710 | struct i40e_mac_filter *f, *ftmp; |
| 1711 | struct i40e_vsi *vsi = np->vsi; |
| 1712 | struct netdev_hw_addr *uca; |
| 1713 | struct netdev_hw_addr *mca; |
| 1714 | struct netdev_hw_addr *ha; |
| 1715 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1716 | spin_lock_bh(&vsi->mac_filter_list_lock); |
| 1717 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1718 | /* add addr if not already in the filter list */ |
| 1719 | netdev_for_each_uc_addr(uca, netdev) { |
| 1720 | if (!i40e_find_mac(vsi, uca->addr, false, true)) { |
| 1721 | if (i40e_is_vsi_in_vlan(vsi)) |
| 1722 | i40e_put_mac_in_vlan(vsi, uca->addr, |
| 1723 | false, true); |
| 1724 | else |
| 1725 | i40e_add_filter(vsi, uca->addr, I40E_VLAN_ANY, |
| 1726 | false, true); |
| 1727 | } |
| 1728 | } |
| 1729 | |
| 1730 | netdev_for_each_mc_addr(mca, netdev) { |
| 1731 | if (!i40e_find_mac(vsi, mca->addr, false, true)) { |
| 1732 | if (i40e_is_vsi_in_vlan(vsi)) |
| 1733 | i40e_put_mac_in_vlan(vsi, mca->addr, |
| 1734 | false, true); |
| 1735 | else |
| 1736 | i40e_add_filter(vsi, mca->addr, I40E_VLAN_ANY, |
| 1737 | false, true); |
| 1738 | } |
| 1739 | } |
| 1740 | |
| 1741 | /* remove filter if not in netdev list */ |
| 1742 | list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1743 | |
| 1744 | if (!f->is_netdev) |
| 1745 | continue; |
| 1746 | |
Shannon Nelson | 2f41f33 | 2015-08-26 15:14:20 -0400 | [diff] [blame] | 1747 | netdev_for_each_mc_addr(mca, netdev) |
| 1748 | if (ether_addr_equal(mca->addr, f->macaddr)) |
| 1749 | goto bottom_of_search_loop; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1750 | |
Shannon Nelson | 2f41f33 | 2015-08-26 15:14:20 -0400 | [diff] [blame] | 1751 | netdev_for_each_uc_addr(uca, netdev) |
| 1752 | if (ether_addr_equal(uca->addr, f->macaddr)) |
| 1753 | goto bottom_of_search_loop; |
| 1754 | |
| 1755 | for_each_dev_addr(netdev, ha) |
| 1756 | if (ether_addr_equal(ha->addr, f->macaddr)) |
| 1757 | goto bottom_of_search_loop; |
| 1758 | |
| 1759 | /* f->macaddr wasn't found in uc, mc, or ha list so delete it */ |
| 1760 | i40e_del_filter(vsi, f->macaddr, I40E_VLAN_ANY, false, true); |
| 1761 | |
| 1762 | bottom_of_search_loop: |
| 1763 | continue; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1764 | } |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1765 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1766 | |
| 1767 | /* check for other flag changes */ |
| 1768 | if (vsi->current_netdev_flags != vsi->netdev->flags) { |
| 1769 | vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED; |
| 1770 | vsi->back->flags |= I40E_FLAG_FILTER_SYNC; |
| 1771 | } |
Jesse Brandeburg | c53934c | 2016-01-04 10:33:06 -0800 | [diff] [blame] | 1772 | |
| 1773 | /* schedule our worker thread which will take care of |
| 1774 | * applying the new filter changes |
| 1775 | */ |
| 1776 | i40e_service_event_schedule(vsi->back); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1777 | } |
| 1778 | |
| 1779 | /** |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1780 | * i40e_mac_filter_entry_clone - Clones a MAC filter entry |
| 1781 | * @src: source MAC filter entry to be clones |
| 1782 | * |
| 1783 | * Returns the pointer to newly cloned MAC filter entry or NULL |
| 1784 | * in case of error |
| 1785 | **/ |
| 1786 | static struct i40e_mac_filter *i40e_mac_filter_entry_clone( |
| 1787 | struct i40e_mac_filter *src) |
| 1788 | { |
| 1789 | struct i40e_mac_filter *f; |
| 1790 | |
| 1791 | f = kzalloc(sizeof(*f), GFP_ATOMIC); |
| 1792 | if (!f) |
| 1793 | return NULL; |
| 1794 | *f = *src; |
| 1795 | |
| 1796 | INIT_LIST_HEAD(&f->list); |
| 1797 | |
| 1798 | return f; |
| 1799 | } |
| 1800 | |
| 1801 | /** |
| 1802 | * i40e_undo_del_filter_entries - Undo the changes made to MAC filter entries |
| 1803 | * @vsi: pointer to vsi struct |
| 1804 | * @from: Pointer to list which contains MAC filter entries - changes to |
| 1805 | * those entries needs to be undone. |
| 1806 | * |
| 1807 | * MAC filter entries from list were slated to be removed from device. |
| 1808 | **/ |
| 1809 | static void i40e_undo_del_filter_entries(struct i40e_vsi *vsi, |
| 1810 | struct list_head *from) |
| 1811 | { |
| 1812 | struct i40e_mac_filter *f, *ftmp; |
| 1813 | |
| 1814 | list_for_each_entry_safe(f, ftmp, from, list) { |
| 1815 | f->changed = true; |
| 1816 | /* Move the element back into MAC filter list*/ |
| 1817 | list_move_tail(&f->list, &vsi->mac_filter_list); |
| 1818 | } |
| 1819 | } |
| 1820 | |
| 1821 | /** |
| 1822 | * i40e_undo_add_filter_entries - Undo the changes made to MAC filter entries |
| 1823 | * @vsi: pointer to vsi struct |
| 1824 | * |
| 1825 | * MAC filter entries from list were slated to be added from device. |
| 1826 | **/ |
| 1827 | static void i40e_undo_add_filter_entries(struct i40e_vsi *vsi) |
| 1828 | { |
| 1829 | struct i40e_mac_filter *f, *ftmp; |
| 1830 | |
| 1831 | list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) { |
| 1832 | if (!f->changed && f->counter) |
| 1833 | f->changed = true; |
| 1834 | } |
| 1835 | } |
| 1836 | |
| 1837 | /** |
| 1838 | * i40e_cleanup_add_list - Deletes the element from add list and release |
| 1839 | * memory |
| 1840 | * @add_list: Pointer to list which contains MAC filter entries |
| 1841 | **/ |
| 1842 | static void i40e_cleanup_add_list(struct list_head *add_list) |
| 1843 | { |
| 1844 | struct i40e_mac_filter *f, *ftmp; |
| 1845 | |
| 1846 | list_for_each_entry_safe(f, ftmp, add_list, list) { |
| 1847 | list_del(&f->list); |
| 1848 | kfree(f); |
| 1849 | } |
| 1850 | } |
| 1851 | |
| 1852 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1853 | * i40e_sync_vsi_filters - Update the VSI filter list to the HW |
| 1854 | * @vsi: ptr to the VSI |
| 1855 | * |
| 1856 | * Push any outstanding VSI filter changes through the AdminQ. |
| 1857 | * |
| 1858 | * Returns 0 or error value |
| 1859 | **/ |
Jesse Brandeburg | 17652c6 | 2015-11-05 17:01:02 -0800 | [diff] [blame] | 1860 | int i40e_sync_vsi_filters(struct i40e_vsi *vsi) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1861 | { |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1862 | struct list_head tmp_del_list, tmp_add_list; |
| 1863 | struct i40e_mac_filter *f, *ftmp, *fclone; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1864 | bool promisc_forced_on = false; |
| 1865 | bool add_happened = false; |
| 1866 | int filter_list_len = 0; |
| 1867 | u32 changed_flags = 0; |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1868 | i40e_status aq_ret = 0; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1869 | bool err_cond = false; |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1870 | int retval = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1871 | struct i40e_pf *pf; |
| 1872 | int num_add = 0; |
| 1873 | int num_del = 0; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 1874 | int aq_err = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1875 | u16 cmd_flags; |
| 1876 | |
| 1877 | /* empty array typed pointers, kcalloc later */ |
| 1878 | struct i40e_aqc_add_macvlan_element_data *add_list; |
| 1879 | struct i40e_aqc_remove_macvlan_element_data *del_list; |
| 1880 | |
| 1881 | while (test_and_set_bit(__I40E_CONFIG_BUSY, &vsi->state)) |
| 1882 | usleep_range(1000, 2000); |
| 1883 | pf = vsi->back; |
| 1884 | |
| 1885 | if (vsi->netdev) { |
| 1886 | changed_flags = vsi->current_netdev_flags ^ vsi->netdev->flags; |
| 1887 | vsi->current_netdev_flags = vsi->netdev->flags; |
| 1888 | } |
| 1889 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1890 | INIT_LIST_HEAD(&tmp_del_list); |
| 1891 | INIT_LIST_HEAD(&tmp_add_list); |
| 1892 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1893 | if (vsi->flags & I40E_VSI_FLAG_FILTER_CHANGED) { |
| 1894 | vsi->flags &= ~I40E_VSI_FLAG_FILTER_CHANGED; |
| 1895 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1896 | spin_lock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1897 | list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) { |
| 1898 | if (!f->changed) |
| 1899 | continue; |
| 1900 | |
| 1901 | if (f->counter != 0) |
| 1902 | continue; |
| 1903 | f->changed = false; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1904 | |
| 1905 | /* Move the element into temporary del_list */ |
| 1906 | list_move_tail(&f->list, &tmp_del_list); |
| 1907 | } |
| 1908 | |
| 1909 | list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) { |
| 1910 | if (!f->changed) |
| 1911 | continue; |
| 1912 | |
| 1913 | if (f->counter == 0) |
| 1914 | continue; |
| 1915 | f->changed = false; |
| 1916 | |
| 1917 | /* Clone MAC filter entry and add into temporary list */ |
| 1918 | fclone = i40e_mac_filter_entry_clone(f); |
| 1919 | if (!fclone) { |
| 1920 | err_cond = true; |
| 1921 | break; |
| 1922 | } |
| 1923 | list_add_tail(&fclone->list, &tmp_add_list); |
| 1924 | } |
| 1925 | |
| 1926 | /* if failed to clone MAC filter entry - undo */ |
| 1927 | if (err_cond) { |
| 1928 | i40e_undo_del_filter_entries(vsi, &tmp_del_list); |
| 1929 | i40e_undo_add_filter_entries(vsi); |
| 1930 | } |
| 1931 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
| 1932 | |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1933 | if (err_cond) { |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1934 | i40e_cleanup_add_list(&tmp_add_list); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1935 | retval = -ENOMEM; |
| 1936 | goto out; |
| 1937 | } |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1938 | } |
| 1939 | |
| 1940 | /* Now process 'del_list' outside the lock */ |
| 1941 | if (!list_empty(&tmp_del_list)) { |
Shannon Nelson | f119999 | 2015-11-19 11:34:23 -0800 | [diff] [blame] | 1942 | int del_list_size; |
| 1943 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1944 | filter_list_len = pf->hw.aq.asq_buf_size / |
| 1945 | sizeof(struct i40e_aqc_remove_macvlan_element_data); |
Shannon Nelson | f119999 | 2015-11-19 11:34:23 -0800 | [diff] [blame] | 1946 | del_list_size = filter_list_len * |
| 1947 | sizeof(struct i40e_aqc_remove_macvlan_element_data); |
Jesse Brandeburg | 38c3cec | 2016-01-04 10:33:05 -0800 | [diff] [blame] | 1948 | del_list = kzalloc(del_list_size, GFP_ATOMIC); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1949 | if (!del_list) { |
| 1950 | i40e_cleanup_add_list(&tmp_add_list); |
| 1951 | |
| 1952 | /* Undo VSI's MAC filter entry element updates */ |
| 1953 | spin_lock_bh(&vsi->mac_filter_list_lock); |
| 1954 | i40e_undo_del_filter_entries(vsi, &tmp_del_list); |
| 1955 | i40e_undo_add_filter_entries(vsi); |
| 1956 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1957 | retval = -ENOMEM; |
| 1958 | goto out; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1959 | } |
| 1960 | |
| 1961 | list_for_each_entry_safe(f, ftmp, &tmp_del_list, list) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1962 | cmd_flags = 0; |
| 1963 | |
| 1964 | /* add to delete list */ |
Greg Rose | 9a17390 | 2014-05-22 06:32:02 +0000 | [diff] [blame] | 1965 | ether_addr_copy(del_list[num_del].mac_addr, f->macaddr); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1966 | del_list[num_del].vlan_tag = |
| 1967 | cpu_to_le16((u16)(f->vlan == |
| 1968 | I40E_VLAN_ANY ? 0 : f->vlan)); |
| 1969 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1970 | cmd_flags |= I40E_AQC_MACVLAN_DEL_PERFECT_MATCH; |
| 1971 | del_list[num_del].flags = cmd_flags; |
| 1972 | num_del++; |
| 1973 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1974 | /* flush a full buffer */ |
| 1975 | if (num_del == filter_list_len) { |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1976 | aq_ret = i40e_aq_remove_macvlan(&pf->hw, |
| 1977 | vsi->seid, |
| 1978 | del_list, |
| 1979 | num_del, |
| 1980 | NULL); |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 1981 | aq_err = pf->hw.aq.asq_last_status; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1982 | num_del = 0; |
Shannon Nelson | f119999 | 2015-11-19 11:34:23 -0800 | [diff] [blame] | 1983 | memset(del_list, 0, del_list_size); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1984 | |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1985 | if (aq_ret && aq_err != I40E_AQ_RC_ENOENT) { |
| 1986 | retval = -EIO; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1987 | dev_err(&pf->pdev->dev, |
| 1988 | "ignoring delete macvlan error, err %s, aq_err %s while flushing a full buffer\n", |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1989 | i40e_stat_str(&pf->hw, aq_ret), |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1990 | i40e_aq_str(&pf->hw, aq_err)); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 1991 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1992 | } |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1993 | /* Release memory for MAC filter entries which were |
| 1994 | * synced up with HW. |
| 1995 | */ |
| 1996 | list_del(&f->list); |
| 1997 | kfree(f); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 1998 | } |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 1999 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2000 | if (num_del) { |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2001 | aq_ret = i40e_aq_remove_macvlan(&pf->hw, vsi->seid, |
| 2002 | del_list, num_del, |
| 2003 | NULL); |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2004 | aq_err = pf->hw.aq.asq_last_status; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2005 | num_del = 0; |
| 2006 | |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2007 | if (aq_ret && aq_err != I40E_AQ_RC_ENOENT) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2008 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2009 | "ignoring delete macvlan error, err %s aq_err %s\n", |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2010 | i40e_stat_str(&pf->hw, aq_ret), |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2011 | i40e_aq_str(&pf->hw, aq_err)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2012 | } |
| 2013 | |
| 2014 | kfree(del_list); |
| 2015 | del_list = NULL; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2016 | } |
| 2017 | |
| 2018 | if (!list_empty(&tmp_add_list)) { |
Shannon Nelson | f119999 | 2015-11-19 11:34:23 -0800 | [diff] [blame] | 2019 | int add_list_size; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2020 | |
| 2021 | /* do all the adds now */ |
| 2022 | filter_list_len = pf->hw.aq.asq_buf_size / |
| 2023 | sizeof(struct i40e_aqc_add_macvlan_element_data), |
Shannon Nelson | f119999 | 2015-11-19 11:34:23 -0800 | [diff] [blame] | 2024 | add_list_size = filter_list_len * |
| 2025 | sizeof(struct i40e_aqc_add_macvlan_element_data); |
Jesse Brandeburg | 38c3cec | 2016-01-04 10:33:05 -0800 | [diff] [blame] | 2026 | add_list = kzalloc(add_list_size, GFP_ATOMIC); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2027 | if (!add_list) { |
| 2028 | /* Purge element from temporary lists */ |
| 2029 | i40e_cleanup_add_list(&tmp_add_list); |
| 2030 | |
| 2031 | /* Undo add filter entries from VSI MAC filter list */ |
| 2032 | spin_lock_bh(&vsi->mac_filter_list_lock); |
| 2033 | i40e_undo_add_filter_entries(vsi); |
| 2034 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2035 | retval = -ENOMEM; |
| 2036 | goto out; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2037 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2038 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2039 | list_for_each_entry_safe(f, ftmp, &tmp_add_list, list) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2040 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2041 | add_happened = true; |
| 2042 | cmd_flags = 0; |
| 2043 | |
| 2044 | /* add to add array */ |
Greg Rose | 9a17390 | 2014-05-22 06:32:02 +0000 | [diff] [blame] | 2045 | ether_addr_copy(add_list[num_add].mac_addr, f->macaddr); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2046 | add_list[num_add].vlan_tag = |
| 2047 | cpu_to_le16( |
| 2048 | (u16)(f->vlan == I40E_VLAN_ANY ? 0 : f->vlan)); |
| 2049 | add_list[num_add].queue_number = 0; |
| 2050 | |
| 2051 | cmd_flags |= I40E_AQC_MACVLAN_ADD_PERFECT_MATCH; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2052 | add_list[num_add].flags = cpu_to_le16(cmd_flags); |
| 2053 | num_add++; |
| 2054 | |
| 2055 | /* flush a full buffer */ |
| 2056 | if (num_add == filter_list_len) { |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2057 | aq_ret = i40e_aq_add_macvlan(&pf->hw, vsi->seid, |
| 2058 | add_list, num_add, |
| 2059 | NULL); |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2060 | aq_err = pf->hw.aq.asq_last_status; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2061 | num_add = 0; |
| 2062 | |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2063 | if (aq_ret) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2064 | break; |
Shannon Nelson | f119999 | 2015-11-19 11:34:23 -0800 | [diff] [blame] | 2065 | memset(add_list, 0, add_list_size); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2066 | } |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2067 | /* Entries from tmp_add_list were cloned from MAC |
| 2068 | * filter list, hence clean those cloned entries |
| 2069 | */ |
| 2070 | list_del(&f->list); |
| 2071 | kfree(f); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2072 | } |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2073 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2074 | if (num_add) { |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2075 | aq_ret = i40e_aq_add_macvlan(&pf->hw, vsi->seid, |
| 2076 | add_list, num_add, NULL); |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2077 | aq_err = pf->hw.aq.asq_last_status; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2078 | num_add = 0; |
| 2079 | } |
| 2080 | kfree(add_list); |
| 2081 | add_list = NULL; |
| 2082 | |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2083 | if (add_happened && aq_ret && aq_err != I40E_AQ_RC_EINVAL) { |
| 2084 | retval = i40e_aq_rc_to_posix(aq_ret, aq_err); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2085 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2086 | "add filter failed, err %s aq_err %s\n", |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2087 | i40e_stat_str(&pf->hw, aq_ret), |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2088 | i40e_aq_str(&pf->hw, aq_err)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2089 | if ((pf->hw.aq.asq_last_status == I40E_AQ_RC_ENOSPC) && |
| 2090 | !test_bit(__I40E_FILTER_OVERFLOW_PROMISC, |
| 2091 | &vsi->state)) { |
| 2092 | promisc_forced_on = true; |
| 2093 | set_bit(__I40E_FILTER_OVERFLOW_PROMISC, |
| 2094 | &vsi->state); |
| 2095 | dev_info(&pf->pdev->dev, "promiscuous mode forced on\n"); |
| 2096 | } |
| 2097 | } |
| 2098 | } |
| 2099 | |
| 2100 | /* check for changes in promiscuous modes */ |
| 2101 | if (changed_flags & IFF_ALLMULTI) { |
| 2102 | bool cur_multipromisc; |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 2103 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2104 | cur_multipromisc = !!(vsi->current_netdev_flags & IFF_ALLMULTI); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2105 | aq_ret = i40e_aq_set_vsi_multicast_promiscuous(&vsi->back->hw, |
| 2106 | vsi->seid, |
| 2107 | cur_multipromisc, |
| 2108 | NULL); |
| 2109 | if (aq_ret) { |
| 2110 | retval = i40e_aq_rc_to_posix(aq_ret, |
| 2111 | pf->hw.aq.asq_last_status); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2112 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2113 | "set multi promisc failed, err %s aq_err %s\n", |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2114 | i40e_stat_str(&pf->hw, aq_ret), |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2115 | i40e_aq_str(&pf->hw, |
| 2116 | pf->hw.aq.asq_last_status)); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2117 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2118 | } |
| 2119 | if ((changed_flags & IFF_PROMISC) || promisc_forced_on) { |
| 2120 | bool cur_promisc; |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 2121 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2122 | cur_promisc = (!!(vsi->current_netdev_flags & IFF_PROMISC) || |
| 2123 | test_bit(__I40E_FILTER_OVERFLOW_PROMISC, |
| 2124 | &vsi->state)); |
Anjali Singhai Jain | 6784ed5 | 2016-01-15 14:33:13 -0800 | [diff] [blame] | 2125 | if ((vsi->type == I40E_VSI_MAIN) && |
| 2126 | (pf->lan_veb != I40E_NO_VEB) && |
| 2127 | !(pf->flags & I40E_FLAG_MFP_ENABLED)) { |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 2128 | /* set defport ON for Main VSI instead of true promisc |
| 2129 | * this way we will get all unicast/multicast and VLAN |
| 2130 | * promisc behavior but will not get VF or VMDq traffic |
| 2131 | * replicated on the Main VSI. |
| 2132 | */ |
| 2133 | if (pf->cur_promisc != cur_promisc) { |
| 2134 | pf->cur_promisc = cur_promisc; |
Jesse Brandeburg | 0e4425e | 2015-11-05 17:01:01 -0800 | [diff] [blame] | 2135 | set_bit(__I40E_PF_RESET_REQUESTED, &pf->state); |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 2136 | } |
| 2137 | } else { |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2138 | aq_ret = i40e_aq_set_vsi_unicast_promiscuous( |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 2139 | &vsi->back->hw, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2140 | vsi->seid, |
| 2141 | cur_promisc, NULL); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2142 | if (aq_ret) { |
| 2143 | retval = |
| 2144 | i40e_aq_rc_to_posix(aq_ret, |
| 2145 | pf->hw.aq.asq_last_status); |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 2146 | dev_info(&pf->pdev->dev, |
| 2147 | "set unicast promisc failed, err %d, aq_err %d\n", |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2148 | aq_ret, pf->hw.aq.asq_last_status); |
| 2149 | } |
| 2150 | aq_ret = i40e_aq_set_vsi_multicast_promiscuous( |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 2151 | &vsi->back->hw, |
| 2152 | vsi->seid, |
| 2153 | cur_promisc, NULL); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2154 | if (aq_ret) { |
| 2155 | retval = |
| 2156 | i40e_aq_rc_to_posix(aq_ret, |
| 2157 | pf->hw.aq.asq_last_status); |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 2158 | dev_info(&pf->pdev->dev, |
| 2159 | "set multicast promisc failed, err %d, aq_err %d\n", |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2160 | aq_ret, pf->hw.aq.asq_last_status); |
| 2161 | } |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 2162 | } |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2163 | aq_ret = i40e_aq_set_vsi_broadcast(&vsi->back->hw, |
| 2164 | vsi->seid, |
| 2165 | cur_promisc, NULL); |
| 2166 | if (aq_ret) { |
| 2167 | retval = i40e_aq_rc_to_posix(aq_ret, |
| 2168 | pf->hw.aq.asq_last_status); |
Greg Rose | 1a10370 | 2013-11-28 06:42:39 +0000 | [diff] [blame] | 2169 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2170 | "set brdcast promisc failed, err %s, aq_err %s\n", |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2171 | i40e_stat_str(&pf->hw, aq_ret), |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2172 | i40e_aq_str(&pf->hw, |
| 2173 | pf->hw.aq.asq_last_status)); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2174 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2175 | } |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2176 | out: |
Jesse Brandeburg | 2818ccd | 2016-01-13 16:51:38 -0800 | [diff] [blame] | 2177 | /* if something went wrong then set the changed flag so we try again */ |
| 2178 | if (retval) |
| 2179 | vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED; |
| 2180 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2181 | clear_bit(__I40E_CONFIG_BUSY, &vsi->state); |
Mitch Williams | ea02e90 | 2015-11-09 15:35:50 -0800 | [diff] [blame] | 2182 | return retval; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2183 | } |
| 2184 | |
| 2185 | /** |
| 2186 | * i40e_sync_filters_subtask - Sync the VSI filter list with HW |
| 2187 | * @pf: board private structure |
| 2188 | **/ |
| 2189 | static void i40e_sync_filters_subtask(struct i40e_pf *pf) |
| 2190 | { |
| 2191 | int v; |
| 2192 | |
| 2193 | if (!pf || !(pf->flags & I40E_FLAG_FILTER_SYNC)) |
| 2194 | return; |
| 2195 | pf->flags &= ~I40E_FLAG_FILTER_SYNC; |
| 2196 | |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 2197 | for (v = 0; v < pf->num_alloc_vsi; v++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2198 | if (pf->vsi[v] && |
Jesse Brandeburg | 17652c6 | 2015-11-05 17:01:02 -0800 | [diff] [blame] | 2199 | (pf->vsi[v]->flags & I40E_VSI_FLAG_FILTER_CHANGED)) { |
| 2200 | int ret = i40e_sync_vsi_filters(pf->vsi[v]); |
| 2201 | |
| 2202 | if (ret) { |
| 2203 | /* come back and try again later */ |
| 2204 | pf->flags |= I40E_FLAG_FILTER_SYNC; |
| 2205 | break; |
| 2206 | } |
| 2207 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2208 | } |
| 2209 | } |
| 2210 | |
| 2211 | /** |
| 2212 | * i40e_change_mtu - NDO callback to change the Maximum Transfer Unit |
| 2213 | * @netdev: network interface device structure |
| 2214 | * @new_mtu: new value for maximum frame size |
| 2215 | * |
| 2216 | * Returns 0 on success, negative on failure |
| 2217 | **/ |
| 2218 | static int i40e_change_mtu(struct net_device *netdev, int new_mtu) |
| 2219 | { |
| 2220 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
Jesse Brandeburg | 61a46a4 | 2014-04-23 04:50:05 +0000 | [diff] [blame] | 2221 | int max_frame = new_mtu + ETH_HLEN + ETH_FCS_LEN + VLAN_HLEN; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2222 | struct i40e_vsi *vsi = np->vsi; |
| 2223 | |
| 2224 | /* MTU < 68 is an error and causes problems on some kernels */ |
| 2225 | if ((new_mtu < 68) || (max_frame > I40E_MAX_RXBUFFER)) |
| 2226 | return -EINVAL; |
| 2227 | |
| 2228 | netdev_info(netdev, "changing MTU from %d to %d\n", |
| 2229 | netdev->mtu, new_mtu); |
| 2230 | netdev->mtu = new_mtu; |
| 2231 | if (netif_running(netdev)) |
| 2232 | i40e_vsi_reinit_locked(vsi); |
| 2233 | |
| 2234 | return 0; |
| 2235 | } |
| 2236 | |
| 2237 | /** |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 2238 | * i40e_ioctl - Access the hwtstamp interface |
| 2239 | * @netdev: network interface device structure |
| 2240 | * @ifr: interface request data |
| 2241 | * @cmd: ioctl command |
| 2242 | **/ |
| 2243 | int i40e_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) |
| 2244 | { |
| 2245 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 2246 | struct i40e_pf *pf = np->vsi->back; |
| 2247 | |
| 2248 | switch (cmd) { |
| 2249 | case SIOCGHWTSTAMP: |
| 2250 | return i40e_ptp_get_ts_config(pf, ifr); |
| 2251 | case SIOCSHWTSTAMP: |
| 2252 | return i40e_ptp_set_ts_config(pf, ifr); |
| 2253 | default: |
| 2254 | return -EOPNOTSUPP; |
| 2255 | } |
| 2256 | } |
| 2257 | |
| 2258 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2259 | * i40e_vlan_stripping_enable - Turn on vlan stripping for the VSI |
| 2260 | * @vsi: the vsi being adjusted |
| 2261 | **/ |
| 2262 | void i40e_vlan_stripping_enable(struct i40e_vsi *vsi) |
| 2263 | { |
| 2264 | struct i40e_vsi_context ctxt; |
| 2265 | i40e_status ret; |
| 2266 | |
| 2267 | if ((vsi->info.valid_sections & |
| 2268 | cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID)) && |
| 2269 | ((vsi->info.port_vlan_flags & I40E_AQ_VSI_PVLAN_MODE_MASK) == 0)) |
| 2270 | return; /* already enabled */ |
| 2271 | |
| 2272 | vsi->info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID); |
| 2273 | vsi->info.port_vlan_flags = I40E_AQ_VSI_PVLAN_MODE_ALL | |
| 2274 | I40E_AQ_VSI_PVLAN_EMOD_STR_BOTH; |
| 2275 | |
| 2276 | ctxt.seid = vsi->seid; |
Jesse Brandeburg | 1a2f624 | 2015-03-31 00:45:01 -0700 | [diff] [blame] | 2277 | ctxt.info = vsi->info; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2278 | ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); |
| 2279 | if (ret) { |
| 2280 | dev_info(&vsi->back->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2281 | "update vlan stripping failed, err %s aq_err %s\n", |
| 2282 | i40e_stat_str(&vsi->back->hw, ret), |
| 2283 | i40e_aq_str(&vsi->back->hw, |
| 2284 | vsi->back->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2285 | } |
| 2286 | } |
| 2287 | |
| 2288 | /** |
| 2289 | * i40e_vlan_stripping_disable - Turn off vlan stripping for the VSI |
| 2290 | * @vsi: the vsi being adjusted |
| 2291 | **/ |
| 2292 | void i40e_vlan_stripping_disable(struct i40e_vsi *vsi) |
| 2293 | { |
| 2294 | struct i40e_vsi_context ctxt; |
| 2295 | i40e_status ret; |
| 2296 | |
| 2297 | if ((vsi->info.valid_sections & |
| 2298 | cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID)) && |
| 2299 | ((vsi->info.port_vlan_flags & I40E_AQ_VSI_PVLAN_EMOD_MASK) == |
| 2300 | I40E_AQ_VSI_PVLAN_EMOD_MASK)) |
| 2301 | return; /* already disabled */ |
| 2302 | |
| 2303 | vsi->info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID); |
| 2304 | vsi->info.port_vlan_flags = I40E_AQ_VSI_PVLAN_MODE_ALL | |
| 2305 | I40E_AQ_VSI_PVLAN_EMOD_NOTHING; |
| 2306 | |
| 2307 | ctxt.seid = vsi->seid; |
Jesse Brandeburg | 1a2f624 | 2015-03-31 00:45:01 -0700 | [diff] [blame] | 2308 | ctxt.info = vsi->info; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2309 | ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); |
| 2310 | if (ret) { |
| 2311 | dev_info(&vsi->back->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2312 | "update vlan stripping failed, err %s aq_err %s\n", |
| 2313 | i40e_stat_str(&vsi->back->hw, ret), |
| 2314 | i40e_aq_str(&vsi->back->hw, |
| 2315 | vsi->back->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2316 | } |
| 2317 | } |
| 2318 | |
| 2319 | /** |
| 2320 | * i40e_vlan_rx_register - Setup or shutdown vlan offload |
| 2321 | * @netdev: network interface to be adjusted |
| 2322 | * @features: netdev features to test if VLAN offload is enabled or not |
| 2323 | **/ |
| 2324 | static void i40e_vlan_rx_register(struct net_device *netdev, u32 features) |
| 2325 | { |
| 2326 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 2327 | struct i40e_vsi *vsi = np->vsi; |
| 2328 | |
| 2329 | if (features & NETIF_F_HW_VLAN_CTAG_RX) |
| 2330 | i40e_vlan_stripping_enable(vsi); |
| 2331 | else |
| 2332 | i40e_vlan_stripping_disable(vsi); |
| 2333 | } |
| 2334 | |
| 2335 | /** |
| 2336 | * i40e_vsi_add_vlan - Add vsi membership for given vlan |
| 2337 | * @vsi: the vsi being configured |
| 2338 | * @vid: vlan id to be added (0 = untagged only , -1 = any) |
| 2339 | **/ |
| 2340 | int i40e_vsi_add_vlan(struct i40e_vsi *vsi, s16 vid) |
| 2341 | { |
| 2342 | struct i40e_mac_filter *f, *add_f; |
| 2343 | bool is_netdev, is_vf; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2344 | |
| 2345 | is_vf = (vsi->type == I40E_VSI_SRIOV); |
| 2346 | is_netdev = !!(vsi->netdev); |
| 2347 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2348 | /* Locked once because all functions invoked below iterates list*/ |
| 2349 | spin_lock_bh(&vsi->mac_filter_list_lock); |
| 2350 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2351 | if (is_netdev) { |
| 2352 | add_f = i40e_add_filter(vsi, vsi->netdev->dev_addr, vid, |
| 2353 | is_vf, is_netdev); |
| 2354 | if (!add_f) { |
| 2355 | dev_info(&vsi->back->pdev->dev, |
| 2356 | "Could not add vlan filter %d for %pM\n", |
| 2357 | vid, vsi->netdev->dev_addr); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2358 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2359 | return -ENOMEM; |
| 2360 | } |
| 2361 | } |
| 2362 | |
| 2363 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
| 2364 | add_f = i40e_add_filter(vsi, f->macaddr, vid, is_vf, is_netdev); |
| 2365 | if (!add_f) { |
| 2366 | dev_info(&vsi->back->pdev->dev, |
| 2367 | "Could not add vlan filter %d for %pM\n", |
| 2368 | vid, f->macaddr); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2369 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2370 | return -ENOMEM; |
| 2371 | } |
| 2372 | } |
| 2373 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2374 | /* Now if we add a vlan tag, make sure to check if it is the first |
| 2375 | * tag (i.e. a "tag" -1 does exist) and if so replace the -1 "tag" |
| 2376 | * with 0, so we now accept untagged and specified tagged traffic |
| 2377 | * (and not any taged and untagged) |
| 2378 | */ |
| 2379 | if (vid > 0) { |
| 2380 | if (is_netdev && i40e_find_filter(vsi, vsi->netdev->dev_addr, |
| 2381 | I40E_VLAN_ANY, |
| 2382 | is_vf, is_netdev)) { |
| 2383 | i40e_del_filter(vsi, vsi->netdev->dev_addr, |
| 2384 | I40E_VLAN_ANY, is_vf, is_netdev); |
| 2385 | add_f = i40e_add_filter(vsi, vsi->netdev->dev_addr, 0, |
| 2386 | is_vf, is_netdev); |
| 2387 | if (!add_f) { |
| 2388 | dev_info(&vsi->back->pdev->dev, |
| 2389 | "Could not add filter 0 for %pM\n", |
| 2390 | vsi->netdev->dev_addr); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2391 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2392 | return -ENOMEM; |
| 2393 | } |
| 2394 | } |
Greg Rose | 8d82a7c | 2014-01-13 16:13:04 -0800 | [diff] [blame] | 2395 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2396 | |
Greg Rose | 8d82a7c | 2014-01-13 16:13:04 -0800 | [diff] [blame] | 2397 | /* Do not assume that I40E_VLAN_ANY should be reset to VLAN 0 */ |
| 2398 | if (vid > 0 && !vsi->info.pvid) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2399 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2400 | if (!i40e_find_filter(vsi, f->macaddr, I40E_VLAN_ANY, |
| 2401 | is_vf, is_netdev)) |
| 2402 | continue; |
| 2403 | i40e_del_filter(vsi, f->macaddr, I40E_VLAN_ANY, |
| 2404 | is_vf, is_netdev); |
| 2405 | add_f = i40e_add_filter(vsi, f->macaddr, |
| 2406 | 0, is_vf, is_netdev); |
| 2407 | if (!add_f) { |
| 2408 | dev_info(&vsi->back->pdev->dev, |
| 2409 | "Could not add filter 0 for %pM\n", |
| 2410 | f->macaddr); |
| 2411 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
| 2412 | return -ENOMEM; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2413 | } |
| 2414 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2415 | } |
| 2416 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2417 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
| 2418 | |
Jesse Brandeburg | 0e4425e | 2015-11-05 17:01:01 -0800 | [diff] [blame] | 2419 | /* schedule our worker thread which will take care of |
| 2420 | * applying the new filter changes |
| 2421 | */ |
| 2422 | i40e_service_event_schedule(vsi->back); |
| 2423 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2424 | } |
| 2425 | |
| 2426 | /** |
| 2427 | * i40e_vsi_kill_vlan - Remove vsi membership for given vlan |
| 2428 | * @vsi: the vsi being configured |
| 2429 | * @vid: vlan id to be removed (0 = untagged only , -1 = any) |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2430 | * |
| 2431 | * Return: 0 on success or negative otherwise |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2432 | **/ |
| 2433 | int i40e_vsi_kill_vlan(struct i40e_vsi *vsi, s16 vid) |
| 2434 | { |
| 2435 | struct net_device *netdev = vsi->netdev; |
| 2436 | struct i40e_mac_filter *f, *add_f; |
| 2437 | bool is_vf, is_netdev; |
| 2438 | int filter_count = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2439 | |
| 2440 | is_vf = (vsi->type == I40E_VSI_SRIOV); |
| 2441 | is_netdev = !!(netdev); |
| 2442 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2443 | /* Locked once because all functions invoked below iterates list */ |
| 2444 | spin_lock_bh(&vsi->mac_filter_list_lock); |
| 2445 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2446 | if (is_netdev) |
| 2447 | i40e_del_filter(vsi, netdev->dev_addr, vid, is_vf, is_netdev); |
| 2448 | |
| 2449 | list_for_each_entry(f, &vsi->mac_filter_list, list) |
| 2450 | i40e_del_filter(vsi, f->macaddr, vid, is_vf, is_netdev); |
| 2451 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2452 | /* go through all the filters for this VSI and if there is only |
| 2453 | * vid == 0 it means there are no other filters, so vid 0 must |
| 2454 | * be replaced with -1. This signifies that we should from now |
| 2455 | * on accept any traffic (with any tag present, or untagged) |
| 2456 | */ |
| 2457 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
| 2458 | if (is_netdev) { |
| 2459 | if (f->vlan && |
| 2460 | ether_addr_equal(netdev->dev_addr, f->macaddr)) |
| 2461 | filter_count++; |
| 2462 | } |
| 2463 | |
| 2464 | if (f->vlan) |
| 2465 | filter_count++; |
| 2466 | } |
| 2467 | |
| 2468 | if (!filter_count && is_netdev) { |
| 2469 | i40e_del_filter(vsi, netdev->dev_addr, 0, is_vf, is_netdev); |
| 2470 | f = i40e_add_filter(vsi, netdev->dev_addr, I40E_VLAN_ANY, |
| 2471 | is_vf, is_netdev); |
| 2472 | if (!f) { |
| 2473 | dev_info(&vsi->back->pdev->dev, |
| 2474 | "Could not add filter %d for %pM\n", |
| 2475 | I40E_VLAN_ANY, netdev->dev_addr); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2476 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2477 | return -ENOMEM; |
| 2478 | } |
| 2479 | } |
| 2480 | |
| 2481 | if (!filter_count) { |
| 2482 | list_for_each_entry(f, &vsi->mac_filter_list, list) { |
| 2483 | i40e_del_filter(vsi, f->macaddr, 0, is_vf, is_netdev); |
| 2484 | add_f = i40e_add_filter(vsi, f->macaddr, I40E_VLAN_ANY, |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2485 | is_vf, is_netdev); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2486 | if (!add_f) { |
| 2487 | dev_info(&vsi->back->pdev->dev, |
| 2488 | "Could not add filter %d for %pM\n", |
| 2489 | I40E_VLAN_ANY, f->macaddr); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2490 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2491 | return -ENOMEM; |
| 2492 | } |
| 2493 | } |
| 2494 | } |
| 2495 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 2496 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
| 2497 | |
Jesse Brandeburg | 0e4425e | 2015-11-05 17:01:01 -0800 | [diff] [blame] | 2498 | /* schedule our worker thread which will take care of |
| 2499 | * applying the new filter changes |
| 2500 | */ |
| 2501 | i40e_service_event_schedule(vsi->back); |
| 2502 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2503 | } |
| 2504 | |
| 2505 | /** |
| 2506 | * i40e_vlan_rx_add_vid - Add a vlan id filter to HW offload |
| 2507 | * @netdev: network interface to be adjusted |
| 2508 | * @vid: vlan id to be added |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2509 | * |
| 2510 | * net_device_ops implementation for adding vlan ids |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2511 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2512 | #ifdef I40E_FCOE |
| 2513 | int i40e_vlan_rx_add_vid(struct net_device *netdev, |
| 2514 | __always_unused __be16 proto, u16 vid) |
| 2515 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2516 | static int i40e_vlan_rx_add_vid(struct net_device *netdev, |
| 2517 | __always_unused __be16 proto, u16 vid) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2518 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2519 | { |
| 2520 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 2521 | struct i40e_vsi *vsi = np->vsi; |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2522 | int ret = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2523 | |
| 2524 | if (vid > 4095) |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2525 | return -EINVAL; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2526 | |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2527 | netdev_info(netdev, "adding %pM vid=%d\n", netdev->dev_addr, vid); |
| 2528 | |
Anjali Singhai Jain | 6982d42 | 2014-02-06 05:51:10 +0000 | [diff] [blame] | 2529 | /* If the network stack called us with vid = 0 then |
| 2530 | * it is asking to receive priority tagged packets with |
| 2531 | * vlan id 0. Our HW receives them by default when configured |
| 2532 | * to receive untagged packets so there is no need to add an |
| 2533 | * extra filter for vlan 0 tagged packets. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2534 | */ |
Anjali Singhai Jain | 6982d42 | 2014-02-06 05:51:10 +0000 | [diff] [blame] | 2535 | if (vid) |
| 2536 | ret = i40e_vsi_add_vlan(vsi, vid); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2537 | |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2538 | if (!ret && (vid < VLAN_N_VID)) |
| 2539 | set_bit(vid, vsi->active_vlans); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2540 | |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2541 | return ret; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2542 | } |
| 2543 | |
| 2544 | /** |
| 2545 | * i40e_vlan_rx_kill_vid - Remove a vlan id filter from HW offload |
| 2546 | * @netdev: network interface to be adjusted |
| 2547 | * @vid: vlan id to be removed |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2548 | * |
Akeem G Abodunrin | fdfd943 | 2014-02-11 08:24:15 +0000 | [diff] [blame] | 2549 | * net_device_ops implementation for removing vlan ids |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2550 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2551 | #ifdef I40E_FCOE |
| 2552 | int i40e_vlan_rx_kill_vid(struct net_device *netdev, |
| 2553 | __always_unused __be16 proto, u16 vid) |
| 2554 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2555 | static int i40e_vlan_rx_kill_vid(struct net_device *netdev, |
| 2556 | __always_unused __be16 proto, u16 vid) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2557 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2558 | { |
| 2559 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 2560 | struct i40e_vsi *vsi = np->vsi; |
| 2561 | |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2562 | netdev_info(netdev, "removing %pM vid=%d\n", netdev->dev_addr, vid); |
| 2563 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2564 | /* return code is ignored as there is nothing a user |
| 2565 | * can do about failure to remove and a log message was |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2566 | * already printed from the other function |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2567 | */ |
| 2568 | i40e_vsi_kill_vlan(vsi, vid); |
| 2569 | |
| 2570 | clear_bit(vid, vsi->active_vlans); |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 2571 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2572 | return 0; |
| 2573 | } |
| 2574 | |
| 2575 | /** |
| 2576 | * i40e_restore_vlan - Reinstate vlans when vsi/netdev comes back up |
| 2577 | * @vsi: the vsi being brought back up |
| 2578 | **/ |
| 2579 | static void i40e_restore_vlan(struct i40e_vsi *vsi) |
| 2580 | { |
| 2581 | u16 vid; |
| 2582 | |
| 2583 | if (!vsi->netdev) |
| 2584 | return; |
| 2585 | |
| 2586 | i40e_vlan_rx_register(vsi->netdev, vsi->netdev->features); |
| 2587 | |
| 2588 | for_each_set_bit(vid, vsi->active_vlans, VLAN_N_VID) |
| 2589 | i40e_vlan_rx_add_vid(vsi->netdev, htons(ETH_P_8021Q), |
| 2590 | vid); |
| 2591 | } |
| 2592 | |
| 2593 | /** |
| 2594 | * i40e_vsi_add_pvid - Add pvid for the VSI |
| 2595 | * @vsi: the vsi being adjusted |
| 2596 | * @vid: the vlan id to set as a PVID |
| 2597 | **/ |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 2598 | int i40e_vsi_add_pvid(struct i40e_vsi *vsi, u16 vid) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2599 | { |
| 2600 | struct i40e_vsi_context ctxt; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2601 | i40e_status ret; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2602 | |
| 2603 | vsi->info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID); |
| 2604 | vsi->info.pvid = cpu_to_le16(vid); |
Greg Rose | 6c12fcb | 2013-11-28 06:39:34 +0000 | [diff] [blame] | 2605 | vsi->info.port_vlan_flags = I40E_AQ_VSI_PVLAN_MODE_TAGGED | |
| 2606 | I40E_AQ_VSI_PVLAN_INSERT_PVID | |
Greg Rose | b774c7d | 2013-11-28 06:39:44 +0000 | [diff] [blame] | 2607 | I40E_AQ_VSI_PVLAN_EMOD_STR; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2608 | |
| 2609 | ctxt.seid = vsi->seid; |
Jesse Brandeburg | 1a2f624 | 2015-03-31 00:45:01 -0700 | [diff] [blame] | 2610 | ctxt.info = vsi->info; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2611 | ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); |
| 2612 | if (ret) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2613 | dev_info(&vsi->back->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 2614 | "add pvid failed, err %s aq_err %s\n", |
| 2615 | i40e_stat_str(&vsi->back->hw, ret), |
| 2616 | i40e_aq_str(&vsi->back->hw, |
| 2617 | vsi->back->hw.aq.asq_last_status)); |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 2618 | return -ENOENT; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2619 | } |
| 2620 | |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 2621 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2622 | } |
| 2623 | |
| 2624 | /** |
| 2625 | * i40e_vsi_remove_pvid - Remove the pvid from the VSI |
| 2626 | * @vsi: the vsi being adjusted |
| 2627 | * |
| 2628 | * Just use the vlan_rx_register() service to put it back to normal |
| 2629 | **/ |
| 2630 | void i40e_vsi_remove_pvid(struct i40e_vsi *vsi) |
| 2631 | { |
Greg Rose | 6c12fcb | 2013-11-28 06:39:34 +0000 | [diff] [blame] | 2632 | i40e_vlan_stripping_disable(vsi); |
| 2633 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2634 | vsi->info.pvid = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2635 | } |
| 2636 | |
| 2637 | /** |
| 2638 | * i40e_vsi_setup_tx_resources - Allocate VSI Tx queue resources |
| 2639 | * @vsi: ptr to the VSI |
| 2640 | * |
| 2641 | * If this function returns with an error, then it's possible one or |
| 2642 | * more of the rings is populated (while the rest are not). It is the |
| 2643 | * callers duty to clean those orphaned rings. |
| 2644 | * |
| 2645 | * Return 0 on success, negative on failure |
| 2646 | **/ |
| 2647 | static int i40e_vsi_setup_tx_resources(struct i40e_vsi *vsi) |
| 2648 | { |
| 2649 | int i, err = 0; |
| 2650 | |
| 2651 | for (i = 0; i < vsi->num_queue_pairs && !err; i++) |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 2652 | err = i40e_setup_tx_descriptors(vsi->tx_rings[i]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2653 | |
| 2654 | return err; |
| 2655 | } |
| 2656 | |
| 2657 | /** |
| 2658 | * i40e_vsi_free_tx_resources - Free Tx resources for VSI queues |
| 2659 | * @vsi: ptr to the VSI |
| 2660 | * |
| 2661 | * Free VSI's transmit software resources |
| 2662 | **/ |
| 2663 | static void i40e_vsi_free_tx_resources(struct i40e_vsi *vsi) |
| 2664 | { |
| 2665 | int i; |
| 2666 | |
Greg Rose | 8e9dca5 | 2013-12-18 13:45:53 +0000 | [diff] [blame] | 2667 | if (!vsi->tx_rings) |
| 2668 | return; |
| 2669 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2670 | for (i = 0; i < vsi->num_queue_pairs; i++) |
Greg Rose | 8e9dca5 | 2013-12-18 13:45:53 +0000 | [diff] [blame] | 2671 | if (vsi->tx_rings[i] && vsi->tx_rings[i]->desc) |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 2672 | i40e_free_tx_resources(vsi->tx_rings[i]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2673 | } |
| 2674 | |
| 2675 | /** |
| 2676 | * i40e_vsi_setup_rx_resources - Allocate VSI queues Rx resources |
| 2677 | * @vsi: ptr to the VSI |
| 2678 | * |
| 2679 | * If this function returns with an error, then it's possible one or |
| 2680 | * more of the rings is populated (while the rest are not). It is the |
| 2681 | * callers duty to clean those orphaned rings. |
| 2682 | * |
| 2683 | * Return 0 on success, negative on failure |
| 2684 | **/ |
| 2685 | static int i40e_vsi_setup_rx_resources(struct i40e_vsi *vsi) |
| 2686 | { |
| 2687 | int i, err = 0; |
| 2688 | |
| 2689 | for (i = 0; i < vsi->num_queue_pairs && !err; i++) |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 2690 | err = i40e_setup_rx_descriptors(vsi->rx_rings[i]); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2691 | #ifdef I40E_FCOE |
| 2692 | i40e_fcoe_setup_ddp_resources(vsi); |
| 2693 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2694 | return err; |
| 2695 | } |
| 2696 | |
| 2697 | /** |
| 2698 | * i40e_vsi_free_rx_resources - Free Rx Resources for VSI queues |
| 2699 | * @vsi: ptr to the VSI |
| 2700 | * |
| 2701 | * Free all receive software resources |
| 2702 | **/ |
| 2703 | static void i40e_vsi_free_rx_resources(struct i40e_vsi *vsi) |
| 2704 | { |
| 2705 | int i; |
| 2706 | |
Greg Rose | 8e9dca5 | 2013-12-18 13:45:53 +0000 | [diff] [blame] | 2707 | if (!vsi->rx_rings) |
| 2708 | return; |
| 2709 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2710 | for (i = 0; i < vsi->num_queue_pairs; i++) |
Greg Rose | 8e9dca5 | 2013-12-18 13:45:53 +0000 | [diff] [blame] | 2711 | if (vsi->rx_rings[i] && vsi->rx_rings[i]->desc) |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 2712 | i40e_free_rx_resources(vsi->rx_rings[i]); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2713 | #ifdef I40E_FCOE |
| 2714 | i40e_fcoe_free_ddp_resources(vsi); |
| 2715 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2716 | } |
| 2717 | |
| 2718 | /** |
Neerav Parikh | 3ffa037 | 2014-11-12 00:19:02 +0000 | [diff] [blame] | 2719 | * i40e_config_xps_tx_ring - Configure XPS for a Tx ring |
| 2720 | * @ring: The Tx ring to configure |
| 2721 | * |
| 2722 | * This enables/disables XPS for a given Tx descriptor ring |
| 2723 | * based on the TCs enabled for the VSI that ring belongs to. |
| 2724 | **/ |
| 2725 | static void i40e_config_xps_tx_ring(struct i40e_ring *ring) |
| 2726 | { |
| 2727 | struct i40e_vsi *vsi = ring->vsi; |
| 2728 | cpumask_var_t mask; |
| 2729 | |
Jesse Brandeburg | 9a660ee | 2015-02-26 16:13:22 +0000 | [diff] [blame] | 2730 | if (!ring->q_vector || !ring->netdev) |
| 2731 | return; |
| 2732 | |
| 2733 | /* Single TC mode enable XPS */ |
| 2734 | if (vsi->tc_config.numtc <= 1) { |
| 2735 | if (!test_and_set_bit(__I40E_TX_XPS_INIT_DONE, &ring->state)) |
Neerav Parikh | 3ffa037 | 2014-11-12 00:19:02 +0000 | [diff] [blame] | 2736 | netif_set_xps_queue(ring->netdev, |
| 2737 | &ring->q_vector->affinity_mask, |
| 2738 | ring->queue_index); |
Jesse Brandeburg | 9a660ee | 2015-02-26 16:13:22 +0000 | [diff] [blame] | 2739 | } else if (alloc_cpumask_var(&mask, GFP_KERNEL)) { |
| 2740 | /* Disable XPS to allow selection based on TC */ |
| 2741 | bitmap_zero(cpumask_bits(mask), nr_cpumask_bits); |
| 2742 | netif_set_xps_queue(ring->netdev, mask, ring->queue_index); |
| 2743 | free_cpumask_var(mask); |
Neerav Parikh | 3ffa037 | 2014-11-12 00:19:02 +0000 | [diff] [blame] | 2744 | } |
Jesse Brandeburg | 0e4425e | 2015-11-05 17:01:01 -0800 | [diff] [blame] | 2745 | |
| 2746 | /* schedule our worker thread which will take care of |
| 2747 | * applying the new filter changes |
| 2748 | */ |
| 2749 | i40e_service_event_schedule(vsi->back); |
Neerav Parikh | 3ffa037 | 2014-11-12 00:19:02 +0000 | [diff] [blame] | 2750 | } |
| 2751 | |
| 2752 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2753 | * i40e_configure_tx_ring - Configure a transmit ring context and rest |
| 2754 | * @ring: The Tx ring to configure |
| 2755 | * |
| 2756 | * Configure the Tx descriptor ring in the HMC context. |
| 2757 | **/ |
| 2758 | static int i40e_configure_tx_ring(struct i40e_ring *ring) |
| 2759 | { |
| 2760 | struct i40e_vsi *vsi = ring->vsi; |
| 2761 | u16 pf_q = vsi->base_queue + ring->queue_index; |
| 2762 | struct i40e_hw *hw = &vsi->back->hw; |
| 2763 | struct i40e_hmc_obj_txq tx_ctx; |
| 2764 | i40e_status err = 0; |
| 2765 | u32 qtx_ctl = 0; |
| 2766 | |
| 2767 | /* some ATR related tx ring init */ |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 2768 | if (vsi->back->flags & I40E_FLAG_FD_ATR_ENABLED) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2769 | ring->atr_sample_rate = vsi->back->atr_sample_rate; |
| 2770 | ring->atr_count = 0; |
| 2771 | } else { |
| 2772 | ring->atr_sample_rate = 0; |
| 2773 | } |
| 2774 | |
Neerav Parikh | 3ffa037 | 2014-11-12 00:19:02 +0000 | [diff] [blame] | 2775 | /* configure XPS */ |
| 2776 | i40e_config_xps_tx_ring(ring); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2777 | |
| 2778 | /* clear the context structure first */ |
| 2779 | memset(&tx_ctx, 0, sizeof(tx_ctx)); |
| 2780 | |
| 2781 | tx_ctx.new_context = 1; |
| 2782 | tx_ctx.base = (ring->dma / 128); |
| 2783 | tx_ctx.qlen = ring->count; |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 2784 | tx_ctx.fd_ena = !!(vsi->back->flags & (I40E_FLAG_FD_SB_ENABLED | |
| 2785 | I40E_FLAG_FD_ATR_ENABLED)); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2786 | #ifdef I40E_FCOE |
| 2787 | tx_ctx.fc_ena = (vsi->type == I40E_VSI_FCOE); |
| 2788 | #endif |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 2789 | tx_ctx.timesync_ena = !!(vsi->back->flags & I40E_FLAG_PTP); |
Jesse Brandeburg | 1943d8b | 2014-02-14 02:14:40 +0000 | [diff] [blame] | 2790 | /* FDIR VSI tx ring can still use RS bit and writebacks */ |
| 2791 | if (vsi->type != I40E_VSI_FDIR) |
| 2792 | tx_ctx.head_wb_ena = 1; |
| 2793 | tx_ctx.head_wb_addr = ring->dma + |
| 2794 | (ring->count * sizeof(struct i40e_tx_desc)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2795 | |
| 2796 | /* As part of VSI creation/update, FW allocates certain |
| 2797 | * Tx arbitration queue sets for each TC enabled for |
| 2798 | * the VSI. The FW returns the handles to these queue |
| 2799 | * sets as part of the response buffer to Add VSI, |
| 2800 | * Update VSI, etc. AQ commands. It is expected that |
| 2801 | * these queue set handles be associated with the Tx |
| 2802 | * queues by the driver as part of the TX queue context |
| 2803 | * initialization. This has to be done regardless of |
| 2804 | * DCB as by default everything is mapped to TC0. |
| 2805 | */ |
| 2806 | tx_ctx.rdylist = le16_to_cpu(vsi->info.qs_handle[ring->dcb_tc]); |
| 2807 | tx_ctx.rdylist_act = 0; |
| 2808 | |
| 2809 | /* clear the context in the HMC */ |
| 2810 | err = i40e_clear_lan_tx_queue_context(hw, pf_q); |
| 2811 | if (err) { |
| 2812 | dev_info(&vsi->back->pdev->dev, |
| 2813 | "Failed to clear LAN Tx queue context on Tx ring %d (pf_q %d), error: %d\n", |
| 2814 | ring->queue_index, pf_q, err); |
| 2815 | return -ENOMEM; |
| 2816 | } |
| 2817 | |
| 2818 | /* set the context in the HMC */ |
| 2819 | err = i40e_set_lan_tx_queue_context(hw, pf_q, &tx_ctx); |
| 2820 | if (err) { |
| 2821 | dev_info(&vsi->back->pdev->dev, |
| 2822 | "Failed to set LAN Tx queue context on Tx ring %d (pf_q %d, error: %d\n", |
| 2823 | ring->queue_index, pf_q, err); |
| 2824 | return -ENOMEM; |
| 2825 | } |
| 2826 | |
| 2827 | /* Now associate this queue with this PCI function */ |
Mitch Williams | 7a28d88 | 2014-10-17 03:14:52 +0000 | [diff] [blame] | 2828 | if (vsi->type == I40E_VSI_VMDQ2) { |
Shannon Nelson | 9d8bf54 | 2014-01-14 00:49:50 -0800 | [diff] [blame] | 2829 | qtx_ctl = I40E_QTX_CTL_VM_QUEUE; |
Mitch Williams | 7a28d88 | 2014-10-17 03:14:52 +0000 | [diff] [blame] | 2830 | qtx_ctl |= ((vsi->id) << I40E_QTX_CTL_VFVM_INDX_SHIFT) & |
| 2831 | I40E_QTX_CTL_VFVM_INDX_MASK; |
| 2832 | } else { |
Shannon Nelson | 9d8bf54 | 2014-01-14 00:49:50 -0800 | [diff] [blame] | 2833 | qtx_ctl = I40E_QTX_CTL_PF_QUEUE; |
Mitch Williams | 7a28d88 | 2014-10-17 03:14:52 +0000 | [diff] [blame] | 2834 | } |
| 2835 | |
Shannon Nelson | 13fd97749 | 2013-09-28 07:14:19 +0000 | [diff] [blame] | 2836 | qtx_ctl |= ((hw->pf_id << I40E_QTX_CTL_PF_INDX_SHIFT) & |
| 2837 | I40E_QTX_CTL_PF_INDX_MASK); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2838 | wr32(hw, I40E_QTX_CTL(pf_q), qtx_ctl); |
| 2839 | i40e_flush(hw); |
| 2840 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2841 | /* cache tail off for easier writes later */ |
| 2842 | ring->tail = hw->hw_addr + I40E_QTX_TAIL(pf_q); |
| 2843 | |
| 2844 | return 0; |
| 2845 | } |
| 2846 | |
| 2847 | /** |
| 2848 | * i40e_configure_rx_ring - Configure a receive ring context |
| 2849 | * @ring: The Rx ring to configure |
| 2850 | * |
| 2851 | * Configure the Rx descriptor ring in the HMC context. |
| 2852 | **/ |
| 2853 | static int i40e_configure_rx_ring(struct i40e_ring *ring) |
| 2854 | { |
| 2855 | struct i40e_vsi *vsi = ring->vsi; |
| 2856 | u32 chain_len = vsi->back->hw.func_caps.rx_buf_chain_len; |
| 2857 | u16 pf_q = vsi->base_queue + ring->queue_index; |
| 2858 | struct i40e_hw *hw = &vsi->back->hw; |
| 2859 | struct i40e_hmc_obj_rxq rx_ctx; |
| 2860 | i40e_status err = 0; |
| 2861 | |
| 2862 | ring->state = 0; |
| 2863 | |
| 2864 | /* clear the context structure first */ |
| 2865 | memset(&rx_ctx, 0, sizeof(rx_ctx)); |
| 2866 | |
| 2867 | ring->rx_buf_len = vsi->rx_buf_len; |
| 2868 | ring->rx_hdr_len = vsi->rx_hdr_len; |
| 2869 | |
| 2870 | rx_ctx.dbuff = ring->rx_buf_len >> I40E_RXQ_CTX_DBUFF_SHIFT; |
| 2871 | rx_ctx.hbuff = ring->rx_hdr_len >> I40E_RXQ_CTX_HBUFF_SHIFT; |
| 2872 | |
| 2873 | rx_ctx.base = (ring->dma / 128); |
| 2874 | rx_ctx.qlen = ring->count; |
| 2875 | |
| 2876 | if (vsi->back->flags & I40E_FLAG_16BYTE_RX_DESC_ENABLED) { |
| 2877 | set_ring_16byte_desc_enabled(ring); |
| 2878 | rx_ctx.dsize = 0; |
| 2879 | } else { |
| 2880 | rx_ctx.dsize = 1; |
| 2881 | } |
| 2882 | |
| 2883 | rx_ctx.dtype = vsi->dtype; |
| 2884 | if (vsi->dtype) { |
| 2885 | set_ring_ps_enabled(ring); |
| 2886 | rx_ctx.hsplit_0 = I40E_RX_SPLIT_L2 | |
| 2887 | I40E_RX_SPLIT_IP | |
| 2888 | I40E_RX_SPLIT_TCP_UDP | |
| 2889 | I40E_RX_SPLIT_SCTP; |
| 2890 | } else { |
| 2891 | rx_ctx.hsplit_0 = 0; |
| 2892 | } |
| 2893 | |
| 2894 | rx_ctx.rxmax = min_t(u16, vsi->max_frame, |
| 2895 | (chain_len * ring->rx_buf_len)); |
Jesse Brandeburg | 7134f9c | 2013-11-26 08:56:05 +0000 | [diff] [blame] | 2896 | if (hw->revision_id == 0) |
| 2897 | rx_ctx.lrxqthresh = 0; |
| 2898 | else |
| 2899 | rx_ctx.lrxqthresh = 2; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2900 | rx_ctx.crcstrip = 1; |
| 2901 | rx_ctx.l2tsel = 1; |
Jesse Brandeburg | c4bbac3 | 2015-09-28 11:21:48 -0700 | [diff] [blame] | 2902 | /* this controls whether VLAN is stripped from inner headers */ |
| 2903 | rx_ctx.showiv = 0; |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2904 | #ifdef I40E_FCOE |
| 2905 | rx_ctx.fc_ena = (vsi->type == I40E_VSI_FCOE); |
| 2906 | #endif |
Catherine Sullivan | acb3676 | 2014-03-06 09:02:30 +0000 | [diff] [blame] | 2907 | /* set the prefena field to 1 because the manual says to */ |
| 2908 | rx_ctx.prefena = 1; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2909 | |
| 2910 | /* clear the context in the HMC */ |
| 2911 | err = i40e_clear_lan_rx_queue_context(hw, pf_q); |
| 2912 | if (err) { |
| 2913 | dev_info(&vsi->back->pdev->dev, |
| 2914 | "Failed to clear LAN Rx queue context on Rx ring %d (pf_q %d), error: %d\n", |
| 2915 | ring->queue_index, pf_q, err); |
| 2916 | return -ENOMEM; |
| 2917 | } |
| 2918 | |
| 2919 | /* set the context in the HMC */ |
| 2920 | err = i40e_set_lan_rx_queue_context(hw, pf_q, &rx_ctx); |
| 2921 | if (err) { |
| 2922 | dev_info(&vsi->back->pdev->dev, |
| 2923 | "Failed to set LAN Rx queue context on Rx ring %d (pf_q %d), error: %d\n", |
| 2924 | ring->queue_index, pf_q, err); |
| 2925 | return -ENOMEM; |
| 2926 | } |
| 2927 | |
| 2928 | /* cache tail for quicker writes, and clear the reg before use */ |
| 2929 | ring->tail = hw->hw_addr + I40E_QRX_TAIL(pf_q); |
| 2930 | writel(0, ring->tail); |
| 2931 | |
Mitch Williams | a132af2 | 2015-01-24 09:58:35 +0000 | [diff] [blame] | 2932 | if (ring_is_ps_enabled(ring)) { |
| 2933 | i40e_alloc_rx_headers(ring); |
| 2934 | i40e_alloc_rx_buffers_ps(ring, I40E_DESC_UNUSED(ring)); |
| 2935 | } else { |
| 2936 | i40e_alloc_rx_buffers_1buf(ring, I40E_DESC_UNUSED(ring)); |
| 2937 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2938 | |
| 2939 | return 0; |
| 2940 | } |
| 2941 | |
| 2942 | /** |
| 2943 | * i40e_vsi_configure_tx - Configure the VSI for Tx |
| 2944 | * @vsi: VSI structure describing this set of rings and resources |
| 2945 | * |
| 2946 | * Configure the Tx VSI for operation. |
| 2947 | **/ |
| 2948 | static int i40e_vsi_configure_tx(struct i40e_vsi *vsi) |
| 2949 | { |
| 2950 | int err = 0; |
| 2951 | u16 i; |
| 2952 | |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 2953 | for (i = 0; (i < vsi->num_queue_pairs) && !err; i++) |
| 2954 | err = i40e_configure_tx_ring(vsi->tx_rings[i]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 2955 | |
| 2956 | return err; |
| 2957 | } |
| 2958 | |
| 2959 | /** |
| 2960 | * i40e_vsi_configure_rx - Configure the VSI for Rx |
| 2961 | * @vsi: the VSI being configured |
| 2962 | * |
| 2963 | * Configure the Rx VSI for operation. |
| 2964 | **/ |
| 2965 | static int i40e_vsi_configure_rx(struct i40e_vsi *vsi) |
| 2966 | { |
| 2967 | int err = 0; |
| 2968 | u16 i; |
| 2969 | |
| 2970 | if (vsi->netdev && (vsi->netdev->mtu > ETH_DATA_LEN)) |
| 2971 | vsi->max_frame = vsi->netdev->mtu + ETH_HLEN |
| 2972 | + ETH_FCS_LEN + VLAN_HLEN; |
| 2973 | else |
| 2974 | vsi->max_frame = I40E_RXBUFFER_2048; |
| 2975 | |
| 2976 | /* figure out correct receive buffer length */ |
| 2977 | switch (vsi->back->flags & (I40E_FLAG_RX_1BUF_ENABLED | |
| 2978 | I40E_FLAG_RX_PS_ENABLED)) { |
| 2979 | case I40E_FLAG_RX_1BUF_ENABLED: |
| 2980 | vsi->rx_hdr_len = 0; |
| 2981 | vsi->rx_buf_len = vsi->max_frame; |
| 2982 | vsi->dtype = I40E_RX_DTYPE_NO_SPLIT; |
| 2983 | break; |
| 2984 | case I40E_FLAG_RX_PS_ENABLED: |
| 2985 | vsi->rx_hdr_len = I40E_RX_HDR_SIZE; |
| 2986 | vsi->rx_buf_len = I40E_RXBUFFER_2048; |
| 2987 | vsi->dtype = I40E_RX_DTYPE_HEADER_SPLIT; |
| 2988 | break; |
| 2989 | default: |
| 2990 | vsi->rx_hdr_len = I40E_RX_HDR_SIZE; |
| 2991 | vsi->rx_buf_len = I40E_RXBUFFER_2048; |
| 2992 | vsi->dtype = I40E_RX_DTYPE_SPLIT_ALWAYS; |
| 2993 | break; |
| 2994 | } |
| 2995 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 2996 | #ifdef I40E_FCOE |
| 2997 | /* setup rx buffer for FCoE */ |
| 2998 | if ((vsi->type == I40E_VSI_FCOE) && |
| 2999 | (vsi->back->flags & I40E_FLAG_FCOE_ENABLED)) { |
| 3000 | vsi->rx_hdr_len = 0; |
| 3001 | vsi->rx_buf_len = I40E_RXBUFFER_3072; |
| 3002 | vsi->max_frame = I40E_RXBUFFER_3072; |
| 3003 | vsi->dtype = I40E_RX_DTYPE_NO_SPLIT; |
| 3004 | } |
| 3005 | |
| 3006 | #endif /* I40E_FCOE */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3007 | /* round up for the chip's needs */ |
| 3008 | vsi->rx_hdr_len = ALIGN(vsi->rx_hdr_len, |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 3009 | BIT_ULL(I40E_RXQ_CTX_HBUFF_SHIFT)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3010 | vsi->rx_buf_len = ALIGN(vsi->rx_buf_len, |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 3011 | BIT_ULL(I40E_RXQ_CTX_DBUFF_SHIFT)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3012 | |
| 3013 | /* set up individual rings */ |
| 3014 | for (i = 0; i < vsi->num_queue_pairs && !err; i++) |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 3015 | err = i40e_configure_rx_ring(vsi->rx_rings[i]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3016 | |
| 3017 | return err; |
| 3018 | } |
| 3019 | |
| 3020 | /** |
| 3021 | * i40e_vsi_config_dcb_rings - Update rings to reflect DCB TC |
| 3022 | * @vsi: ptr to the VSI |
| 3023 | **/ |
| 3024 | static void i40e_vsi_config_dcb_rings(struct i40e_vsi *vsi) |
| 3025 | { |
Akeem G Abodunrin | e7046ee | 2014-04-09 05:58:58 +0000 | [diff] [blame] | 3026 | struct i40e_ring *tx_ring, *rx_ring; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3027 | u16 qoffset, qcount; |
| 3028 | int i, n; |
| 3029 | |
Parikh, Neerav | cd238a3 | 2015-02-21 06:43:37 +0000 | [diff] [blame] | 3030 | if (!(vsi->back->flags & I40E_FLAG_DCB_ENABLED)) { |
| 3031 | /* Reset the TC information */ |
| 3032 | for (i = 0; i < vsi->num_queue_pairs; i++) { |
| 3033 | rx_ring = vsi->rx_rings[i]; |
| 3034 | tx_ring = vsi->tx_rings[i]; |
| 3035 | rx_ring->dcb_tc = 0; |
| 3036 | tx_ring->dcb_tc = 0; |
| 3037 | } |
| 3038 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3039 | |
| 3040 | for (n = 0; n < I40E_MAX_TRAFFIC_CLASS; n++) { |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 3041 | if (!(vsi->tc_config.enabled_tc & BIT_ULL(n))) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3042 | continue; |
| 3043 | |
| 3044 | qoffset = vsi->tc_config.tc_info[n].qoffset; |
| 3045 | qcount = vsi->tc_config.tc_info[n].qcount; |
| 3046 | for (i = qoffset; i < (qoffset + qcount); i++) { |
Akeem G Abodunrin | e7046ee | 2014-04-09 05:58:58 +0000 | [diff] [blame] | 3047 | rx_ring = vsi->rx_rings[i]; |
| 3048 | tx_ring = vsi->tx_rings[i]; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3049 | rx_ring->dcb_tc = n; |
| 3050 | tx_ring->dcb_tc = n; |
| 3051 | } |
| 3052 | } |
| 3053 | } |
| 3054 | |
| 3055 | /** |
| 3056 | * i40e_set_vsi_rx_mode - Call set_rx_mode on a VSI |
| 3057 | * @vsi: ptr to the VSI |
| 3058 | **/ |
| 3059 | static void i40e_set_vsi_rx_mode(struct i40e_vsi *vsi) |
| 3060 | { |
| 3061 | if (vsi->netdev) |
| 3062 | i40e_set_rx_mode(vsi->netdev); |
| 3063 | } |
| 3064 | |
| 3065 | /** |
Joseph Gasparakis | 17a73f6 | 2014-02-12 01:45:30 +0000 | [diff] [blame] | 3066 | * i40e_fdir_filter_restore - Restore the Sideband Flow Director filters |
| 3067 | * @vsi: Pointer to the targeted VSI |
| 3068 | * |
| 3069 | * This function replays the hlist on the hw where all the SB Flow Director |
| 3070 | * filters were saved. |
| 3071 | **/ |
| 3072 | static void i40e_fdir_filter_restore(struct i40e_vsi *vsi) |
| 3073 | { |
| 3074 | struct i40e_fdir_filter *filter; |
| 3075 | struct i40e_pf *pf = vsi->back; |
| 3076 | struct hlist_node *node; |
| 3077 | |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 3078 | if (!(pf->flags & I40E_FLAG_FD_SB_ENABLED)) |
| 3079 | return; |
| 3080 | |
Joseph Gasparakis | 17a73f6 | 2014-02-12 01:45:30 +0000 | [diff] [blame] | 3081 | hlist_for_each_entry_safe(filter, node, |
| 3082 | &pf->fdir_filter_list, fdir_node) { |
| 3083 | i40e_add_del_fdir(vsi, filter, true); |
| 3084 | } |
| 3085 | } |
| 3086 | |
| 3087 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3088 | * i40e_vsi_configure - Set up the VSI for action |
| 3089 | * @vsi: the VSI being configured |
| 3090 | **/ |
| 3091 | static int i40e_vsi_configure(struct i40e_vsi *vsi) |
| 3092 | { |
| 3093 | int err; |
| 3094 | |
| 3095 | i40e_set_vsi_rx_mode(vsi); |
| 3096 | i40e_restore_vlan(vsi); |
| 3097 | i40e_vsi_config_dcb_rings(vsi); |
| 3098 | err = i40e_vsi_configure_tx(vsi); |
| 3099 | if (!err) |
| 3100 | err = i40e_vsi_configure_rx(vsi); |
| 3101 | |
| 3102 | return err; |
| 3103 | } |
| 3104 | |
| 3105 | /** |
| 3106 | * i40e_vsi_configure_msix - MSIX mode Interrupt Config in the HW |
| 3107 | * @vsi: the VSI being configured |
| 3108 | **/ |
| 3109 | static void i40e_vsi_configure_msix(struct i40e_vsi *vsi) |
| 3110 | { |
| 3111 | struct i40e_pf *pf = vsi->back; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3112 | struct i40e_hw *hw = &pf->hw; |
| 3113 | u16 vector; |
| 3114 | int i, q; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3115 | u32 qp; |
| 3116 | |
| 3117 | /* The interrupt indexing is offset by 1 in the PFINT_ITRn |
| 3118 | * and PFINT_LNKLSTn registers, e.g.: |
| 3119 | * PFINT_ITRn[0..n-1] gets msix-1..msix-n (qpair interrupts) |
| 3120 | */ |
| 3121 | qp = vsi->base_queue; |
| 3122 | vector = vsi->base_vector; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 3123 | for (i = 0; i < vsi->num_q_vectors; i++, vector++) { |
Jesse Brandeburg | ac26fc1 | 2015-09-28 14:12:37 -0400 | [diff] [blame] | 3124 | struct i40e_q_vector *q_vector = vsi->q_vectors[i]; |
| 3125 | |
Jesse Brandeburg | ee2319c | 2015-09-28 14:16:54 -0400 | [diff] [blame] | 3126 | q_vector->itr_countdown = ITR_COUNTDOWN_START; |
Kan Liang | a75e800 | 2016-02-19 09:24:04 -0500 | [diff] [blame^] | 3127 | q_vector->rx.itr = ITR_TO_REG(vsi->rx_rings[i]->rx_itr_setting); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3128 | q_vector->rx.latency_range = I40E_LOW_LATENCY; |
| 3129 | wr32(hw, I40E_PFINT_ITRN(I40E_RX_ITR, vector - 1), |
| 3130 | q_vector->rx.itr); |
Kan Liang | a75e800 | 2016-02-19 09:24:04 -0500 | [diff] [blame^] | 3131 | q_vector->tx.itr = ITR_TO_REG(vsi->tx_rings[i]->tx_itr_setting); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3132 | q_vector->tx.latency_range = I40E_LOW_LATENCY; |
| 3133 | wr32(hw, I40E_PFINT_ITRN(I40E_TX_ITR, vector - 1), |
| 3134 | q_vector->tx.itr); |
Jesse Brandeburg | ac26fc1 | 2015-09-28 14:12:37 -0400 | [diff] [blame] | 3135 | wr32(hw, I40E_PFINT_RATEN(vector - 1), |
| 3136 | INTRL_USEC_TO_REG(vsi->int_rate_limit)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3137 | |
| 3138 | /* Linked list for the queuepairs assigned to this vector */ |
| 3139 | wr32(hw, I40E_PFINT_LNKLSTN(vector - 1), qp); |
| 3140 | for (q = 0; q < q_vector->num_ringpairs; q++) { |
Jesse Brandeburg | ac26fc1 | 2015-09-28 14:12:37 -0400 | [diff] [blame] | 3141 | u32 val; |
| 3142 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3143 | val = I40E_QINT_RQCTL_CAUSE_ENA_MASK | |
| 3144 | (I40E_RX_ITR << I40E_QINT_RQCTL_ITR_INDX_SHIFT) | |
| 3145 | (vector << I40E_QINT_RQCTL_MSIX_INDX_SHIFT) | |
| 3146 | (qp << I40E_QINT_RQCTL_NEXTQ_INDX_SHIFT)| |
| 3147 | (I40E_QUEUE_TYPE_TX |
| 3148 | << I40E_QINT_RQCTL_NEXTQ_TYPE_SHIFT); |
| 3149 | |
| 3150 | wr32(hw, I40E_QINT_RQCTL(qp), val); |
| 3151 | |
| 3152 | val = I40E_QINT_TQCTL_CAUSE_ENA_MASK | |
| 3153 | (I40E_TX_ITR << I40E_QINT_TQCTL_ITR_INDX_SHIFT) | |
| 3154 | (vector << I40E_QINT_TQCTL_MSIX_INDX_SHIFT) | |
| 3155 | ((qp+1) << I40E_QINT_TQCTL_NEXTQ_INDX_SHIFT)| |
| 3156 | (I40E_QUEUE_TYPE_RX |
| 3157 | << I40E_QINT_TQCTL_NEXTQ_TYPE_SHIFT); |
| 3158 | |
| 3159 | /* Terminate the linked list */ |
| 3160 | if (q == (q_vector->num_ringpairs - 1)) |
| 3161 | val |= (I40E_QUEUE_END_OF_LIST |
| 3162 | << I40E_QINT_TQCTL_NEXTQ_INDX_SHIFT); |
| 3163 | |
| 3164 | wr32(hw, I40E_QINT_TQCTL(qp), val); |
| 3165 | qp++; |
| 3166 | } |
| 3167 | } |
| 3168 | |
| 3169 | i40e_flush(hw); |
| 3170 | } |
| 3171 | |
| 3172 | /** |
| 3173 | * i40e_enable_misc_int_causes - enable the non-queue interrupts |
| 3174 | * @hw: ptr to the hardware info |
| 3175 | **/ |
Jacob Keller | ab437b5 | 2014-12-14 01:55:08 +0000 | [diff] [blame] | 3176 | static void i40e_enable_misc_int_causes(struct i40e_pf *pf) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3177 | { |
Jacob Keller | ab437b5 | 2014-12-14 01:55:08 +0000 | [diff] [blame] | 3178 | struct i40e_hw *hw = &pf->hw; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3179 | u32 val; |
| 3180 | |
| 3181 | /* clear things first */ |
| 3182 | wr32(hw, I40E_PFINT_ICR0_ENA, 0); /* disable all */ |
| 3183 | rd32(hw, I40E_PFINT_ICR0); /* read to clear */ |
| 3184 | |
| 3185 | val = I40E_PFINT_ICR0_ENA_ECC_ERR_MASK | |
| 3186 | I40E_PFINT_ICR0_ENA_MAL_DETECT_MASK | |
| 3187 | I40E_PFINT_ICR0_ENA_GRST_MASK | |
| 3188 | I40E_PFINT_ICR0_ENA_PCI_EXCEPTION_MASK | |
| 3189 | I40E_PFINT_ICR0_ENA_GPIO_MASK | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3190 | I40E_PFINT_ICR0_ENA_HMC_ERR_MASK | |
| 3191 | I40E_PFINT_ICR0_ENA_VFLR_MASK | |
| 3192 | I40E_PFINT_ICR0_ENA_ADMINQ_MASK; |
| 3193 | |
Anjali Singhai Jain | 0d8e143 | 2015-06-05 12:20:32 -0400 | [diff] [blame] | 3194 | if (pf->flags & I40E_FLAG_IWARP_ENABLED) |
| 3195 | val |= I40E_PFINT_ICR0_ENA_PE_CRITERR_MASK; |
| 3196 | |
Jacob Keller | ab437b5 | 2014-12-14 01:55:08 +0000 | [diff] [blame] | 3197 | if (pf->flags & I40E_FLAG_PTP) |
| 3198 | val |= I40E_PFINT_ICR0_ENA_TIMESYNC_MASK; |
| 3199 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3200 | wr32(hw, I40E_PFINT_ICR0_ENA, val); |
| 3201 | |
| 3202 | /* SW_ITR_IDX = 0, but don't change INTENA */ |
Anjali Singhai Jain | 84ed40e | 2013-11-26 10:49:32 +0000 | [diff] [blame] | 3203 | wr32(hw, I40E_PFINT_DYN_CTL0, I40E_PFINT_DYN_CTL0_SW_ITR_INDX_MASK | |
| 3204 | I40E_PFINT_DYN_CTL0_INTENA_MSK_MASK); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3205 | |
| 3206 | /* OTHER_ITR_IDX = 0 */ |
| 3207 | wr32(hw, I40E_PFINT_STAT_CTL0, 0); |
| 3208 | } |
| 3209 | |
| 3210 | /** |
| 3211 | * i40e_configure_msi_and_legacy - Legacy mode interrupt config in the HW |
| 3212 | * @vsi: the VSI being configured |
| 3213 | **/ |
| 3214 | static void i40e_configure_msi_and_legacy(struct i40e_vsi *vsi) |
| 3215 | { |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 3216 | struct i40e_q_vector *q_vector = vsi->q_vectors[0]; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3217 | struct i40e_pf *pf = vsi->back; |
| 3218 | struct i40e_hw *hw = &pf->hw; |
| 3219 | u32 val; |
| 3220 | |
| 3221 | /* set the ITR configuration */ |
Jesse Brandeburg | ee2319c | 2015-09-28 14:16:54 -0400 | [diff] [blame] | 3222 | q_vector->itr_countdown = ITR_COUNTDOWN_START; |
Kan Liang | a75e800 | 2016-02-19 09:24:04 -0500 | [diff] [blame^] | 3223 | q_vector->rx.itr = ITR_TO_REG(vsi->rx_rings[0]->rx_itr_setting); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3224 | q_vector->rx.latency_range = I40E_LOW_LATENCY; |
| 3225 | wr32(hw, I40E_PFINT_ITR0(I40E_RX_ITR), q_vector->rx.itr); |
Kan Liang | a75e800 | 2016-02-19 09:24:04 -0500 | [diff] [blame^] | 3226 | q_vector->tx.itr = ITR_TO_REG(vsi->tx_rings[0]->tx_itr_setting); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3227 | q_vector->tx.latency_range = I40E_LOW_LATENCY; |
| 3228 | wr32(hw, I40E_PFINT_ITR0(I40E_TX_ITR), q_vector->tx.itr); |
| 3229 | |
Jacob Keller | ab437b5 | 2014-12-14 01:55:08 +0000 | [diff] [blame] | 3230 | i40e_enable_misc_int_causes(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3231 | |
| 3232 | /* FIRSTQ_INDX = 0, FIRSTQ_TYPE = 0 (rx) */ |
| 3233 | wr32(hw, I40E_PFINT_LNKLST0, 0); |
| 3234 | |
Jesse Brandeburg | f29eaa3 | 2014-02-11 08:24:12 +0000 | [diff] [blame] | 3235 | /* Associate the queue pair to the vector and enable the queue int */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3236 | val = I40E_QINT_RQCTL_CAUSE_ENA_MASK | |
| 3237 | (I40E_RX_ITR << I40E_QINT_RQCTL_ITR_INDX_SHIFT) | |
| 3238 | (I40E_QUEUE_TYPE_TX << I40E_QINT_TQCTL_NEXTQ_TYPE_SHIFT); |
| 3239 | |
| 3240 | wr32(hw, I40E_QINT_RQCTL(0), val); |
| 3241 | |
| 3242 | val = I40E_QINT_TQCTL_CAUSE_ENA_MASK | |
| 3243 | (I40E_TX_ITR << I40E_QINT_TQCTL_ITR_INDX_SHIFT) | |
| 3244 | (I40E_QUEUE_END_OF_LIST << I40E_QINT_TQCTL_NEXTQ_INDX_SHIFT); |
| 3245 | |
| 3246 | wr32(hw, I40E_QINT_TQCTL(0), val); |
| 3247 | i40e_flush(hw); |
| 3248 | } |
| 3249 | |
| 3250 | /** |
Mitch Williams | 2ef28cf | 2013-11-28 06:39:32 +0000 | [diff] [blame] | 3251 | * i40e_irq_dynamic_disable_icr0 - Disable default interrupt generation for icr0 |
| 3252 | * @pf: board private structure |
| 3253 | **/ |
| 3254 | void i40e_irq_dynamic_disable_icr0(struct i40e_pf *pf) |
| 3255 | { |
| 3256 | struct i40e_hw *hw = &pf->hw; |
| 3257 | |
| 3258 | wr32(hw, I40E_PFINT_DYN_CTL0, |
| 3259 | I40E_ITR_NONE << I40E_PFINT_DYN_CTLN_ITR_INDX_SHIFT); |
| 3260 | i40e_flush(hw); |
| 3261 | } |
| 3262 | |
| 3263 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3264 | * i40e_irq_dynamic_enable_icr0 - Enable default interrupt generation for icr0 |
| 3265 | * @pf: board private structure |
Jesse Brandeburg | 40d72a5 | 2016-01-13 16:51:45 -0800 | [diff] [blame] | 3266 | * @clearpba: true when all pending interrupt events should be cleared |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3267 | **/ |
Jesse Brandeburg | 40d72a5 | 2016-01-13 16:51:45 -0800 | [diff] [blame] | 3268 | void i40e_irq_dynamic_enable_icr0(struct i40e_pf *pf, bool clearpba) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3269 | { |
| 3270 | struct i40e_hw *hw = &pf->hw; |
| 3271 | u32 val; |
| 3272 | |
| 3273 | val = I40E_PFINT_DYN_CTL0_INTENA_MASK | |
Jesse Brandeburg | 40d72a5 | 2016-01-13 16:51:45 -0800 | [diff] [blame] | 3274 | (clearpba ? I40E_PFINT_DYN_CTL0_CLEARPBA_MASK : 0) | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3275 | (I40E_ITR_NONE << I40E_PFINT_DYN_CTL0_ITR_INDX_SHIFT); |
| 3276 | |
| 3277 | wr32(hw, I40E_PFINT_DYN_CTL0, val); |
| 3278 | i40e_flush(hw); |
| 3279 | } |
| 3280 | |
| 3281 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3282 | * i40e_msix_clean_rings - MSIX mode Interrupt Handler |
| 3283 | * @irq: interrupt number |
| 3284 | * @data: pointer to a q_vector |
| 3285 | **/ |
| 3286 | static irqreturn_t i40e_msix_clean_rings(int irq, void *data) |
| 3287 | { |
| 3288 | struct i40e_q_vector *q_vector = data; |
| 3289 | |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3290 | if (!q_vector->tx.ring && !q_vector->rx.ring) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3291 | return IRQ_HANDLED; |
| 3292 | |
Alexander Duyck | 5d3465a | 2015-09-29 15:19:50 -0700 | [diff] [blame] | 3293 | napi_schedule_irqoff(&q_vector->napi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3294 | |
| 3295 | return IRQ_HANDLED; |
| 3296 | } |
| 3297 | |
| 3298 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3299 | * i40e_vsi_request_irq_msix - Initialize MSI-X interrupts |
| 3300 | * @vsi: the VSI being configured |
| 3301 | * @basename: name for the vector |
| 3302 | * |
| 3303 | * Allocates MSI-X vectors and requests interrupts from the kernel. |
| 3304 | **/ |
| 3305 | static int i40e_vsi_request_irq_msix(struct i40e_vsi *vsi, char *basename) |
| 3306 | { |
| 3307 | int q_vectors = vsi->num_q_vectors; |
| 3308 | struct i40e_pf *pf = vsi->back; |
| 3309 | int base = vsi->base_vector; |
| 3310 | int rx_int_idx = 0; |
| 3311 | int tx_int_idx = 0; |
| 3312 | int vector, err; |
| 3313 | |
| 3314 | for (vector = 0; vector < q_vectors; vector++) { |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 3315 | struct i40e_q_vector *q_vector = vsi->q_vectors[vector]; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3316 | |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3317 | if (q_vector->tx.ring && q_vector->rx.ring) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3318 | snprintf(q_vector->name, sizeof(q_vector->name) - 1, |
| 3319 | "%s-%s-%d", basename, "TxRx", rx_int_idx++); |
| 3320 | tx_int_idx++; |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3321 | } else if (q_vector->rx.ring) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3322 | snprintf(q_vector->name, sizeof(q_vector->name) - 1, |
| 3323 | "%s-%s-%d", basename, "rx", rx_int_idx++); |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3324 | } else if (q_vector->tx.ring) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3325 | snprintf(q_vector->name, sizeof(q_vector->name) - 1, |
| 3326 | "%s-%s-%d", basename, "tx", tx_int_idx++); |
| 3327 | } else { |
| 3328 | /* skip this unused q_vector */ |
| 3329 | continue; |
| 3330 | } |
| 3331 | err = request_irq(pf->msix_entries[base + vector].vector, |
| 3332 | vsi->irq_handler, |
| 3333 | 0, |
| 3334 | q_vector->name, |
| 3335 | q_vector); |
| 3336 | if (err) { |
| 3337 | dev_info(&pf->pdev->dev, |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 3338 | "MSIX request_irq failed, error: %d\n", err); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3339 | goto free_queue_irqs; |
| 3340 | } |
| 3341 | /* assign the mask for this irq */ |
| 3342 | irq_set_affinity_hint(pf->msix_entries[base + vector].vector, |
| 3343 | &q_vector->affinity_mask); |
| 3344 | } |
| 3345 | |
Shannon Nelson | 6374184 | 2014-04-23 04:50:16 +0000 | [diff] [blame] | 3346 | vsi->irqs_ready = true; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3347 | return 0; |
| 3348 | |
| 3349 | free_queue_irqs: |
| 3350 | while (vector) { |
| 3351 | vector--; |
| 3352 | irq_set_affinity_hint(pf->msix_entries[base + vector].vector, |
| 3353 | NULL); |
| 3354 | free_irq(pf->msix_entries[base + vector].vector, |
| 3355 | &(vsi->q_vectors[vector])); |
| 3356 | } |
| 3357 | return err; |
| 3358 | } |
| 3359 | |
| 3360 | /** |
| 3361 | * i40e_vsi_disable_irq - Mask off queue interrupt generation on the VSI |
| 3362 | * @vsi: the VSI being un-configured |
| 3363 | **/ |
| 3364 | static void i40e_vsi_disable_irq(struct i40e_vsi *vsi) |
| 3365 | { |
| 3366 | struct i40e_pf *pf = vsi->back; |
| 3367 | struct i40e_hw *hw = &pf->hw; |
| 3368 | int base = vsi->base_vector; |
| 3369 | int i; |
| 3370 | |
| 3371 | for (i = 0; i < vsi->num_queue_pairs; i++) { |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 3372 | wr32(hw, I40E_QINT_TQCTL(vsi->tx_rings[i]->reg_idx), 0); |
| 3373 | wr32(hw, I40E_QINT_RQCTL(vsi->rx_rings[i]->reg_idx), 0); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3374 | } |
| 3375 | |
| 3376 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) { |
| 3377 | for (i = vsi->base_vector; |
| 3378 | i < (vsi->num_q_vectors + vsi->base_vector); i++) |
| 3379 | wr32(hw, I40E_PFINT_DYN_CTLN(i - 1), 0); |
| 3380 | |
| 3381 | i40e_flush(hw); |
| 3382 | for (i = 0; i < vsi->num_q_vectors; i++) |
| 3383 | synchronize_irq(pf->msix_entries[i + base].vector); |
| 3384 | } else { |
| 3385 | /* Legacy and MSI mode - this stops all interrupt handling */ |
| 3386 | wr32(hw, I40E_PFINT_ICR0_ENA, 0); |
| 3387 | wr32(hw, I40E_PFINT_DYN_CTL0, 0); |
| 3388 | i40e_flush(hw); |
| 3389 | synchronize_irq(pf->pdev->irq); |
| 3390 | } |
| 3391 | } |
| 3392 | |
| 3393 | /** |
| 3394 | * i40e_vsi_enable_irq - Enable IRQ for the given VSI |
| 3395 | * @vsi: the VSI being configured |
| 3396 | **/ |
| 3397 | static int i40e_vsi_enable_irq(struct i40e_vsi *vsi) |
| 3398 | { |
| 3399 | struct i40e_pf *pf = vsi->back; |
| 3400 | int i; |
| 3401 | |
| 3402 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) { |
Jesse Brandeburg | 7845548 | 2015-07-23 16:54:41 -0400 | [diff] [blame] | 3403 | for (i = 0; i < vsi->num_q_vectors; i++) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3404 | i40e_irq_dynamic_enable(vsi, i); |
| 3405 | } else { |
Jesse Brandeburg | 40d72a5 | 2016-01-13 16:51:45 -0800 | [diff] [blame] | 3406 | i40e_irq_dynamic_enable_icr0(pf, true); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3407 | } |
| 3408 | |
Jesse Brandeburg | 1022cb6 | 2013-09-28 07:13:08 +0000 | [diff] [blame] | 3409 | i40e_flush(&pf->hw); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3410 | return 0; |
| 3411 | } |
| 3412 | |
| 3413 | /** |
| 3414 | * i40e_stop_misc_vector - Stop the vector that handles non-queue events |
| 3415 | * @pf: board private structure |
| 3416 | **/ |
| 3417 | static void i40e_stop_misc_vector(struct i40e_pf *pf) |
| 3418 | { |
| 3419 | /* Disable ICR 0 */ |
| 3420 | wr32(&pf->hw, I40E_PFINT_ICR0_ENA, 0); |
| 3421 | i40e_flush(&pf->hw); |
| 3422 | } |
| 3423 | |
| 3424 | /** |
| 3425 | * i40e_intr - MSI/Legacy and non-queue interrupt handler |
| 3426 | * @irq: interrupt number |
| 3427 | * @data: pointer to a q_vector |
| 3428 | * |
| 3429 | * This is the handler used for all MSI/Legacy interrupts, and deals |
| 3430 | * with both queue and non-queue interrupts. This is also used in |
| 3431 | * MSIX mode to handle the non-queue interrupts. |
| 3432 | **/ |
| 3433 | static irqreturn_t i40e_intr(int irq, void *data) |
| 3434 | { |
| 3435 | struct i40e_pf *pf = (struct i40e_pf *)data; |
| 3436 | struct i40e_hw *hw = &pf->hw; |
Anjali Singhai Jain | 5e823066 | 2013-12-18 13:45:49 +0000 | [diff] [blame] | 3437 | irqreturn_t ret = IRQ_NONE; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3438 | u32 icr0, icr0_remaining; |
| 3439 | u32 val, ena_mask; |
| 3440 | |
| 3441 | icr0 = rd32(hw, I40E_PFINT_ICR0); |
Anjali Singhai Jain | 5e823066 | 2013-12-18 13:45:49 +0000 | [diff] [blame] | 3442 | ena_mask = rd32(hw, I40E_PFINT_ICR0_ENA); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3443 | |
Shannon Nelson | 116a57d | 2013-09-28 07:13:59 +0000 | [diff] [blame] | 3444 | /* if sharing a legacy IRQ, we might get called w/o an intr pending */ |
| 3445 | if ((icr0 & I40E_PFINT_ICR0_INTEVENT_MASK) == 0) |
Anjali Singhai Jain | 5e823066 | 2013-12-18 13:45:49 +0000 | [diff] [blame] | 3446 | goto enable_intr; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3447 | |
Shannon Nelson | cd92e72 | 2013-11-16 10:00:44 +0000 | [diff] [blame] | 3448 | /* if interrupt but no bits showing, must be SWINT */ |
| 3449 | if (((icr0 & ~I40E_PFINT_ICR0_INTEVENT_MASK) == 0) || |
| 3450 | (icr0 & I40E_PFINT_ICR0_SWINT_MASK)) |
| 3451 | pf->sw_int_count++; |
| 3452 | |
Anjali Singhai Jain | 0d8e143 | 2015-06-05 12:20:32 -0400 | [diff] [blame] | 3453 | if ((pf->flags & I40E_FLAG_IWARP_ENABLED) && |
| 3454 | (ena_mask & I40E_PFINT_ICR0_ENA_PE_CRITERR_MASK)) { |
| 3455 | ena_mask &= ~I40E_PFINT_ICR0_ENA_PE_CRITERR_MASK; |
| 3456 | icr0 &= ~I40E_PFINT_ICR0_ENA_PE_CRITERR_MASK; |
| 3457 | dev_info(&pf->pdev->dev, "cleared PE_CRITERR\n"); |
| 3458 | } |
| 3459 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3460 | /* only q0 is used in MSI/Legacy mode, and none are used in MSIX */ |
| 3461 | if (icr0 & I40E_PFINT_ICR0_QUEUE_0_MASK) { |
Alexander Duyck | 5d3465a | 2015-09-29 15:19:50 -0700 | [diff] [blame] | 3462 | struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi]; |
| 3463 | struct i40e_q_vector *q_vector = vsi->q_vectors[0]; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3464 | |
Anjali Singhai Jain | a16ae2d | 2016-01-15 14:33:16 -0800 | [diff] [blame] | 3465 | /* We do not have a way to disarm Queue causes while leaving |
| 3466 | * interrupt enabled for all other causes, ideally |
| 3467 | * interrupt should be disabled while we are in NAPI but |
| 3468 | * this is not a performance path and napi_schedule() |
| 3469 | * can deal with rescheduling. |
| 3470 | */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3471 | if (!test_bit(__I40E_DOWN, &pf->state)) |
Alexander Duyck | 5d3465a | 2015-09-29 15:19:50 -0700 | [diff] [blame] | 3472 | napi_schedule_irqoff(&q_vector->napi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3473 | } |
| 3474 | |
| 3475 | if (icr0 & I40E_PFINT_ICR0_ADMINQ_MASK) { |
| 3476 | ena_mask &= ~I40E_PFINT_ICR0_ENA_ADMINQ_MASK; |
| 3477 | set_bit(__I40E_ADMINQ_EVENT_PENDING, &pf->state); |
Shannon Nelson | 6e93d0c | 2016-01-15 14:33:18 -0800 | [diff] [blame] | 3478 | i40e_debug(&pf->hw, I40E_DEBUG_NVM, "AdminQ event\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3479 | } |
| 3480 | |
| 3481 | if (icr0 & I40E_PFINT_ICR0_MAL_DETECT_MASK) { |
| 3482 | ena_mask &= ~I40E_PFINT_ICR0_ENA_MAL_DETECT_MASK; |
| 3483 | set_bit(__I40E_MDD_EVENT_PENDING, &pf->state); |
| 3484 | } |
| 3485 | |
| 3486 | if (icr0 & I40E_PFINT_ICR0_VFLR_MASK) { |
| 3487 | ena_mask &= ~I40E_PFINT_ICR0_ENA_VFLR_MASK; |
| 3488 | set_bit(__I40E_VFLR_EVENT_PENDING, &pf->state); |
| 3489 | } |
| 3490 | |
| 3491 | if (icr0 & I40E_PFINT_ICR0_GRST_MASK) { |
| 3492 | if (!test_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state)) |
| 3493 | set_bit(__I40E_RESET_INTR_RECEIVED, &pf->state); |
| 3494 | ena_mask &= ~I40E_PFINT_ICR0_ENA_GRST_MASK; |
| 3495 | val = rd32(hw, I40E_GLGEN_RSTAT); |
| 3496 | val = (val & I40E_GLGEN_RSTAT_RESET_TYPE_MASK) |
| 3497 | >> I40E_GLGEN_RSTAT_RESET_TYPE_SHIFT; |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 3498 | if (val == I40E_RESET_CORER) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3499 | pf->corer_count++; |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 3500 | } else if (val == I40E_RESET_GLOBR) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3501 | pf->globr_count++; |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 3502 | } else if (val == I40E_RESET_EMPR) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3503 | pf->empr_count++; |
Anjali Singhai Jain | 9df42d1 | 2015-01-24 09:58:40 +0000 | [diff] [blame] | 3504 | set_bit(__I40E_EMP_RESET_INTR_RECEIVED, &pf->state); |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 3505 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3506 | } |
| 3507 | |
Anjali Singhai Jain | 9c010ee | 2013-11-28 06:39:20 +0000 | [diff] [blame] | 3508 | if (icr0 & I40E_PFINT_ICR0_HMC_ERR_MASK) { |
| 3509 | icr0 &= ~I40E_PFINT_ICR0_HMC_ERR_MASK; |
| 3510 | dev_info(&pf->pdev->dev, "HMC error interrupt\n"); |
Anjali Singhai Jain | 25fc0e6 | 2015-03-31 00:45:01 -0700 | [diff] [blame] | 3511 | dev_info(&pf->pdev->dev, "HMC error info 0x%x, HMC error data 0x%x\n", |
| 3512 | rd32(hw, I40E_PFHMC_ERRORINFO), |
| 3513 | rd32(hw, I40E_PFHMC_ERRORDATA)); |
Anjali Singhai Jain | 9c010ee | 2013-11-28 06:39:20 +0000 | [diff] [blame] | 3514 | } |
| 3515 | |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 3516 | if (icr0 & I40E_PFINT_ICR0_TIMESYNC_MASK) { |
| 3517 | u32 prttsyn_stat = rd32(hw, I40E_PRTTSYN_STAT_0); |
| 3518 | |
| 3519 | if (prttsyn_stat & I40E_PRTTSYN_STAT_0_TXTIME_MASK) { |
Jacob Keller | cafa1fc | 2014-04-24 18:05:03 -0700 | [diff] [blame] | 3520 | icr0 &= ~I40E_PFINT_ICR0_ENA_TIMESYNC_MASK; |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 3521 | i40e_ptp_tx_hwtstamp(pf); |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 3522 | } |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 3523 | } |
| 3524 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3525 | /* If a critical error is pending we have no choice but to reset the |
| 3526 | * device. |
| 3527 | * Report and mask out any remaining unexpected interrupts. |
| 3528 | */ |
| 3529 | icr0_remaining = icr0 & ena_mask; |
| 3530 | if (icr0_remaining) { |
| 3531 | dev_info(&pf->pdev->dev, "unhandled interrupt icr0=0x%08x\n", |
| 3532 | icr0_remaining); |
Anjali Singhai Jain | 9c010ee | 2013-11-28 06:39:20 +0000 | [diff] [blame] | 3533 | if ((icr0_remaining & I40E_PFINT_ICR0_PE_CRITERR_MASK) || |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3534 | (icr0_remaining & I40E_PFINT_ICR0_PCI_EXCEPTION_MASK) || |
Anjali Singhai Jain | c0c2897 | 2014-02-12 01:45:34 +0000 | [diff] [blame] | 3535 | (icr0_remaining & I40E_PFINT_ICR0_ECC_ERR_MASK)) { |
Anjali Singhai Jain | 9c010ee | 2013-11-28 06:39:20 +0000 | [diff] [blame] | 3536 | dev_info(&pf->pdev->dev, "device will be reset\n"); |
| 3537 | set_bit(__I40E_PF_RESET_REQUESTED, &pf->state); |
| 3538 | i40e_service_event_schedule(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3539 | } |
| 3540 | ena_mask &= ~icr0_remaining; |
| 3541 | } |
Anjali Singhai Jain | 5e823066 | 2013-12-18 13:45:49 +0000 | [diff] [blame] | 3542 | ret = IRQ_HANDLED; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3543 | |
Anjali Singhai Jain | 5e823066 | 2013-12-18 13:45:49 +0000 | [diff] [blame] | 3544 | enable_intr: |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3545 | /* re-enable interrupt causes */ |
| 3546 | wr32(hw, I40E_PFINT_ICR0_ENA, ena_mask); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3547 | if (!test_bit(__I40E_DOWN, &pf->state)) { |
| 3548 | i40e_service_event_schedule(pf); |
Jesse Brandeburg | 40d72a5 | 2016-01-13 16:51:45 -0800 | [diff] [blame] | 3549 | i40e_irq_dynamic_enable_icr0(pf, false); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3550 | } |
| 3551 | |
Anjali Singhai Jain | 5e823066 | 2013-12-18 13:45:49 +0000 | [diff] [blame] | 3552 | return ret; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3553 | } |
| 3554 | |
| 3555 | /** |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 3556 | * i40e_clean_fdir_tx_irq - Reclaim resources after transmit completes |
| 3557 | * @tx_ring: tx ring to clean |
| 3558 | * @budget: how many cleans we're allowed |
| 3559 | * |
| 3560 | * Returns true if there's any budget left (e.g. the clean is finished) |
| 3561 | **/ |
| 3562 | static bool i40e_clean_fdir_tx_irq(struct i40e_ring *tx_ring, int budget) |
| 3563 | { |
| 3564 | struct i40e_vsi *vsi = tx_ring->vsi; |
| 3565 | u16 i = tx_ring->next_to_clean; |
| 3566 | struct i40e_tx_buffer *tx_buf; |
| 3567 | struct i40e_tx_desc *tx_desc; |
| 3568 | |
| 3569 | tx_buf = &tx_ring->tx_bi[i]; |
| 3570 | tx_desc = I40E_TX_DESC(tx_ring, i); |
| 3571 | i -= tx_ring->count; |
| 3572 | |
| 3573 | do { |
| 3574 | struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; |
| 3575 | |
| 3576 | /* if next_to_watch is not set then there is no work pending */ |
| 3577 | if (!eop_desc) |
| 3578 | break; |
| 3579 | |
| 3580 | /* prevent any other reads prior to eop_desc */ |
| 3581 | read_barrier_depends(); |
| 3582 | |
| 3583 | /* if the descriptor isn't done, no work yet to do */ |
| 3584 | if (!(eop_desc->cmd_type_offset_bsz & |
| 3585 | cpu_to_le64(I40E_TX_DESC_DTYPE_DESC_DONE))) |
| 3586 | break; |
| 3587 | |
| 3588 | /* clear next_to_watch to prevent false hangs */ |
| 3589 | tx_buf->next_to_watch = NULL; |
| 3590 | |
Anjali Singhai Jain | 49d7d93 | 2014-06-04 08:45:15 +0000 | [diff] [blame] | 3591 | tx_desc->buffer_addr = 0; |
| 3592 | tx_desc->cmd_type_offset_bsz = 0; |
| 3593 | /* move past filter desc */ |
| 3594 | tx_buf++; |
| 3595 | tx_desc++; |
| 3596 | i++; |
| 3597 | if (unlikely(!i)) { |
| 3598 | i -= tx_ring->count; |
| 3599 | tx_buf = tx_ring->tx_bi; |
| 3600 | tx_desc = I40E_TX_DESC(tx_ring, 0); |
| 3601 | } |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 3602 | /* unmap skb header data */ |
| 3603 | dma_unmap_single(tx_ring->dev, |
| 3604 | dma_unmap_addr(tx_buf, dma), |
| 3605 | dma_unmap_len(tx_buf, len), |
| 3606 | DMA_TO_DEVICE); |
Anjali Singhai Jain | 49d7d93 | 2014-06-04 08:45:15 +0000 | [diff] [blame] | 3607 | if (tx_buf->tx_flags & I40E_TX_FLAGS_FD_SB) |
| 3608 | kfree(tx_buf->raw_buf); |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 3609 | |
Anjali Singhai Jain | 49d7d93 | 2014-06-04 08:45:15 +0000 | [diff] [blame] | 3610 | tx_buf->raw_buf = NULL; |
| 3611 | tx_buf->tx_flags = 0; |
| 3612 | tx_buf->next_to_watch = NULL; |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 3613 | dma_unmap_len_set(tx_buf, len, 0); |
Anjali Singhai Jain | 49d7d93 | 2014-06-04 08:45:15 +0000 | [diff] [blame] | 3614 | tx_desc->buffer_addr = 0; |
| 3615 | tx_desc->cmd_type_offset_bsz = 0; |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 3616 | |
Anjali Singhai Jain | 49d7d93 | 2014-06-04 08:45:15 +0000 | [diff] [blame] | 3617 | /* move us past the eop_desc for start of next FD desc */ |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 3618 | tx_buf++; |
| 3619 | tx_desc++; |
| 3620 | i++; |
| 3621 | if (unlikely(!i)) { |
| 3622 | i -= tx_ring->count; |
| 3623 | tx_buf = tx_ring->tx_bi; |
| 3624 | tx_desc = I40E_TX_DESC(tx_ring, 0); |
| 3625 | } |
| 3626 | |
| 3627 | /* update budget accounting */ |
| 3628 | budget--; |
| 3629 | } while (likely(budget)); |
| 3630 | |
| 3631 | i += tx_ring->count; |
| 3632 | tx_ring->next_to_clean = i; |
| 3633 | |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 3634 | if (vsi->back->flags & I40E_FLAG_MSIX_ENABLED) |
Jesse Brandeburg | 7845548 | 2015-07-23 16:54:41 -0400 | [diff] [blame] | 3635 | i40e_irq_dynamic_enable(vsi, tx_ring->q_vector->v_idx); |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 3636 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 3637 | return budget > 0; |
| 3638 | } |
| 3639 | |
| 3640 | /** |
| 3641 | * i40e_fdir_clean_ring - Interrupt Handler for FDIR SB ring |
| 3642 | * @irq: interrupt number |
| 3643 | * @data: pointer to a q_vector |
| 3644 | **/ |
| 3645 | static irqreturn_t i40e_fdir_clean_ring(int irq, void *data) |
| 3646 | { |
| 3647 | struct i40e_q_vector *q_vector = data; |
| 3648 | struct i40e_vsi *vsi; |
| 3649 | |
| 3650 | if (!q_vector->tx.ring) |
| 3651 | return IRQ_HANDLED; |
| 3652 | |
| 3653 | vsi = q_vector->tx.ring->vsi; |
| 3654 | i40e_clean_fdir_tx_irq(q_vector->tx.ring, vsi->work_limit); |
| 3655 | |
| 3656 | return IRQ_HANDLED; |
| 3657 | } |
| 3658 | |
| 3659 | /** |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3660 | * i40e_map_vector_to_qp - Assigns the queue pair to the vector |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3661 | * @vsi: the VSI being configured |
| 3662 | * @v_idx: vector index |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3663 | * @qp_idx: queue pair index |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3664 | **/ |
Anjali Singhai Jain | 26cdc44 | 2015-07-10 19:36:00 -0400 | [diff] [blame] | 3665 | static void i40e_map_vector_to_qp(struct i40e_vsi *vsi, int v_idx, int qp_idx) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3666 | { |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 3667 | struct i40e_q_vector *q_vector = vsi->q_vectors[v_idx]; |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 3668 | struct i40e_ring *tx_ring = vsi->tx_rings[qp_idx]; |
| 3669 | struct i40e_ring *rx_ring = vsi->rx_rings[qp_idx]; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3670 | |
| 3671 | tx_ring->q_vector = q_vector; |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3672 | tx_ring->next = q_vector->tx.ring; |
| 3673 | q_vector->tx.ring = tx_ring; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3674 | q_vector->tx.count++; |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3675 | |
| 3676 | rx_ring->q_vector = q_vector; |
| 3677 | rx_ring->next = q_vector->rx.ring; |
| 3678 | q_vector->rx.ring = rx_ring; |
| 3679 | q_vector->rx.count++; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3680 | } |
| 3681 | |
| 3682 | /** |
| 3683 | * i40e_vsi_map_rings_to_vectors - Maps descriptor rings to vectors |
| 3684 | * @vsi: the VSI being configured |
| 3685 | * |
| 3686 | * This function maps descriptor rings to the queue-specific vectors |
| 3687 | * we were allotted through the MSI-X enabling code. Ideally, we'd have |
| 3688 | * one vector per queue pair, but on a constrained vector budget, we |
| 3689 | * group the queue pairs as "efficiently" as possible. |
| 3690 | **/ |
| 3691 | static void i40e_vsi_map_rings_to_vectors(struct i40e_vsi *vsi) |
| 3692 | { |
| 3693 | int qp_remaining = vsi->num_queue_pairs; |
| 3694 | int q_vectors = vsi->num_q_vectors; |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3695 | int num_ringpairs; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3696 | int v_start = 0; |
| 3697 | int qp_idx = 0; |
| 3698 | |
| 3699 | /* If we don't have enough vectors for a 1-to-1 mapping, we'll have to |
| 3700 | * group them so there are multiple queues per vector. |
Anjali Singhai Jain | 70114ec | 2014-06-03 23:50:14 +0000 | [diff] [blame] | 3701 | * It is also important to go through all the vectors available to be |
| 3702 | * sure that if we don't use all the vectors, that the remaining vectors |
| 3703 | * are cleared. This is especially important when decreasing the |
| 3704 | * number of queues in use. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3705 | */ |
Anjali Singhai Jain | 70114ec | 2014-06-03 23:50:14 +0000 | [diff] [blame] | 3706 | for (; v_start < q_vectors; v_start++) { |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3707 | struct i40e_q_vector *q_vector = vsi->q_vectors[v_start]; |
| 3708 | |
| 3709 | num_ringpairs = DIV_ROUND_UP(qp_remaining, q_vectors - v_start); |
| 3710 | |
| 3711 | q_vector->num_ringpairs = num_ringpairs; |
| 3712 | |
| 3713 | q_vector->rx.count = 0; |
| 3714 | q_vector->tx.count = 0; |
| 3715 | q_vector->rx.ring = NULL; |
| 3716 | q_vector->tx.ring = NULL; |
| 3717 | |
| 3718 | while (num_ringpairs--) { |
Anjali Singhai Jain | 26cdc44 | 2015-07-10 19:36:00 -0400 | [diff] [blame] | 3719 | i40e_map_vector_to_qp(vsi, v_start, qp_idx); |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 3720 | qp_idx++; |
| 3721 | qp_remaining--; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3722 | } |
| 3723 | } |
| 3724 | } |
| 3725 | |
| 3726 | /** |
| 3727 | * i40e_vsi_request_irq - Request IRQ from the OS |
| 3728 | * @vsi: the VSI being configured |
| 3729 | * @basename: name for the vector |
| 3730 | **/ |
| 3731 | static int i40e_vsi_request_irq(struct i40e_vsi *vsi, char *basename) |
| 3732 | { |
| 3733 | struct i40e_pf *pf = vsi->back; |
| 3734 | int err; |
| 3735 | |
| 3736 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
| 3737 | err = i40e_vsi_request_irq_msix(vsi, basename); |
| 3738 | else if (pf->flags & I40E_FLAG_MSI_ENABLED) |
| 3739 | err = request_irq(pf->pdev->irq, i40e_intr, 0, |
Carolyn Wyborny | b294ac7 | 2014-12-11 07:06:39 +0000 | [diff] [blame] | 3740 | pf->int_name, pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3741 | else |
| 3742 | err = request_irq(pf->pdev->irq, i40e_intr, IRQF_SHARED, |
Carolyn Wyborny | b294ac7 | 2014-12-11 07:06:39 +0000 | [diff] [blame] | 3743 | pf->int_name, pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3744 | |
| 3745 | if (err) |
| 3746 | dev_info(&pf->pdev->dev, "request_irq failed, Error %d\n", err); |
| 3747 | |
| 3748 | return err; |
| 3749 | } |
| 3750 | |
| 3751 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 3752 | /** |
Jesse Brandeburg | d89d967 | 2016-01-04 10:33:02 -0800 | [diff] [blame] | 3753 | * i40e_netpoll - A Polling 'interrupt' handler |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3754 | * @netdev: network interface device structure |
| 3755 | * |
| 3756 | * This is used by netconsole to send skbs without having to re-enable |
| 3757 | * interrupts. It's not called while the normal interrupt routine is executing. |
| 3758 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 3759 | #ifdef I40E_FCOE |
| 3760 | void i40e_netpoll(struct net_device *netdev) |
| 3761 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3762 | static void i40e_netpoll(struct net_device *netdev) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 3763 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3764 | { |
| 3765 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 3766 | struct i40e_vsi *vsi = np->vsi; |
| 3767 | struct i40e_pf *pf = vsi->back; |
| 3768 | int i; |
| 3769 | |
| 3770 | /* if interface is down do nothing */ |
| 3771 | if (test_bit(__I40E_DOWN, &vsi->state)) |
| 3772 | return; |
| 3773 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3774 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) { |
| 3775 | for (i = 0; i < vsi->num_q_vectors; i++) |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 3776 | i40e_msix_clean_rings(0, vsi->q_vectors[i]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3777 | } else { |
| 3778 | i40e_intr(pf->pdev->irq, netdev); |
| 3779 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3780 | } |
| 3781 | #endif |
| 3782 | |
| 3783 | /** |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3784 | * i40e_pf_txq_wait - Wait for a PF's Tx queue to be enabled or disabled |
| 3785 | * @pf: the PF being configured |
| 3786 | * @pf_q: the PF queue |
| 3787 | * @enable: enable or disable state of the queue |
| 3788 | * |
| 3789 | * This routine will wait for the given Tx queue of the PF to reach the |
| 3790 | * enabled or disabled state. |
| 3791 | * Returns -ETIMEDOUT in case of failing to reach the requested state after |
| 3792 | * multiple retries; else will return 0 in case of success. |
| 3793 | **/ |
| 3794 | static int i40e_pf_txq_wait(struct i40e_pf *pf, int pf_q, bool enable) |
| 3795 | { |
| 3796 | int i; |
| 3797 | u32 tx_reg; |
| 3798 | |
| 3799 | for (i = 0; i < I40E_QUEUE_WAIT_RETRY_LIMIT; i++) { |
| 3800 | tx_reg = rd32(&pf->hw, I40E_QTX_ENA(pf_q)); |
| 3801 | if (enable == !!(tx_reg & I40E_QTX_ENA_QENA_STAT_MASK)) |
| 3802 | break; |
| 3803 | |
Neerav Parikh | f98a200 | 2014-09-13 07:40:44 +0000 | [diff] [blame] | 3804 | usleep_range(10, 20); |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3805 | } |
| 3806 | if (i >= I40E_QUEUE_WAIT_RETRY_LIMIT) |
| 3807 | return -ETIMEDOUT; |
| 3808 | |
| 3809 | return 0; |
| 3810 | } |
| 3811 | |
| 3812 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3813 | * i40e_vsi_control_tx - Start or stop a VSI's rings |
| 3814 | * @vsi: the VSI being configured |
| 3815 | * @enable: start or stop the rings |
| 3816 | **/ |
| 3817 | static int i40e_vsi_control_tx(struct i40e_vsi *vsi, bool enable) |
| 3818 | { |
| 3819 | struct i40e_pf *pf = vsi->back; |
| 3820 | struct i40e_hw *hw = &pf->hw; |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3821 | int i, j, pf_q, ret = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3822 | u32 tx_reg; |
| 3823 | |
| 3824 | pf_q = vsi->base_queue; |
| 3825 | for (i = 0; i < vsi->num_queue_pairs; i++, pf_q++) { |
Matt Jared | 351499ab | 2014-04-23 04:50:03 +0000 | [diff] [blame] | 3826 | |
| 3827 | /* warn the TX unit of coming changes */ |
| 3828 | i40e_pre_tx_queue_cfg(&pf->hw, pf_q, enable); |
| 3829 | if (!enable) |
Neerav Parikh | f98a200 | 2014-09-13 07:40:44 +0000 | [diff] [blame] | 3830 | usleep_range(10, 20); |
Matt Jared | 351499ab | 2014-04-23 04:50:03 +0000 | [diff] [blame] | 3831 | |
Mitch Williams | 6c5ef62 | 2014-02-20 19:29:16 -0800 | [diff] [blame] | 3832 | for (j = 0; j < 50; j++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3833 | tx_reg = rd32(hw, I40E_QTX_ENA(pf_q)); |
Mitch Williams | 6c5ef62 | 2014-02-20 19:29:16 -0800 | [diff] [blame] | 3834 | if (((tx_reg >> I40E_QTX_ENA_QENA_REQ_SHIFT) & 1) == |
| 3835 | ((tx_reg >> I40E_QTX_ENA_QENA_STAT_SHIFT) & 1)) |
| 3836 | break; |
| 3837 | usleep_range(1000, 2000); |
| 3838 | } |
Mitch Williams | fda972f | 2013-11-28 06:39:29 +0000 | [diff] [blame] | 3839 | /* Skip if the queue is already in the requested state */ |
Catherine Sullivan | 7c122007 | 2014-03-14 07:32:29 +0000 | [diff] [blame] | 3840 | if (enable == !!(tx_reg & I40E_QTX_ENA_QENA_STAT_MASK)) |
Mitch Williams | fda972f | 2013-11-28 06:39:29 +0000 | [diff] [blame] | 3841 | continue; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3842 | |
| 3843 | /* turn on/off the queue */ |
Shannon Nelson | c5c9eb9 | 2013-12-21 05:44:48 +0000 | [diff] [blame] | 3844 | if (enable) { |
| 3845 | wr32(hw, I40E_QTX_HEAD(pf_q), 0); |
Mitch Williams | 6c5ef62 | 2014-02-20 19:29:16 -0800 | [diff] [blame] | 3846 | tx_reg |= I40E_QTX_ENA_QENA_REQ_MASK; |
Shannon Nelson | c5c9eb9 | 2013-12-21 05:44:48 +0000 | [diff] [blame] | 3847 | } else { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3848 | tx_reg &= ~I40E_QTX_ENA_QENA_REQ_MASK; |
Shannon Nelson | c5c9eb9 | 2013-12-21 05:44:48 +0000 | [diff] [blame] | 3849 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3850 | |
| 3851 | wr32(hw, I40E_QTX_ENA(pf_q), tx_reg); |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 3852 | /* No waiting for the Tx queue to disable */ |
| 3853 | if (!enable && test_bit(__I40E_PORT_TX_SUSPENDED, &pf->state)) |
| 3854 | continue; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3855 | |
| 3856 | /* wait for the change to finish */ |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3857 | ret = i40e_pf_txq_wait(pf, pf_q, enable); |
| 3858 | if (ret) { |
| 3859 | dev_info(&pf->pdev->dev, |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 3860 | "VSI seid %d Tx ring %d %sable timeout\n", |
| 3861 | vsi->seid, pf_q, (enable ? "en" : "dis")); |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3862 | break; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3863 | } |
| 3864 | } |
| 3865 | |
Jesse Brandeburg | 7134f9c | 2013-11-26 08:56:05 +0000 | [diff] [blame] | 3866 | if (hw->revision_id == 0) |
| 3867 | mdelay(50); |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3868 | return ret; |
| 3869 | } |
| 3870 | |
| 3871 | /** |
| 3872 | * i40e_pf_rxq_wait - Wait for a PF's Rx queue to be enabled or disabled |
| 3873 | * @pf: the PF being configured |
| 3874 | * @pf_q: the PF queue |
| 3875 | * @enable: enable or disable state of the queue |
| 3876 | * |
| 3877 | * This routine will wait for the given Rx queue of the PF to reach the |
| 3878 | * enabled or disabled state. |
| 3879 | * Returns -ETIMEDOUT in case of failing to reach the requested state after |
| 3880 | * multiple retries; else will return 0 in case of success. |
| 3881 | **/ |
| 3882 | static int i40e_pf_rxq_wait(struct i40e_pf *pf, int pf_q, bool enable) |
| 3883 | { |
| 3884 | int i; |
| 3885 | u32 rx_reg; |
| 3886 | |
| 3887 | for (i = 0; i < I40E_QUEUE_WAIT_RETRY_LIMIT; i++) { |
| 3888 | rx_reg = rd32(&pf->hw, I40E_QRX_ENA(pf_q)); |
| 3889 | if (enable == !!(rx_reg & I40E_QRX_ENA_QENA_STAT_MASK)) |
| 3890 | break; |
| 3891 | |
Neerav Parikh | f98a200 | 2014-09-13 07:40:44 +0000 | [diff] [blame] | 3892 | usleep_range(10, 20); |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3893 | } |
| 3894 | if (i >= I40E_QUEUE_WAIT_RETRY_LIMIT) |
| 3895 | return -ETIMEDOUT; |
Jesse Brandeburg | 7134f9c | 2013-11-26 08:56:05 +0000 | [diff] [blame] | 3896 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3897 | return 0; |
| 3898 | } |
| 3899 | |
| 3900 | /** |
| 3901 | * i40e_vsi_control_rx - Start or stop a VSI's rings |
| 3902 | * @vsi: the VSI being configured |
| 3903 | * @enable: start or stop the rings |
| 3904 | **/ |
| 3905 | static int i40e_vsi_control_rx(struct i40e_vsi *vsi, bool enable) |
| 3906 | { |
| 3907 | struct i40e_pf *pf = vsi->back; |
| 3908 | struct i40e_hw *hw = &pf->hw; |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3909 | int i, j, pf_q, ret = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3910 | u32 rx_reg; |
| 3911 | |
| 3912 | pf_q = vsi->base_queue; |
| 3913 | for (i = 0; i < vsi->num_queue_pairs; i++, pf_q++) { |
Mitch Williams | 6c5ef62 | 2014-02-20 19:29:16 -0800 | [diff] [blame] | 3914 | for (j = 0; j < 50; j++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3915 | rx_reg = rd32(hw, I40E_QRX_ENA(pf_q)); |
Mitch Williams | 6c5ef62 | 2014-02-20 19:29:16 -0800 | [diff] [blame] | 3916 | if (((rx_reg >> I40E_QRX_ENA_QENA_REQ_SHIFT) & 1) == |
| 3917 | ((rx_reg >> I40E_QRX_ENA_QENA_STAT_SHIFT) & 1)) |
| 3918 | break; |
| 3919 | usleep_range(1000, 2000); |
| 3920 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3921 | |
Catherine Sullivan | 7c122007 | 2014-03-14 07:32:29 +0000 | [diff] [blame] | 3922 | /* Skip if the queue is already in the requested state */ |
| 3923 | if (enable == !!(rx_reg & I40E_QRX_ENA_QENA_STAT_MASK)) |
| 3924 | continue; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3925 | |
| 3926 | /* turn on/off the queue */ |
| 3927 | if (enable) |
Mitch Williams | 6c5ef62 | 2014-02-20 19:29:16 -0800 | [diff] [blame] | 3928 | rx_reg |= I40E_QRX_ENA_QENA_REQ_MASK; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3929 | else |
Mitch Williams | 6c5ef62 | 2014-02-20 19:29:16 -0800 | [diff] [blame] | 3930 | rx_reg &= ~I40E_QRX_ENA_QENA_REQ_MASK; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3931 | wr32(hw, I40E_QRX_ENA(pf_q), rx_reg); |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 3932 | /* No waiting for the Tx queue to disable */ |
| 3933 | if (!enable && test_bit(__I40E_PORT_TX_SUSPENDED, &pf->state)) |
| 3934 | continue; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3935 | |
| 3936 | /* wait for the change to finish */ |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3937 | ret = i40e_pf_rxq_wait(pf, pf_q, enable); |
| 3938 | if (ret) { |
| 3939 | dev_info(&pf->pdev->dev, |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 3940 | "VSI seid %d Rx ring %d %sable timeout\n", |
| 3941 | vsi->seid, pf_q, (enable ? "en" : "dis")); |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3942 | break; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3943 | } |
| 3944 | } |
| 3945 | |
Neerav Parikh | 2352730 | 2014-06-03 23:50:15 +0000 | [diff] [blame] | 3946 | return ret; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3947 | } |
| 3948 | |
| 3949 | /** |
| 3950 | * i40e_vsi_control_rings - Start or stop a VSI's rings |
| 3951 | * @vsi: the VSI being configured |
| 3952 | * @enable: start or stop the rings |
| 3953 | **/ |
Mitch Williams | fc18eaa | 2013-11-28 06:39:27 +0000 | [diff] [blame] | 3954 | int i40e_vsi_control_rings(struct i40e_vsi *vsi, bool request) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3955 | { |
Anjali Singhai Jain | 3b867b2 | 2013-12-21 05:44:44 +0000 | [diff] [blame] | 3956 | int ret = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3957 | |
| 3958 | /* do rx first for enable and last for disable */ |
| 3959 | if (request) { |
| 3960 | ret = i40e_vsi_control_rx(vsi, request); |
| 3961 | if (ret) |
| 3962 | return ret; |
| 3963 | ret = i40e_vsi_control_tx(vsi, request); |
| 3964 | } else { |
Anjali Singhai Jain | 3b867b2 | 2013-12-21 05:44:44 +0000 | [diff] [blame] | 3965 | /* Ignore return value, we need to shutdown whatever we can */ |
| 3966 | i40e_vsi_control_tx(vsi, request); |
| 3967 | i40e_vsi_control_rx(vsi, request); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3968 | } |
| 3969 | |
| 3970 | return ret; |
| 3971 | } |
| 3972 | |
| 3973 | /** |
| 3974 | * i40e_vsi_free_irq - Free the irq association with the OS |
| 3975 | * @vsi: the VSI being configured |
| 3976 | **/ |
| 3977 | static void i40e_vsi_free_irq(struct i40e_vsi *vsi) |
| 3978 | { |
| 3979 | struct i40e_pf *pf = vsi->back; |
| 3980 | struct i40e_hw *hw = &pf->hw; |
| 3981 | int base = vsi->base_vector; |
| 3982 | u32 val, qp; |
| 3983 | int i; |
| 3984 | |
| 3985 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) { |
| 3986 | if (!vsi->q_vectors) |
| 3987 | return; |
| 3988 | |
Shannon Nelson | 6374184 | 2014-04-23 04:50:16 +0000 | [diff] [blame] | 3989 | if (!vsi->irqs_ready) |
| 3990 | return; |
| 3991 | |
| 3992 | vsi->irqs_ready = false; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3993 | for (i = 0; i < vsi->num_q_vectors; i++) { |
| 3994 | u16 vector = i + base; |
| 3995 | |
| 3996 | /* free only the irqs that were actually requested */ |
Shannon Nelson | 78681b1 | 2013-11-28 06:39:36 +0000 | [diff] [blame] | 3997 | if (!vsi->q_vectors[i] || |
| 3998 | !vsi->q_vectors[i]->num_ringpairs) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 3999 | continue; |
| 4000 | |
| 4001 | /* clear the affinity_mask in the IRQ descriptor */ |
| 4002 | irq_set_affinity_hint(pf->msix_entries[vector].vector, |
| 4003 | NULL); |
| 4004 | free_irq(pf->msix_entries[vector].vector, |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 4005 | vsi->q_vectors[i]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4006 | |
| 4007 | /* Tear down the interrupt queue link list |
| 4008 | * |
| 4009 | * We know that they come in pairs and always |
| 4010 | * the Rx first, then the Tx. To clear the |
| 4011 | * link list, stick the EOL value into the |
| 4012 | * next_q field of the registers. |
| 4013 | */ |
| 4014 | val = rd32(hw, I40E_PFINT_LNKLSTN(vector - 1)); |
| 4015 | qp = (val & I40E_PFINT_LNKLSTN_FIRSTQ_INDX_MASK) |
| 4016 | >> I40E_PFINT_LNKLSTN_FIRSTQ_INDX_SHIFT; |
| 4017 | val |= I40E_QUEUE_END_OF_LIST |
| 4018 | << I40E_PFINT_LNKLSTN_FIRSTQ_INDX_SHIFT; |
| 4019 | wr32(hw, I40E_PFINT_LNKLSTN(vector - 1), val); |
| 4020 | |
| 4021 | while (qp != I40E_QUEUE_END_OF_LIST) { |
| 4022 | u32 next; |
| 4023 | |
| 4024 | val = rd32(hw, I40E_QINT_RQCTL(qp)); |
| 4025 | |
| 4026 | val &= ~(I40E_QINT_RQCTL_MSIX_INDX_MASK | |
| 4027 | I40E_QINT_RQCTL_MSIX0_INDX_MASK | |
| 4028 | I40E_QINT_RQCTL_CAUSE_ENA_MASK | |
| 4029 | I40E_QINT_RQCTL_INTEVENT_MASK); |
| 4030 | |
| 4031 | val |= (I40E_QINT_RQCTL_ITR_INDX_MASK | |
| 4032 | I40E_QINT_RQCTL_NEXTQ_INDX_MASK); |
| 4033 | |
| 4034 | wr32(hw, I40E_QINT_RQCTL(qp), val); |
| 4035 | |
| 4036 | val = rd32(hw, I40E_QINT_TQCTL(qp)); |
| 4037 | |
| 4038 | next = (val & I40E_QINT_TQCTL_NEXTQ_INDX_MASK) |
| 4039 | >> I40E_QINT_TQCTL_NEXTQ_INDX_SHIFT; |
| 4040 | |
| 4041 | val &= ~(I40E_QINT_TQCTL_MSIX_INDX_MASK | |
| 4042 | I40E_QINT_TQCTL_MSIX0_INDX_MASK | |
| 4043 | I40E_QINT_TQCTL_CAUSE_ENA_MASK | |
| 4044 | I40E_QINT_TQCTL_INTEVENT_MASK); |
| 4045 | |
| 4046 | val |= (I40E_QINT_TQCTL_ITR_INDX_MASK | |
| 4047 | I40E_QINT_TQCTL_NEXTQ_INDX_MASK); |
| 4048 | |
| 4049 | wr32(hw, I40E_QINT_TQCTL(qp), val); |
| 4050 | qp = next; |
| 4051 | } |
| 4052 | } |
| 4053 | } else { |
| 4054 | free_irq(pf->pdev->irq, pf); |
| 4055 | |
| 4056 | val = rd32(hw, I40E_PFINT_LNKLST0); |
| 4057 | qp = (val & I40E_PFINT_LNKLSTN_FIRSTQ_INDX_MASK) |
| 4058 | >> I40E_PFINT_LNKLSTN_FIRSTQ_INDX_SHIFT; |
| 4059 | val |= I40E_QUEUE_END_OF_LIST |
| 4060 | << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; |
| 4061 | wr32(hw, I40E_PFINT_LNKLST0, val); |
| 4062 | |
| 4063 | val = rd32(hw, I40E_QINT_RQCTL(qp)); |
| 4064 | val &= ~(I40E_QINT_RQCTL_MSIX_INDX_MASK | |
| 4065 | I40E_QINT_RQCTL_MSIX0_INDX_MASK | |
| 4066 | I40E_QINT_RQCTL_CAUSE_ENA_MASK | |
| 4067 | I40E_QINT_RQCTL_INTEVENT_MASK); |
| 4068 | |
| 4069 | val |= (I40E_QINT_RQCTL_ITR_INDX_MASK | |
| 4070 | I40E_QINT_RQCTL_NEXTQ_INDX_MASK); |
| 4071 | |
| 4072 | wr32(hw, I40E_QINT_RQCTL(qp), val); |
| 4073 | |
| 4074 | val = rd32(hw, I40E_QINT_TQCTL(qp)); |
| 4075 | |
| 4076 | val &= ~(I40E_QINT_TQCTL_MSIX_INDX_MASK | |
| 4077 | I40E_QINT_TQCTL_MSIX0_INDX_MASK | |
| 4078 | I40E_QINT_TQCTL_CAUSE_ENA_MASK | |
| 4079 | I40E_QINT_TQCTL_INTEVENT_MASK); |
| 4080 | |
| 4081 | val |= (I40E_QINT_TQCTL_ITR_INDX_MASK | |
| 4082 | I40E_QINT_TQCTL_NEXTQ_INDX_MASK); |
| 4083 | |
| 4084 | wr32(hw, I40E_QINT_TQCTL(qp), val); |
| 4085 | } |
| 4086 | } |
| 4087 | |
| 4088 | /** |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 4089 | * i40e_free_q_vector - Free memory allocated for specific interrupt vector |
| 4090 | * @vsi: the VSI being configured |
| 4091 | * @v_idx: Index of vector to be freed |
| 4092 | * |
| 4093 | * This function frees the memory allocated to the q_vector. In addition if |
| 4094 | * NAPI is enabled it will delete any references to the NAPI struct prior |
| 4095 | * to freeing the q_vector. |
| 4096 | **/ |
| 4097 | static void i40e_free_q_vector(struct i40e_vsi *vsi, int v_idx) |
| 4098 | { |
| 4099 | struct i40e_q_vector *q_vector = vsi->q_vectors[v_idx]; |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 4100 | struct i40e_ring *ring; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 4101 | |
| 4102 | if (!q_vector) |
| 4103 | return; |
| 4104 | |
| 4105 | /* disassociate q_vector from rings */ |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 4106 | i40e_for_each_ring(ring, q_vector->tx) |
| 4107 | ring->q_vector = NULL; |
| 4108 | |
| 4109 | i40e_for_each_ring(ring, q_vector->rx) |
| 4110 | ring->q_vector = NULL; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 4111 | |
| 4112 | /* only VSI w/ an associated netdev is set up w/ NAPI */ |
| 4113 | if (vsi->netdev) |
| 4114 | netif_napi_del(&q_vector->napi); |
| 4115 | |
| 4116 | vsi->q_vectors[v_idx] = NULL; |
| 4117 | |
| 4118 | kfree_rcu(q_vector, rcu); |
| 4119 | } |
| 4120 | |
| 4121 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4122 | * i40e_vsi_free_q_vectors - Free memory allocated for interrupt vectors |
| 4123 | * @vsi: the VSI being un-configured |
| 4124 | * |
| 4125 | * This frees the memory allocated to the q_vectors and |
| 4126 | * deletes references to the NAPI struct. |
| 4127 | **/ |
| 4128 | static void i40e_vsi_free_q_vectors(struct i40e_vsi *vsi) |
| 4129 | { |
| 4130 | int v_idx; |
| 4131 | |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 4132 | for (v_idx = 0; v_idx < vsi->num_q_vectors; v_idx++) |
| 4133 | i40e_free_q_vector(vsi, v_idx); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4134 | } |
| 4135 | |
| 4136 | /** |
| 4137 | * i40e_reset_interrupt_capability - Disable interrupt setup in OS |
| 4138 | * @pf: board private structure |
| 4139 | **/ |
| 4140 | static void i40e_reset_interrupt_capability(struct i40e_pf *pf) |
| 4141 | { |
| 4142 | /* If we're in Legacy mode, the interrupt was cleaned in vsi_close */ |
| 4143 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) { |
| 4144 | pci_disable_msix(pf->pdev); |
| 4145 | kfree(pf->msix_entries); |
| 4146 | pf->msix_entries = NULL; |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 4147 | kfree(pf->irq_pile); |
| 4148 | pf->irq_pile = NULL; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4149 | } else if (pf->flags & I40E_FLAG_MSI_ENABLED) { |
| 4150 | pci_disable_msi(pf->pdev); |
| 4151 | } |
| 4152 | pf->flags &= ~(I40E_FLAG_MSIX_ENABLED | I40E_FLAG_MSI_ENABLED); |
| 4153 | } |
| 4154 | |
| 4155 | /** |
| 4156 | * i40e_clear_interrupt_scheme - Clear the current interrupt scheme settings |
| 4157 | * @pf: board private structure |
| 4158 | * |
| 4159 | * We go through and clear interrupt specific resources and reset the structure |
| 4160 | * to pre-load conditions |
| 4161 | **/ |
| 4162 | static void i40e_clear_interrupt_scheme(struct i40e_pf *pf) |
| 4163 | { |
| 4164 | int i; |
| 4165 | |
Shannon Nelson | e147758 | 2015-02-21 06:44:33 +0000 | [diff] [blame] | 4166 | i40e_stop_misc_vector(pf); |
| 4167 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) { |
| 4168 | synchronize_irq(pf->msix_entries[0].vector); |
| 4169 | free_irq(pf->msix_entries[0].vector, pf); |
| 4170 | } |
| 4171 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4172 | i40e_put_lump(pf->irq_pile, 0, I40E_PILE_VALID_BIT-1); |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 4173 | for (i = 0; i < pf->num_alloc_vsi; i++) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4174 | if (pf->vsi[i]) |
| 4175 | i40e_vsi_free_q_vectors(pf->vsi[i]); |
| 4176 | i40e_reset_interrupt_capability(pf); |
| 4177 | } |
| 4178 | |
| 4179 | /** |
| 4180 | * i40e_napi_enable_all - Enable NAPI for all q_vectors in the VSI |
| 4181 | * @vsi: the VSI being configured |
| 4182 | **/ |
| 4183 | static void i40e_napi_enable_all(struct i40e_vsi *vsi) |
| 4184 | { |
| 4185 | int q_idx; |
| 4186 | |
| 4187 | if (!vsi->netdev) |
| 4188 | return; |
| 4189 | |
| 4190 | for (q_idx = 0; q_idx < vsi->num_q_vectors; q_idx++) |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 4191 | napi_enable(&vsi->q_vectors[q_idx]->napi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4192 | } |
| 4193 | |
| 4194 | /** |
| 4195 | * i40e_napi_disable_all - Disable NAPI for all q_vectors in the VSI |
| 4196 | * @vsi: the VSI being configured |
| 4197 | **/ |
| 4198 | static void i40e_napi_disable_all(struct i40e_vsi *vsi) |
| 4199 | { |
| 4200 | int q_idx; |
| 4201 | |
| 4202 | if (!vsi->netdev) |
| 4203 | return; |
| 4204 | |
| 4205 | for (q_idx = 0; q_idx < vsi->num_q_vectors; q_idx++) |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 4206 | napi_disable(&vsi->q_vectors[q_idx]->napi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4207 | } |
| 4208 | |
| 4209 | /** |
Shannon Nelson | 90ef8d4 | 2014-03-14 07:32:26 +0000 | [diff] [blame] | 4210 | * i40e_vsi_close - Shut down a VSI |
| 4211 | * @vsi: the vsi to be quelled |
| 4212 | **/ |
| 4213 | static void i40e_vsi_close(struct i40e_vsi *vsi) |
| 4214 | { |
| 4215 | if (!test_and_set_bit(__I40E_DOWN, &vsi->state)) |
| 4216 | i40e_down(vsi); |
| 4217 | i40e_vsi_free_irq(vsi); |
| 4218 | i40e_vsi_free_tx_resources(vsi); |
| 4219 | i40e_vsi_free_rx_resources(vsi); |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 4220 | vsi->current_netdev_flags = 0; |
Shannon Nelson | 90ef8d4 | 2014-03-14 07:32:26 +0000 | [diff] [blame] | 4221 | } |
| 4222 | |
| 4223 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4224 | * i40e_quiesce_vsi - Pause a given VSI |
| 4225 | * @vsi: the VSI being paused |
| 4226 | **/ |
| 4227 | static void i40e_quiesce_vsi(struct i40e_vsi *vsi) |
| 4228 | { |
| 4229 | if (test_bit(__I40E_DOWN, &vsi->state)) |
| 4230 | return; |
| 4231 | |
Neerav Parikh | d341b7a | 2014-11-12 00:18:51 +0000 | [diff] [blame] | 4232 | /* No need to disable FCoE VSI when Tx suspended */ |
| 4233 | if ((test_bit(__I40E_PORT_TX_SUSPENDED, &vsi->back->state)) && |
| 4234 | vsi->type == I40E_VSI_FCOE) { |
| 4235 | dev_dbg(&vsi->back->pdev->dev, |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 4236 | "VSI seid %d skipping FCoE VSI disable\n", vsi->seid); |
Neerav Parikh | d341b7a | 2014-11-12 00:18:51 +0000 | [diff] [blame] | 4237 | return; |
| 4238 | } |
| 4239 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4240 | set_bit(__I40E_NEEDS_RESTART, &vsi->state); |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 4241 | if (vsi->netdev && netif_running(vsi->netdev)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4242 | vsi->netdev->netdev_ops->ndo_stop(vsi->netdev); |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 4243 | else |
Shannon Nelson | 90ef8d4 | 2014-03-14 07:32:26 +0000 | [diff] [blame] | 4244 | i40e_vsi_close(vsi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4245 | } |
| 4246 | |
| 4247 | /** |
| 4248 | * i40e_unquiesce_vsi - Resume a given VSI |
| 4249 | * @vsi: the VSI being resumed |
| 4250 | **/ |
| 4251 | static void i40e_unquiesce_vsi(struct i40e_vsi *vsi) |
| 4252 | { |
| 4253 | if (!test_bit(__I40E_NEEDS_RESTART, &vsi->state)) |
| 4254 | return; |
| 4255 | |
| 4256 | clear_bit(__I40E_NEEDS_RESTART, &vsi->state); |
| 4257 | if (vsi->netdev && netif_running(vsi->netdev)) |
| 4258 | vsi->netdev->netdev_ops->ndo_open(vsi->netdev); |
| 4259 | else |
Shannon Nelson | 8276f75 | 2014-03-14 07:32:27 +0000 | [diff] [blame] | 4260 | i40e_vsi_open(vsi); /* this clears the DOWN bit */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4261 | } |
| 4262 | |
| 4263 | /** |
| 4264 | * i40e_pf_quiesce_all_vsi - Pause all VSIs on a PF |
| 4265 | * @pf: the PF |
| 4266 | **/ |
| 4267 | static void i40e_pf_quiesce_all_vsi(struct i40e_pf *pf) |
| 4268 | { |
| 4269 | int v; |
| 4270 | |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 4271 | for (v = 0; v < pf->num_alloc_vsi; v++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4272 | if (pf->vsi[v]) |
| 4273 | i40e_quiesce_vsi(pf->vsi[v]); |
| 4274 | } |
| 4275 | } |
| 4276 | |
| 4277 | /** |
| 4278 | * i40e_pf_unquiesce_all_vsi - Resume all VSIs on a PF |
| 4279 | * @pf: the PF |
| 4280 | **/ |
| 4281 | static void i40e_pf_unquiesce_all_vsi(struct i40e_pf *pf) |
| 4282 | { |
| 4283 | int v; |
| 4284 | |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 4285 | for (v = 0; v < pf->num_alloc_vsi; v++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4286 | if (pf->vsi[v]) |
| 4287 | i40e_unquiesce_vsi(pf->vsi[v]); |
| 4288 | } |
| 4289 | } |
| 4290 | |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4291 | #ifdef CONFIG_I40E_DCB |
| 4292 | /** |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 4293 | * i40e_vsi_wait_queues_disabled - Wait for VSI's queues to be disabled |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4294 | * @vsi: the VSI being configured |
| 4295 | * |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 4296 | * This function waits for the given VSI's queues to be disabled. |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4297 | **/ |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 4298 | static int i40e_vsi_wait_queues_disabled(struct i40e_vsi *vsi) |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4299 | { |
| 4300 | struct i40e_pf *pf = vsi->back; |
| 4301 | int i, pf_q, ret; |
| 4302 | |
| 4303 | pf_q = vsi->base_queue; |
| 4304 | for (i = 0; i < vsi->num_queue_pairs; i++, pf_q++) { |
| 4305 | /* Check and wait for the disable status of the queue */ |
| 4306 | ret = i40e_pf_txq_wait(pf, pf_q, false); |
| 4307 | if (ret) { |
| 4308 | dev_info(&pf->pdev->dev, |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 4309 | "VSI seid %d Tx ring %d disable timeout\n", |
| 4310 | vsi->seid, pf_q); |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4311 | return ret; |
| 4312 | } |
| 4313 | } |
| 4314 | |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 4315 | pf_q = vsi->base_queue; |
| 4316 | for (i = 0; i < vsi->num_queue_pairs; i++, pf_q++) { |
| 4317 | /* Check and wait for the disable status of the queue */ |
| 4318 | ret = i40e_pf_rxq_wait(pf, pf_q, false); |
| 4319 | if (ret) { |
| 4320 | dev_info(&pf->pdev->dev, |
| 4321 | "VSI seid %d Rx ring %d disable timeout\n", |
| 4322 | vsi->seid, pf_q); |
| 4323 | return ret; |
| 4324 | } |
| 4325 | } |
| 4326 | |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4327 | return 0; |
| 4328 | } |
| 4329 | |
| 4330 | /** |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 4331 | * i40e_pf_wait_queues_disabled - Wait for all queues of PF VSIs to be disabled |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4332 | * @pf: the PF |
| 4333 | * |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 4334 | * This function waits for the queues to be in disabled state for all the |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4335 | * VSIs that are managed by this PF. |
| 4336 | **/ |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 4337 | static int i40e_pf_wait_queues_disabled(struct i40e_pf *pf) |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4338 | { |
| 4339 | int v, ret = 0; |
| 4340 | |
| 4341 | for (v = 0; v < pf->hw.func_caps.num_vsis; v++) { |
Neerav Parikh | d341b7a | 2014-11-12 00:18:51 +0000 | [diff] [blame] | 4342 | /* No need to wait for FCoE VSI queues */ |
| 4343 | if (pf->vsi[v] && pf->vsi[v]->type != I40E_VSI_FCOE) { |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 4344 | ret = i40e_vsi_wait_queues_disabled(pf->vsi[v]); |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 4345 | if (ret) |
| 4346 | break; |
| 4347 | } |
| 4348 | } |
| 4349 | |
| 4350 | return ret; |
| 4351 | } |
| 4352 | |
| 4353 | #endif |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 4354 | |
| 4355 | /** |
| 4356 | * i40e_detect_recover_hung_queue - Function to detect and recover hung_queue |
| 4357 | * @q_idx: TX queue number |
| 4358 | * @vsi: Pointer to VSI struct |
| 4359 | * |
| 4360 | * This function checks specified queue for given VSI. Detects hung condition. |
| 4361 | * Sets hung bit since it is two step process. Before next run of service task |
| 4362 | * if napi_poll runs, it reset 'hung' bit for respective q_vector. If not, |
| 4363 | * hung condition remain unchanged and during subsequent run, this function |
| 4364 | * issues SW interrupt to recover from hung condition. |
| 4365 | **/ |
| 4366 | static void i40e_detect_recover_hung_queue(int q_idx, struct i40e_vsi *vsi) |
| 4367 | { |
| 4368 | struct i40e_ring *tx_ring = NULL; |
| 4369 | struct i40e_pf *pf; |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 4370 | u32 head, val, tx_pending_hw; |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 4371 | int i; |
| 4372 | |
| 4373 | pf = vsi->back; |
| 4374 | |
| 4375 | /* now that we have an index, find the tx_ring struct */ |
| 4376 | for (i = 0; i < vsi->num_queue_pairs; i++) { |
| 4377 | if (vsi->tx_rings[i] && vsi->tx_rings[i]->desc) { |
| 4378 | if (q_idx == vsi->tx_rings[i]->queue_index) { |
| 4379 | tx_ring = vsi->tx_rings[i]; |
| 4380 | break; |
| 4381 | } |
| 4382 | } |
| 4383 | } |
| 4384 | |
| 4385 | if (!tx_ring) |
| 4386 | return; |
| 4387 | |
| 4388 | /* Read interrupt register */ |
| 4389 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
| 4390 | val = rd32(&pf->hw, |
| 4391 | I40E_PFINT_DYN_CTLN(tx_ring->q_vector->v_idx + |
| 4392 | tx_ring->vsi->base_vector - 1)); |
| 4393 | else |
| 4394 | val = rd32(&pf->hw, I40E_PFINT_DYN_CTL0); |
| 4395 | |
| 4396 | head = i40e_get_head(tx_ring); |
| 4397 | |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 4398 | tx_pending_hw = i40e_get_tx_pending(tx_ring, false); |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 4399 | |
Kiran Patil | 9c6c125 | 2015-11-06 15:26:02 -0800 | [diff] [blame] | 4400 | /* HW is done executing descriptors, updated HEAD write back, |
| 4401 | * but SW hasn't processed those descriptors. If interrupt is |
| 4402 | * not generated from this point ON, it could result into |
| 4403 | * dev_watchdog detecting timeout on those netdev_queue, |
| 4404 | * hence proactively trigger SW interrupt. |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 4405 | */ |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 4406 | if (tx_pending_hw && (!(val & I40E_PFINT_DYN_CTLN_INTENA_MASK))) { |
Kiran Patil | 9c6c125 | 2015-11-06 15:26:02 -0800 | [diff] [blame] | 4407 | /* NAPI Poll didn't run and clear since it was set */ |
| 4408 | if (test_and_clear_bit(I40E_Q_VECTOR_HUNG_DETECT, |
| 4409 | &tx_ring->q_vector->hung_detected)) { |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 4410 | 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", |
| 4411 | vsi->seid, q_idx, tx_pending_hw, |
Kiran Patil | 9c6c125 | 2015-11-06 15:26:02 -0800 | [diff] [blame] | 4412 | tx_ring->next_to_clean, head, |
| 4413 | tx_ring->next_to_use, |
| 4414 | readl(tx_ring->tail)); |
| 4415 | netdev_info(vsi->netdev, "VSI_seid %d, Issuing force_wb for TX queue %d, Interrupt Reg: 0x%x\n", |
| 4416 | vsi->seid, q_idx, val); |
| 4417 | i40e_force_wb(vsi, tx_ring->q_vector); |
| 4418 | } else { |
| 4419 | /* First Chance - detected possible hung */ |
| 4420 | set_bit(I40E_Q_VECTOR_HUNG_DETECT, |
| 4421 | &tx_ring->q_vector->hung_detected); |
| 4422 | } |
| 4423 | } |
Anjali Singhai Jain | dd35310 | 2016-01-15 14:33:12 -0800 | [diff] [blame] | 4424 | |
| 4425 | /* This is the case where we have interrupts missing, |
| 4426 | * so the tx_pending in HW will most likely be 0, but we |
| 4427 | * will have tx_pending in SW since the WB happened but the |
| 4428 | * interrupt got lost. |
| 4429 | */ |
| 4430 | if ((!tx_pending_hw) && i40e_get_tx_pending(tx_ring, true) && |
| 4431 | (!(val & I40E_PFINT_DYN_CTLN_INTENA_MASK))) { |
| 4432 | if (napi_reschedule(&tx_ring->q_vector->napi)) |
| 4433 | tx_ring->tx_stats.tx_lost_interrupt++; |
| 4434 | } |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 4435 | } |
| 4436 | |
| 4437 | /** |
| 4438 | * i40e_detect_recover_hung - Function to detect and recover hung_queues |
| 4439 | * @pf: pointer to PF struct |
| 4440 | * |
| 4441 | * LAN VSI has netdev and netdev has TX queues. This function is to check |
| 4442 | * each of those TX queues if they are hung, trigger recovery by issuing |
| 4443 | * SW interrupt. |
| 4444 | **/ |
| 4445 | static void i40e_detect_recover_hung(struct i40e_pf *pf) |
| 4446 | { |
| 4447 | struct net_device *netdev; |
| 4448 | struct i40e_vsi *vsi; |
| 4449 | int i; |
| 4450 | |
| 4451 | /* Only for LAN VSI */ |
| 4452 | vsi = pf->vsi[pf->lan_vsi]; |
| 4453 | |
| 4454 | if (!vsi) |
| 4455 | return; |
| 4456 | |
| 4457 | /* Make sure, VSI state is not DOWN/RECOVERY_PENDING */ |
| 4458 | if (test_bit(__I40E_DOWN, &vsi->back->state) || |
| 4459 | test_bit(__I40E_RESET_RECOVERY_PENDING, &vsi->back->state)) |
| 4460 | return; |
| 4461 | |
| 4462 | /* Make sure type is MAIN VSI */ |
| 4463 | if (vsi->type != I40E_VSI_MAIN) |
| 4464 | return; |
| 4465 | |
| 4466 | netdev = vsi->netdev; |
| 4467 | if (!netdev) |
| 4468 | return; |
| 4469 | |
| 4470 | /* Bail out if netif_carrier is not OK */ |
| 4471 | if (!netif_carrier_ok(netdev)) |
| 4472 | return; |
| 4473 | |
| 4474 | /* Go thru' TX queues for netdev */ |
| 4475 | for (i = 0; i < netdev->num_tx_queues; i++) { |
| 4476 | struct netdev_queue *q; |
| 4477 | |
| 4478 | q = netdev_get_tx_queue(netdev, i); |
| 4479 | if (q) |
| 4480 | i40e_detect_recover_hung_queue(i, vsi); |
| 4481 | } |
| 4482 | } |
| 4483 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4484 | /** |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 4485 | * i40e_get_iscsi_tc_map - Return TC map for iSCSI APP |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 4486 | * @pf: pointer to PF |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 4487 | * |
| 4488 | * Get TC map for ISCSI PF type that will include iSCSI TC |
| 4489 | * and LAN TC. |
| 4490 | **/ |
| 4491 | static u8 i40e_get_iscsi_tc_map(struct i40e_pf *pf) |
| 4492 | { |
| 4493 | struct i40e_dcb_app_priority_table app; |
| 4494 | struct i40e_hw *hw = &pf->hw; |
| 4495 | u8 enabled_tc = 1; /* TC0 is always enabled */ |
| 4496 | u8 tc, i; |
| 4497 | /* Get the iSCSI APP TLV */ |
| 4498 | struct i40e_dcbx_config *dcbcfg = &hw->local_dcbx_config; |
| 4499 | |
| 4500 | for (i = 0; i < dcbcfg->numapps; i++) { |
| 4501 | app = dcbcfg->app[i]; |
| 4502 | if (app.selector == I40E_APP_SEL_TCPIP && |
| 4503 | app.protocolid == I40E_APP_PROTOID_ISCSI) { |
| 4504 | tc = dcbcfg->etscfg.prioritytable[app.priority]; |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 4505 | enabled_tc |= BIT(tc); |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 4506 | break; |
| 4507 | } |
| 4508 | } |
| 4509 | |
| 4510 | return enabled_tc; |
| 4511 | } |
| 4512 | |
| 4513 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4514 | * i40e_dcb_get_num_tc - Get the number of TCs from DCBx config |
| 4515 | * @dcbcfg: the corresponding DCBx configuration structure |
| 4516 | * |
| 4517 | * Return the number of TCs from given DCBx configuration |
| 4518 | **/ |
| 4519 | static u8 i40e_dcb_get_num_tc(struct i40e_dcbx_config *dcbcfg) |
| 4520 | { |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 4521 | u8 num_tc = 0; |
| 4522 | int i; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4523 | |
| 4524 | /* Scan the ETS Config Priority Table to find |
| 4525 | * traffic class enabled for a given priority |
| 4526 | * and use the traffic class index to get the |
| 4527 | * number of traffic classes enabled |
| 4528 | */ |
| 4529 | for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) { |
| 4530 | if (dcbcfg->etscfg.prioritytable[i] > num_tc) |
| 4531 | num_tc = dcbcfg->etscfg.prioritytable[i]; |
| 4532 | } |
| 4533 | |
| 4534 | /* Traffic class index starts from zero so |
| 4535 | * increment to return the actual count |
| 4536 | */ |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 4537 | return num_tc + 1; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4538 | } |
| 4539 | |
| 4540 | /** |
| 4541 | * i40e_dcb_get_enabled_tc - Get enabled traffic classes |
| 4542 | * @dcbcfg: the corresponding DCBx configuration structure |
| 4543 | * |
| 4544 | * Query the current DCB configuration and return the number of |
| 4545 | * traffic classes enabled from the given DCBX config |
| 4546 | **/ |
| 4547 | static u8 i40e_dcb_get_enabled_tc(struct i40e_dcbx_config *dcbcfg) |
| 4548 | { |
| 4549 | u8 num_tc = i40e_dcb_get_num_tc(dcbcfg); |
| 4550 | u8 enabled_tc = 1; |
| 4551 | u8 i; |
| 4552 | |
| 4553 | for (i = 0; i < num_tc; i++) |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 4554 | enabled_tc |= BIT(i); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4555 | |
| 4556 | return enabled_tc; |
| 4557 | } |
| 4558 | |
| 4559 | /** |
| 4560 | * i40e_pf_get_num_tc - Get enabled traffic classes for PF |
| 4561 | * @pf: PF being queried |
| 4562 | * |
| 4563 | * Return number of traffic classes enabled for the given PF |
| 4564 | **/ |
| 4565 | static u8 i40e_pf_get_num_tc(struct i40e_pf *pf) |
| 4566 | { |
| 4567 | struct i40e_hw *hw = &pf->hw; |
| 4568 | u8 i, enabled_tc; |
| 4569 | u8 num_tc = 0; |
| 4570 | struct i40e_dcbx_config *dcbcfg = &hw->local_dcbx_config; |
| 4571 | |
| 4572 | /* If DCB is not enabled then always in single TC */ |
| 4573 | if (!(pf->flags & I40E_FLAG_DCB_ENABLED)) |
| 4574 | return 1; |
| 4575 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4576 | /* SFP mode will be enabled for all TCs on port */ |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 4577 | if (!(pf->flags & I40E_FLAG_MFP_ENABLED)) |
| 4578 | return i40e_dcb_get_num_tc(dcbcfg); |
| 4579 | |
| 4580 | /* MFP mode return count of enabled TCs for this PF */ |
| 4581 | if (pf->hw.func_caps.iscsi) |
| 4582 | enabled_tc = i40e_get_iscsi_tc_map(pf); |
| 4583 | else |
Neerav Parikh | fc51de9 | 2015-02-24 06:58:53 +0000 | [diff] [blame] | 4584 | return 1; /* Only TC0 */ |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 4585 | |
| 4586 | /* At least have TC0 */ |
| 4587 | enabled_tc = (enabled_tc ? enabled_tc : 0x1); |
| 4588 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 4589 | if (enabled_tc & BIT(i)) |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 4590 | num_tc++; |
| 4591 | } |
| 4592 | return num_tc; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4593 | } |
| 4594 | |
| 4595 | /** |
| 4596 | * i40e_pf_get_default_tc - Get bitmap for first enabled TC |
| 4597 | * @pf: PF being queried |
| 4598 | * |
| 4599 | * Return a bitmap for first enabled traffic class for this PF. |
| 4600 | **/ |
| 4601 | static u8 i40e_pf_get_default_tc(struct i40e_pf *pf) |
| 4602 | { |
| 4603 | u8 enabled_tc = pf->hw.func_caps.enabled_tcmap; |
| 4604 | u8 i = 0; |
| 4605 | |
| 4606 | if (!enabled_tc) |
| 4607 | return 0x1; /* TC0 */ |
| 4608 | |
| 4609 | /* Find the first enabled TC */ |
| 4610 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 4611 | if (enabled_tc & BIT(i)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4612 | break; |
| 4613 | } |
| 4614 | |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 4615 | return BIT(i); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4616 | } |
| 4617 | |
| 4618 | /** |
| 4619 | * i40e_pf_get_pf_tc_map - Get bitmap for enabled traffic classes |
| 4620 | * @pf: PF being queried |
| 4621 | * |
| 4622 | * Return a bitmap for enabled traffic classes for this PF. |
| 4623 | **/ |
| 4624 | static u8 i40e_pf_get_tc_map(struct i40e_pf *pf) |
| 4625 | { |
| 4626 | /* If DCB is not enabled for this PF then just return default TC */ |
| 4627 | if (!(pf->flags & I40E_FLAG_DCB_ENABLED)) |
| 4628 | return i40e_pf_get_default_tc(pf); |
| 4629 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4630 | /* SFP mode we want PF to be enabled for all TCs */ |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 4631 | if (!(pf->flags & I40E_FLAG_MFP_ENABLED)) |
| 4632 | return i40e_dcb_get_enabled_tc(&pf->hw.local_dcbx_config); |
| 4633 | |
Neerav Parikh | fc51de9 | 2015-02-24 06:58:53 +0000 | [diff] [blame] | 4634 | /* MFP enabled and iSCSI PF type */ |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 4635 | if (pf->hw.func_caps.iscsi) |
| 4636 | return i40e_get_iscsi_tc_map(pf); |
| 4637 | else |
Neerav Parikh | fc51de9 | 2015-02-24 06:58:53 +0000 | [diff] [blame] | 4638 | return i40e_pf_get_default_tc(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4639 | } |
| 4640 | |
| 4641 | /** |
| 4642 | * i40e_vsi_get_bw_info - Query VSI BW Information |
| 4643 | * @vsi: the VSI being queried |
| 4644 | * |
| 4645 | * Returns 0 on success, negative value on failure |
| 4646 | **/ |
| 4647 | static int i40e_vsi_get_bw_info(struct i40e_vsi *vsi) |
| 4648 | { |
| 4649 | struct i40e_aqc_query_vsi_ets_sla_config_resp bw_ets_config = {0}; |
| 4650 | struct i40e_aqc_query_vsi_bw_config_resp bw_config = {0}; |
| 4651 | struct i40e_pf *pf = vsi->back; |
| 4652 | struct i40e_hw *hw = &pf->hw; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4653 | i40e_status ret; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4654 | u32 tc_bw_max; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4655 | int i; |
| 4656 | |
| 4657 | /* Get the VSI level BW configuration */ |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4658 | ret = i40e_aq_query_vsi_bw_config(hw, vsi->seid, &bw_config, NULL); |
| 4659 | if (ret) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4660 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4661 | "couldn't get PF vsi bw config, err %s aq_err %s\n", |
| 4662 | i40e_stat_str(&pf->hw, ret), |
| 4663 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 4664 | return -EINVAL; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4665 | } |
| 4666 | |
| 4667 | /* Get the VSI level BW configuration per TC */ |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4668 | ret = i40e_aq_query_vsi_ets_sla_config(hw, vsi->seid, &bw_ets_config, |
| 4669 | NULL); |
| 4670 | if (ret) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4671 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4672 | "couldn't get PF vsi ets bw config, err %s aq_err %s\n", |
| 4673 | i40e_stat_str(&pf->hw, ret), |
| 4674 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 4675 | return -EINVAL; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4676 | } |
| 4677 | |
| 4678 | if (bw_config.tc_valid_bits != bw_ets_config.tc_valid_bits) { |
| 4679 | dev_info(&pf->pdev->dev, |
| 4680 | "Enabled TCs mismatch from querying VSI BW info 0x%08x 0x%08x\n", |
| 4681 | bw_config.tc_valid_bits, |
| 4682 | bw_ets_config.tc_valid_bits); |
| 4683 | /* Still continuing */ |
| 4684 | } |
| 4685 | |
| 4686 | vsi->bw_limit = le16_to_cpu(bw_config.port_bw_limit); |
| 4687 | vsi->bw_max_quanta = bw_config.max_bw; |
| 4688 | tc_bw_max = le16_to_cpu(bw_ets_config.tc_bw_max[0]) | |
| 4689 | (le16_to_cpu(bw_ets_config.tc_bw_max[1]) << 16); |
| 4690 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
| 4691 | vsi->bw_ets_share_credits[i] = bw_ets_config.share_credits[i]; |
| 4692 | vsi->bw_ets_limit_credits[i] = |
| 4693 | le16_to_cpu(bw_ets_config.credits[i]); |
| 4694 | /* 3 bits out of 4 for each TC */ |
| 4695 | vsi->bw_ets_max_quanta[i] = (u8)((tc_bw_max >> (i*4)) & 0x7); |
| 4696 | } |
Jesse Brandeburg | 078b587 | 2013-09-25 23:41:14 +0000 | [diff] [blame] | 4697 | |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 4698 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4699 | } |
| 4700 | |
| 4701 | /** |
| 4702 | * i40e_vsi_configure_bw_alloc - Configure VSI BW allocation per TC |
| 4703 | * @vsi: the VSI being configured |
| 4704 | * @enabled_tc: TC bitmap |
| 4705 | * @bw_credits: BW shared credits per TC |
| 4706 | * |
| 4707 | * Returns 0 on success, negative value on failure |
| 4708 | **/ |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 4709 | static int i40e_vsi_configure_bw_alloc(struct i40e_vsi *vsi, u8 enabled_tc, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4710 | u8 *bw_share) |
| 4711 | { |
| 4712 | struct i40e_aqc_configure_vsi_tc_bw_data bw_data; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4713 | i40e_status ret; |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 4714 | int i; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4715 | |
| 4716 | bw_data.tc_valid_bits = enabled_tc; |
| 4717 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) |
| 4718 | bw_data.tc_bw_credits[i] = bw_share[i]; |
| 4719 | |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4720 | ret = i40e_aq_config_vsi_tc_bw(&vsi->back->hw, vsi->seid, &bw_data, |
| 4721 | NULL); |
| 4722 | if (ret) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4723 | dev_info(&vsi->back->pdev->dev, |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 4724 | "AQ command Config VSI BW allocation per TC failed = %d\n", |
| 4725 | vsi->back->hw.aq.asq_last_status); |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 4726 | return -EINVAL; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4727 | } |
| 4728 | |
| 4729 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) |
| 4730 | vsi->info.qs_handle[i] = bw_data.qs_handles[i]; |
| 4731 | |
Jesse Brandeburg | dcae29b | 2013-09-13 08:23:20 +0000 | [diff] [blame] | 4732 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4733 | } |
| 4734 | |
| 4735 | /** |
| 4736 | * i40e_vsi_config_netdev_tc - Setup the netdev TC configuration |
| 4737 | * @vsi: the VSI being configured |
| 4738 | * @enabled_tc: TC map to be enabled |
| 4739 | * |
| 4740 | **/ |
| 4741 | static void i40e_vsi_config_netdev_tc(struct i40e_vsi *vsi, u8 enabled_tc) |
| 4742 | { |
| 4743 | struct net_device *netdev = vsi->netdev; |
| 4744 | struct i40e_pf *pf = vsi->back; |
| 4745 | struct i40e_hw *hw = &pf->hw; |
| 4746 | u8 netdev_tc = 0; |
| 4747 | int i; |
| 4748 | struct i40e_dcbx_config *dcbcfg = &hw->local_dcbx_config; |
| 4749 | |
| 4750 | if (!netdev) |
| 4751 | return; |
| 4752 | |
| 4753 | if (!enabled_tc) { |
| 4754 | netdev_reset_tc(netdev); |
| 4755 | return; |
| 4756 | } |
| 4757 | |
| 4758 | /* Set up actual enabled TCs on the VSI */ |
| 4759 | if (netdev_set_num_tc(netdev, vsi->tc_config.numtc)) |
| 4760 | return; |
| 4761 | |
| 4762 | /* set per TC queues for the VSI */ |
| 4763 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
| 4764 | /* Only set TC queues for enabled tcs |
| 4765 | * |
| 4766 | * e.g. For a VSI that has TC0 and TC3 enabled the |
| 4767 | * enabled_tc bitmap would be 0x00001001; the driver |
| 4768 | * will set the numtc for netdev as 2 that will be |
| 4769 | * referenced by the netdev layer as TC 0 and 1. |
| 4770 | */ |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 4771 | if (vsi->tc_config.enabled_tc & BIT(i)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4772 | netdev_set_tc_queue(netdev, |
| 4773 | vsi->tc_config.tc_info[i].netdev_tc, |
| 4774 | vsi->tc_config.tc_info[i].qcount, |
| 4775 | vsi->tc_config.tc_info[i].qoffset); |
| 4776 | } |
| 4777 | |
| 4778 | /* Assign UP2TC map for the VSI */ |
| 4779 | for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) { |
| 4780 | /* Get the actual TC# for the UP */ |
| 4781 | u8 ets_tc = dcbcfg->etscfg.prioritytable[i]; |
| 4782 | /* Get the mapped netdev TC# for the UP */ |
| 4783 | netdev_tc = vsi->tc_config.tc_info[ets_tc].netdev_tc; |
| 4784 | netdev_set_prio_tc_map(netdev, i, netdev_tc); |
| 4785 | } |
| 4786 | } |
| 4787 | |
| 4788 | /** |
| 4789 | * i40e_vsi_update_queue_map - Update our copy of VSi info with new queue map |
| 4790 | * @vsi: the VSI being configured |
| 4791 | * @ctxt: the ctxt buffer returned from AQ VSI update param command |
| 4792 | **/ |
| 4793 | static void i40e_vsi_update_queue_map(struct i40e_vsi *vsi, |
| 4794 | struct i40e_vsi_context *ctxt) |
| 4795 | { |
| 4796 | /* copy just the sections touched not the entire info |
| 4797 | * since not all sections are valid as returned by |
| 4798 | * update vsi params |
| 4799 | */ |
| 4800 | vsi->info.mapping_flags = ctxt->info.mapping_flags; |
| 4801 | memcpy(&vsi->info.queue_mapping, |
| 4802 | &ctxt->info.queue_mapping, sizeof(vsi->info.queue_mapping)); |
| 4803 | memcpy(&vsi->info.tc_mapping, ctxt->info.tc_mapping, |
| 4804 | sizeof(vsi->info.tc_mapping)); |
| 4805 | } |
| 4806 | |
| 4807 | /** |
| 4808 | * i40e_vsi_config_tc - Configure VSI Tx Scheduler for given TC map |
| 4809 | * @vsi: VSI to be configured |
| 4810 | * @enabled_tc: TC bitmap |
| 4811 | * |
| 4812 | * This configures a particular VSI for TCs that are mapped to the |
| 4813 | * given TC bitmap. It uses default bandwidth share for TCs across |
| 4814 | * VSIs to configure TC for a particular VSI. |
| 4815 | * |
| 4816 | * NOTE: |
| 4817 | * It is expected that the VSI queues have been quisced before calling |
| 4818 | * this function. |
| 4819 | **/ |
| 4820 | static int i40e_vsi_config_tc(struct i40e_vsi *vsi, u8 enabled_tc) |
| 4821 | { |
| 4822 | u8 bw_share[I40E_MAX_TRAFFIC_CLASS] = {0}; |
| 4823 | struct i40e_vsi_context ctxt; |
| 4824 | int ret = 0; |
| 4825 | int i; |
| 4826 | |
| 4827 | /* Check if enabled_tc is same as existing or new TCs */ |
| 4828 | if (vsi->tc_config.enabled_tc == enabled_tc) |
| 4829 | return ret; |
| 4830 | |
| 4831 | /* Enable ETS TCs with equal BW Share for now across all VSIs */ |
| 4832 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 4833 | if (enabled_tc & BIT(i)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4834 | bw_share[i] = 1; |
| 4835 | } |
| 4836 | |
| 4837 | ret = i40e_vsi_configure_bw_alloc(vsi, enabled_tc, bw_share); |
| 4838 | if (ret) { |
| 4839 | dev_info(&vsi->back->pdev->dev, |
| 4840 | "Failed configuring TC map %d for VSI %d\n", |
| 4841 | enabled_tc, vsi->seid); |
| 4842 | goto out; |
| 4843 | } |
| 4844 | |
| 4845 | /* Update Queue Pairs Mapping for currently enabled UPs */ |
| 4846 | ctxt.seid = vsi->seid; |
| 4847 | ctxt.pf_num = vsi->back->hw.pf_id; |
| 4848 | ctxt.vf_num = 0; |
| 4849 | ctxt.uplink_seid = vsi->uplink_seid; |
Jesse Brandeburg | 1a2f624 | 2015-03-31 00:45:01 -0700 | [diff] [blame] | 4850 | ctxt.info = vsi->info; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4851 | i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, false); |
| 4852 | |
| 4853 | /* Update the VSI after updating the VSI queue-mapping information */ |
| 4854 | ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); |
| 4855 | if (ret) { |
| 4856 | dev_info(&vsi->back->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4857 | "Update vsi tc config failed, err %s aq_err %s\n", |
| 4858 | i40e_stat_str(&vsi->back->hw, ret), |
| 4859 | i40e_aq_str(&vsi->back->hw, |
| 4860 | vsi->back->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4861 | goto out; |
| 4862 | } |
| 4863 | /* update the local VSI info with updated queue map */ |
| 4864 | i40e_vsi_update_queue_map(vsi, &ctxt); |
| 4865 | vsi->info.valid_sections = 0; |
| 4866 | |
| 4867 | /* Update current VSI BW information */ |
| 4868 | ret = i40e_vsi_get_bw_info(vsi); |
| 4869 | if (ret) { |
| 4870 | dev_info(&vsi->back->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4871 | "Failed updating vsi bw info, err %s aq_err %s\n", |
| 4872 | i40e_stat_str(&vsi->back->hw, ret), |
| 4873 | i40e_aq_str(&vsi->back->hw, |
| 4874 | vsi->back->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 4875 | goto out; |
| 4876 | } |
| 4877 | |
| 4878 | /* Update the netdev TC setup */ |
| 4879 | i40e_vsi_config_netdev_tc(vsi, enabled_tc); |
| 4880 | out: |
| 4881 | return ret; |
| 4882 | } |
| 4883 | |
| 4884 | /** |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 4885 | * i40e_veb_config_tc - Configure TCs for given VEB |
| 4886 | * @veb: given VEB |
| 4887 | * @enabled_tc: TC bitmap |
| 4888 | * |
| 4889 | * Configures given TC bitmap for VEB (switching) element |
| 4890 | **/ |
| 4891 | int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc) |
| 4892 | { |
| 4893 | struct i40e_aqc_configure_switching_comp_bw_config_data bw_data = {0}; |
| 4894 | struct i40e_pf *pf = veb->pf; |
| 4895 | int ret = 0; |
| 4896 | int i; |
| 4897 | |
| 4898 | /* No TCs or already enabled TCs just return */ |
| 4899 | if (!enabled_tc || veb->enabled_tc == enabled_tc) |
| 4900 | return ret; |
| 4901 | |
| 4902 | bw_data.tc_valid_bits = enabled_tc; |
| 4903 | /* bw_data.absolute_credits is not set (relative) */ |
| 4904 | |
| 4905 | /* Enable ETS TCs with equal BW Share for now */ |
| 4906 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 4907 | if (enabled_tc & BIT(i)) |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 4908 | bw_data.tc_bw_share_credits[i] = 1; |
| 4909 | } |
| 4910 | |
| 4911 | ret = i40e_aq_config_switch_comp_bw_config(&pf->hw, veb->seid, |
| 4912 | &bw_data, NULL); |
| 4913 | if (ret) { |
| 4914 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4915 | "VEB bw config failed, err %s aq_err %s\n", |
| 4916 | i40e_stat_str(&pf->hw, ret), |
| 4917 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 4918 | goto out; |
| 4919 | } |
| 4920 | |
| 4921 | /* Update the BW information */ |
| 4922 | ret = i40e_veb_get_bw_info(veb); |
| 4923 | if (ret) { |
| 4924 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 4925 | "Failed getting veb bw config, err %s aq_err %s\n", |
| 4926 | i40e_stat_str(&pf->hw, ret), |
| 4927 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 4928 | } |
| 4929 | |
| 4930 | out: |
| 4931 | return ret; |
| 4932 | } |
| 4933 | |
| 4934 | #ifdef CONFIG_I40E_DCB |
| 4935 | /** |
| 4936 | * i40e_dcb_reconfigure - Reconfigure all VEBs and VSIs |
| 4937 | * @pf: PF struct |
| 4938 | * |
| 4939 | * Reconfigure VEB/VSIs on a given PF; it is assumed that |
| 4940 | * the caller would've quiesce all the VSIs before calling |
| 4941 | * this function |
| 4942 | **/ |
| 4943 | static void i40e_dcb_reconfigure(struct i40e_pf *pf) |
| 4944 | { |
| 4945 | u8 tc_map = 0; |
| 4946 | int ret; |
| 4947 | u8 v; |
| 4948 | |
| 4949 | /* Enable the TCs available on PF to all VEBs */ |
| 4950 | tc_map = i40e_pf_get_tc_map(pf); |
| 4951 | for (v = 0; v < I40E_MAX_VEB; v++) { |
| 4952 | if (!pf->veb[v]) |
| 4953 | continue; |
| 4954 | ret = i40e_veb_config_tc(pf->veb[v], tc_map); |
| 4955 | if (ret) { |
| 4956 | dev_info(&pf->pdev->dev, |
| 4957 | "Failed configuring TC for VEB seid=%d\n", |
| 4958 | pf->veb[v]->seid); |
| 4959 | /* Will try to configure as many components */ |
| 4960 | } |
| 4961 | } |
| 4962 | |
| 4963 | /* Update each VSI */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 4964 | for (v = 0; v < pf->num_alloc_vsi; v++) { |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 4965 | if (!pf->vsi[v]) |
| 4966 | continue; |
| 4967 | |
| 4968 | /* - Enable all TCs for the LAN VSI |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 4969 | #ifdef I40E_FCOE |
| 4970 | * - For FCoE VSI only enable the TC configured |
| 4971 | * as per the APP TLV |
| 4972 | #endif |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 4973 | * - For all others keep them at TC0 for now |
| 4974 | */ |
| 4975 | if (v == pf->lan_vsi) |
| 4976 | tc_map = i40e_pf_get_tc_map(pf); |
| 4977 | else |
| 4978 | tc_map = i40e_pf_get_default_tc(pf); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 4979 | #ifdef I40E_FCOE |
| 4980 | if (pf->vsi[v]->type == I40E_VSI_FCOE) |
| 4981 | tc_map = i40e_get_fcoe_tc_map(pf); |
| 4982 | #endif /* #ifdef I40E_FCOE */ |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 4983 | |
| 4984 | ret = i40e_vsi_config_tc(pf->vsi[v], tc_map); |
| 4985 | if (ret) { |
| 4986 | dev_info(&pf->pdev->dev, |
| 4987 | "Failed configuring TC for VSI seid=%d\n", |
| 4988 | pf->vsi[v]->seid); |
| 4989 | /* Will try to configure as many components */ |
| 4990 | } else { |
Neerav Parikh | 0672a09 | 2014-04-01 07:11:47 +0000 | [diff] [blame] | 4991 | /* Re-configure VSI vectors based on updated TC map */ |
| 4992 | i40e_vsi_map_rings_to_vectors(pf->vsi[v]); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 4993 | if (pf->vsi[v]->netdev) |
| 4994 | i40e_dcbnl_set_all(pf->vsi[v]); |
| 4995 | } |
| 4996 | } |
| 4997 | } |
| 4998 | |
| 4999 | /** |
Neerav Parikh | 2fd75f3 | 2014-11-12 00:18:20 +0000 | [diff] [blame] | 5000 | * i40e_resume_port_tx - Resume port Tx |
| 5001 | * @pf: PF struct |
| 5002 | * |
| 5003 | * Resume a port's Tx and issue a PF reset in case of failure to |
| 5004 | * resume. |
| 5005 | **/ |
| 5006 | static int i40e_resume_port_tx(struct i40e_pf *pf) |
| 5007 | { |
| 5008 | struct i40e_hw *hw = &pf->hw; |
| 5009 | int ret; |
| 5010 | |
| 5011 | ret = i40e_aq_resume_port_tx(hw, NULL); |
| 5012 | if (ret) { |
| 5013 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 5014 | "Resume Port Tx failed, err %s aq_err %s\n", |
| 5015 | i40e_stat_str(&pf->hw, ret), |
| 5016 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Neerav Parikh | 2fd75f3 | 2014-11-12 00:18:20 +0000 | [diff] [blame] | 5017 | /* Schedule PF reset to recover */ |
| 5018 | set_bit(__I40E_PF_RESET_REQUESTED, &pf->state); |
| 5019 | i40e_service_event_schedule(pf); |
| 5020 | } |
| 5021 | |
| 5022 | return ret; |
| 5023 | } |
| 5024 | |
| 5025 | /** |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5026 | * i40e_init_pf_dcb - Initialize DCB configuration |
| 5027 | * @pf: PF being configured |
| 5028 | * |
| 5029 | * Query the current DCB configuration and cache it |
| 5030 | * in the hardware structure |
| 5031 | **/ |
| 5032 | static int i40e_init_pf_dcb(struct i40e_pf *pf) |
| 5033 | { |
| 5034 | struct i40e_hw *hw = &pf->hw; |
| 5035 | int err = 0; |
| 5036 | |
Anjali Singhai Jain | 025b4a5 | 2015-02-24 06:58:46 +0000 | [diff] [blame] | 5037 | /* Do not enable DCB for SW1 and SW2 images even if the FW is capable */ |
Neerav Parikh | f1bbad3 | 2016-01-13 16:51:39 -0800 | [diff] [blame] | 5038 | if (pf->flags & I40E_FLAG_NO_DCB_SUPPORT) |
Anjali Singhai Jain | 025b4a5 | 2015-02-24 06:58:46 +0000 | [diff] [blame] | 5039 | goto out; |
| 5040 | |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5041 | /* Get the initial DCB configuration */ |
| 5042 | err = i40e_init_dcb(hw); |
| 5043 | if (!err) { |
| 5044 | /* Device/Function is not DCBX capable */ |
| 5045 | if ((!hw->func_caps.dcb) || |
| 5046 | (hw->dcbx_status == I40E_DCBX_STATUS_DISABLED)) { |
| 5047 | dev_info(&pf->pdev->dev, |
| 5048 | "DCBX offload is not supported or is disabled for this PF.\n"); |
| 5049 | |
| 5050 | if (pf->flags & I40E_FLAG_MFP_ENABLED) |
| 5051 | goto out; |
| 5052 | |
| 5053 | } else { |
| 5054 | /* When status is not DISABLED then DCBX in FW */ |
| 5055 | pf->dcbx_cap = DCB_CAP_DCBX_LLD_MANAGED | |
| 5056 | DCB_CAP_DCBX_VER_IEEE; |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 5057 | |
| 5058 | pf->flags |= I40E_FLAG_DCB_CAPABLE; |
| 5059 | /* Enable DCB tagging only when more than one TC */ |
| 5060 | if (i40e_dcb_get_num_tc(&hw->local_dcbx_config) > 1) |
| 5061 | pf->flags |= I40E_FLAG_DCB_ENABLED; |
Neerav Parikh | 9fa61dd | 2014-11-12 00:18:25 +0000 | [diff] [blame] | 5062 | dev_dbg(&pf->pdev->dev, |
| 5063 | "DCBX offload is supported for this PF.\n"); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5064 | } |
Neerav Parikh | 014269f | 2014-04-01 07:11:48 +0000 | [diff] [blame] | 5065 | } else { |
Shannon Nelson | aebfc81 | 2014-12-11 07:06:38 +0000 | [diff] [blame] | 5066 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 5067 | "Query for DCB configuration failed, err %s aq_err %s\n", |
| 5068 | i40e_stat_str(&pf->hw, err), |
| 5069 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5070 | } |
| 5071 | |
| 5072 | out: |
| 5073 | return err; |
| 5074 | } |
| 5075 | #endif /* CONFIG_I40E_DCB */ |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5076 | #define SPEED_SIZE 14 |
| 5077 | #define FC_SIZE 8 |
| 5078 | /** |
| 5079 | * i40e_print_link_message - print link up or down |
| 5080 | * @vsi: the VSI for which link needs a message |
| 5081 | */ |
Matt Jared | c156f85 | 2015-08-27 11:42:39 -0400 | [diff] [blame] | 5082 | void i40e_print_link_message(struct i40e_vsi *vsi, bool isup) |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5083 | { |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5084 | char *speed = "Unknown"; |
| 5085 | char *fc = "Unknown"; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5086 | |
Matt Jared | c156f85 | 2015-08-27 11:42:39 -0400 | [diff] [blame] | 5087 | if (vsi->current_isup == isup) |
| 5088 | return; |
| 5089 | vsi->current_isup = isup; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5090 | if (!isup) { |
| 5091 | netdev_info(vsi->netdev, "NIC Link is Down\n"); |
| 5092 | return; |
| 5093 | } |
| 5094 | |
Greg Rose | 148c2d8 | 2014-12-11 07:06:27 +0000 | [diff] [blame] | 5095 | /* Warn user if link speed on NPAR enabled partition is not at |
| 5096 | * least 10GB |
| 5097 | */ |
| 5098 | if (vsi->back->hw.func_caps.npar_enable && |
| 5099 | (vsi->back->hw.phy.link_info.link_speed == I40E_LINK_SPEED_1GB || |
| 5100 | vsi->back->hw.phy.link_info.link_speed == I40E_LINK_SPEED_100MB)) |
| 5101 | netdev_warn(vsi->netdev, |
| 5102 | "The partition detected link speed that is less than 10Gbps\n"); |
| 5103 | |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5104 | switch (vsi->back->hw.phy.link_info.link_speed) { |
| 5105 | case I40E_LINK_SPEED_40GB: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5106 | speed = "40 G"; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5107 | break; |
Jesse Brandeburg | ae24b40 | 2015-03-27 00:12:09 -0700 | [diff] [blame] | 5108 | case I40E_LINK_SPEED_20GB: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5109 | speed = "20 G"; |
Jesse Brandeburg | ae24b40 | 2015-03-27 00:12:09 -0700 | [diff] [blame] | 5110 | break; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5111 | case I40E_LINK_SPEED_10GB: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5112 | speed = "10 G"; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5113 | break; |
| 5114 | case I40E_LINK_SPEED_1GB: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5115 | speed = "1000 M"; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5116 | break; |
Mitch Williams | 5960d33 | 2014-09-13 07:40:47 +0000 | [diff] [blame] | 5117 | case I40E_LINK_SPEED_100MB: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5118 | speed = "100 M"; |
Mitch Williams | 5960d33 | 2014-09-13 07:40:47 +0000 | [diff] [blame] | 5119 | break; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5120 | default: |
| 5121 | break; |
| 5122 | } |
| 5123 | |
| 5124 | switch (vsi->back->hw.fc.current_mode) { |
| 5125 | case I40E_FC_FULL: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5126 | fc = "RX/TX"; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5127 | break; |
| 5128 | case I40E_FC_TX_PAUSE: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5129 | fc = "TX"; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5130 | break; |
| 5131 | case I40E_FC_RX_PAUSE: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5132 | fc = "RX"; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5133 | break; |
| 5134 | default: |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5135 | fc = "None"; |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5136 | break; |
| 5137 | } |
| 5138 | |
Shannon Nelson | a916549 | 2015-09-03 17:19:00 -0400 | [diff] [blame] | 5139 | netdev_info(vsi->netdev, "NIC Link is Up %sbps Full Duplex, Flow Control: %s\n", |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5140 | speed, fc); |
| 5141 | } |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5142 | |
| 5143 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5144 | * i40e_up_complete - Finish the last steps of bringing up a connection |
| 5145 | * @vsi: the VSI being configured |
| 5146 | **/ |
| 5147 | static int i40e_up_complete(struct i40e_vsi *vsi) |
| 5148 | { |
| 5149 | struct i40e_pf *pf = vsi->back; |
| 5150 | int err; |
| 5151 | |
| 5152 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
| 5153 | i40e_vsi_configure_msix(vsi); |
| 5154 | else |
| 5155 | i40e_configure_msi_and_legacy(vsi); |
| 5156 | |
| 5157 | /* start rings */ |
| 5158 | err = i40e_vsi_control_rings(vsi, true); |
| 5159 | if (err) |
| 5160 | return err; |
| 5161 | |
| 5162 | clear_bit(__I40E_DOWN, &vsi->state); |
| 5163 | i40e_napi_enable_all(vsi); |
| 5164 | i40e_vsi_enable_irq(vsi); |
| 5165 | |
| 5166 | if ((pf->hw.phy.link_info.link_info & I40E_AQ_LINK_UP) && |
| 5167 | (vsi->netdev)) { |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5168 | i40e_print_link_message(vsi, true); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5169 | netif_tx_start_all_queues(vsi->netdev); |
| 5170 | netif_carrier_on(vsi->netdev); |
Anjali Singhai | 6d779b4 | 2013-09-28 06:00:02 +0000 | [diff] [blame] | 5171 | } else if (vsi->netdev) { |
Jesse Brandeburg | cf05ed0 | 2014-04-23 04:50:12 +0000 | [diff] [blame] | 5172 | i40e_print_link_message(vsi, false); |
Carolyn Wyborny | 7b592f6 | 2014-07-10 07:58:19 +0000 | [diff] [blame] | 5173 | /* need to check for qualified module here*/ |
| 5174 | if ((pf->hw.phy.link_info.link_info & |
| 5175 | I40E_AQ_MEDIA_AVAILABLE) && |
| 5176 | (!(pf->hw.phy.link_info.an_info & |
| 5177 | I40E_AQ_QUALIFIED_MODULE))) |
| 5178 | netdev_err(vsi->netdev, |
| 5179 | "the driver failed to link because an unqualified module was detected."); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5180 | } |
Anjali Singhai Jain | ca64fa4 | 2014-02-11 08:26:30 +0000 | [diff] [blame] | 5181 | |
| 5182 | /* replay FDIR SB filters */ |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5183 | if (vsi->type == I40E_VSI_FDIR) { |
| 5184 | /* reset fd counters */ |
| 5185 | pf->fd_add_err = pf->fd_atr_cnt = 0; |
| 5186 | if (pf->fd_tcp_rule > 0) { |
| 5187 | pf->flags &= ~I40E_FLAG_FD_ATR_ENABLED; |
Anjali Singhai Jain | 2e4875e | 2015-04-16 20:06:06 -0400 | [diff] [blame] | 5188 | if (I40E_DEBUG_FD & pf->hw.debug_mask) |
| 5189 | dev_info(&pf->pdev->dev, "Forcing ATR off, sideband rules for TCP/IPv4 exist\n"); |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5190 | pf->fd_tcp_rule = 0; |
| 5191 | } |
Anjali Singhai Jain | ca64fa4 | 2014-02-11 08:26:30 +0000 | [diff] [blame] | 5192 | i40e_fdir_filter_restore(vsi); |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5193 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5194 | i40e_service_event_schedule(pf); |
| 5195 | |
| 5196 | return 0; |
| 5197 | } |
| 5198 | |
| 5199 | /** |
| 5200 | * i40e_vsi_reinit_locked - Reset the VSI |
| 5201 | * @vsi: the VSI being configured |
| 5202 | * |
| 5203 | * Rebuild the ring structs after some configuration |
| 5204 | * has changed, e.g. MTU size. |
| 5205 | **/ |
| 5206 | static void i40e_vsi_reinit_locked(struct i40e_vsi *vsi) |
| 5207 | { |
| 5208 | struct i40e_pf *pf = vsi->back; |
| 5209 | |
| 5210 | WARN_ON(in_interrupt()); |
| 5211 | while (test_and_set_bit(__I40E_CONFIG_BUSY, &pf->state)) |
| 5212 | usleep_range(1000, 2000); |
| 5213 | i40e_down(vsi); |
| 5214 | |
| 5215 | /* Give a VF some time to respond to the reset. The |
| 5216 | * two second wait is based upon the watchdog cycle in |
| 5217 | * the VF driver. |
| 5218 | */ |
| 5219 | if (vsi->type == I40E_VSI_SRIOV) |
| 5220 | msleep(2000); |
| 5221 | i40e_up(vsi); |
| 5222 | clear_bit(__I40E_CONFIG_BUSY, &pf->state); |
| 5223 | } |
| 5224 | |
| 5225 | /** |
| 5226 | * i40e_up - Bring the connection back up after being down |
| 5227 | * @vsi: the VSI being configured |
| 5228 | **/ |
| 5229 | int i40e_up(struct i40e_vsi *vsi) |
| 5230 | { |
| 5231 | int err; |
| 5232 | |
| 5233 | err = i40e_vsi_configure(vsi); |
| 5234 | if (!err) |
| 5235 | err = i40e_up_complete(vsi); |
| 5236 | |
| 5237 | return err; |
| 5238 | } |
| 5239 | |
| 5240 | /** |
| 5241 | * i40e_down - Shutdown the connection processing |
| 5242 | * @vsi: the VSI being stopped |
| 5243 | **/ |
| 5244 | void i40e_down(struct i40e_vsi *vsi) |
| 5245 | { |
| 5246 | int i; |
| 5247 | |
| 5248 | /* It is assumed that the caller of this function |
| 5249 | * sets the vsi->state __I40E_DOWN bit. |
| 5250 | */ |
| 5251 | if (vsi->netdev) { |
| 5252 | netif_carrier_off(vsi->netdev); |
| 5253 | netif_tx_disable(vsi->netdev); |
| 5254 | } |
| 5255 | i40e_vsi_disable_irq(vsi); |
| 5256 | i40e_vsi_control_rings(vsi, false); |
| 5257 | i40e_napi_disable_all(vsi); |
| 5258 | |
| 5259 | for (i = 0; i < vsi->num_queue_pairs; i++) { |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 5260 | i40e_clean_tx_ring(vsi->tx_rings[i]); |
| 5261 | i40e_clean_rx_ring(vsi->rx_rings[i]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5262 | } |
| 5263 | } |
| 5264 | |
| 5265 | /** |
| 5266 | * i40e_setup_tc - configure multiple traffic classes |
| 5267 | * @netdev: net device to configure |
| 5268 | * @tc: number of traffic classes to enable |
| 5269 | **/ |
| 5270 | static int i40e_setup_tc(struct net_device *netdev, u8 tc) |
| 5271 | { |
| 5272 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 5273 | struct i40e_vsi *vsi = np->vsi; |
| 5274 | struct i40e_pf *pf = vsi->back; |
| 5275 | u8 enabled_tc = 0; |
| 5276 | int ret = -EINVAL; |
| 5277 | int i; |
| 5278 | |
| 5279 | /* Check if DCB enabled to continue */ |
| 5280 | if (!(pf->flags & I40E_FLAG_DCB_ENABLED)) { |
| 5281 | netdev_info(netdev, "DCB is not enabled for adapter\n"); |
| 5282 | goto exit; |
| 5283 | } |
| 5284 | |
| 5285 | /* Check if MFP enabled */ |
| 5286 | if (pf->flags & I40E_FLAG_MFP_ENABLED) { |
| 5287 | netdev_info(netdev, "Configuring TC not supported in MFP mode\n"); |
| 5288 | goto exit; |
| 5289 | } |
| 5290 | |
| 5291 | /* Check whether tc count is within enabled limit */ |
| 5292 | if (tc > i40e_pf_get_num_tc(pf)) { |
| 5293 | netdev_info(netdev, "TC count greater than enabled on link for adapter\n"); |
| 5294 | goto exit; |
| 5295 | } |
| 5296 | |
| 5297 | /* Generate TC map for number of tc requested */ |
| 5298 | for (i = 0; i < tc; i++) |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 5299 | enabled_tc |= BIT(i); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5300 | |
| 5301 | /* Requesting same TC configuration as already enabled */ |
| 5302 | if (enabled_tc == vsi->tc_config.enabled_tc) |
| 5303 | return 0; |
| 5304 | |
| 5305 | /* Quiesce VSI queues */ |
| 5306 | i40e_quiesce_vsi(vsi); |
| 5307 | |
| 5308 | /* Configure VSI for enabled TCs */ |
| 5309 | ret = i40e_vsi_config_tc(vsi, enabled_tc); |
| 5310 | if (ret) { |
| 5311 | netdev_info(netdev, "Failed configuring TC for VSI seid=%d\n", |
| 5312 | vsi->seid); |
| 5313 | goto exit; |
| 5314 | } |
| 5315 | |
| 5316 | /* Unquiesce VSI */ |
| 5317 | i40e_unquiesce_vsi(vsi); |
| 5318 | |
| 5319 | exit: |
| 5320 | return ret; |
| 5321 | } |
| 5322 | |
John Fastabend | e4c6734 | 2016-02-16 21:16:15 -0800 | [diff] [blame] | 5323 | #ifdef I40E_FCOE |
John Fastabend | 16e5cc6 | 2016-02-16 21:16:43 -0800 | [diff] [blame] | 5324 | int __i40e_setup_tc(struct net_device *netdev, u32 handle, __be16 proto, |
| 5325 | struct tc_to_netdev *tc) |
John Fastabend | e4c6734 | 2016-02-16 21:16:15 -0800 | [diff] [blame] | 5326 | #else |
John Fastabend | 16e5cc6 | 2016-02-16 21:16:43 -0800 | [diff] [blame] | 5327 | static int __i40e_setup_tc(struct net_device *netdev, u32 handle, __be16 proto, |
| 5328 | struct tc_to_netdev *tc) |
John Fastabend | e4c6734 | 2016-02-16 21:16:15 -0800 | [diff] [blame] | 5329 | #endif |
| 5330 | { |
John Fastabend | 16e5cc6 | 2016-02-16 21:16:43 -0800 | [diff] [blame] | 5331 | if (handle != TC_H_ROOT || tc->type != TC_SETUP_MQPRIO) |
John Fastabend | e4c6734 | 2016-02-16 21:16:15 -0800 | [diff] [blame] | 5332 | return -EINVAL; |
John Fastabend | 16e5cc6 | 2016-02-16 21:16:43 -0800 | [diff] [blame] | 5333 | return i40e_setup_tc(netdev, tc->tc); |
John Fastabend | e4c6734 | 2016-02-16 21:16:15 -0800 | [diff] [blame] | 5334 | } |
| 5335 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5336 | /** |
| 5337 | * i40e_open - Called when a network interface is made active |
| 5338 | * @netdev: network interface device structure |
| 5339 | * |
| 5340 | * The open entry point is called when a network interface is made |
| 5341 | * active by the system (IFF_UP). At this point all resources needed |
| 5342 | * for transmit and receive operations are allocated, the interrupt |
| 5343 | * handler is registered with the OS, the netdev watchdog subtask is |
| 5344 | * enabled, and the stack is notified that the interface is ready. |
| 5345 | * |
| 5346 | * Returns 0 on success, negative value on failure |
| 5347 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 5348 | int i40e_open(struct net_device *netdev) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5349 | { |
| 5350 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 5351 | struct i40e_vsi *vsi = np->vsi; |
| 5352 | struct i40e_pf *pf = vsi->back; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5353 | int err; |
| 5354 | |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 5355 | /* disallow open during test or if eeprom is broken */ |
| 5356 | if (test_bit(__I40E_TESTING, &pf->state) || |
| 5357 | test_bit(__I40E_BAD_EEPROM, &pf->state)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5358 | return -EBUSY; |
| 5359 | |
| 5360 | netif_carrier_off(netdev); |
| 5361 | |
Elizabeth Kappler | 6c167f5 | 2014-02-15 07:41:38 +0000 | [diff] [blame] | 5362 | err = i40e_vsi_open(vsi); |
| 5363 | if (err) |
| 5364 | return err; |
| 5365 | |
Jesse Brandeburg | 059dab6 | 2014-04-01 09:07:20 +0000 | [diff] [blame] | 5366 | /* configure global TSO hardware offload settings */ |
| 5367 | wr32(&pf->hw, I40E_GLLAN_TSOMSK_F, be32_to_cpu(TCP_FLAG_PSH | |
| 5368 | TCP_FLAG_FIN) >> 16); |
| 5369 | wr32(&pf->hw, I40E_GLLAN_TSOMSK_M, be32_to_cpu(TCP_FLAG_PSH | |
| 5370 | TCP_FLAG_FIN | |
| 5371 | TCP_FLAG_CWR) >> 16); |
| 5372 | wr32(&pf->hw, I40E_GLLAN_TSOMSK_L, be32_to_cpu(TCP_FLAG_CWR) >> 16); |
| 5373 | |
Singhai, Anjali | 6633d38 | 2015-12-03 23:49:31 -0800 | [diff] [blame] | 5374 | #ifdef CONFIG_I40E_VXLAN |
Elizabeth Kappler | 6c167f5 | 2014-02-15 07:41:38 +0000 | [diff] [blame] | 5375 | vxlan_get_rx_port(netdev); |
| 5376 | #endif |
Singhai, Anjali | cd86660 | 2015-12-14 12:21:21 -0800 | [diff] [blame] | 5377 | #ifdef CONFIG_I40E_GENEVE |
Anjali Singhai | a340c78 | 2016-01-06 11:49:28 -0800 | [diff] [blame] | 5378 | if (pf->flags & I40E_FLAG_GENEVE_OFFLOAD_CAPABLE) |
| 5379 | geneve_get_rx_port(netdev); |
Singhai, Anjali | cd86660 | 2015-12-14 12:21:21 -0800 | [diff] [blame] | 5380 | #endif |
Elizabeth Kappler | 6c167f5 | 2014-02-15 07:41:38 +0000 | [diff] [blame] | 5381 | |
| 5382 | return 0; |
| 5383 | } |
| 5384 | |
| 5385 | /** |
| 5386 | * i40e_vsi_open - |
| 5387 | * @vsi: the VSI to open |
| 5388 | * |
| 5389 | * Finish initialization of the VSI. |
| 5390 | * |
| 5391 | * Returns 0 on success, negative value on failure |
| 5392 | **/ |
| 5393 | int i40e_vsi_open(struct i40e_vsi *vsi) |
| 5394 | { |
| 5395 | struct i40e_pf *pf = vsi->back; |
Carolyn Wyborny | b294ac7 | 2014-12-11 07:06:39 +0000 | [diff] [blame] | 5396 | char int_name[I40E_INT_NAME_STR_LEN]; |
Elizabeth Kappler | 6c167f5 | 2014-02-15 07:41:38 +0000 | [diff] [blame] | 5397 | int err; |
| 5398 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5399 | /* allocate descriptors */ |
| 5400 | err = i40e_vsi_setup_tx_resources(vsi); |
| 5401 | if (err) |
| 5402 | goto err_setup_tx; |
| 5403 | err = i40e_vsi_setup_rx_resources(vsi); |
| 5404 | if (err) |
| 5405 | goto err_setup_rx; |
| 5406 | |
| 5407 | err = i40e_vsi_configure(vsi); |
| 5408 | if (err) |
| 5409 | goto err_setup_rx; |
| 5410 | |
Shannon Nelson | c22e3c6 | 2014-03-14 07:32:25 +0000 | [diff] [blame] | 5411 | if (vsi->netdev) { |
| 5412 | snprintf(int_name, sizeof(int_name) - 1, "%s-%s", |
| 5413 | dev_driver_string(&pf->pdev->dev), vsi->netdev->name); |
| 5414 | err = i40e_vsi_request_irq(vsi, int_name); |
| 5415 | if (err) |
| 5416 | goto err_setup_rx; |
| 5417 | |
| 5418 | /* Notify the stack of the actual queue counts. */ |
| 5419 | err = netif_set_real_num_tx_queues(vsi->netdev, |
| 5420 | vsi->num_queue_pairs); |
| 5421 | if (err) |
| 5422 | goto err_set_queues; |
| 5423 | |
| 5424 | err = netif_set_real_num_rx_queues(vsi->netdev, |
| 5425 | vsi->num_queue_pairs); |
| 5426 | if (err) |
| 5427 | goto err_set_queues; |
Shannon Nelson | 8a9eb7d | 2014-03-14 07:32:28 +0000 | [diff] [blame] | 5428 | |
| 5429 | } else if (vsi->type == I40E_VSI_FDIR) { |
Carolyn Wyborny | e240f67 | 2014-12-11 07:06:37 +0000 | [diff] [blame] | 5430 | snprintf(int_name, sizeof(int_name) - 1, "%s-%s:fdir", |
Carolyn Wyborny | b2008cb | 2014-11-11 20:05:26 +0000 | [diff] [blame] | 5431 | dev_driver_string(&pf->pdev->dev), |
| 5432 | dev_name(&pf->pdev->dev)); |
Shannon Nelson | 8a9eb7d | 2014-03-14 07:32:28 +0000 | [diff] [blame] | 5433 | err = i40e_vsi_request_irq(vsi, int_name); |
Carolyn Wyborny | b2008cb | 2014-11-11 20:05:26 +0000 | [diff] [blame] | 5434 | |
Shannon Nelson | c22e3c6 | 2014-03-14 07:32:25 +0000 | [diff] [blame] | 5435 | } else { |
Jean Sacren | ce9ccb1 | 2014-05-01 14:31:18 +0000 | [diff] [blame] | 5436 | err = -EINVAL; |
Elizabeth Kappler | 6c167f5 | 2014-02-15 07:41:38 +0000 | [diff] [blame] | 5437 | goto err_setup_rx; |
| 5438 | } |
Anjali Singhai Jain | 25946dd | 2013-11-26 10:49:14 +0000 | [diff] [blame] | 5439 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5440 | err = i40e_up_complete(vsi); |
| 5441 | if (err) |
| 5442 | goto err_up_complete; |
| 5443 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5444 | return 0; |
| 5445 | |
| 5446 | err_up_complete: |
| 5447 | i40e_down(vsi); |
Anjali Singhai Jain | 25946dd | 2013-11-26 10:49:14 +0000 | [diff] [blame] | 5448 | err_set_queues: |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5449 | i40e_vsi_free_irq(vsi); |
| 5450 | err_setup_rx: |
| 5451 | i40e_vsi_free_rx_resources(vsi); |
| 5452 | err_setup_tx: |
| 5453 | i40e_vsi_free_tx_resources(vsi); |
| 5454 | if (vsi == pf->vsi[pf->lan_vsi]) |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 5455 | i40e_do_reset(pf, BIT_ULL(__I40E_PF_RESET_REQUESTED)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5456 | |
| 5457 | return err; |
| 5458 | } |
| 5459 | |
| 5460 | /** |
Joseph Gasparakis | 17a73f6 | 2014-02-12 01:45:30 +0000 | [diff] [blame] | 5461 | * i40e_fdir_filter_exit - Cleans up the Flow Director accounting |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 5462 | * @pf: Pointer to PF |
Joseph Gasparakis | 17a73f6 | 2014-02-12 01:45:30 +0000 | [diff] [blame] | 5463 | * |
| 5464 | * This function destroys the hlist where all the Flow Director |
| 5465 | * filters were saved. |
| 5466 | **/ |
| 5467 | static void i40e_fdir_filter_exit(struct i40e_pf *pf) |
| 5468 | { |
| 5469 | struct i40e_fdir_filter *filter; |
| 5470 | struct hlist_node *node2; |
| 5471 | |
| 5472 | hlist_for_each_entry_safe(filter, node2, |
| 5473 | &pf->fdir_filter_list, fdir_node) { |
| 5474 | hlist_del(&filter->fdir_node); |
| 5475 | kfree(filter); |
| 5476 | } |
| 5477 | pf->fdir_pf_active_filters = 0; |
| 5478 | } |
| 5479 | |
| 5480 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5481 | * i40e_close - Disables a network interface |
| 5482 | * @netdev: network interface device structure |
| 5483 | * |
| 5484 | * The close entry point is called when an interface is de-activated |
| 5485 | * by the OS. The hardware is still under the driver's control, but |
| 5486 | * this netdev interface is disabled. |
| 5487 | * |
| 5488 | * Returns 0, this is not allowed to fail |
| 5489 | **/ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 5490 | #ifdef I40E_FCOE |
| 5491 | int i40e_close(struct net_device *netdev) |
| 5492 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5493 | static int i40e_close(struct net_device *netdev) |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 5494 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5495 | { |
| 5496 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 5497 | struct i40e_vsi *vsi = np->vsi; |
| 5498 | |
Shannon Nelson | 90ef8d4 | 2014-03-14 07:32:26 +0000 | [diff] [blame] | 5499 | i40e_vsi_close(vsi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5500 | |
| 5501 | return 0; |
| 5502 | } |
| 5503 | |
| 5504 | /** |
| 5505 | * i40e_do_reset - Start a PF or Core Reset sequence |
| 5506 | * @pf: board private structure |
| 5507 | * @reset_flags: which reset is requested |
| 5508 | * |
| 5509 | * The essential difference in resets is that the PF Reset |
| 5510 | * doesn't clear the packet buffers, doesn't reset the PE |
| 5511 | * firmware, and doesn't bother the other PFs on the chip. |
| 5512 | **/ |
| 5513 | void i40e_do_reset(struct i40e_pf *pf, u32 reset_flags) |
| 5514 | { |
| 5515 | u32 val; |
| 5516 | |
| 5517 | WARN_ON(in_interrupt()); |
| 5518 | |
Mitch Williams | 263fc48 | 2014-04-23 04:50:11 +0000 | [diff] [blame] | 5519 | if (i40e_check_asq_alive(&pf->hw)) |
| 5520 | i40e_vc_notify_reset(pf); |
| 5521 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5522 | /* do the biggest reset indicated */ |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 5523 | if (reset_flags & BIT_ULL(__I40E_GLOBAL_RESET_REQUESTED)) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5524 | |
| 5525 | /* Request a Global Reset |
| 5526 | * |
| 5527 | * This will start the chip's countdown to the actual full |
| 5528 | * chip reset event, and a warning interrupt to be sent |
| 5529 | * to all PFs, including the requestor. Our handler |
| 5530 | * for the warning interrupt will deal with the shutdown |
| 5531 | * and recovery of the switch setup. |
| 5532 | */ |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5533 | dev_dbg(&pf->pdev->dev, "GlobalR requested\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5534 | val = rd32(&pf->hw, I40E_GLGEN_RTRIG); |
| 5535 | val |= I40E_GLGEN_RTRIG_GLOBR_MASK; |
| 5536 | wr32(&pf->hw, I40E_GLGEN_RTRIG, val); |
| 5537 | |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 5538 | } else if (reset_flags & BIT_ULL(__I40E_CORE_RESET_REQUESTED)) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5539 | |
| 5540 | /* Request a Core Reset |
| 5541 | * |
| 5542 | * Same as Global Reset, except does *not* include the MAC/PHY |
| 5543 | */ |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5544 | dev_dbg(&pf->pdev->dev, "CoreR requested\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5545 | val = rd32(&pf->hw, I40E_GLGEN_RTRIG); |
| 5546 | val |= I40E_GLGEN_RTRIG_CORER_MASK; |
| 5547 | wr32(&pf->hw, I40E_GLGEN_RTRIG, val); |
| 5548 | i40e_flush(&pf->hw); |
| 5549 | |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 5550 | } else if (reset_flags & BIT_ULL(__I40E_PF_RESET_REQUESTED)) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5551 | |
| 5552 | /* Request a PF Reset |
| 5553 | * |
| 5554 | * Resets only the PF-specific registers |
| 5555 | * |
| 5556 | * This goes directly to the tear-down and rebuild of |
| 5557 | * the switch, since we need to do all the recovery as |
| 5558 | * for the Core Reset. |
| 5559 | */ |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5560 | dev_dbg(&pf->pdev->dev, "PFR requested\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5561 | i40e_handle_reset_warning(pf); |
| 5562 | |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 5563 | } else if (reset_flags & BIT_ULL(__I40E_REINIT_REQUESTED)) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5564 | int v; |
| 5565 | |
| 5566 | /* Find the VSI(s) that requested a re-init */ |
| 5567 | dev_info(&pf->pdev->dev, |
| 5568 | "VSI reinit requested\n"); |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 5569 | for (v = 0; v < pf->num_alloc_vsi; v++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5570 | struct i40e_vsi *vsi = pf->vsi[v]; |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 5571 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5572 | if (vsi != NULL && |
| 5573 | test_bit(__I40E_REINIT_REQUESTED, &vsi->state)) { |
| 5574 | i40e_vsi_reinit_locked(pf->vsi[v]); |
| 5575 | clear_bit(__I40E_REINIT_REQUESTED, &vsi->state); |
| 5576 | } |
| 5577 | } |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 5578 | } else if (reset_flags & BIT_ULL(__I40E_DOWN_REQUESTED)) { |
Neerav Parikh | b5d06f0 | 2014-06-03 23:50:17 +0000 | [diff] [blame] | 5579 | int v; |
| 5580 | |
| 5581 | /* Find the VSI(s) that needs to be brought down */ |
| 5582 | dev_info(&pf->pdev->dev, "VSI down requested\n"); |
| 5583 | for (v = 0; v < pf->num_alloc_vsi; v++) { |
| 5584 | struct i40e_vsi *vsi = pf->vsi[v]; |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 5585 | |
Neerav Parikh | b5d06f0 | 2014-06-03 23:50:17 +0000 | [diff] [blame] | 5586 | if (vsi != NULL && |
| 5587 | test_bit(__I40E_DOWN_REQUESTED, &vsi->state)) { |
| 5588 | set_bit(__I40E_DOWN, &vsi->state); |
| 5589 | i40e_down(vsi); |
| 5590 | clear_bit(__I40E_DOWN_REQUESTED, &vsi->state); |
| 5591 | } |
| 5592 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5593 | } else { |
| 5594 | dev_info(&pf->pdev->dev, |
| 5595 | "bad reset request 0x%08x\n", reset_flags); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5596 | } |
| 5597 | } |
| 5598 | |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5599 | #ifdef CONFIG_I40E_DCB |
| 5600 | /** |
| 5601 | * i40e_dcb_need_reconfig - Check if DCB needs reconfig |
| 5602 | * @pf: board private structure |
| 5603 | * @old_cfg: current DCB config |
| 5604 | * @new_cfg: new DCB config |
| 5605 | **/ |
| 5606 | bool i40e_dcb_need_reconfig(struct i40e_pf *pf, |
| 5607 | struct i40e_dcbx_config *old_cfg, |
| 5608 | struct i40e_dcbx_config *new_cfg) |
| 5609 | { |
| 5610 | bool need_reconfig = false; |
| 5611 | |
| 5612 | /* Check if ETS configuration has changed */ |
| 5613 | if (memcmp(&new_cfg->etscfg, |
| 5614 | &old_cfg->etscfg, |
| 5615 | sizeof(new_cfg->etscfg))) { |
| 5616 | /* If Priority Table has changed reconfig is needed */ |
| 5617 | if (memcmp(&new_cfg->etscfg.prioritytable, |
| 5618 | &old_cfg->etscfg.prioritytable, |
| 5619 | sizeof(new_cfg->etscfg.prioritytable))) { |
| 5620 | need_reconfig = true; |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5621 | dev_dbg(&pf->pdev->dev, "ETS UP2TC changed.\n"); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5622 | } |
| 5623 | |
| 5624 | if (memcmp(&new_cfg->etscfg.tcbwtable, |
| 5625 | &old_cfg->etscfg.tcbwtable, |
| 5626 | sizeof(new_cfg->etscfg.tcbwtable))) |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5627 | dev_dbg(&pf->pdev->dev, "ETS TC BW Table changed.\n"); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5628 | |
| 5629 | if (memcmp(&new_cfg->etscfg.tsatable, |
| 5630 | &old_cfg->etscfg.tsatable, |
| 5631 | sizeof(new_cfg->etscfg.tsatable))) |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5632 | dev_dbg(&pf->pdev->dev, "ETS TSA Table changed.\n"); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5633 | } |
| 5634 | |
| 5635 | /* Check if PFC configuration has changed */ |
| 5636 | if (memcmp(&new_cfg->pfc, |
| 5637 | &old_cfg->pfc, |
| 5638 | sizeof(new_cfg->pfc))) { |
| 5639 | need_reconfig = true; |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5640 | dev_dbg(&pf->pdev->dev, "PFC config change detected.\n"); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5641 | } |
| 5642 | |
| 5643 | /* Check if APP Table has changed */ |
| 5644 | if (memcmp(&new_cfg->app, |
| 5645 | &old_cfg->app, |
Dave Jones | 3d9667a | 2014-01-27 23:11:09 -0500 | [diff] [blame] | 5646 | sizeof(new_cfg->app))) { |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5647 | need_reconfig = true; |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5648 | dev_dbg(&pf->pdev->dev, "APP Table change detected.\n"); |
Dave Jones | 3d9667a | 2014-01-27 23:11:09 -0500 | [diff] [blame] | 5649 | } |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5650 | |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 5651 | dev_dbg(&pf->pdev->dev, "dcb need_reconfig=%d\n", need_reconfig); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5652 | return need_reconfig; |
| 5653 | } |
| 5654 | |
| 5655 | /** |
| 5656 | * i40e_handle_lldp_event - Handle LLDP Change MIB event |
| 5657 | * @pf: board private structure |
| 5658 | * @e: event info posted on ARQ |
| 5659 | **/ |
| 5660 | static int i40e_handle_lldp_event(struct i40e_pf *pf, |
| 5661 | struct i40e_arq_event_info *e) |
| 5662 | { |
| 5663 | struct i40e_aqc_lldp_get_mib *mib = |
| 5664 | (struct i40e_aqc_lldp_get_mib *)&e->desc.params.raw; |
| 5665 | struct i40e_hw *hw = &pf->hw; |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5666 | struct i40e_dcbx_config tmp_dcbx_cfg; |
| 5667 | bool need_reconfig = false; |
| 5668 | int ret = 0; |
| 5669 | u8 type; |
| 5670 | |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 5671 | /* Not DCB capable or capability disabled */ |
| 5672 | if (!(pf->flags & I40E_FLAG_DCB_CAPABLE)) |
| 5673 | return ret; |
| 5674 | |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5675 | /* Ignore if event is not for Nearest Bridge */ |
| 5676 | type = ((mib->type >> I40E_AQ_LLDP_BRIDGE_TYPE_SHIFT) |
| 5677 | & I40E_AQ_LLDP_BRIDGE_TYPE_MASK); |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 5678 | dev_dbg(&pf->pdev->dev, "LLDP event mib bridge type 0x%x\n", type); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5679 | if (type != I40E_AQ_LLDP_BRIDGE_TYPE_NEAREST_BRIDGE) |
| 5680 | return ret; |
| 5681 | |
| 5682 | /* Check MIB Type and return if event for Remote MIB update */ |
| 5683 | type = mib->type & I40E_AQ_LLDP_MIB_TYPE_MASK; |
Neerav Parikh | 9fa61dd | 2014-11-12 00:18:25 +0000 | [diff] [blame] | 5684 | dev_dbg(&pf->pdev->dev, |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 5685 | "LLDP event mib type %s\n", type ? "remote" : "local"); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5686 | if (type == I40E_AQ_LLDP_MIB_REMOTE) { |
| 5687 | /* Update the remote cached instance and return */ |
| 5688 | ret = i40e_aq_get_dcb_config(hw, I40E_AQ_LLDP_MIB_REMOTE, |
| 5689 | I40E_AQ_LLDP_BRIDGE_TYPE_NEAREST_BRIDGE, |
| 5690 | &hw->remote_dcbx_config); |
| 5691 | goto exit; |
| 5692 | } |
| 5693 | |
Neerav Parikh | 9fa61dd | 2014-11-12 00:18:25 +0000 | [diff] [blame] | 5694 | /* Store the old configuration */ |
Jesse Brandeburg | 1a2f624 | 2015-03-31 00:45:01 -0700 | [diff] [blame] | 5695 | tmp_dcbx_cfg = hw->local_dcbx_config; |
Neerav Parikh | 9fa61dd | 2014-11-12 00:18:25 +0000 | [diff] [blame] | 5696 | |
Neerav Parikh | 750fcbc | 2015-02-24 06:58:47 +0000 | [diff] [blame] | 5697 | /* Reset the old DCBx configuration data */ |
| 5698 | memset(&hw->local_dcbx_config, 0, sizeof(hw->local_dcbx_config)); |
Neerav Parikh | 9fa61dd | 2014-11-12 00:18:25 +0000 | [diff] [blame] | 5699 | /* Get updated DCBX data from firmware */ |
| 5700 | ret = i40e_get_dcb_config(&pf->hw); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5701 | if (ret) { |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 5702 | dev_info(&pf->pdev->dev, |
| 5703 | "Failed querying DCB configuration data from firmware, err %s aq_err %s\n", |
| 5704 | i40e_stat_str(&pf->hw, ret), |
| 5705 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5706 | goto exit; |
| 5707 | } |
| 5708 | |
| 5709 | /* No change detected in DCBX configs */ |
Neerav Parikh | 750fcbc | 2015-02-24 06:58:47 +0000 | [diff] [blame] | 5710 | if (!memcmp(&tmp_dcbx_cfg, &hw->local_dcbx_config, |
| 5711 | sizeof(tmp_dcbx_cfg))) { |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5712 | dev_dbg(&pf->pdev->dev, "No change detected in DCBX configuration.\n"); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5713 | goto exit; |
| 5714 | } |
| 5715 | |
Neerav Parikh | 750fcbc | 2015-02-24 06:58:47 +0000 | [diff] [blame] | 5716 | need_reconfig = i40e_dcb_need_reconfig(pf, &tmp_dcbx_cfg, |
| 5717 | &hw->local_dcbx_config); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5718 | |
Neerav Parikh | 750fcbc | 2015-02-24 06:58:47 +0000 | [diff] [blame] | 5719 | i40e_dcbnl_flush_apps(pf, &tmp_dcbx_cfg, &hw->local_dcbx_config); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5720 | |
| 5721 | if (!need_reconfig) |
| 5722 | goto exit; |
| 5723 | |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 5724 | /* Enable DCB tagging only when more than one TC */ |
Neerav Parikh | 750fcbc | 2015-02-24 06:58:47 +0000 | [diff] [blame] | 5725 | if (i40e_dcb_get_num_tc(&hw->local_dcbx_config) > 1) |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 5726 | pf->flags |= I40E_FLAG_DCB_ENABLED; |
| 5727 | else |
| 5728 | pf->flags &= ~I40E_FLAG_DCB_ENABLED; |
| 5729 | |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 5730 | set_bit(__I40E_PORT_TX_SUSPENDED, &pf->state); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5731 | /* Reconfiguration needed quiesce all VSIs */ |
| 5732 | i40e_pf_quiesce_all_vsi(pf); |
| 5733 | |
| 5734 | /* Changes in configuration update VEB/VSI */ |
| 5735 | i40e_dcb_reconfigure(pf); |
| 5736 | |
Neerav Parikh | 2fd75f3 | 2014-11-12 00:18:20 +0000 | [diff] [blame] | 5737 | ret = i40e_resume_port_tx(pf); |
| 5738 | |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 5739 | clear_bit(__I40E_PORT_TX_SUSPENDED, &pf->state); |
Neerav Parikh | 2fd75f3 | 2014-11-12 00:18:20 +0000 | [diff] [blame] | 5740 | /* In case of error no point in resuming VSIs */ |
Neerav Parikh | 69129dc | 2014-11-12 00:18:46 +0000 | [diff] [blame] | 5741 | if (ret) |
| 5742 | goto exit; |
| 5743 | |
Neerav Parikh | 3fe06f4 | 2016-02-17 16:12:15 -0800 | [diff] [blame] | 5744 | /* Wait for the PF's queues to be disabled */ |
| 5745 | ret = i40e_pf_wait_queues_disabled(pf); |
Parikh, Neerav | 11e4770 | 2015-02-21 06:43:55 +0000 | [diff] [blame] | 5746 | if (ret) { |
| 5747 | /* Schedule PF reset to recover */ |
| 5748 | set_bit(__I40E_PF_RESET_REQUESTED, &pf->state); |
| 5749 | i40e_service_event_schedule(pf); |
| 5750 | } else { |
Neerav Parikh | 2fd75f3 | 2014-11-12 00:18:20 +0000 | [diff] [blame] | 5751 | i40e_pf_unquiesce_all_vsi(pf); |
Parikh, Neerav | 11e4770 | 2015-02-21 06:43:55 +0000 | [diff] [blame] | 5752 | } |
| 5753 | |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 5754 | exit: |
| 5755 | return ret; |
| 5756 | } |
| 5757 | #endif /* CONFIG_I40E_DCB */ |
| 5758 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5759 | /** |
Anjali Singhai Jain | 2332618 | 2013-11-26 10:49:22 +0000 | [diff] [blame] | 5760 | * i40e_do_reset_safe - Protected reset path for userland calls. |
| 5761 | * @pf: board private structure |
| 5762 | * @reset_flags: which reset is requested |
| 5763 | * |
| 5764 | **/ |
| 5765 | void i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags) |
| 5766 | { |
| 5767 | rtnl_lock(); |
| 5768 | i40e_do_reset(pf, reset_flags); |
| 5769 | rtnl_unlock(); |
| 5770 | } |
| 5771 | |
| 5772 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5773 | * i40e_handle_lan_overflow_event - Handler for LAN queue overflow event |
| 5774 | * @pf: board private structure |
| 5775 | * @e: event info posted on ARQ |
| 5776 | * |
| 5777 | * Handler for LAN Queue Overflow Event generated by the firmware for PF |
| 5778 | * and VF queues |
| 5779 | **/ |
| 5780 | static void i40e_handle_lan_overflow_event(struct i40e_pf *pf, |
| 5781 | struct i40e_arq_event_info *e) |
| 5782 | { |
| 5783 | struct i40e_aqc_lan_overflow *data = |
| 5784 | (struct i40e_aqc_lan_overflow *)&e->desc.params.raw; |
| 5785 | u32 queue = le32_to_cpu(data->prtdcb_rupto); |
| 5786 | u32 qtx_ctl = le32_to_cpu(data->otx_ctl); |
| 5787 | struct i40e_hw *hw = &pf->hw; |
| 5788 | struct i40e_vf *vf; |
| 5789 | u16 vf_id; |
| 5790 | |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 5791 | dev_dbg(&pf->pdev->dev, "overflow Rx Queue Number = %d QTX_CTL=0x%08x\n", |
| 5792 | queue, qtx_ctl); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5793 | |
| 5794 | /* Queue belongs to VF, find the VF and issue VF reset */ |
| 5795 | if (((qtx_ctl & I40E_QTX_CTL_PFVF_Q_MASK) |
| 5796 | >> I40E_QTX_CTL_PFVF_Q_SHIFT) == I40E_QTX_CTL_VF_QUEUE) { |
| 5797 | vf_id = (u16)((qtx_ctl & I40E_QTX_CTL_VFVM_INDX_MASK) |
| 5798 | >> I40E_QTX_CTL_VFVM_INDX_SHIFT); |
| 5799 | vf_id -= hw->func_caps.vf_base_id; |
| 5800 | vf = &pf->vf[vf_id]; |
| 5801 | i40e_vc_notify_vf_reset(vf); |
| 5802 | /* Allow VF to process pending reset notification */ |
| 5803 | msleep(20); |
| 5804 | i40e_reset_vf(vf, false); |
| 5805 | } |
| 5806 | } |
| 5807 | |
| 5808 | /** |
| 5809 | * i40e_service_event_complete - Finish up the service event |
| 5810 | * @pf: board private structure |
| 5811 | **/ |
| 5812 | static void i40e_service_event_complete(struct i40e_pf *pf) |
| 5813 | { |
Shannon Nelson | b875f99 | 2015-10-21 19:47:03 -0400 | [diff] [blame] | 5814 | WARN_ON(!test_bit(__I40E_SERVICE_SCHED, &pf->state)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5815 | |
| 5816 | /* flush memory to make sure state is correct before next watchog */ |
Peter Zijlstra | 4e857c5 | 2014-03-17 18:06:10 +0100 | [diff] [blame] | 5817 | smp_mb__before_atomic(); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5818 | clear_bit(__I40E_SERVICE_SCHED, &pf->state); |
| 5819 | } |
| 5820 | |
| 5821 | /** |
Anjali Singhai Jain | 1295738 | 2014-06-04 04:22:47 +0000 | [diff] [blame] | 5822 | * i40e_get_cur_guaranteed_fd_count - Get the consumed guaranteed FD filters |
| 5823 | * @pf: board private structure |
| 5824 | **/ |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5825 | u32 i40e_get_cur_guaranteed_fd_count(struct i40e_pf *pf) |
Anjali Singhai Jain | 1295738 | 2014-06-04 04:22:47 +0000 | [diff] [blame] | 5826 | { |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5827 | u32 val, fcnt_prog; |
Anjali Singhai Jain | 1295738 | 2014-06-04 04:22:47 +0000 | [diff] [blame] | 5828 | |
| 5829 | val = rd32(&pf->hw, I40E_PFQF_FDSTAT); |
| 5830 | fcnt_prog = (val & I40E_PFQF_FDSTAT_GUARANT_CNT_MASK); |
| 5831 | return fcnt_prog; |
| 5832 | } |
| 5833 | |
| 5834 | /** |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5835 | * i40e_get_current_fd_count - Get total FD filters programmed for this PF |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5836 | * @pf: board private structure |
| 5837 | **/ |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5838 | u32 i40e_get_current_fd_count(struct i40e_pf *pf) |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5839 | { |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5840 | u32 val, fcnt_prog; |
| 5841 | |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5842 | val = rd32(&pf->hw, I40E_PFQF_FDSTAT); |
| 5843 | fcnt_prog = (val & I40E_PFQF_FDSTAT_GUARANT_CNT_MASK) + |
| 5844 | ((val & I40E_PFQF_FDSTAT_BEST_CNT_MASK) >> |
| 5845 | I40E_PFQF_FDSTAT_BEST_CNT_SHIFT); |
| 5846 | return fcnt_prog; |
| 5847 | } |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5848 | |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5849 | /** |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5850 | * i40e_get_global_fd_count - Get total FD filters programmed on device |
| 5851 | * @pf: board private structure |
| 5852 | **/ |
| 5853 | u32 i40e_get_global_fd_count(struct i40e_pf *pf) |
| 5854 | { |
| 5855 | u32 val, fcnt_prog; |
| 5856 | |
| 5857 | val = rd32(&pf->hw, I40E_GLQF_FDCNT_0); |
| 5858 | fcnt_prog = (val & I40E_GLQF_FDCNT_0_GUARANT_CNT_MASK) + |
| 5859 | ((val & I40E_GLQF_FDCNT_0_BESTCNT_MASK) >> |
| 5860 | I40E_GLQF_FDCNT_0_BESTCNT_SHIFT); |
| 5861 | return fcnt_prog; |
| 5862 | } |
| 5863 | |
| 5864 | /** |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5865 | * i40e_fdir_check_and_reenable - Function to reenabe FD ATR or SB if disabled |
| 5866 | * @pf: board private structure |
| 5867 | **/ |
| 5868 | void i40e_fdir_check_and_reenable(struct i40e_pf *pf) |
| 5869 | { |
Carolyn Wyborny | 3487b6c | 2015-08-27 11:42:38 -0400 | [diff] [blame] | 5870 | struct i40e_fdir_filter *filter; |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5871 | u32 fcnt_prog, fcnt_avail; |
Carolyn Wyborny | 3487b6c | 2015-08-27 11:42:38 -0400 | [diff] [blame] | 5872 | struct hlist_node *node; |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5873 | |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5874 | if (test_bit(__I40E_FD_FLUSH_REQUESTED, &pf->state)) |
| 5875 | return; |
| 5876 | |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5877 | /* Check if, FD SB or ATR was auto disabled and if there is enough room |
| 5878 | * to re-enable |
| 5879 | */ |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5880 | fcnt_prog = i40e_get_global_fd_count(pf); |
Anjali Singhai Jain | 1295738 | 2014-06-04 04:22:47 +0000 | [diff] [blame] | 5881 | fcnt_avail = pf->fdir_pf_filter_count; |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5882 | if ((fcnt_prog < (fcnt_avail - I40E_FDIR_BUFFER_HEAD_ROOM)) || |
| 5883 | (pf->fd_add_err == 0) || |
| 5884 | (i40e_get_current_atr_cnt(pf) < pf->fd_atr_cnt)) { |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5885 | if ((pf->flags & I40E_FLAG_FD_SB_ENABLED) && |
| 5886 | (pf->auto_disable_flags & I40E_FLAG_FD_SB_ENABLED)) { |
| 5887 | pf->auto_disable_flags &= ~I40E_FLAG_FD_SB_ENABLED; |
Anjali Singhai Jain | 2e4875e | 2015-04-16 20:06:06 -0400 | [diff] [blame] | 5888 | if (I40E_DEBUG_FD & pf->hw.debug_mask) |
| 5889 | dev_info(&pf->pdev->dev, "FD Sideband/ntuple is being enabled since we have space in the table now\n"); |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5890 | } |
| 5891 | } |
| 5892 | /* Wait for some more space to be available to turn on ATR */ |
| 5893 | if (fcnt_prog < (fcnt_avail - I40E_FDIR_BUFFER_HEAD_ROOM * 2)) { |
| 5894 | if ((pf->flags & I40E_FLAG_FD_ATR_ENABLED) && |
| 5895 | (pf->auto_disable_flags & I40E_FLAG_FD_ATR_ENABLED)) { |
| 5896 | pf->auto_disable_flags &= ~I40E_FLAG_FD_ATR_ENABLED; |
Anjali Singhai Jain | 2e4875e | 2015-04-16 20:06:06 -0400 | [diff] [blame] | 5897 | if (I40E_DEBUG_FD & pf->hw.debug_mask) |
| 5898 | dev_info(&pf->pdev->dev, "ATR is being enabled since we have space in the table now\n"); |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5899 | } |
| 5900 | } |
Carolyn Wyborny | 3487b6c | 2015-08-27 11:42:38 -0400 | [diff] [blame] | 5901 | |
| 5902 | /* if hw had a problem adding a filter, delete it */ |
| 5903 | if (pf->fd_inv > 0) { |
| 5904 | hlist_for_each_entry_safe(filter, node, |
| 5905 | &pf->fdir_filter_list, fdir_node) { |
| 5906 | if (filter->fd_id == pf->fd_inv) { |
| 5907 | hlist_del(&filter->fdir_node); |
| 5908 | kfree(filter); |
| 5909 | pf->fdir_pf_active_filters--; |
| 5910 | } |
| 5911 | } |
| 5912 | } |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5913 | } |
| 5914 | |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5915 | #define I40E_MIN_FD_FLUSH_INTERVAL 10 |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5916 | #define I40E_MIN_FD_FLUSH_SB_ATR_UNSTABLE 30 |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5917 | /** |
| 5918 | * i40e_fdir_flush_and_replay - Function to flush all FD filters and replay SB |
| 5919 | * @pf: board private structure |
| 5920 | **/ |
| 5921 | static void i40e_fdir_flush_and_replay(struct i40e_pf *pf) |
| 5922 | { |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5923 | unsigned long min_flush_time; |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5924 | int flush_wait_retry = 50; |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5925 | bool disable_atr = false; |
| 5926 | int fd_room; |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5927 | int reg; |
| 5928 | |
Akeem G Abodunrin | 1790ed0 | 2014-10-17 03:14:41 +0000 | [diff] [blame] | 5929 | if (!(pf->flags & (I40E_FLAG_FD_SB_ENABLED | I40E_FLAG_FD_ATR_ENABLED))) |
| 5930 | return; |
| 5931 | |
Jesse Brandeburg | a5fdaf3 | 2015-08-28 17:55:56 -0400 | [diff] [blame] | 5932 | if (!time_after(jiffies, pf->fd_flush_timestamp + |
| 5933 | (I40E_MIN_FD_FLUSH_INTERVAL * HZ))) |
| 5934 | return; |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5935 | |
Jesse Brandeburg | a5fdaf3 | 2015-08-28 17:55:56 -0400 | [diff] [blame] | 5936 | /* If the flush is happening too quick and we have mostly SB rules we |
| 5937 | * should not re-enable ATR for some time. |
| 5938 | */ |
| 5939 | min_flush_time = pf->fd_flush_timestamp + |
| 5940 | (I40E_MIN_FD_FLUSH_SB_ATR_UNSTABLE * HZ); |
| 5941 | fd_room = pf->fdir_pf_filter_count - pf->fdir_pf_active_filters; |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5942 | |
Jesse Brandeburg | a5fdaf3 | 2015-08-28 17:55:56 -0400 | [diff] [blame] | 5943 | if (!(time_after(jiffies, min_flush_time)) && |
| 5944 | (fd_room < I40E_FDIR_BUFFER_HEAD_ROOM_FOR_ATR)) { |
| 5945 | if (I40E_DEBUG_FD & pf->hw.debug_mask) |
| 5946 | dev_info(&pf->pdev->dev, "ATR disabled, not enough FD filter space.\n"); |
| 5947 | disable_atr = true; |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5948 | } |
Jesse Brandeburg | a5fdaf3 | 2015-08-28 17:55:56 -0400 | [diff] [blame] | 5949 | |
| 5950 | pf->fd_flush_timestamp = jiffies; |
| 5951 | pf->flags &= ~I40E_FLAG_FD_ATR_ENABLED; |
| 5952 | /* flush all filters */ |
| 5953 | wr32(&pf->hw, I40E_PFQF_CTL_1, |
| 5954 | I40E_PFQF_CTL_1_CLEARFDTABLE_MASK); |
| 5955 | i40e_flush(&pf->hw); |
| 5956 | pf->fd_flush_cnt++; |
| 5957 | pf->fd_add_err = 0; |
| 5958 | do { |
| 5959 | /* Check FD flush status every 5-6msec */ |
| 5960 | usleep_range(5000, 6000); |
| 5961 | reg = rd32(&pf->hw, I40E_PFQF_CTL_1); |
| 5962 | if (!(reg & I40E_PFQF_CTL_1_CLEARFDTABLE_MASK)) |
| 5963 | break; |
| 5964 | } while (flush_wait_retry--); |
| 5965 | if (reg & I40E_PFQF_CTL_1_CLEARFDTABLE_MASK) { |
| 5966 | dev_warn(&pf->pdev->dev, "FD table did not flush, needs more time\n"); |
| 5967 | } else { |
| 5968 | /* replay sideband filters */ |
| 5969 | i40e_fdir_filter_restore(pf->vsi[pf->lan_vsi]); |
| 5970 | if (!disable_atr) |
| 5971 | pf->flags |= I40E_FLAG_FD_ATR_ENABLED; |
| 5972 | clear_bit(__I40E_FD_FLUSH_REQUESTED, &pf->state); |
| 5973 | if (I40E_DEBUG_FD & pf->hw.debug_mask) |
| 5974 | dev_info(&pf->pdev->dev, "FD Filter table flushed and FD-SB replayed.\n"); |
| 5975 | } |
| 5976 | |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5977 | } |
| 5978 | |
| 5979 | /** |
| 5980 | * i40e_get_current_atr_count - Get the count of total FD ATR filters programmed |
| 5981 | * @pf: board private structure |
| 5982 | **/ |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 5983 | u32 i40e_get_current_atr_cnt(struct i40e_pf *pf) |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 5984 | { |
| 5985 | return i40e_get_current_fd_count(pf) - pf->fdir_pf_active_filters; |
| 5986 | } |
| 5987 | |
| 5988 | /* We can see up to 256 filter programming desc in transit if the filters are |
| 5989 | * being applied really fast; before we see the first |
| 5990 | * filter miss error on Rx queue 0. Accumulating enough error messages before |
| 5991 | * reacting will make sure we don't cause flush too often. |
| 5992 | */ |
| 5993 | #define I40E_MAX_FD_PROGRAM_ERROR 256 |
| 5994 | |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 5995 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 5996 | * i40e_fdir_reinit_subtask - Worker thread to reinit FDIR filter table |
| 5997 | * @pf: board private structure |
| 5998 | **/ |
| 5999 | static void i40e_fdir_reinit_subtask(struct i40e_pf *pf) |
| 6000 | { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6001 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6002 | /* if interface is down do nothing */ |
| 6003 | if (test_bit(__I40E_DOWN, &pf->state)) |
| 6004 | return; |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 6005 | |
Akeem G Abodunrin | 1790ed0 | 2014-10-17 03:14:41 +0000 | [diff] [blame] | 6006 | if (!(pf->flags & (I40E_FLAG_FD_SB_ENABLED | I40E_FLAG_FD_ATR_ENABLED))) |
| 6007 | return; |
| 6008 | |
Anjali Singhai Jain | 04294e3 | 2015-02-27 09:15:28 +0000 | [diff] [blame] | 6009 | if (test_bit(__I40E_FD_FLUSH_REQUESTED, &pf->state)) |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 6010 | i40e_fdir_flush_and_replay(pf); |
| 6011 | |
Anjali Singhai Jain | 55a5e60 | 2014-02-12 06:33:25 +0000 | [diff] [blame] | 6012 | i40e_fdir_check_and_reenable(pf); |
| 6013 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6014 | } |
| 6015 | |
| 6016 | /** |
| 6017 | * i40e_vsi_link_event - notify VSI of a link event |
| 6018 | * @vsi: vsi to be notified |
| 6019 | * @link_up: link up or down |
| 6020 | **/ |
| 6021 | static void i40e_vsi_link_event(struct i40e_vsi *vsi, bool link_up) |
| 6022 | { |
Jesse Brandeburg | 32b5b81 | 2014-08-12 06:33:14 +0000 | [diff] [blame] | 6023 | if (!vsi || test_bit(__I40E_DOWN, &vsi->state)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6024 | return; |
| 6025 | |
| 6026 | switch (vsi->type) { |
| 6027 | case I40E_VSI_MAIN: |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 6028 | #ifdef I40E_FCOE |
| 6029 | case I40E_VSI_FCOE: |
| 6030 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6031 | if (!vsi->netdev || !vsi->netdev_registered) |
| 6032 | break; |
| 6033 | |
| 6034 | if (link_up) { |
| 6035 | netif_carrier_on(vsi->netdev); |
| 6036 | netif_tx_wake_all_queues(vsi->netdev); |
| 6037 | } else { |
| 6038 | netif_carrier_off(vsi->netdev); |
| 6039 | netif_tx_stop_all_queues(vsi->netdev); |
| 6040 | } |
| 6041 | break; |
| 6042 | |
| 6043 | case I40E_VSI_SRIOV: |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6044 | case I40E_VSI_VMDQ2: |
| 6045 | case I40E_VSI_CTRL: |
| 6046 | case I40E_VSI_MIRROR: |
| 6047 | default: |
| 6048 | /* there is no notification for other VSIs */ |
| 6049 | break; |
| 6050 | } |
| 6051 | } |
| 6052 | |
| 6053 | /** |
| 6054 | * i40e_veb_link_event - notify elements on the veb of a link event |
| 6055 | * @veb: veb to be notified |
| 6056 | * @link_up: link up or down |
| 6057 | **/ |
| 6058 | static void i40e_veb_link_event(struct i40e_veb *veb, bool link_up) |
| 6059 | { |
| 6060 | struct i40e_pf *pf; |
| 6061 | int i; |
| 6062 | |
| 6063 | if (!veb || !veb->pf) |
| 6064 | return; |
| 6065 | pf = veb->pf; |
| 6066 | |
| 6067 | /* depth first... */ |
| 6068 | for (i = 0; i < I40E_MAX_VEB; i++) |
| 6069 | if (pf->veb[i] && (pf->veb[i]->uplink_seid == veb->seid)) |
| 6070 | i40e_veb_link_event(pf->veb[i], link_up); |
| 6071 | |
| 6072 | /* ... now the local VSIs */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 6073 | for (i = 0; i < pf->num_alloc_vsi; i++) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6074 | if (pf->vsi[i] && (pf->vsi[i]->uplink_seid == veb->seid)) |
| 6075 | i40e_vsi_link_event(pf->vsi[i], link_up); |
| 6076 | } |
| 6077 | |
| 6078 | /** |
| 6079 | * i40e_link_event - Update netif_carrier status |
| 6080 | * @pf: board private structure |
| 6081 | **/ |
| 6082 | static void i40e_link_event(struct i40e_pf *pf) |
| 6083 | { |
Mitch Williams | 320684c | 2014-10-17 03:14:43 +0000 | [diff] [blame] | 6084 | struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi]; |
Catherine Sullivan | fef59dd | 2014-12-11 07:06:33 +0000 | [diff] [blame] | 6085 | u8 new_link_speed, old_link_speed; |
Jesse Brandeburg | a72a5abc | 2015-08-26 15:14:19 -0400 | [diff] [blame] | 6086 | i40e_status status; |
| 6087 | bool new_link, old_link; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6088 | |
Catherine Sullivan | 1f9610e | 2015-10-21 19:47:09 -0400 | [diff] [blame] | 6089 | /* save off old link status information */ |
| 6090 | pf->hw.phy.link_info_old = pf->hw.phy.link_info; |
| 6091 | |
Jesse Brandeburg | 1e701e0 | 2014-09-13 07:40:42 +0000 | [diff] [blame] | 6092 | /* set this to force the get_link_status call to refresh state */ |
| 6093 | pf->hw.phy.get_link_info = true; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6094 | |
Jesse Brandeburg | 1e701e0 | 2014-09-13 07:40:42 +0000 | [diff] [blame] | 6095 | old_link = (pf->hw.phy.link_info_old.link_info & I40E_AQ_LINK_UP); |
Jesse Brandeburg | a72a5abc | 2015-08-26 15:14:19 -0400 | [diff] [blame] | 6096 | |
| 6097 | status = i40e_get_link_status(&pf->hw, &new_link); |
| 6098 | if (status) { |
| 6099 | dev_dbg(&pf->pdev->dev, "couldn't get link state, status: %d\n", |
| 6100 | status); |
| 6101 | return; |
| 6102 | } |
| 6103 | |
Catherine Sullivan | fef59dd | 2014-12-11 07:06:33 +0000 | [diff] [blame] | 6104 | old_link_speed = pf->hw.phy.link_info_old.link_speed; |
| 6105 | new_link_speed = pf->hw.phy.link_info.link_speed; |
Jesse Brandeburg | 1e701e0 | 2014-09-13 07:40:42 +0000 | [diff] [blame] | 6106 | |
| 6107 | if (new_link == old_link && |
Catherine Sullivan | fef59dd | 2014-12-11 07:06:33 +0000 | [diff] [blame] | 6108 | new_link_speed == old_link_speed && |
Mitch Williams | 320684c | 2014-10-17 03:14:43 +0000 | [diff] [blame] | 6109 | (test_bit(__I40E_DOWN, &vsi->state) || |
| 6110 | new_link == netif_carrier_ok(vsi->netdev))) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6111 | return; |
Mitch Williams | 320684c | 2014-10-17 03:14:43 +0000 | [diff] [blame] | 6112 | |
| 6113 | if (!test_bit(__I40E_DOWN, &vsi->state)) |
| 6114 | i40e_print_link_message(vsi, new_link); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6115 | |
| 6116 | /* Notify the base of the switch tree connected to |
| 6117 | * the link. Floating VEBs are not notified. |
| 6118 | */ |
| 6119 | if (pf->lan_veb != I40E_NO_VEB && pf->veb[pf->lan_veb]) |
| 6120 | i40e_veb_link_event(pf->veb[pf->lan_veb], new_link); |
| 6121 | else |
Mitch Williams | 320684c | 2014-10-17 03:14:43 +0000 | [diff] [blame] | 6122 | i40e_vsi_link_event(vsi, new_link); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6123 | |
| 6124 | if (pf->vf) |
| 6125 | i40e_vc_notify_link_state(pf); |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 6126 | |
| 6127 | if (pf->flags & I40E_FLAG_PTP) |
| 6128 | i40e_ptp_set_increment(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6129 | } |
| 6130 | |
| 6131 | /** |
Shannon Nelson | 2153671 | 2014-10-25 10:35:25 +0000 | [diff] [blame] | 6132 | * i40e_watchdog_subtask - periodic checks not using event driven response |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6133 | * @pf: board private structure |
| 6134 | **/ |
| 6135 | static void i40e_watchdog_subtask(struct i40e_pf *pf) |
| 6136 | { |
| 6137 | int i; |
| 6138 | |
| 6139 | /* if interface is down do nothing */ |
| 6140 | if (test_bit(__I40E_DOWN, &pf->state) || |
| 6141 | test_bit(__I40E_CONFIG_BUSY, &pf->state)) |
| 6142 | return; |
| 6143 | |
Shannon Nelson | 2153671 | 2014-10-25 10:35:25 +0000 | [diff] [blame] | 6144 | /* make sure we don't do these things too often */ |
| 6145 | if (time_before(jiffies, (pf->service_timer_previous + |
| 6146 | pf->service_timer_period))) |
| 6147 | return; |
| 6148 | pf->service_timer_previous = jiffies; |
| 6149 | |
Shannon Nelson | 9ac7726 | 2015-08-27 11:42:40 -0400 | [diff] [blame] | 6150 | if (pf->flags & I40E_FLAG_LINK_POLLING_ENABLED) |
| 6151 | i40e_link_event(pf); |
Shannon Nelson | 2153671 | 2014-10-25 10:35:25 +0000 | [diff] [blame] | 6152 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6153 | /* Update the stats for active netdevs so the network stack |
| 6154 | * can look at updated numbers whenever it cares to |
| 6155 | */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 6156 | for (i = 0; i < pf->num_alloc_vsi; i++) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6157 | if (pf->vsi[i] && pf->vsi[i]->netdev) |
| 6158 | i40e_update_stats(pf->vsi[i]); |
| 6159 | |
Anjali Singhai Jain | d1a8d27 | 2015-07-23 16:54:40 -0400 | [diff] [blame] | 6160 | if (pf->flags & I40E_FLAG_VEB_STATS_ENABLED) { |
| 6161 | /* Update the stats for the active switching components */ |
| 6162 | for (i = 0; i < I40E_MAX_VEB; i++) |
| 6163 | if (pf->veb[i]) |
| 6164 | i40e_update_veb_stats(pf->veb[i]); |
| 6165 | } |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 6166 | |
| 6167 | i40e_ptp_rx_hang(pf->vsi[pf->lan_vsi]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6168 | } |
| 6169 | |
| 6170 | /** |
| 6171 | * i40e_reset_subtask - Set up for resetting the device and driver |
| 6172 | * @pf: board private structure |
| 6173 | **/ |
| 6174 | static void i40e_reset_subtask(struct i40e_pf *pf) |
| 6175 | { |
| 6176 | u32 reset_flags = 0; |
| 6177 | |
Anjali Singhai Jain | 2332618 | 2013-11-26 10:49:22 +0000 | [diff] [blame] | 6178 | rtnl_lock(); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6179 | if (test_bit(__I40E_REINIT_REQUESTED, &pf->state)) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 6180 | reset_flags |= BIT(__I40E_REINIT_REQUESTED); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6181 | clear_bit(__I40E_REINIT_REQUESTED, &pf->state); |
| 6182 | } |
| 6183 | if (test_bit(__I40E_PF_RESET_REQUESTED, &pf->state)) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 6184 | reset_flags |= BIT(__I40E_PF_RESET_REQUESTED); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6185 | clear_bit(__I40E_PF_RESET_REQUESTED, &pf->state); |
| 6186 | } |
| 6187 | if (test_bit(__I40E_CORE_RESET_REQUESTED, &pf->state)) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 6188 | reset_flags |= BIT(__I40E_CORE_RESET_REQUESTED); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6189 | clear_bit(__I40E_CORE_RESET_REQUESTED, &pf->state); |
| 6190 | } |
| 6191 | if (test_bit(__I40E_GLOBAL_RESET_REQUESTED, &pf->state)) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 6192 | reset_flags |= BIT(__I40E_GLOBAL_RESET_REQUESTED); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6193 | clear_bit(__I40E_GLOBAL_RESET_REQUESTED, &pf->state); |
| 6194 | } |
Neerav Parikh | b5d06f0 | 2014-06-03 23:50:17 +0000 | [diff] [blame] | 6195 | if (test_bit(__I40E_DOWN_REQUESTED, &pf->state)) { |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 6196 | reset_flags |= BIT(__I40E_DOWN_REQUESTED); |
Neerav Parikh | b5d06f0 | 2014-06-03 23:50:17 +0000 | [diff] [blame] | 6197 | clear_bit(__I40E_DOWN_REQUESTED, &pf->state); |
| 6198 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6199 | |
| 6200 | /* If there's a recovery already waiting, it takes |
| 6201 | * precedence before starting a new reset sequence. |
| 6202 | */ |
| 6203 | if (test_bit(__I40E_RESET_INTR_RECEIVED, &pf->state)) { |
| 6204 | i40e_handle_reset_warning(pf); |
Anjali Singhai Jain | 2332618 | 2013-11-26 10:49:22 +0000 | [diff] [blame] | 6205 | goto unlock; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6206 | } |
| 6207 | |
| 6208 | /* If we're already down or resetting, just bail */ |
| 6209 | if (reset_flags && |
| 6210 | !test_bit(__I40E_DOWN, &pf->state) && |
| 6211 | !test_bit(__I40E_CONFIG_BUSY, &pf->state)) |
| 6212 | i40e_do_reset(pf, reset_flags); |
Anjali Singhai Jain | 2332618 | 2013-11-26 10:49:22 +0000 | [diff] [blame] | 6213 | |
| 6214 | unlock: |
| 6215 | rtnl_unlock(); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6216 | } |
| 6217 | |
| 6218 | /** |
| 6219 | * i40e_handle_link_event - Handle link event |
| 6220 | * @pf: board private structure |
| 6221 | * @e: event info posted on ARQ |
| 6222 | **/ |
| 6223 | static void i40e_handle_link_event(struct i40e_pf *pf, |
| 6224 | struct i40e_arq_event_info *e) |
| 6225 | { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6226 | struct i40e_aqc_get_link_status *status = |
| 6227 | (struct i40e_aqc_get_link_status *)&e->desc.params.raw; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6228 | |
Jesse Brandeburg | 1e701e0 | 2014-09-13 07:40:42 +0000 | [diff] [blame] | 6229 | /* Do a new status request to re-enable LSE reporting |
| 6230 | * and load new status information into the hw struct |
| 6231 | * This completely ignores any state information |
| 6232 | * in the ARQ event info, instead choosing to always |
| 6233 | * issue the AQ update link status command. |
| 6234 | */ |
| 6235 | i40e_link_event(pf); |
| 6236 | |
Carolyn Wyborny | 7b592f6 | 2014-07-10 07:58:19 +0000 | [diff] [blame] | 6237 | /* check for unqualified module, if link is down */ |
| 6238 | if ((status->link_info & I40E_AQ_MEDIA_AVAILABLE) && |
| 6239 | (!(status->an_info & I40E_AQ_QUALIFIED_MODULE)) && |
| 6240 | (!(status->link_info & I40E_AQ_LINK_UP))) |
| 6241 | dev_err(&pf->pdev->dev, |
| 6242 | "The driver failed to link because an unqualified module was detected.\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6243 | } |
| 6244 | |
| 6245 | /** |
| 6246 | * i40e_clean_adminq_subtask - Clean the AdminQ rings |
| 6247 | * @pf: board private structure |
| 6248 | **/ |
| 6249 | static void i40e_clean_adminq_subtask(struct i40e_pf *pf) |
| 6250 | { |
| 6251 | struct i40e_arq_event_info event; |
| 6252 | struct i40e_hw *hw = &pf->hw; |
| 6253 | u16 pending, i = 0; |
| 6254 | i40e_status ret; |
| 6255 | u16 opcode; |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6256 | u32 oldval; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6257 | u32 val; |
| 6258 | |
Anjali Singhai Jain | a316f65 | 2014-07-12 07:28:25 +0000 | [diff] [blame] | 6259 | /* Do not run clean AQ when PF reset fails */ |
| 6260 | if (test_bit(__I40E_RESET_FAILED, &pf->state)) |
| 6261 | return; |
| 6262 | |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6263 | /* check for error indications */ |
| 6264 | val = rd32(&pf->hw, pf->hw.aq.arq.len); |
| 6265 | oldval = val; |
| 6266 | if (val & I40E_PF_ARQLEN_ARQVFE_MASK) { |
Mitch Williams | 75eb73c | 2015-11-19 11:34:21 -0800 | [diff] [blame] | 6267 | if (hw->debug_mask & I40E_DEBUG_AQ) |
| 6268 | dev_info(&pf->pdev->dev, "ARQ VF Error detected\n"); |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6269 | val &= ~I40E_PF_ARQLEN_ARQVFE_MASK; |
| 6270 | } |
| 6271 | if (val & I40E_PF_ARQLEN_ARQOVFL_MASK) { |
Mitch Williams | 75eb73c | 2015-11-19 11:34:21 -0800 | [diff] [blame] | 6272 | if (hw->debug_mask & I40E_DEBUG_AQ) |
| 6273 | dev_info(&pf->pdev->dev, "ARQ Overflow Error detected\n"); |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6274 | val &= ~I40E_PF_ARQLEN_ARQOVFL_MASK; |
Mitch Williams | 1d0a4ad | 2015-12-23 12:05:48 -0800 | [diff] [blame] | 6275 | pf->arq_overflows++; |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6276 | } |
| 6277 | if (val & I40E_PF_ARQLEN_ARQCRIT_MASK) { |
Mitch Williams | 75eb73c | 2015-11-19 11:34:21 -0800 | [diff] [blame] | 6278 | if (hw->debug_mask & I40E_DEBUG_AQ) |
| 6279 | dev_info(&pf->pdev->dev, "ARQ Critical Error detected\n"); |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6280 | val &= ~I40E_PF_ARQLEN_ARQCRIT_MASK; |
| 6281 | } |
| 6282 | if (oldval != val) |
| 6283 | wr32(&pf->hw, pf->hw.aq.arq.len, val); |
| 6284 | |
| 6285 | val = rd32(&pf->hw, pf->hw.aq.asq.len); |
| 6286 | oldval = val; |
| 6287 | if (val & I40E_PF_ATQLEN_ATQVFE_MASK) { |
Mitch Williams | 75eb73c | 2015-11-19 11:34:21 -0800 | [diff] [blame] | 6288 | if (pf->hw.debug_mask & I40E_DEBUG_AQ) |
| 6289 | dev_info(&pf->pdev->dev, "ASQ VF Error detected\n"); |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6290 | val &= ~I40E_PF_ATQLEN_ATQVFE_MASK; |
| 6291 | } |
| 6292 | if (val & I40E_PF_ATQLEN_ATQOVFL_MASK) { |
Mitch Williams | 75eb73c | 2015-11-19 11:34:21 -0800 | [diff] [blame] | 6293 | if (pf->hw.debug_mask & I40E_DEBUG_AQ) |
| 6294 | dev_info(&pf->pdev->dev, "ASQ Overflow Error detected\n"); |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6295 | val &= ~I40E_PF_ATQLEN_ATQOVFL_MASK; |
| 6296 | } |
| 6297 | if (val & I40E_PF_ATQLEN_ATQCRIT_MASK) { |
Mitch Williams | 75eb73c | 2015-11-19 11:34:21 -0800 | [diff] [blame] | 6298 | if (pf->hw.debug_mask & I40E_DEBUG_AQ) |
| 6299 | dev_info(&pf->pdev->dev, "ASQ Critical Error detected\n"); |
Shannon Nelson | 86df242 | 2014-05-20 08:01:35 +0000 | [diff] [blame] | 6300 | val &= ~I40E_PF_ATQLEN_ATQCRIT_MASK; |
| 6301 | } |
| 6302 | if (oldval != val) |
| 6303 | wr32(&pf->hw, pf->hw.aq.asq.len, val); |
| 6304 | |
Mitch Williams | 1001dc3 | 2014-11-11 20:02:19 +0000 | [diff] [blame] | 6305 | event.buf_len = I40E_MAX_AQ_BUF_SIZE; |
| 6306 | event.msg_buf = kzalloc(event.buf_len, GFP_KERNEL); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6307 | if (!event.msg_buf) |
| 6308 | return; |
| 6309 | |
| 6310 | do { |
| 6311 | ret = i40e_clean_arq_element(hw, &event, &pending); |
Mitch Williams | 5649797 | 2014-06-04 08:45:18 +0000 | [diff] [blame] | 6312 | if (ret == I40E_ERR_ADMIN_QUEUE_NO_WORK) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6313 | break; |
Mitch Williams | 5649797 | 2014-06-04 08:45:18 +0000 | [diff] [blame] | 6314 | else if (ret) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6315 | dev_info(&pf->pdev->dev, "ARQ event error %d\n", ret); |
| 6316 | break; |
| 6317 | } |
| 6318 | |
| 6319 | opcode = le16_to_cpu(event.desc.opcode); |
| 6320 | switch (opcode) { |
| 6321 | |
| 6322 | case i40e_aqc_opc_get_link_status: |
| 6323 | i40e_handle_link_event(pf, &event); |
| 6324 | break; |
| 6325 | case i40e_aqc_opc_send_msg_to_pf: |
| 6326 | ret = i40e_vc_process_vf_msg(pf, |
| 6327 | le16_to_cpu(event.desc.retval), |
| 6328 | le32_to_cpu(event.desc.cookie_high), |
| 6329 | le32_to_cpu(event.desc.cookie_low), |
| 6330 | event.msg_buf, |
Mitch Williams | 1001dc3 | 2014-11-11 20:02:19 +0000 | [diff] [blame] | 6331 | event.msg_len); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6332 | break; |
| 6333 | case i40e_aqc_opc_lldp_update_mib: |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 6334 | dev_dbg(&pf->pdev->dev, "ARQ: Update LLDP MIB event received\n"); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 6335 | #ifdef CONFIG_I40E_DCB |
| 6336 | rtnl_lock(); |
| 6337 | ret = i40e_handle_lldp_event(pf, &event); |
| 6338 | rtnl_unlock(); |
| 6339 | #endif /* CONFIG_I40E_DCB */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6340 | break; |
| 6341 | case i40e_aqc_opc_event_lan_overflow: |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 6342 | dev_dbg(&pf->pdev->dev, "ARQ LAN queue overflow event received\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6343 | i40e_handle_lan_overflow_event(pf, &event); |
| 6344 | break; |
Shannon Nelson | 0467bc9 | 2013-12-18 13:45:58 +0000 | [diff] [blame] | 6345 | case i40e_aqc_opc_send_msg_to_peer: |
| 6346 | dev_info(&pf->pdev->dev, "ARQ: Msg from other pf\n"); |
| 6347 | break; |
Shannon Nelson | 91a0f93 | 2015-03-19 14:32:01 -0700 | [diff] [blame] | 6348 | case i40e_aqc_opc_nvm_erase: |
| 6349 | case i40e_aqc_opc_nvm_update: |
Michal Kosiarz | 00ada50 | 2015-11-19 11:34:20 -0800 | [diff] [blame] | 6350 | case i40e_aqc_opc_oem_post_update: |
Shannon Nelson | 6e93d0c | 2016-01-15 14:33:18 -0800 | [diff] [blame] | 6351 | i40e_debug(&pf->hw, I40E_DEBUG_NVM, |
| 6352 | "ARQ NVM operation 0x%04x completed\n", |
| 6353 | opcode); |
Shannon Nelson | 91a0f93 | 2015-03-19 14:32:01 -0700 | [diff] [blame] | 6354 | break; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6355 | default: |
| 6356 | dev_info(&pf->pdev->dev, |
Shannon Nelson | 0467bc9 | 2013-12-18 13:45:58 +0000 | [diff] [blame] | 6357 | "ARQ Error: Unknown event 0x%04x received\n", |
| 6358 | opcode); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6359 | break; |
| 6360 | } |
| 6361 | } while (pending && (i++ < pf->adminq_work_limit)); |
| 6362 | |
| 6363 | clear_bit(__I40E_ADMINQ_EVENT_PENDING, &pf->state); |
| 6364 | /* re-enable Admin queue interrupt cause */ |
| 6365 | val = rd32(hw, I40E_PFINT_ICR0_ENA); |
| 6366 | val |= I40E_PFINT_ICR0_ENA_ADMINQ_MASK; |
| 6367 | wr32(hw, I40E_PFINT_ICR0_ENA, val); |
| 6368 | i40e_flush(hw); |
| 6369 | |
| 6370 | kfree(event.msg_buf); |
| 6371 | } |
| 6372 | |
| 6373 | /** |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 6374 | * i40e_verify_eeprom - make sure eeprom is good to use |
| 6375 | * @pf: board private structure |
| 6376 | **/ |
| 6377 | static void i40e_verify_eeprom(struct i40e_pf *pf) |
| 6378 | { |
| 6379 | int err; |
| 6380 | |
| 6381 | err = i40e_diag_eeprom_test(&pf->hw); |
| 6382 | if (err) { |
| 6383 | /* retry in case of garbage read */ |
| 6384 | err = i40e_diag_eeprom_test(&pf->hw); |
| 6385 | if (err) { |
| 6386 | dev_info(&pf->pdev->dev, "eeprom check failed (%d), Tx/Rx traffic disabled\n", |
| 6387 | err); |
| 6388 | set_bit(__I40E_BAD_EEPROM, &pf->state); |
| 6389 | } |
| 6390 | } |
| 6391 | |
| 6392 | if (!err && test_bit(__I40E_BAD_EEPROM, &pf->state)) { |
| 6393 | dev_info(&pf->pdev->dev, "eeprom check passed, Tx/Rx traffic enabled\n"); |
| 6394 | clear_bit(__I40E_BAD_EEPROM, &pf->state); |
| 6395 | } |
| 6396 | } |
| 6397 | |
| 6398 | /** |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6399 | * i40e_enable_pf_switch_lb |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 6400 | * @pf: pointer to the PF structure |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6401 | * |
| 6402 | * enable switch loop back or die - no point in a return value |
| 6403 | **/ |
| 6404 | static void i40e_enable_pf_switch_lb(struct i40e_pf *pf) |
| 6405 | { |
| 6406 | struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi]; |
| 6407 | struct i40e_vsi_context ctxt; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6408 | int ret; |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6409 | |
| 6410 | ctxt.seid = pf->main_vsi_seid; |
| 6411 | ctxt.pf_num = pf->hw.pf_id; |
| 6412 | ctxt.vf_num = 0; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6413 | ret = i40e_aq_get_vsi_params(&pf->hw, &ctxt, NULL); |
| 6414 | if (ret) { |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6415 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6416 | "couldn't get PF vsi config, err %s aq_err %s\n", |
| 6417 | i40e_stat_str(&pf->hw, ret), |
| 6418 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6419 | return; |
| 6420 | } |
| 6421 | ctxt.flags = I40E_AQ_VSI_TYPE_PF; |
| 6422 | ctxt.info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID); |
| 6423 | ctxt.info.switch_id |= cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB); |
| 6424 | |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6425 | ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); |
| 6426 | if (ret) { |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6427 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6428 | "update vsi switch failed, err %s aq_err %s\n", |
| 6429 | i40e_stat_str(&pf->hw, ret), |
| 6430 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6431 | } |
| 6432 | } |
| 6433 | |
| 6434 | /** |
| 6435 | * i40e_disable_pf_switch_lb |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 6436 | * @pf: pointer to the PF structure |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6437 | * |
| 6438 | * disable switch loop back or die - no point in a return value |
| 6439 | **/ |
| 6440 | static void i40e_disable_pf_switch_lb(struct i40e_pf *pf) |
| 6441 | { |
| 6442 | struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi]; |
| 6443 | struct i40e_vsi_context ctxt; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6444 | int ret; |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6445 | |
| 6446 | ctxt.seid = pf->main_vsi_seid; |
| 6447 | ctxt.pf_num = pf->hw.pf_id; |
| 6448 | ctxt.vf_num = 0; |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6449 | ret = i40e_aq_get_vsi_params(&pf->hw, &ctxt, NULL); |
| 6450 | if (ret) { |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6451 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6452 | "couldn't get PF vsi config, err %s aq_err %s\n", |
| 6453 | i40e_stat_str(&pf->hw, ret), |
| 6454 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6455 | return; |
| 6456 | } |
| 6457 | ctxt.flags = I40E_AQ_VSI_TYPE_PF; |
| 6458 | ctxt.info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID); |
| 6459 | ctxt.info.switch_id &= ~cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB); |
| 6460 | |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6461 | ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); |
| 6462 | if (ret) { |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6463 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6464 | "update vsi switch failed, err %s aq_err %s\n", |
| 6465 | i40e_stat_str(&pf->hw, ret), |
| 6466 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Akeem G Abodunrin | 386a0af | 2015-02-27 09:15:25 +0000 | [diff] [blame] | 6467 | } |
| 6468 | } |
| 6469 | |
| 6470 | /** |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 6471 | * i40e_config_bridge_mode - Configure the HW bridge mode |
| 6472 | * @veb: pointer to the bridge instance |
| 6473 | * |
| 6474 | * Configure the loop back mode for the LAN VSI that is downlink to the |
| 6475 | * specified HW bridge instance. It is expected this function is called |
| 6476 | * when a new HW bridge is instantiated. |
| 6477 | **/ |
| 6478 | static void i40e_config_bridge_mode(struct i40e_veb *veb) |
| 6479 | { |
| 6480 | struct i40e_pf *pf = veb->pf; |
| 6481 | |
Shannon Nelson | 6dec101 | 2015-09-28 14:12:30 -0400 | [diff] [blame] | 6482 | if (pf->hw.debug_mask & I40E_DEBUG_LAN) |
| 6483 | dev_info(&pf->pdev->dev, "enabling bridge mode: %s\n", |
| 6484 | veb->bridge_mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB"); |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 6485 | if (veb->bridge_mode & BRIDGE_MODE_VEPA) |
| 6486 | i40e_disable_pf_switch_lb(pf); |
| 6487 | else |
| 6488 | i40e_enable_pf_switch_lb(pf); |
| 6489 | } |
| 6490 | |
| 6491 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6492 | * i40e_reconstitute_veb - rebuild the VEB and anything connected to it |
| 6493 | * @veb: pointer to the VEB instance |
| 6494 | * |
| 6495 | * This is a recursive function that first builds the attached VSIs then |
| 6496 | * recurses in to build the next layer of VEB. We track the connections |
| 6497 | * through our own index numbers because the seid's from the HW could |
| 6498 | * change across the reset. |
| 6499 | **/ |
| 6500 | static int i40e_reconstitute_veb(struct i40e_veb *veb) |
| 6501 | { |
| 6502 | struct i40e_vsi *ctl_vsi = NULL; |
| 6503 | struct i40e_pf *pf = veb->pf; |
| 6504 | int v, veb_idx; |
| 6505 | int ret; |
| 6506 | |
| 6507 | /* build VSI that owns this VEB, temporarily attached to base VEB */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 6508 | for (v = 0; v < pf->num_alloc_vsi && !ctl_vsi; v++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6509 | if (pf->vsi[v] && |
| 6510 | pf->vsi[v]->veb_idx == veb->idx && |
| 6511 | pf->vsi[v]->flags & I40E_VSI_FLAG_VEB_OWNER) { |
| 6512 | ctl_vsi = pf->vsi[v]; |
| 6513 | break; |
| 6514 | } |
| 6515 | } |
| 6516 | if (!ctl_vsi) { |
| 6517 | dev_info(&pf->pdev->dev, |
| 6518 | "missing owner VSI for veb_idx %d\n", veb->idx); |
| 6519 | ret = -ENOENT; |
| 6520 | goto end_reconstitute; |
| 6521 | } |
| 6522 | if (ctl_vsi != pf->vsi[pf->lan_vsi]) |
| 6523 | ctl_vsi->uplink_seid = pf->vsi[pf->lan_vsi]->uplink_seid; |
| 6524 | ret = i40e_add_vsi(ctl_vsi); |
| 6525 | if (ret) { |
| 6526 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6527 | "rebuild of veb_idx %d owner VSI failed: %d\n", |
| 6528 | veb->idx, ret); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6529 | goto end_reconstitute; |
| 6530 | } |
| 6531 | i40e_vsi_reset_stats(ctl_vsi); |
| 6532 | |
| 6533 | /* create the VEB in the switch and move the VSI onto the VEB */ |
| 6534 | ret = i40e_add_veb(veb, ctl_vsi); |
| 6535 | if (ret) |
| 6536 | goto end_reconstitute; |
| 6537 | |
Anjali Singhai Jain | fc60861 | 2015-05-08 15:35:57 -0700 | [diff] [blame] | 6538 | if (pf->flags & I40E_FLAG_VEB_MODE_ENABLED) |
| 6539 | veb->bridge_mode = BRIDGE_MODE_VEB; |
| 6540 | else |
| 6541 | veb->bridge_mode = BRIDGE_MODE_VEPA; |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 6542 | i40e_config_bridge_mode(veb); |
Anjali Singhai Jain | b64ba08 | 2014-11-13 03:06:15 +0000 | [diff] [blame] | 6543 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6544 | /* create the remaining VSIs attached to this VEB */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 6545 | for (v = 0; v < pf->num_alloc_vsi; v++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6546 | if (!pf->vsi[v] || pf->vsi[v] == ctl_vsi) |
| 6547 | continue; |
| 6548 | |
| 6549 | if (pf->vsi[v]->veb_idx == veb->idx) { |
| 6550 | struct i40e_vsi *vsi = pf->vsi[v]; |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 6551 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6552 | vsi->uplink_seid = veb->seid; |
| 6553 | ret = i40e_add_vsi(vsi); |
| 6554 | if (ret) { |
| 6555 | dev_info(&pf->pdev->dev, |
| 6556 | "rebuild of vsi_idx %d failed: %d\n", |
| 6557 | v, ret); |
| 6558 | goto end_reconstitute; |
| 6559 | } |
| 6560 | i40e_vsi_reset_stats(vsi); |
| 6561 | } |
| 6562 | } |
| 6563 | |
| 6564 | /* create any VEBs attached to this VEB - RECURSION */ |
| 6565 | for (veb_idx = 0; veb_idx < I40E_MAX_VEB; veb_idx++) { |
| 6566 | if (pf->veb[veb_idx] && pf->veb[veb_idx]->veb_idx == veb->idx) { |
| 6567 | pf->veb[veb_idx]->uplink_seid = veb->seid; |
| 6568 | ret = i40e_reconstitute_veb(pf->veb[veb_idx]); |
| 6569 | if (ret) |
| 6570 | break; |
| 6571 | } |
| 6572 | } |
| 6573 | |
| 6574 | end_reconstitute: |
| 6575 | return ret; |
| 6576 | } |
| 6577 | |
| 6578 | /** |
| 6579 | * i40e_get_capabilities - get info about the HW |
| 6580 | * @pf: the PF struct |
| 6581 | **/ |
| 6582 | static int i40e_get_capabilities(struct i40e_pf *pf) |
| 6583 | { |
| 6584 | struct i40e_aqc_list_capabilities_element_resp *cap_buf; |
| 6585 | u16 data_size; |
| 6586 | int buf_len; |
| 6587 | int err; |
| 6588 | |
| 6589 | buf_len = 40 * sizeof(struct i40e_aqc_list_capabilities_element_resp); |
| 6590 | do { |
| 6591 | cap_buf = kzalloc(buf_len, GFP_KERNEL); |
| 6592 | if (!cap_buf) |
| 6593 | return -ENOMEM; |
| 6594 | |
| 6595 | /* this loads the data into the hw struct for us */ |
| 6596 | err = i40e_aq_discover_capabilities(&pf->hw, cap_buf, buf_len, |
| 6597 | &data_size, |
| 6598 | i40e_aqc_opc_list_func_capabilities, |
| 6599 | NULL); |
| 6600 | /* data loaded, buffer no longer needed */ |
| 6601 | kfree(cap_buf); |
| 6602 | |
| 6603 | if (pf->hw.aq.asq_last_status == I40E_AQ_RC_ENOMEM) { |
| 6604 | /* retry with a larger buffer */ |
| 6605 | buf_len = data_size; |
| 6606 | } else if (pf->hw.aq.asq_last_status != I40E_AQ_RC_OK) { |
| 6607 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6608 | "capability discovery failed, err %s aq_err %s\n", |
| 6609 | i40e_stat_str(&pf->hw, err), |
| 6610 | i40e_aq_str(&pf->hw, |
| 6611 | pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6612 | return -ENODEV; |
| 6613 | } |
| 6614 | } while (err); |
| 6615 | |
| 6616 | if (pf->hw.debug_mask & I40E_DEBUG_USER) |
| 6617 | dev_info(&pf->pdev->dev, |
| 6618 | "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", |
| 6619 | pf->hw.pf_id, pf->hw.func_caps.num_vfs, |
| 6620 | pf->hw.func_caps.num_msix_vectors, |
| 6621 | pf->hw.func_caps.num_msix_vectors_vf, |
| 6622 | pf->hw.func_caps.fd_filters_guaranteed, |
| 6623 | pf->hw.func_caps.fd_filters_best_effort, |
| 6624 | pf->hw.func_caps.num_tx_qp, |
| 6625 | pf->hw.func_caps.num_vsis); |
| 6626 | |
Jesse Brandeburg | 7134f9c | 2013-11-26 08:56:05 +0000 | [diff] [blame] | 6627 | #define DEF_NUM_VSI (1 + (pf->hw.func_caps.fcoe ? 1 : 0) \ |
| 6628 | + pf->hw.func_caps.num_vfs) |
| 6629 | if (pf->hw.revision_id == 0 && (DEF_NUM_VSI > pf->hw.func_caps.num_vsis)) { |
| 6630 | dev_info(&pf->pdev->dev, |
| 6631 | "got num_vsis %d, setting num_vsis to %d\n", |
| 6632 | pf->hw.func_caps.num_vsis, DEF_NUM_VSI); |
| 6633 | pf->hw.func_caps.num_vsis = DEF_NUM_VSI; |
| 6634 | } |
| 6635 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6636 | return 0; |
| 6637 | } |
| 6638 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6639 | static int i40e_vsi_clear(struct i40e_vsi *vsi); |
| 6640 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6641 | /** |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6642 | * i40e_fdir_sb_setup - initialize the Flow Director resources for Sideband |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6643 | * @pf: board private structure |
| 6644 | **/ |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6645 | static void i40e_fdir_sb_setup(struct i40e_pf *pf) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6646 | { |
| 6647 | struct i40e_vsi *vsi; |
Shannon Nelson | 8a9eb7d | 2014-03-14 07:32:28 +0000 | [diff] [blame] | 6648 | int i; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6649 | |
Jesse Brandeburg | 407e063 | 2014-06-03 23:50:12 +0000 | [diff] [blame] | 6650 | /* quick workaround for an NVM issue that leaves a critical register |
| 6651 | * uninitialized |
| 6652 | */ |
| 6653 | if (!rd32(&pf->hw, I40E_GLQF_HKEY(0))) { |
| 6654 | static const u32 hkey[] = { |
| 6655 | 0xe640d33f, 0xcdfe98ab, 0x73fa7161, 0x0d7a7d36, |
| 6656 | 0xeacb7d61, 0xaa4f05b6, 0x9c5c89ed, 0xfc425ddb, |
| 6657 | 0xa4654832, 0xfc7461d4, 0x8f827619, 0xf5c63c21, |
| 6658 | 0x95b3a76d}; |
| 6659 | |
| 6660 | for (i = 0; i <= I40E_GLQF_HKEY_MAX_INDEX; i++) |
| 6661 | wr32(&pf->hw, I40E_GLQF_HKEY(i), hkey[i]); |
| 6662 | } |
| 6663 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6664 | if (!(pf->flags & I40E_FLAG_FD_SB_ENABLED)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6665 | return; |
| 6666 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6667 | /* find existing VSI and see if it needs configuring */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6668 | vsi = NULL; |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 6669 | for (i = 0; i < pf->num_alloc_vsi; i++) { |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6670 | if (pf->vsi[i] && pf->vsi[i]->type == I40E_VSI_FDIR) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6671 | vsi = pf->vsi[i]; |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6672 | break; |
| 6673 | } |
| 6674 | } |
| 6675 | |
| 6676 | /* create a new VSI if none exists */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6677 | if (!vsi) { |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6678 | vsi = i40e_vsi_setup(pf, I40E_VSI_FDIR, |
| 6679 | pf->vsi[pf->lan_vsi]->seid, 0); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6680 | if (!vsi) { |
| 6681 | dev_info(&pf->pdev->dev, "Couldn't create FDir VSI\n"); |
Shannon Nelson | 8a9eb7d | 2014-03-14 07:32:28 +0000 | [diff] [blame] | 6682 | pf->flags &= ~I40E_FLAG_FD_SB_ENABLED; |
| 6683 | return; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6684 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6685 | } |
Shannon Nelson | 8a9eb7d | 2014-03-14 07:32:28 +0000 | [diff] [blame] | 6686 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 6687 | i40e_vsi_setup_irqhandler(vsi, i40e_fdir_clean_ring); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6688 | } |
| 6689 | |
| 6690 | /** |
| 6691 | * i40e_fdir_teardown - release the Flow Director resources |
| 6692 | * @pf: board private structure |
| 6693 | **/ |
| 6694 | static void i40e_fdir_teardown(struct i40e_pf *pf) |
| 6695 | { |
| 6696 | int i; |
| 6697 | |
Joseph Gasparakis | 17a73f6 | 2014-02-12 01:45:30 +0000 | [diff] [blame] | 6698 | i40e_fdir_filter_exit(pf); |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 6699 | for (i = 0; i < pf->num_alloc_vsi; i++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6700 | if (pf->vsi[i] && pf->vsi[i]->type == I40E_VSI_FDIR) { |
| 6701 | i40e_vsi_release(pf->vsi[i]); |
| 6702 | break; |
| 6703 | } |
| 6704 | } |
| 6705 | } |
| 6706 | |
| 6707 | /** |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6708 | * i40e_prep_for_reset - prep for the core to reset |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6709 | * @pf: board private structure |
| 6710 | * |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 6711 | * Close up the VFs and other things in prep for PF Reset. |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6712 | **/ |
Shannon Nelson | 23cfbe0 | 2014-06-04 01:23:14 +0000 | [diff] [blame] | 6713 | static void i40e_prep_for_reset(struct i40e_pf *pf) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6714 | { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6715 | struct i40e_hw *hw = &pf->hw; |
Shannon Nelson | 60442de | 2014-04-23 04:50:13 +0000 | [diff] [blame] | 6716 | i40e_status ret = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6717 | u32 v; |
| 6718 | |
| 6719 | clear_bit(__I40E_RESET_INTR_RECEIVED, &pf->state); |
| 6720 | if (test_and_set_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state)) |
Shannon Nelson | 23cfbe0 | 2014-06-04 01:23:14 +0000 | [diff] [blame] | 6721 | return; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6722 | |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 6723 | dev_dbg(&pf->pdev->dev, "Tearing down internal switch for reset\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6724 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6725 | /* quiesce the VSIs and their queues that are not already DOWN */ |
| 6726 | i40e_pf_quiesce_all_vsi(pf); |
| 6727 | |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 6728 | for (v = 0; v < pf->num_alloc_vsi; v++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6729 | if (pf->vsi[v]) |
| 6730 | pf->vsi[v]->seid = 0; |
| 6731 | } |
| 6732 | |
| 6733 | i40e_shutdown_adminq(&pf->hw); |
| 6734 | |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6735 | /* call shutdown HMC */ |
Shannon Nelson | 60442de | 2014-04-23 04:50:13 +0000 | [diff] [blame] | 6736 | if (hw->hmc.hmc_obj) { |
| 6737 | ret = i40e_shutdown_lan_hmc(hw); |
Shannon Nelson | 23cfbe0 | 2014-06-04 01:23:14 +0000 | [diff] [blame] | 6738 | if (ret) |
Shannon Nelson | 60442de | 2014-04-23 04:50:13 +0000 | [diff] [blame] | 6739 | dev_warn(&pf->pdev->dev, |
| 6740 | "shutdown_lan_hmc failed: %d\n", ret); |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6741 | } |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6742 | } |
| 6743 | |
| 6744 | /** |
Jesse Brandeburg | 44033fa | 2014-04-23 04:50:15 +0000 | [diff] [blame] | 6745 | * i40e_send_version - update firmware with driver version |
| 6746 | * @pf: PF struct |
| 6747 | */ |
| 6748 | static void i40e_send_version(struct i40e_pf *pf) |
| 6749 | { |
| 6750 | struct i40e_driver_version dv; |
| 6751 | |
| 6752 | dv.major_version = DRV_VERSION_MAJOR; |
| 6753 | dv.minor_version = DRV_VERSION_MINOR; |
| 6754 | dv.build_version = DRV_VERSION_BUILD; |
| 6755 | dv.subbuild_version = 0; |
Rickard Strandqvist | 35a7d80 | 2014-07-29 09:26:25 +0000 | [diff] [blame] | 6756 | strlcpy(dv.driver_string, DRV_VERSION, sizeof(dv.driver_string)); |
Jesse Brandeburg | 44033fa | 2014-04-23 04:50:15 +0000 | [diff] [blame] | 6757 | i40e_aq_send_driver_version(&pf->hw, &dv, NULL); |
| 6758 | } |
| 6759 | |
| 6760 | /** |
Jesse Brandeburg | 4dda12e | 2013-12-18 13:46:01 +0000 | [diff] [blame] | 6761 | * i40e_reset_and_rebuild - reset and rebuild using a saved config |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6762 | * @pf: board private structure |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 6763 | * @reinit: if the Main VSI needs to re-initialized. |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6764 | **/ |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 6765 | static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit) |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6766 | { |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6767 | struct i40e_hw *hw = &pf->hw; |
Anjali Singhai Jain | cafa2ee | 2014-09-13 07:40:45 +0000 | [diff] [blame] | 6768 | u8 set_fc_aq_fail = 0; |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6769 | i40e_status ret; |
Anjali Singhai Jain | 4f2f017c | 2015-10-21 19:47:07 -0400 | [diff] [blame] | 6770 | u32 val; |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6771 | u32 v; |
| 6772 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6773 | /* Now we wait for GRST to settle out. |
| 6774 | * We don't have to delete the VEBs or VSIs from the hw switch |
| 6775 | * because the reset will make them disappear. |
| 6776 | */ |
| 6777 | ret = i40e_pf_reset(hw); |
Akeem G Abodunrin | b556540 | 2014-04-09 05:59:04 +0000 | [diff] [blame] | 6778 | if (ret) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6779 | dev_info(&pf->pdev->dev, "PF reset failed, %d\n", ret); |
Anjali Singhai Jain | a316f65 | 2014-07-12 07:28:25 +0000 | [diff] [blame] | 6780 | set_bit(__I40E_RESET_FAILED, &pf->state); |
| 6781 | goto clear_recovery; |
Akeem G Abodunrin | b556540 | 2014-04-09 05:59:04 +0000 | [diff] [blame] | 6782 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6783 | pf->pfr_count++; |
| 6784 | |
| 6785 | if (test_bit(__I40E_DOWN, &pf->state)) |
Anjali Singhai Jain | a316f65 | 2014-07-12 07:28:25 +0000 | [diff] [blame] | 6786 | goto clear_recovery; |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 6787 | dev_dbg(&pf->pdev->dev, "Rebuilding internal switch\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6788 | |
| 6789 | /* rebuild the basics for the AdminQ, HMC, and initial HW switch */ |
| 6790 | ret = i40e_init_adminq(&pf->hw); |
| 6791 | if (ret) { |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6792 | dev_info(&pf->pdev->dev, "Rebuild AdminQ failed, err %s aq_err %s\n", |
| 6793 | i40e_stat_str(&pf->hw, ret), |
| 6794 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Anjali Singhai Jain | a316f65 | 2014-07-12 07:28:25 +0000 | [diff] [blame] | 6795 | goto clear_recovery; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6796 | } |
| 6797 | |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 6798 | /* re-verify the eeprom if we just had an EMP reset */ |
Anjali Singhai Jain | 9df42d1 | 2015-01-24 09:58:40 +0000 | [diff] [blame] | 6799 | if (test_and_clear_bit(__I40E_EMP_RESET_INTR_RECEIVED, &pf->state)) |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 6800 | i40e_verify_eeprom(pf); |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 6801 | |
Shannon Nelson | e78ac4bf | 2014-05-10 04:49:09 +0000 | [diff] [blame] | 6802 | i40e_clear_pxe_mode(hw); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6803 | ret = i40e_get_capabilities(pf); |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6804 | if (ret) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6805 | goto end_core_reset; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6806 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6807 | ret = i40e_init_lan_hmc(hw, hw->func_caps.num_tx_qp, |
| 6808 | hw->func_caps.num_rx_qp, |
| 6809 | pf->fcoe_hmc_cntx_num, pf->fcoe_hmc_filt_num); |
| 6810 | if (ret) { |
| 6811 | dev_info(&pf->pdev->dev, "init_lan_hmc failed: %d\n", ret); |
| 6812 | goto end_core_reset; |
| 6813 | } |
| 6814 | ret = i40e_configure_lan_hmc(hw, I40E_HMC_MODEL_DIRECT_ONLY); |
| 6815 | if (ret) { |
| 6816 | dev_info(&pf->pdev->dev, "configure_lan_hmc failed: %d\n", ret); |
| 6817 | goto end_core_reset; |
| 6818 | } |
| 6819 | |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 6820 | #ifdef CONFIG_I40E_DCB |
| 6821 | ret = i40e_init_pf_dcb(pf); |
| 6822 | if (ret) { |
Shannon Nelson | aebfc81 | 2014-12-11 07:06:38 +0000 | [diff] [blame] | 6823 | dev_info(&pf->pdev->dev, "DCB init failed %d, disabled\n", ret); |
| 6824 | pf->flags &= ~I40E_FLAG_DCB_CAPABLE; |
| 6825 | /* Continue without DCB enabled */ |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 6826 | } |
| 6827 | #endif /* CONFIG_I40E_DCB */ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 6828 | #ifdef I40E_FCOE |
Shannon Nelson | 21364bc | 2015-08-26 15:14:13 -0400 | [diff] [blame] | 6829 | i40e_init_pf_fcoe(pf); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 6830 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 6831 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6832 | /* do basic switch setup */ |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 6833 | ret = i40e_setup_pf_switch(pf, reinit); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6834 | if (ret) |
| 6835 | goto end_core_reset; |
| 6836 | |
Shannon Nelson | 2f0aff4 | 2016-01-04 10:33:08 -0800 | [diff] [blame] | 6837 | /* The driver only wants link up/down and module qualification |
| 6838 | * reports from firmware. Note the negative logic. |
Jesse Brandeburg | 7e2453f | 2014-09-13 07:40:41 +0000 | [diff] [blame] | 6839 | */ |
| 6840 | ret = i40e_aq_set_phy_int_mask(&pf->hw, |
Shannon Nelson | 2f0aff4 | 2016-01-04 10:33:08 -0800 | [diff] [blame] | 6841 | ~(I40E_AQ_EVENT_LINK_UPDOWN | |
| 6842 | I40E_AQ_EVENT_MODULE_QUAL_FAIL), NULL); |
Jesse Brandeburg | 7e2453f | 2014-09-13 07:40:41 +0000 | [diff] [blame] | 6843 | if (ret) |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6844 | dev_info(&pf->pdev->dev, "set phy mask fail, err %s aq_err %s\n", |
| 6845 | i40e_stat_str(&pf->hw, ret), |
| 6846 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 7e2453f | 2014-09-13 07:40:41 +0000 | [diff] [blame] | 6847 | |
Anjali Singhai Jain | cafa2ee | 2014-09-13 07:40:45 +0000 | [diff] [blame] | 6848 | /* make sure our flow control settings are restored */ |
| 6849 | ret = i40e_set_fc(&pf->hw, &set_fc_aq_fail, true); |
| 6850 | if (ret) |
Neerav Parikh | 8279e49 | 2015-09-03 17:18:50 -0400 | [diff] [blame] | 6851 | dev_dbg(&pf->pdev->dev, "setting flow control: ret = %s last_status = %s\n", |
| 6852 | i40e_stat_str(&pf->hw, ret), |
| 6853 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Anjali Singhai Jain | cafa2ee | 2014-09-13 07:40:45 +0000 | [diff] [blame] | 6854 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6855 | /* Rebuild the VSIs and VEBs that existed before reset. |
| 6856 | * They are still in our local switch element arrays, so only |
| 6857 | * need to rebuild the switch model in the HW. |
| 6858 | * |
| 6859 | * If there were VEBs but the reconstitution failed, we'll try |
| 6860 | * try to recover minimal use by getting the basic PF VSI working. |
| 6861 | */ |
| 6862 | if (pf->vsi[pf->lan_vsi]->uplink_seid != pf->mac_seid) { |
Jesse Brandeburg | 69bfb11 | 2014-02-11 08:24:13 +0000 | [diff] [blame] | 6863 | dev_dbg(&pf->pdev->dev, "attempting to rebuild switch\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6864 | /* find the one VEB connected to the MAC, and find orphans */ |
| 6865 | for (v = 0; v < I40E_MAX_VEB; v++) { |
| 6866 | if (!pf->veb[v]) |
| 6867 | continue; |
| 6868 | |
| 6869 | if (pf->veb[v]->uplink_seid == pf->mac_seid || |
| 6870 | pf->veb[v]->uplink_seid == 0) { |
| 6871 | ret = i40e_reconstitute_veb(pf->veb[v]); |
| 6872 | |
| 6873 | if (!ret) |
| 6874 | continue; |
| 6875 | |
| 6876 | /* If Main VEB failed, we're in deep doodoo, |
| 6877 | * so give up rebuilding the switch and set up |
| 6878 | * for minimal rebuild of PF VSI. |
| 6879 | * If orphan failed, we'll report the error |
| 6880 | * but try to keep going. |
| 6881 | */ |
| 6882 | if (pf->veb[v]->uplink_seid == pf->mac_seid) { |
| 6883 | dev_info(&pf->pdev->dev, |
| 6884 | "rebuild of switch failed: %d, will try to set up simple PF connection\n", |
| 6885 | ret); |
| 6886 | pf->vsi[pf->lan_vsi]->uplink_seid |
| 6887 | = pf->mac_seid; |
| 6888 | break; |
| 6889 | } else if (pf->veb[v]->uplink_seid == 0) { |
| 6890 | dev_info(&pf->pdev->dev, |
| 6891 | "rebuild of orphan VEB failed: %d\n", |
| 6892 | ret); |
| 6893 | } |
| 6894 | } |
| 6895 | } |
| 6896 | } |
| 6897 | |
| 6898 | if (pf->vsi[pf->lan_vsi]->uplink_seid == pf->mac_seid) { |
Shannon Nelson | cde4cbc | 2014-06-04 01:23:17 +0000 | [diff] [blame] | 6899 | dev_dbg(&pf->pdev->dev, "attempting to rebuild PF VSI\n"); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6900 | /* no VEB, so rebuild only the Main VSI */ |
| 6901 | ret = i40e_add_vsi(pf->vsi[pf->lan_vsi]); |
| 6902 | if (ret) { |
| 6903 | dev_info(&pf->pdev->dev, |
| 6904 | "rebuild of Main VSI failed: %d\n", ret); |
| 6905 | goto end_core_reset; |
| 6906 | } |
| 6907 | } |
| 6908 | |
Anjali Singhai Jain | 4f2f017c | 2015-10-21 19:47:07 -0400 | [diff] [blame] | 6909 | /* Reconfigure hardware for allowing smaller MSS in the case |
| 6910 | * of TSO, so that we avoid the MDD being fired and causing |
| 6911 | * a reset in the case of small MSS+TSO. |
| 6912 | */ |
| 6913 | #define I40E_REG_MSS 0x000E64DC |
| 6914 | #define I40E_REG_MSS_MIN_MASK 0x3FF0000 |
| 6915 | #define I40E_64BYTE_MSS 0x400000 |
| 6916 | val = rd32(hw, I40E_REG_MSS); |
| 6917 | if ((val & I40E_REG_MSS_MIN_MASK) > I40E_64BYTE_MSS) { |
| 6918 | val &= ~I40E_REG_MSS_MIN_MASK; |
| 6919 | val |= I40E_64BYTE_MSS; |
| 6920 | wr32(hw, I40E_REG_MSS, val); |
| 6921 | } |
| 6922 | |
Anjali Singhai Jain | 8eed76f | 2015-12-09 15:50:31 -0800 | [diff] [blame] | 6923 | if (pf->flags & I40E_FLAG_RESTART_AUTONEG) { |
Anjali Singhai Jain | 025b4a5 | 2015-02-24 06:58:46 +0000 | [diff] [blame] | 6924 | msleep(75); |
| 6925 | ret = i40e_aq_set_link_restart_an(&pf->hw, true, NULL); |
| 6926 | if (ret) |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 6927 | dev_info(&pf->pdev->dev, "link restart failed, err %s aq_err %s\n", |
| 6928 | i40e_stat_str(&pf->hw, ret), |
| 6929 | i40e_aq_str(&pf->hw, |
| 6930 | pf->hw.aq.asq_last_status)); |
Anjali Singhai Jain | cafa2ee | 2014-09-13 07:40:45 +0000 | [diff] [blame] | 6931 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6932 | /* reinit the misc interrupt */ |
| 6933 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
| 6934 | ret = i40e_setup_misc_vector(pf); |
| 6935 | |
Anjali Singhai Jain | e7358f5 | 2015-10-01 14:37:34 -0400 | [diff] [blame] | 6936 | /* Add a filter to drop all Flow control frames from any VSI from being |
| 6937 | * transmitted. By doing so we stop a malicious VF from sending out |
| 6938 | * PAUSE or PFC frames and potentially controlling traffic for other |
| 6939 | * PF/VF VSIs. |
| 6940 | * The FW can still send Flow control frames if enabled. |
| 6941 | */ |
| 6942 | i40e_add_filter_to_drop_tx_flow_control_frames(&pf->hw, |
| 6943 | pf->main_vsi_seid); |
| 6944 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6945 | /* restart the VSIs that were rebuilt and running before the reset */ |
| 6946 | i40e_pf_unquiesce_all_vsi(pf); |
| 6947 | |
Mitch Williams | 69f64b2 | 2014-02-13 03:48:46 -0800 | [diff] [blame] | 6948 | if (pf->num_alloc_vfs) { |
| 6949 | for (v = 0; v < pf->num_alloc_vfs; v++) |
| 6950 | i40e_reset_vf(&pf->vf[v], true); |
| 6951 | } |
| 6952 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6953 | /* tell the firmware that we're starting */ |
Jesse Brandeburg | 44033fa | 2014-04-23 04:50:15 +0000 | [diff] [blame] | 6954 | i40e_send_version(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6955 | |
| 6956 | end_core_reset: |
Anjali Singhai Jain | a316f65 | 2014-07-12 07:28:25 +0000 | [diff] [blame] | 6957 | clear_bit(__I40E_RESET_FAILED, &pf->state); |
| 6958 | clear_recovery: |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6959 | clear_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state); |
| 6960 | } |
| 6961 | |
| 6962 | /** |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 6963 | * i40e_handle_reset_warning - prep for the PF to reset, reset and rebuild |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6964 | * @pf: board private structure |
| 6965 | * |
| 6966 | * Close up the VFs and other things in prep for a Core Reset, |
| 6967 | * then get ready to rebuild the world. |
| 6968 | **/ |
| 6969 | static void i40e_handle_reset_warning(struct i40e_pf *pf) |
| 6970 | { |
Shannon Nelson | 23cfbe0 | 2014-06-04 01:23:14 +0000 | [diff] [blame] | 6971 | i40e_prep_for_reset(pf); |
| 6972 | i40e_reset_and_rebuild(pf, false); |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 6973 | } |
| 6974 | |
| 6975 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6976 | * i40e_handle_mdd_event |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 6977 | * @pf: pointer to the PF structure |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6978 | * |
| 6979 | * Called from the MDD irq handler to identify possibly malicious vfs |
| 6980 | **/ |
| 6981 | static void i40e_handle_mdd_event(struct i40e_pf *pf) |
| 6982 | { |
| 6983 | struct i40e_hw *hw = &pf->hw; |
| 6984 | bool mdd_detected = false; |
Neerav Parikh | df430b1 | 2014-06-04 01:23:15 +0000 | [diff] [blame] | 6985 | bool pf_mdd_detected = false; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 6986 | struct i40e_vf *vf; |
| 6987 | u32 reg; |
| 6988 | int i; |
| 6989 | |
| 6990 | if (!test_bit(__I40E_MDD_EVENT_PENDING, &pf->state)) |
| 6991 | return; |
| 6992 | |
| 6993 | /* find what triggered the MDD event */ |
| 6994 | reg = rd32(hw, I40E_GL_MDET_TX); |
| 6995 | if (reg & I40E_GL_MDET_TX_VALID_MASK) { |
Anjali Singhai Jain | 4c33f83 | 2014-06-05 00:18:21 +0000 | [diff] [blame] | 6996 | u8 pf_num = (reg & I40E_GL_MDET_TX_PF_NUM_MASK) >> |
| 6997 | I40E_GL_MDET_TX_PF_NUM_SHIFT; |
Mitch Williams | 2089ad0 | 2014-10-17 03:14:53 +0000 | [diff] [blame] | 6998 | u16 vf_num = (reg & I40E_GL_MDET_TX_VF_NUM_MASK) >> |
Anjali Singhai Jain | 4c33f83 | 2014-06-05 00:18:21 +0000 | [diff] [blame] | 6999 | I40E_GL_MDET_TX_VF_NUM_SHIFT; |
Dan Carpenter | 013f657 | 2014-10-22 20:06:29 -0700 | [diff] [blame] | 7000 | u8 event = (reg & I40E_GL_MDET_TX_EVENT_MASK) >> |
Anjali Singhai Jain | 4c33f83 | 2014-06-05 00:18:21 +0000 | [diff] [blame] | 7001 | I40E_GL_MDET_TX_EVENT_SHIFT; |
Mitch Williams | 2089ad0 | 2014-10-17 03:14:53 +0000 | [diff] [blame] | 7002 | u16 queue = ((reg & I40E_GL_MDET_TX_QUEUE_MASK) >> |
| 7003 | I40E_GL_MDET_TX_QUEUE_SHIFT) - |
| 7004 | pf->hw.func_caps.base_queue; |
Jesse Brandeburg | faf3297 | 2014-07-12 07:28:21 +0000 | [diff] [blame] | 7005 | if (netif_msg_tx_err(pf)) |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 7006 | 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 Brandeburg | faf3297 | 2014-07-12 07:28:21 +0000 | [diff] [blame] | 7007 | event, queue, pf_num, vf_num); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7008 | wr32(hw, I40E_GL_MDET_TX, 0xffffffff); |
| 7009 | mdd_detected = true; |
| 7010 | } |
| 7011 | reg = rd32(hw, I40E_GL_MDET_RX); |
| 7012 | if (reg & I40E_GL_MDET_RX_VALID_MASK) { |
Anjali Singhai Jain | 4c33f83 | 2014-06-05 00:18:21 +0000 | [diff] [blame] | 7013 | u8 func = (reg & I40E_GL_MDET_RX_FUNCTION_MASK) >> |
| 7014 | I40E_GL_MDET_RX_FUNCTION_SHIFT; |
Dan Carpenter | 013f657 | 2014-10-22 20:06:29 -0700 | [diff] [blame] | 7015 | u8 event = (reg & I40E_GL_MDET_RX_EVENT_MASK) >> |
Anjali Singhai Jain | 4c33f83 | 2014-06-05 00:18:21 +0000 | [diff] [blame] | 7016 | I40E_GL_MDET_RX_EVENT_SHIFT; |
Mitch Williams | 2089ad0 | 2014-10-17 03:14:53 +0000 | [diff] [blame] | 7017 | u16 queue = ((reg & I40E_GL_MDET_RX_QUEUE_MASK) >> |
| 7018 | I40E_GL_MDET_RX_QUEUE_SHIFT) - |
| 7019 | pf->hw.func_caps.base_queue; |
Jesse Brandeburg | faf3297 | 2014-07-12 07:28:21 +0000 | [diff] [blame] | 7020 | if (netif_msg_rx_err(pf)) |
| 7021 | dev_info(&pf->pdev->dev, "Malicious Driver Detection event 0x%02x on RX queue %d of function 0x%02x\n", |
| 7022 | event, queue, func); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7023 | wr32(hw, I40E_GL_MDET_RX, 0xffffffff); |
| 7024 | mdd_detected = true; |
| 7025 | } |
| 7026 | |
Neerav Parikh | df430b1 | 2014-06-04 01:23:15 +0000 | [diff] [blame] | 7027 | if (mdd_detected) { |
| 7028 | reg = rd32(hw, I40E_PF_MDET_TX); |
| 7029 | if (reg & I40E_PF_MDET_TX_VALID_MASK) { |
| 7030 | wr32(hw, I40E_PF_MDET_TX, 0xFFFF); |
Jesse Brandeburg | faf3297 | 2014-07-12 07:28:21 +0000 | [diff] [blame] | 7031 | dev_info(&pf->pdev->dev, "TX driver issue detected, PF reset issued\n"); |
Neerav Parikh | df430b1 | 2014-06-04 01:23:15 +0000 | [diff] [blame] | 7032 | pf_mdd_detected = true; |
| 7033 | } |
| 7034 | reg = rd32(hw, I40E_PF_MDET_RX); |
| 7035 | if (reg & I40E_PF_MDET_RX_VALID_MASK) { |
| 7036 | wr32(hw, I40E_PF_MDET_RX, 0xFFFF); |
Jesse Brandeburg | faf3297 | 2014-07-12 07:28:21 +0000 | [diff] [blame] | 7037 | dev_info(&pf->pdev->dev, "RX driver issue detected, PF reset issued\n"); |
Neerav Parikh | df430b1 | 2014-06-04 01:23:15 +0000 | [diff] [blame] | 7038 | pf_mdd_detected = true; |
| 7039 | } |
| 7040 | /* Queue belongs to the PF, initiate a reset */ |
| 7041 | if (pf_mdd_detected) { |
| 7042 | set_bit(__I40E_PF_RESET_REQUESTED, &pf->state); |
| 7043 | i40e_service_event_schedule(pf); |
| 7044 | } |
| 7045 | } |
| 7046 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7047 | /* see if one of the VFs needs its hand slapped */ |
| 7048 | for (i = 0; i < pf->num_alloc_vfs && mdd_detected; i++) { |
| 7049 | vf = &(pf->vf[i]); |
| 7050 | reg = rd32(hw, I40E_VP_MDET_TX(i)); |
| 7051 | if (reg & I40E_VP_MDET_TX_VALID_MASK) { |
| 7052 | wr32(hw, I40E_VP_MDET_TX(i), 0xFFFF); |
| 7053 | vf->num_mdd_events++; |
Jesse Brandeburg | faf3297 | 2014-07-12 07:28:21 +0000 | [diff] [blame] | 7054 | dev_info(&pf->pdev->dev, "TX driver issue detected on VF %d\n", |
| 7055 | i); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7056 | } |
| 7057 | |
| 7058 | reg = rd32(hw, I40E_VP_MDET_RX(i)); |
| 7059 | if (reg & I40E_VP_MDET_RX_VALID_MASK) { |
| 7060 | wr32(hw, I40E_VP_MDET_RX(i), 0xFFFF); |
| 7061 | vf->num_mdd_events++; |
Jesse Brandeburg | faf3297 | 2014-07-12 07:28:21 +0000 | [diff] [blame] | 7062 | dev_info(&pf->pdev->dev, "RX driver issue detected on VF %d\n", |
| 7063 | i); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7064 | } |
| 7065 | |
| 7066 | if (vf->num_mdd_events > I40E_DEFAULT_NUM_MDD_EVENTS_ALLOWED) { |
| 7067 | dev_info(&pf->pdev->dev, |
| 7068 | "Too many MDD events on VF %d, disabled\n", i); |
| 7069 | dev_info(&pf->pdev->dev, |
| 7070 | "Use PF Control I/F to re-enable the VF\n"); |
| 7071 | set_bit(I40E_VF_STAT_DISABLED, &vf->vf_states); |
| 7072 | } |
| 7073 | } |
| 7074 | |
| 7075 | /* re-enable mdd interrupt cause */ |
| 7076 | clear_bit(__I40E_MDD_EVENT_PENDING, &pf->state); |
| 7077 | reg = rd32(hw, I40E_PFINT_ICR0_ENA); |
| 7078 | reg |= I40E_PFINT_ICR0_ENA_MAL_DETECT_MASK; |
| 7079 | wr32(hw, I40E_PFINT_ICR0_ENA, reg); |
| 7080 | i40e_flush(hw); |
| 7081 | } |
| 7082 | |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7083 | /** |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7084 | * i40e_sync_udp_filters_subtask - Sync the VSI filter list with HW |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7085 | * @pf: board private structure |
| 7086 | **/ |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7087 | static void i40e_sync_udp_filters_subtask(struct i40e_pf *pf) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7088 | { |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7089 | #if IS_ENABLED(CONFIG_VXLAN) || IS_ENABLED(CONFIG_GENEVE) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7090 | struct i40e_hw *hw = &pf->hw; |
| 7091 | i40e_status ret; |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7092 | __be16 port; |
| 7093 | int i; |
| 7094 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7095 | if (!(pf->flags & I40E_FLAG_UDP_FILTER_SYNC)) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7096 | return; |
| 7097 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7098 | pf->flags &= ~I40E_FLAG_UDP_FILTER_SYNC; |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7099 | |
| 7100 | for (i = 0; i < I40E_MAX_PF_UDP_OFFLOAD_PORTS; i++) { |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7101 | if (pf->pending_udp_bitmap & BIT_ULL(i)) { |
| 7102 | pf->pending_udp_bitmap &= ~BIT_ULL(i); |
| 7103 | port = pf->udp_ports[i].index; |
Shannon Nelson | c22c06c | 2015-03-31 00:45:04 -0700 | [diff] [blame] | 7104 | if (port) |
| 7105 | ret = i40e_aq_add_udp_tunnel(hw, ntohs(port), |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7106 | pf->udp_ports[i].type, |
Shannon Nelson | c22c06c | 2015-03-31 00:45:04 -0700 | [diff] [blame] | 7107 | NULL, NULL); |
| 7108 | else |
| 7109 | ret = i40e_aq_del_udp_tunnel(hw, i, NULL); |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7110 | |
| 7111 | if (ret) { |
Carolyn Wyborny | 730a8f8 | 2016-02-17 16:12:16 -0800 | [diff] [blame] | 7112 | dev_dbg(&pf->pdev->dev, |
| 7113 | "%s %s port %d, index %d failed, err %s aq_err %s\n", |
| 7114 | pf->udp_ports[i].type ? "vxlan" : "geneve", |
| 7115 | port ? "add" : "delete", |
| 7116 | ntohs(port), i, |
| 7117 | i40e_stat_str(&pf->hw, ret), |
| 7118 | i40e_aq_str(&pf->hw, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 7119 | pf->hw.aq.asq_last_status)); |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7120 | pf->udp_ports[i].index = 0; |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7121 | } |
| 7122 | } |
| 7123 | } |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7124 | #endif |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 7125 | } |
| 7126 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7127 | /** |
| 7128 | * i40e_service_task - Run the driver's async subtasks |
| 7129 | * @work: pointer to work_struct containing our data |
| 7130 | **/ |
| 7131 | static void i40e_service_task(struct work_struct *work) |
| 7132 | { |
| 7133 | struct i40e_pf *pf = container_of(work, |
| 7134 | struct i40e_pf, |
| 7135 | service_task); |
| 7136 | unsigned long start_time = jiffies; |
| 7137 | |
Shannon Nelson | e57a2fe | 2014-06-03 23:50:19 +0000 | [diff] [blame] | 7138 | /* don't bother with service tasks if a reset is in progress */ |
| 7139 | if (test_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state)) { |
| 7140 | i40e_service_event_complete(pf); |
| 7141 | return; |
| 7142 | } |
| 7143 | |
Kiran Patil | b03a8c1 | 2015-09-24 18:13:15 -0400 | [diff] [blame] | 7144 | i40e_detect_recover_hung(pf); |
Jesse Brandeburg | 2818ccd | 2016-01-13 16:51:38 -0800 | [diff] [blame] | 7145 | i40e_sync_filters_subtask(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7146 | i40e_reset_subtask(pf); |
| 7147 | i40e_handle_mdd_event(pf); |
| 7148 | i40e_vc_process_vflr_event(pf); |
| 7149 | i40e_watchdog_subtask(pf); |
| 7150 | i40e_fdir_reinit_subtask(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7151 | i40e_sync_filters_subtask(pf); |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 7152 | i40e_sync_udp_filters_subtask(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7153 | i40e_clean_adminq_subtask(pf); |
| 7154 | |
| 7155 | i40e_service_event_complete(pf); |
| 7156 | |
| 7157 | /* If the tasks have taken longer than one timer cycle or there |
| 7158 | * is more work to be done, reschedule the service task now |
| 7159 | * rather than wait for the timer to tick again. |
| 7160 | */ |
| 7161 | if (time_after(jiffies, (start_time + pf->service_timer_period)) || |
| 7162 | test_bit(__I40E_ADMINQ_EVENT_PENDING, &pf->state) || |
| 7163 | test_bit(__I40E_MDD_EVENT_PENDING, &pf->state) || |
| 7164 | test_bit(__I40E_VFLR_EVENT_PENDING, &pf->state)) |
| 7165 | i40e_service_event_schedule(pf); |
| 7166 | } |
| 7167 | |
| 7168 | /** |
| 7169 | * i40e_service_timer - timer callback |
| 7170 | * @data: pointer to PF struct |
| 7171 | **/ |
| 7172 | static void i40e_service_timer(unsigned long data) |
| 7173 | { |
| 7174 | struct i40e_pf *pf = (struct i40e_pf *)data; |
| 7175 | |
| 7176 | mod_timer(&pf->service_timer, |
| 7177 | round_jiffies(jiffies + pf->service_timer_period)); |
| 7178 | i40e_service_event_schedule(pf); |
| 7179 | } |
| 7180 | |
| 7181 | /** |
| 7182 | * i40e_set_num_rings_in_vsi - Determine number of rings in the VSI |
| 7183 | * @vsi: the VSI being configured |
| 7184 | **/ |
| 7185 | static int i40e_set_num_rings_in_vsi(struct i40e_vsi *vsi) |
| 7186 | { |
| 7187 | struct i40e_pf *pf = vsi->back; |
| 7188 | |
| 7189 | switch (vsi->type) { |
| 7190 | case I40E_VSI_MAIN: |
| 7191 | vsi->alloc_queue_pairs = pf->num_lan_qps; |
| 7192 | vsi->num_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS, |
| 7193 | I40E_REQ_DESCRIPTOR_MULTIPLE); |
| 7194 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
| 7195 | vsi->num_q_vectors = pf->num_lan_msix; |
| 7196 | else |
| 7197 | vsi->num_q_vectors = 1; |
| 7198 | |
| 7199 | break; |
| 7200 | |
| 7201 | case I40E_VSI_FDIR: |
| 7202 | vsi->alloc_queue_pairs = 1; |
| 7203 | vsi->num_desc = ALIGN(I40E_FDIR_RING_COUNT, |
| 7204 | I40E_REQ_DESCRIPTOR_MULTIPLE); |
| 7205 | vsi->num_q_vectors = 1; |
| 7206 | break; |
| 7207 | |
| 7208 | case I40E_VSI_VMDQ2: |
| 7209 | vsi->alloc_queue_pairs = pf->num_vmdq_qps; |
| 7210 | vsi->num_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS, |
| 7211 | I40E_REQ_DESCRIPTOR_MULTIPLE); |
| 7212 | vsi->num_q_vectors = pf->num_vmdq_msix; |
| 7213 | break; |
| 7214 | |
| 7215 | case I40E_VSI_SRIOV: |
| 7216 | vsi->alloc_queue_pairs = pf->num_vf_qps; |
| 7217 | vsi->num_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS, |
| 7218 | I40E_REQ_DESCRIPTOR_MULTIPLE); |
| 7219 | break; |
| 7220 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7221 | #ifdef I40E_FCOE |
| 7222 | case I40E_VSI_FCOE: |
| 7223 | vsi->alloc_queue_pairs = pf->num_fcoe_qps; |
| 7224 | vsi->num_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS, |
| 7225 | I40E_REQ_DESCRIPTOR_MULTIPLE); |
| 7226 | vsi->num_q_vectors = pf->num_fcoe_msix; |
| 7227 | break; |
| 7228 | |
| 7229 | #endif /* I40E_FCOE */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7230 | default: |
| 7231 | WARN_ON(1); |
| 7232 | return -ENODATA; |
| 7233 | } |
| 7234 | |
| 7235 | return 0; |
| 7236 | } |
| 7237 | |
| 7238 | /** |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7239 | * i40e_vsi_alloc_arrays - Allocate queue and vector pointer arrays for the vsi |
| 7240 | * @type: VSI pointer |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7241 | * @alloc_qvectors: a bool to specify if q_vectors need to be allocated. |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7242 | * |
| 7243 | * On error: returns error code (negative) |
| 7244 | * On success: returns 0 |
| 7245 | **/ |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7246 | static int i40e_vsi_alloc_arrays(struct i40e_vsi *vsi, bool alloc_qvectors) |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7247 | { |
| 7248 | int size; |
| 7249 | int ret = 0; |
| 7250 | |
Shannon Nelson | ac6c5e3 | 2013-11-20 10:02:57 +0000 | [diff] [blame] | 7251 | /* allocate memory for both Tx and Rx ring pointers */ |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7252 | size = sizeof(struct i40e_ring *) * vsi->alloc_queue_pairs * 2; |
| 7253 | vsi->tx_rings = kzalloc(size, GFP_KERNEL); |
| 7254 | if (!vsi->tx_rings) |
| 7255 | return -ENOMEM; |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7256 | vsi->rx_rings = &vsi->tx_rings[vsi->alloc_queue_pairs]; |
| 7257 | |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7258 | if (alloc_qvectors) { |
| 7259 | /* allocate memory for q_vector pointers */ |
Julia Lawall | f57e4fb | 2014-07-30 03:11:09 +0000 | [diff] [blame] | 7260 | size = sizeof(struct i40e_q_vector *) * vsi->num_q_vectors; |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7261 | vsi->q_vectors = kzalloc(size, GFP_KERNEL); |
| 7262 | if (!vsi->q_vectors) { |
| 7263 | ret = -ENOMEM; |
| 7264 | goto err_vectors; |
| 7265 | } |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7266 | } |
| 7267 | return ret; |
| 7268 | |
| 7269 | err_vectors: |
| 7270 | kfree(vsi->tx_rings); |
| 7271 | return ret; |
| 7272 | } |
| 7273 | |
| 7274 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7275 | * i40e_vsi_mem_alloc - Allocates the next available struct vsi in the PF |
| 7276 | * @pf: board private structure |
| 7277 | * @type: type of VSI |
| 7278 | * |
| 7279 | * On error: returns error code (negative) |
| 7280 | * On success: returns vsi index in PF (positive) |
| 7281 | **/ |
| 7282 | static int i40e_vsi_mem_alloc(struct i40e_pf *pf, enum i40e_vsi_type type) |
| 7283 | { |
| 7284 | int ret = -ENODEV; |
| 7285 | struct i40e_vsi *vsi; |
| 7286 | int vsi_idx; |
| 7287 | int i; |
| 7288 | |
| 7289 | /* Need to protect the allocation of the VSIs at the PF level */ |
| 7290 | mutex_lock(&pf->switch_mutex); |
| 7291 | |
| 7292 | /* VSI list may be fragmented if VSI creation/destruction has |
| 7293 | * been happening. We can afford to do a quick scan to look |
| 7294 | * for any free VSIs in the list. |
| 7295 | * |
| 7296 | * find next empty vsi slot, looping back around if necessary |
| 7297 | */ |
| 7298 | i = pf->next_vsi; |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 7299 | while (i < pf->num_alloc_vsi && pf->vsi[i]) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7300 | i++; |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 7301 | if (i >= pf->num_alloc_vsi) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7302 | i = 0; |
| 7303 | while (i < pf->next_vsi && pf->vsi[i]) |
| 7304 | i++; |
| 7305 | } |
| 7306 | |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 7307 | if (i < pf->num_alloc_vsi && !pf->vsi[i]) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7308 | vsi_idx = i; /* Found one! */ |
| 7309 | } else { |
| 7310 | ret = -ENODEV; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7311 | goto unlock_pf; /* out of VSI slots! */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7312 | } |
| 7313 | pf->next_vsi = ++i; |
| 7314 | |
| 7315 | vsi = kzalloc(sizeof(*vsi), GFP_KERNEL); |
| 7316 | if (!vsi) { |
| 7317 | ret = -ENOMEM; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7318 | goto unlock_pf; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7319 | } |
| 7320 | vsi->type = type; |
| 7321 | vsi->back = pf; |
| 7322 | set_bit(__I40E_DOWN, &vsi->state); |
| 7323 | vsi->flags = 0; |
| 7324 | vsi->idx = vsi_idx; |
Jesse Brandeburg | ac26fc1 | 2015-09-28 14:12:37 -0400 | [diff] [blame] | 7325 | vsi->int_rate_limit = 0; |
Anjali Singhai Jain | 5db4cb5 | 2015-02-24 06:58:49 +0000 | [diff] [blame] | 7326 | vsi->rss_table_size = (vsi->type == I40E_VSI_MAIN) ? |
| 7327 | pf->rss_table_size : 64; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7328 | vsi->netdev_registered = false; |
| 7329 | vsi->work_limit = I40E_DEFAULT_IRQ_WORK; |
| 7330 | INIT_LIST_HEAD(&vsi->mac_filter_list); |
Shannon Nelson | 6374184 | 2014-04-23 04:50:16 +0000 | [diff] [blame] | 7331 | vsi->irqs_ready = false; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7332 | |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7333 | ret = i40e_set_num_rings_in_vsi(vsi); |
| 7334 | if (ret) |
| 7335 | goto err_rings; |
| 7336 | |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7337 | ret = i40e_vsi_alloc_arrays(vsi, true); |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7338 | if (ret) |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7339 | goto err_rings; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7340 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7341 | /* Setup default MSIX irq handler for VSI */ |
| 7342 | i40e_vsi_setup_irqhandler(vsi, i40e_msix_clean_rings); |
| 7343 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 7344 | /* Initialize VSI lock */ |
| 7345 | spin_lock_init(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7346 | pf->vsi[vsi_idx] = vsi; |
| 7347 | ret = vsi_idx; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7348 | goto unlock_pf; |
| 7349 | |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7350 | err_rings: |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7351 | pf->next_vsi = i - 1; |
| 7352 | kfree(vsi); |
| 7353 | unlock_pf: |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7354 | mutex_unlock(&pf->switch_mutex); |
| 7355 | return ret; |
| 7356 | } |
| 7357 | |
| 7358 | /** |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7359 | * i40e_vsi_free_arrays - Free queue and vector pointer arrays for the VSI |
| 7360 | * @type: VSI pointer |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7361 | * @free_qvectors: a bool to specify if q_vectors need to be freed. |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7362 | * |
| 7363 | * On error: returns error code (negative) |
| 7364 | * On success: returns 0 |
| 7365 | **/ |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7366 | static void i40e_vsi_free_arrays(struct i40e_vsi *vsi, bool free_qvectors) |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7367 | { |
| 7368 | /* free the ring and vector containers */ |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7369 | if (free_qvectors) { |
| 7370 | kfree(vsi->q_vectors); |
| 7371 | vsi->q_vectors = NULL; |
| 7372 | } |
Anjali Singhai Jain | f650a38 | 2013-11-20 10:02:55 +0000 | [diff] [blame] | 7373 | kfree(vsi->tx_rings); |
| 7374 | vsi->tx_rings = NULL; |
| 7375 | vsi->rx_rings = NULL; |
| 7376 | } |
| 7377 | |
| 7378 | /** |
Helin Zhang | 28c5869 | 2015-10-26 19:44:27 -0400 | [diff] [blame] | 7379 | * i40e_clear_rss_config_user - clear the user configured RSS hash keys |
| 7380 | * and lookup table |
| 7381 | * @vsi: Pointer to VSI structure |
| 7382 | */ |
| 7383 | static void i40e_clear_rss_config_user(struct i40e_vsi *vsi) |
| 7384 | { |
| 7385 | if (!vsi) |
| 7386 | return; |
| 7387 | |
| 7388 | kfree(vsi->rss_hkey_user); |
| 7389 | vsi->rss_hkey_user = NULL; |
| 7390 | |
| 7391 | kfree(vsi->rss_lut_user); |
| 7392 | vsi->rss_lut_user = NULL; |
| 7393 | } |
| 7394 | |
| 7395 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7396 | * i40e_vsi_clear - Deallocate the VSI provided |
| 7397 | * @vsi: the VSI being un-configured |
| 7398 | **/ |
| 7399 | static int i40e_vsi_clear(struct i40e_vsi *vsi) |
| 7400 | { |
| 7401 | struct i40e_pf *pf; |
| 7402 | |
| 7403 | if (!vsi) |
| 7404 | return 0; |
| 7405 | |
| 7406 | if (!vsi->back) |
| 7407 | goto free_vsi; |
| 7408 | pf = vsi->back; |
| 7409 | |
| 7410 | mutex_lock(&pf->switch_mutex); |
| 7411 | if (!pf->vsi[vsi->idx]) { |
| 7412 | dev_err(&pf->pdev->dev, "pf->vsi[%d] is NULL, just free vsi[%d](%p,type %d)\n", |
| 7413 | vsi->idx, vsi->idx, vsi, vsi->type); |
| 7414 | goto unlock_vsi; |
| 7415 | } |
| 7416 | |
| 7417 | if (pf->vsi[vsi->idx] != vsi) { |
| 7418 | dev_err(&pf->pdev->dev, |
| 7419 | "pf->vsi[%d](%p, type %d) != vsi[%d](%p,type %d): no free!\n", |
| 7420 | pf->vsi[vsi->idx]->idx, |
| 7421 | pf->vsi[vsi->idx], |
| 7422 | pf->vsi[vsi->idx]->type, |
| 7423 | vsi->idx, vsi, vsi->type); |
| 7424 | goto unlock_vsi; |
| 7425 | } |
| 7426 | |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 7427 | /* updates the PF for this cleared vsi */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7428 | i40e_put_lump(pf->qp_pile, vsi->base_queue, vsi->idx); |
| 7429 | i40e_put_lump(pf->irq_pile, vsi->base_vector, vsi->idx); |
| 7430 | |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 7431 | i40e_vsi_free_arrays(vsi, true); |
Helin Zhang | 28c5869 | 2015-10-26 19:44:27 -0400 | [diff] [blame] | 7432 | i40e_clear_rss_config_user(vsi); |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7433 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7434 | pf->vsi[vsi->idx] = NULL; |
| 7435 | if (vsi->idx < pf->next_vsi) |
| 7436 | pf->next_vsi = vsi->idx; |
| 7437 | |
| 7438 | unlock_vsi: |
| 7439 | mutex_unlock(&pf->switch_mutex); |
| 7440 | free_vsi: |
| 7441 | kfree(vsi); |
| 7442 | |
| 7443 | return 0; |
| 7444 | } |
| 7445 | |
| 7446 | /** |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7447 | * i40e_vsi_clear_rings - Deallocates the Rx and Tx rings for the provided VSI |
| 7448 | * @vsi: the VSI being cleaned |
| 7449 | **/ |
Shannon Nelson | be1d5ee | 2013-11-28 06:39:23 +0000 | [diff] [blame] | 7450 | static void i40e_vsi_clear_rings(struct i40e_vsi *vsi) |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7451 | { |
| 7452 | int i; |
| 7453 | |
Greg Rose | 8e9dca5 | 2013-12-18 13:45:53 +0000 | [diff] [blame] | 7454 | if (vsi->tx_rings && vsi->tx_rings[0]) { |
Neerav Parikh | d739764 | 2013-11-28 06:39:37 +0000 | [diff] [blame] | 7455 | for (i = 0; i < vsi->alloc_queue_pairs; i++) { |
Mitch Williams | 00403f0 | 2013-09-28 07:13:13 +0000 | [diff] [blame] | 7456 | kfree_rcu(vsi->tx_rings[i], rcu); |
| 7457 | vsi->tx_rings[i] = NULL; |
| 7458 | vsi->rx_rings[i] = NULL; |
| 7459 | } |
Shannon Nelson | be1d5ee | 2013-11-28 06:39:23 +0000 | [diff] [blame] | 7460 | } |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7461 | } |
| 7462 | |
| 7463 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7464 | * i40e_alloc_rings - Allocates the Rx and Tx rings for the provided VSI |
| 7465 | * @vsi: the VSI being configured |
| 7466 | **/ |
| 7467 | static int i40e_alloc_rings(struct i40e_vsi *vsi) |
| 7468 | { |
Akeem G Abodunrin | e7046ee | 2014-04-09 05:58:58 +0000 | [diff] [blame] | 7469 | struct i40e_ring *tx_ring, *rx_ring; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7470 | struct i40e_pf *pf = vsi->back; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7471 | int i; |
| 7472 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7473 | /* Set basic values in the rings to be used later during open() */ |
Neerav Parikh | d739764 | 2013-11-28 06:39:37 +0000 | [diff] [blame] | 7474 | for (i = 0; i < vsi->alloc_queue_pairs; i++) { |
Shannon Nelson | ac6c5e3 | 2013-11-20 10:02:57 +0000 | [diff] [blame] | 7475 | /* allocate space for both Tx and Rx in one shot */ |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7476 | tx_ring = kzalloc(sizeof(struct i40e_ring) * 2, GFP_KERNEL); |
| 7477 | if (!tx_ring) |
| 7478 | goto err_out; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7479 | |
| 7480 | tx_ring->queue_index = i; |
| 7481 | tx_ring->reg_idx = vsi->base_queue + i; |
| 7482 | tx_ring->ring_active = false; |
| 7483 | tx_ring->vsi = vsi; |
| 7484 | tx_ring->netdev = vsi->netdev; |
| 7485 | tx_ring->dev = &pf->pdev->dev; |
| 7486 | tx_ring->count = vsi->num_desc; |
| 7487 | tx_ring->size = 0; |
| 7488 | tx_ring->dcb_tc = 0; |
Anjali Singhai Jain | 8e0764b | 2015-06-05 12:20:30 -0400 | [diff] [blame] | 7489 | if (vsi->back->flags & I40E_FLAG_WB_ON_ITR_CAPABLE) |
| 7490 | tx_ring->flags = I40E_TXR_FLAGS_WB_ON_ITR; |
Kan Liang | a75e800 | 2016-02-19 09:24:04 -0500 | [diff] [blame^] | 7491 | tx_ring->tx_itr_setting = pf->tx_itr_default; |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7492 | vsi->tx_rings[i] = tx_ring; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7493 | |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7494 | rx_ring = &tx_ring[1]; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7495 | rx_ring->queue_index = i; |
| 7496 | rx_ring->reg_idx = vsi->base_queue + i; |
| 7497 | rx_ring->ring_active = false; |
| 7498 | rx_ring->vsi = vsi; |
| 7499 | rx_ring->netdev = vsi->netdev; |
| 7500 | rx_ring->dev = &pf->pdev->dev; |
| 7501 | rx_ring->count = vsi->num_desc; |
| 7502 | rx_ring->size = 0; |
| 7503 | rx_ring->dcb_tc = 0; |
| 7504 | if (pf->flags & I40E_FLAG_16BYTE_RX_DESC_ENABLED) |
| 7505 | set_ring_16byte_desc_enabled(rx_ring); |
| 7506 | else |
| 7507 | clear_ring_16byte_desc_enabled(rx_ring); |
Kan Liang | a75e800 | 2016-02-19 09:24:04 -0500 | [diff] [blame^] | 7508 | rx_ring->rx_itr_setting = pf->rx_itr_default; |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7509 | vsi->rx_rings[i] = rx_ring; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7510 | } |
| 7511 | |
| 7512 | return 0; |
Alexander Duyck | 9f65e15 | 2013-09-28 06:00:58 +0000 | [diff] [blame] | 7513 | |
| 7514 | err_out: |
| 7515 | i40e_vsi_clear_rings(vsi); |
| 7516 | return -ENOMEM; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7517 | } |
| 7518 | |
| 7519 | /** |
| 7520 | * i40e_reserve_msix_vectors - Reserve MSI-X vectors in the kernel |
| 7521 | * @pf: board private structure |
| 7522 | * @vectors: the number of MSI-X vectors to request |
| 7523 | * |
| 7524 | * Returns the number of vectors reserved, or error |
| 7525 | **/ |
| 7526 | static int i40e_reserve_msix_vectors(struct i40e_pf *pf, int vectors) |
| 7527 | { |
Alexander Gordeev | 7b37f37 | 2014-02-18 11:11:42 +0100 | [diff] [blame] | 7528 | vectors = pci_enable_msix_range(pf->pdev, pf->msix_entries, |
| 7529 | I40E_MIN_MSIX, vectors); |
| 7530 | if (vectors < 0) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7531 | dev_info(&pf->pdev->dev, |
Alexander Gordeev | 7b37f37 | 2014-02-18 11:11:42 +0100 | [diff] [blame] | 7532 | "MSI-X vector reservation failed: %d\n", vectors); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7533 | vectors = 0; |
| 7534 | } |
| 7535 | |
| 7536 | return vectors; |
| 7537 | } |
| 7538 | |
| 7539 | /** |
| 7540 | * i40e_init_msix - Setup the MSIX capability |
| 7541 | * @pf: board private structure |
| 7542 | * |
| 7543 | * Work with the OS to set up the MSIX vectors needed. |
| 7544 | * |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7545 | * Returns the number of vectors reserved or negative on failure |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7546 | **/ |
| 7547 | static int i40e_init_msix(struct i40e_pf *pf) |
| 7548 | { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7549 | struct i40e_hw *hw = &pf->hw; |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7550 | int vectors_left; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7551 | int v_budget, i; |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7552 | int v_actual; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7553 | |
| 7554 | if (!(pf->flags & I40E_FLAG_MSIX_ENABLED)) |
| 7555 | return -ENODEV; |
| 7556 | |
| 7557 | /* The number of vectors we'll request will be comprised of: |
| 7558 | * - Add 1 for "other" cause for Admin Queue events, etc. |
| 7559 | * - The number of LAN queue pairs |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 7560 | * - Queues being used for RSS. |
| 7561 | * We don't need as many as max_rss_size vectors. |
| 7562 | * use rss_size instead in the calculation since that |
| 7563 | * is governed by number of cpus in the system. |
| 7564 | * - assumes symmetric Tx/Rx pairing |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7565 | * - The number of VMDq pairs |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7566 | #ifdef I40E_FCOE |
| 7567 | * - The number of FCOE qps. |
| 7568 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7569 | * Once we count this up, try the request. |
| 7570 | * |
| 7571 | * If we can't get what we want, we'll simplify to nearly nothing |
| 7572 | * and try again. If that still fails, we punt. |
| 7573 | */ |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7574 | vectors_left = hw->func_caps.num_msix_vectors; |
| 7575 | v_budget = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7576 | |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7577 | /* reserve one vector for miscellaneous handler */ |
| 7578 | if (vectors_left) { |
| 7579 | v_budget++; |
| 7580 | vectors_left--; |
| 7581 | } |
| 7582 | |
| 7583 | /* reserve vectors for the main PF traffic queues */ |
| 7584 | pf->num_lan_msix = min_t(int, num_online_cpus(), vectors_left); |
| 7585 | vectors_left -= pf->num_lan_msix; |
| 7586 | v_budget += pf->num_lan_msix; |
| 7587 | |
| 7588 | /* reserve one vector for sideband flow director */ |
| 7589 | if (pf->flags & I40E_FLAG_FD_SB_ENABLED) { |
| 7590 | if (vectors_left) { |
| 7591 | v_budget++; |
| 7592 | vectors_left--; |
| 7593 | } else { |
| 7594 | pf->flags &= ~I40E_FLAG_FD_SB_ENABLED; |
| 7595 | } |
| 7596 | } |
John W Linville | 83840e4 | 2015-01-14 03:06:28 +0000 | [diff] [blame] | 7597 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7598 | #ifdef I40E_FCOE |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7599 | /* can we reserve enough for FCoE? */ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7600 | if (pf->flags & I40E_FLAG_FCOE_ENABLED) { |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7601 | if (!vectors_left) |
| 7602 | pf->num_fcoe_msix = 0; |
| 7603 | else if (vectors_left >= pf->num_fcoe_qps) |
| 7604 | pf->num_fcoe_msix = pf->num_fcoe_qps; |
| 7605 | else |
| 7606 | pf->num_fcoe_msix = 1; |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7607 | v_budget += pf->num_fcoe_msix; |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7608 | vectors_left -= pf->num_fcoe_msix; |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7609 | } |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7610 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7611 | #endif |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7612 | /* any vectors left over go for VMDq support */ |
| 7613 | if (pf->flags & I40E_FLAG_VMDQ_ENABLED) { |
| 7614 | int vmdq_vecs_wanted = pf->num_vmdq_vsis * pf->num_vmdq_qps; |
| 7615 | int vmdq_vecs = min_t(int, vectors_left, vmdq_vecs_wanted); |
| 7616 | |
| 7617 | /* if we're short on vectors for what's desired, we limit |
| 7618 | * the queues per vmdq. If this is still more than are |
| 7619 | * available, the user will need to change the number of |
| 7620 | * queues/vectors used by the PF later with the ethtool |
| 7621 | * channels command |
| 7622 | */ |
| 7623 | if (vmdq_vecs < vmdq_vecs_wanted) |
| 7624 | pf->num_vmdq_qps = 1; |
| 7625 | pf->num_vmdq_msix = pf->num_vmdq_qps; |
| 7626 | |
| 7627 | v_budget += vmdq_vecs; |
| 7628 | vectors_left -= vmdq_vecs; |
| 7629 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7630 | |
| 7631 | pf->msix_entries = kcalloc(v_budget, sizeof(struct msix_entry), |
| 7632 | GFP_KERNEL); |
| 7633 | if (!pf->msix_entries) |
| 7634 | return -ENOMEM; |
| 7635 | |
| 7636 | for (i = 0; i < v_budget; i++) |
| 7637 | pf->msix_entries[i].entry = i; |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7638 | v_actual = i40e_reserve_msix_vectors(pf, v_budget); |
Anjali Singhai Jain | a34977b | 2014-05-21 23:32:43 +0000 | [diff] [blame] | 7639 | |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7640 | if (v_actual != v_budget) { |
Anjali Singhai Jain | a34977b | 2014-05-21 23:32:43 +0000 | [diff] [blame] | 7641 | /* If we have limited resources, we will start with no vectors |
| 7642 | * for the special features and then allocate vectors to some |
| 7643 | * of these features based on the policy and at the end disable |
| 7644 | * the features that did not get any vectors. |
| 7645 | */ |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7646 | #ifdef I40E_FCOE |
| 7647 | pf->num_fcoe_qps = 0; |
| 7648 | pf->num_fcoe_msix = 0; |
| 7649 | #endif |
Anjali Singhai Jain | a34977b | 2014-05-21 23:32:43 +0000 | [diff] [blame] | 7650 | pf->num_vmdq_msix = 0; |
| 7651 | } |
| 7652 | |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7653 | if (v_actual < I40E_MIN_MSIX) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7654 | pf->flags &= ~I40E_FLAG_MSIX_ENABLED; |
| 7655 | kfree(pf->msix_entries); |
| 7656 | pf->msix_entries = NULL; |
| 7657 | return -ENODEV; |
| 7658 | |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7659 | } else if (v_actual == I40E_MIN_MSIX) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7660 | /* Adjust for minimal MSIX use */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7661 | pf->num_vmdq_vsis = 0; |
| 7662 | pf->num_vmdq_qps = 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7663 | pf->num_lan_qps = 1; |
| 7664 | pf->num_lan_msix = 1; |
| 7665 | |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7666 | } else if (v_actual != v_budget) { |
| 7667 | int vec; |
| 7668 | |
Anjali Singhai Jain | a34977b | 2014-05-21 23:32:43 +0000 | [diff] [blame] | 7669 | /* reserve the misc vector */ |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7670 | vec = v_actual - 1; |
Anjali Singhai Jain | a34977b | 2014-05-21 23:32:43 +0000 | [diff] [blame] | 7671 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7672 | /* Scale vector usage down */ |
| 7673 | pf->num_vmdq_msix = 1; /* force VMDqs to only one vector */ |
Anjali Singhai Jain | a34977b | 2014-05-21 23:32:43 +0000 | [diff] [blame] | 7674 | pf->num_vmdq_vsis = 1; |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7675 | pf->num_vmdq_qps = 1; |
| 7676 | pf->flags &= ~I40E_FLAG_FD_SB_ENABLED; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7677 | |
| 7678 | /* partition out the remaining vectors */ |
| 7679 | switch (vec) { |
| 7680 | case 2: |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7681 | pf->num_lan_msix = 1; |
| 7682 | break; |
| 7683 | case 3: |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7684 | #ifdef I40E_FCOE |
| 7685 | /* give one vector to FCoE */ |
| 7686 | if (pf->flags & I40E_FLAG_FCOE_ENABLED) { |
| 7687 | pf->num_lan_msix = 1; |
| 7688 | pf->num_fcoe_msix = 1; |
| 7689 | } |
| 7690 | #else |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7691 | pf->num_lan_msix = 2; |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7692 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7693 | break; |
| 7694 | default: |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7695 | #ifdef I40E_FCOE |
| 7696 | /* give one vector to FCoE */ |
| 7697 | if (pf->flags & I40E_FLAG_FCOE_ENABLED) { |
| 7698 | pf->num_fcoe_msix = 1; |
| 7699 | vec--; |
| 7700 | } |
| 7701 | #endif |
Shannon Nelson | 1e200e4 | 2015-02-27 09:15:24 +0000 | [diff] [blame] | 7702 | /* give the rest to the PF */ |
| 7703 | pf->num_lan_msix = min_t(int, vec, pf->num_lan_qps); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7704 | break; |
| 7705 | } |
| 7706 | } |
| 7707 | |
Anjali Singhai Jain | a34977b | 2014-05-21 23:32:43 +0000 | [diff] [blame] | 7708 | if ((pf->flags & I40E_FLAG_VMDQ_ENABLED) && |
| 7709 | (pf->num_vmdq_msix == 0)) { |
| 7710 | dev_info(&pf->pdev->dev, "VMDq disabled, not enough MSI-X vectors\n"); |
| 7711 | pf->flags &= ~I40E_FLAG_VMDQ_ENABLED; |
| 7712 | } |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7713 | #ifdef I40E_FCOE |
| 7714 | |
| 7715 | if ((pf->flags & I40E_FLAG_FCOE_ENABLED) && (pf->num_fcoe_msix == 0)) { |
| 7716 | dev_info(&pf->pdev->dev, "FCOE disabled, not enough MSI-X vectors\n"); |
| 7717 | pf->flags &= ~I40E_FLAG_FCOE_ENABLED; |
| 7718 | } |
| 7719 | #endif |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7720 | return v_actual; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7721 | } |
| 7722 | |
| 7723 | /** |
Greg Rose | 90e0407 | 2014-03-06 08:59:57 +0000 | [diff] [blame] | 7724 | * i40e_vsi_alloc_q_vector - Allocate memory for a single interrupt vector |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7725 | * @vsi: the VSI being configured |
| 7726 | * @v_idx: index of the vector in the vsi struct |
| 7727 | * |
| 7728 | * We allocate one q_vector. If allocation fails we return -ENOMEM. |
| 7729 | **/ |
Greg Rose | 90e0407 | 2014-03-06 08:59:57 +0000 | [diff] [blame] | 7730 | static int i40e_vsi_alloc_q_vector(struct i40e_vsi *vsi, int v_idx) |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7731 | { |
| 7732 | struct i40e_q_vector *q_vector; |
| 7733 | |
| 7734 | /* allocate q_vector */ |
| 7735 | q_vector = kzalloc(sizeof(struct i40e_q_vector), GFP_KERNEL); |
| 7736 | if (!q_vector) |
| 7737 | return -ENOMEM; |
| 7738 | |
| 7739 | q_vector->vsi = vsi; |
| 7740 | q_vector->v_idx = v_idx; |
| 7741 | cpumask_set_cpu(v_idx, &q_vector->affinity_mask); |
| 7742 | if (vsi->netdev) |
| 7743 | netif_napi_add(vsi->netdev, &q_vector->napi, |
Jesse Brandeburg | eefeace | 2014-05-10 04:49:13 +0000 | [diff] [blame] | 7744 | i40e_napi_poll, NAPI_POLL_WEIGHT); |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7745 | |
Alexander Duyck | cd0b6fa | 2013-09-28 06:00:53 +0000 | [diff] [blame] | 7746 | q_vector->rx.latency_range = I40E_LOW_LATENCY; |
| 7747 | q_vector->tx.latency_range = I40E_LOW_LATENCY; |
| 7748 | |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7749 | /* tie q_vector and vsi together */ |
| 7750 | vsi->q_vectors[v_idx] = q_vector; |
| 7751 | |
| 7752 | return 0; |
| 7753 | } |
| 7754 | |
| 7755 | /** |
Greg Rose | 90e0407 | 2014-03-06 08:59:57 +0000 | [diff] [blame] | 7756 | * i40e_vsi_alloc_q_vectors - Allocate memory for interrupt vectors |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7757 | * @vsi: the VSI being configured |
| 7758 | * |
| 7759 | * We allocate one q_vector per queue interrupt. If allocation fails we |
| 7760 | * return -ENOMEM. |
| 7761 | **/ |
Greg Rose | 90e0407 | 2014-03-06 08:59:57 +0000 | [diff] [blame] | 7762 | static int i40e_vsi_alloc_q_vectors(struct i40e_vsi *vsi) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7763 | { |
| 7764 | struct i40e_pf *pf = vsi->back; |
| 7765 | int v_idx, num_q_vectors; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7766 | int err; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7767 | |
| 7768 | /* if not MSIX, give the one vector only to the LAN VSI */ |
| 7769 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) |
| 7770 | num_q_vectors = vsi->num_q_vectors; |
| 7771 | else if (vsi == pf->vsi[pf->lan_vsi]) |
| 7772 | num_q_vectors = 1; |
| 7773 | else |
| 7774 | return -EINVAL; |
| 7775 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7776 | for (v_idx = 0; v_idx < num_q_vectors; v_idx++) { |
Greg Rose | 90e0407 | 2014-03-06 08:59:57 +0000 | [diff] [blame] | 7777 | err = i40e_vsi_alloc_q_vector(vsi, v_idx); |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7778 | if (err) |
| 7779 | goto err_out; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7780 | } |
| 7781 | |
| 7782 | return 0; |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 7783 | |
| 7784 | err_out: |
| 7785 | while (v_idx--) |
| 7786 | i40e_free_q_vector(vsi, v_idx); |
| 7787 | |
| 7788 | return err; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7789 | } |
| 7790 | |
| 7791 | /** |
| 7792 | * i40e_init_interrupt_scheme - Determine proper interrupt scheme |
| 7793 | * @pf: board private structure to initialize |
| 7794 | **/ |
Jesse Brandeburg | c1147280 | 2015-04-07 19:45:39 -0400 | [diff] [blame] | 7795 | static int i40e_init_interrupt_scheme(struct i40e_pf *pf) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7796 | { |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7797 | int vectors = 0; |
| 7798 | ssize_t size; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7799 | |
| 7800 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) { |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7801 | vectors = i40e_init_msix(pf); |
| 7802 | if (vectors < 0) { |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 7803 | pf->flags &= ~(I40E_FLAG_MSIX_ENABLED | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 7804 | #ifdef I40E_FCOE |
| 7805 | I40E_FLAG_FCOE_ENABLED | |
| 7806 | #endif |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 7807 | I40E_FLAG_RSS_ENABLED | |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 7808 | I40E_FLAG_DCB_CAPABLE | |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 7809 | I40E_FLAG_SRIOV_ENABLED | |
| 7810 | I40E_FLAG_FD_SB_ENABLED | |
| 7811 | I40E_FLAG_FD_ATR_ENABLED | |
| 7812 | I40E_FLAG_VMDQ_ENABLED); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7813 | |
| 7814 | /* rework the queue expectations without MSIX */ |
| 7815 | i40e_determine_queue_usage(pf); |
| 7816 | } |
| 7817 | } |
| 7818 | |
| 7819 | if (!(pf->flags & I40E_FLAG_MSIX_ENABLED) && |
| 7820 | (pf->flags & I40E_FLAG_MSI_ENABLED)) { |
Catherine Sullivan | 77fa28b | 2014-02-20 19:29:17 -0800 | [diff] [blame] | 7821 | dev_info(&pf->pdev->dev, "MSI-X not available, trying MSI\n"); |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7822 | vectors = pci_enable_msi(pf->pdev); |
| 7823 | if (vectors < 0) { |
| 7824 | dev_info(&pf->pdev->dev, "MSI init failed - %d\n", |
| 7825 | vectors); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7826 | pf->flags &= ~I40E_FLAG_MSI_ENABLED; |
| 7827 | } |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7828 | vectors = 1; /* one MSI or Legacy vector */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7829 | } |
| 7830 | |
Shannon Nelson | 958a3e3 | 2013-09-28 07:13:28 +0000 | [diff] [blame] | 7831 | if (!(pf->flags & (I40E_FLAG_MSIX_ENABLED | I40E_FLAG_MSI_ENABLED))) |
Catherine Sullivan | 77fa28b | 2014-02-20 19:29:17 -0800 | [diff] [blame] | 7832 | dev_info(&pf->pdev->dev, "MSI-X and MSI not available, falling back to Legacy IRQ\n"); |
Shannon Nelson | 958a3e3 | 2013-09-28 07:13:28 +0000 | [diff] [blame] | 7833 | |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7834 | /* set up vector assignment tracking */ |
| 7835 | size = sizeof(struct i40e_lump_tracking) + (sizeof(u16) * vectors); |
| 7836 | pf->irq_pile = kzalloc(size, GFP_KERNEL); |
Jesse Brandeburg | c1147280 | 2015-04-07 19:45:39 -0400 | [diff] [blame] | 7837 | if (!pf->irq_pile) { |
| 7838 | dev_err(&pf->pdev->dev, "error allocating irq_pile memory\n"); |
| 7839 | return -ENOMEM; |
| 7840 | } |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7841 | pf->irq_pile->num_entries = vectors; |
| 7842 | pf->irq_pile->search_hint = 0; |
| 7843 | |
Jesse Brandeburg | c1147280 | 2015-04-07 19:45:39 -0400 | [diff] [blame] | 7844 | /* track first vector for misc interrupts, ignore return */ |
Shannon Nelson | 3b44439 | 2015-02-26 16:15:57 +0000 | [diff] [blame] | 7845 | (void)i40e_get_lump(pf, pf->irq_pile, 1, I40E_PILE_VALID_BIT - 1); |
Jesse Brandeburg | c1147280 | 2015-04-07 19:45:39 -0400 | [diff] [blame] | 7846 | |
| 7847 | return 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7848 | } |
| 7849 | |
| 7850 | /** |
| 7851 | * i40e_setup_misc_vector - Setup the misc vector to handle non queue events |
| 7852 | * @pf: board private structure |
| 7853 | * |
| 7854 | * This sets up the handler for MSIX 0, which is used to manage the |
| 7855 | * non-queue interrupts, e.g. AdminQ and errors. This is not used |
| 7856 | * when in MSI or Legacy interrupt mode. |
| 7857 | **/ |
| 7858 | static int i40e_setup_misc_vector(struct i40e_pf *pf) |
| 7859 | { |
| 7860 | struct i40e_hw *hw = &pf->hw; |
| 7861 | int err = 0; |
| 7862 | |
| 7863 | /* Only request the irq if this is the first time through, and |
| 7864 | * not when we're rebuilding after a Reset |
| 7865 | */ |
| 7866 | if (!test_bit(__I40E_RESET_RECOVERY_PENDING, &pf->state)) { |
| 7867 | err = request_irq(pf->msix_entries[0].vector, |
Carolyn Wyborny | b294ac7 | 2014-12-11 07:06:39 +0000 | [diff] [blame] | 7868 | i40e_intr, 0, pf->int_name, pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7869 | if (err) { |
| 7870 | dev_info(&pf->pdev->dev, |
Catherine Sullivan | 77fa28b | 2014-02-20 19:29:17 -0800 | [diff] [blame] | 7871 | "request_irq for %s failed: %d\n", |
Carolyn Wyborny | b294ac7 | 2014-12-11 07:06:39 +0000 | [diff] [blame] | 7872 | pf->int_name, err); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7873 | return -EFAULT; |
| 7874 | } |
| 7875 | } |
| 7876 | |
Jacob Keller | ab437b5 | 2014-12-14 01:55:08 +0000 | [diff] [blame] | 7877 | i40e_enable_misc_int_causes(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7878 | |
| 7879 | /* associate no queues to the misc vector */ |
| 7880 | wr32(hw, I40E_PFINT_LNKLST0, I40E_QUEUE_END_OF_LIST); |
| 7881 | wr32(hw, I40E_PFINT_ITR0(I40E_RX_ITR), I40E_ITR_8K); |
| 7882 | |
| 7883 | i40e_flush(hw); |
| 7884 | |
Jesse Brandeburg | 40d72a5 | 2016-01-13 16:51:45 -0800 | [diff] [blame] | 7885 | i40e_irq_dynamic_enable_icr0(pf, true); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 7886 | |
| 7887 | return err; |
| 7888 | } |
| 7889 | |
| 7890 | /** |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 7891 | * i40e_config_rss_aq - Prepare for RSS using AQ commands |
| 7892 | * @vsi: vsi structure |
| 7893 | * @seed: RSS hash seed |
| 7894 | **/ |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 7895 | static int i40e_config_rss_aq(struct i40e_vsi *vsi, const u8 *seed, |
| 7896 | u8 *lut, u16 lut_size) |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 7897 | { |
| 7898 | struct i40e_aqc_get_set_rss_key_data rss_key; |
| 7899 | struct i40e_pf *pf = vsi->back; |
| 7900 | struct i40e_hw *hw = &pf->hw; |
| 7901 | bool pf_lut = false; |
| 7902 | u8 *rss_lut; |
| 7903 | int ret, i; |
| 7904 | |
| 7905 | memset(&rss_key, 0, sizeof(rss_key)); |
| 7906 | memcpy(&rss_key, seed, sizeof(rss_key)); |
| 7907 | |
| 7908 | rss_lut = kzalloc(pf->rss_table_size, GFP_KERNEL); |
| 7909 | if (!rss_lut) |
| 7910 | return -ENOMEM; |
| 7911 | |
| 7912 | /* Populate the LUT with max no. of queues in round robin fashion */ |
| 7913 | for (i = 0; i < vsi->rss_table_size; i++) |
| 7914 | rss_lut[i] = i % vsi->rss_size; |
| 7915 | |
| 7916 | ret = i40e_aq_set_rss_key(hw, vsi->id, &rss_key); |
| 7917 | if (ret) { |
| 7918 | dev_info(&pf->pdev->dev, |
| 7919 | "Cannot set RSS key, err %s aq_err %s\n", |
| 7920 | i40e_stat_str(&pf->hw, ret), |
| 7921 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Anjali Singhai | 126b63d | 2015-08-24 13:26:53 -0700 | [diff] [blame] | 7922 | goto config_rss_aq_out; |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 7923 | } |
| 7924 | |
| 7925 | if (vsi->type == I40E_VSI_MAIN) |
| 7926 | pf_lut = true; |
| 7927 | |
| 7928 | ret = i40e_aq_set_rss_lut(hw, vsi->id, pf_lut, rss_lut, |
| 7929 | vsi->rss_table_size); |
| 7930 | if (ret) |
| 7931 | dev_info(&pf->pdev->dev, |
| 7932 | "Cannot set RSS lut, err %s aq_err %s\n", |
| 7933 | i40e_stat_str(&pf->hw, ret), |
| 7934 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
| 7935 | |
Anjali Singhai | 126b63d | 2015-08-24 13:26:53 -0700 | [diff] [blame] | 7936 | config_rss_aq_out: |
| 7937 | kfree(rss_lut); |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 7938 | return ret; |
| 7939 | } |
| 7940 | |
| 7941 | /** |
| 7942 | * i40e_vsi_config_rss - Prepare for VSI(VMDq) RSS if used |
| 7943 | * @vsi: VSI structure |
| 7944 | **/ |
| 7945 | static int i40e_vsi_config_rss(struct i40e_vsi *vsi) |
| 7946 | { |
| 7947 | u8 seed[I40E_HKEY_ARRAY_SIZE]; |
| 7948 | struct i40e_pf *pf = vsi->back; |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 7949 | u8 *lut; |
| 7950 | int ret; |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 7951 | |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 7952 | if (!(pf->flags & I40E_FLAG_RSS_AQ_CAPABLE)) |
| 7953 | return 0; |
| 7954 | |
| 7955 | lut = kzalloc(vsi->rss_table_size, GFP_KERNEL); |
| 7956 | if (!lut) |
| 7957 | return -ENOMEM; |
| 7958 | |
| 7959 | i40e_fill_rss_lut(pf, lut, vsi->rss_table_size, vsi->rss_size); |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 7960 | netdev_rss_key_fill((void *)seed, I40E_HKEY_ARRAY_SIZE); |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 7961 | vsi->rss_size = min_t(int, pf->alloc_rss_size, vsi->num_queue_pairs); |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 7962 | ret = i40e_config_rss_aq(vsi, seed, lut, vsi->rss_table_size); |
| 7963 | kfree(lut); |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 7964 | |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 7965 | return ret; |
| 7966 | } |
| 7967 | |
| 7968 | /** |
Anjali Singhai Jain | 95a7378 | 2015-12-22 14:25:04 -0800 | [diff] [blame] | 7969 | * i40e_get_rss_aq - Get RSS keys and lut by using AQ commands |
| 7970 | * @vsi: Pointer to vsi structure |
| 7971 | * @seed: Buffter to store the hash keys |
| 7972 | * @lut: Buffer to store the lookup table entries |
| 7973 | * @lut_size: Size of buffer to store the lookup table entries |
| 7974 | * |
| 7975 | * Return 0 on success, negative on failure |
| 7976 | */ |
| 7977 | static int i40e_get_rss_aq(struct i40e_vsi *vsi, const u8 *seed, |
| 7978 | u8 *lut, u16 lut_size) |
| 7979 | { |
| 7980 | struct i40e_pf *pf = vsi->back; |
| 7981 | struct i40e_hw *hw = &pf->hw; |
| 7982 | int ret = 0; |
| 7983 | |
| 7984 | if (seed) { |
| 7985 | ret = i40e_aq_get_rss_key(hw, vsi->id, |
| 7986 | (struct i40e_aqc_get_set_rss_key_data *)seed); |
| 7987 | if (ret) { |
| 7988 | dev_info(&pf->pdev->dev, |
| 7989 | "Cannot get RSS key, err %s aq_err %s\n", |
| 7990 | i40e_stat_str(&pf->hw, ret), |
| 7991 | i40e_aq_str(&pf->hw, |
| 7992 | pf->hw.aq.asq_last_status)); |
| 7993 | return ret; |
| 7994 | } |
| 7995 | } |
| 7996 | |
| 7997 | if (lut) { |
| 7998 | bool pf_lut = vsi->type == I40E_VSI_MAIN ? true : false; |
| 7999 | |
| 8000 | ret = i40e_aq_get_rss_lut(hw, vsi->id, pf_lut, lut, lut_size); |
| 8001 | if (ret) { |
| 8002 | dev_info(&pf->pdev->dev, |
| 8003 | "Cannot get RSS lut, 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 | return ret; |
| 8012 | } |
| 8013 | |
| 8014 | /** |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 8015 | * i40e_config_rss_reg - Configure RSS keys and lut by writing registers |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8016 | * @vsi: Pointer to vsi structure |
| 8017 | * @seed: RSS hash seed |
| 8018 | * @lut: Lookup table |
| 8019 | * @lut_size: Lookup table size |
| 8020 | * |
| 8021 | * Returns 0 on success, negative on failure |
| 8022 | **/ |
| 8023 | static int i40e_config_rss_reg(struct i40e_vsi *vsi, const u8 *seed, |
| 8024 | const u8 *lut, u16 lut_size) |
| 8025 | { |
| 8026 | struct i40e_pf *pf = vsi->back; |
| 8027 | struct i40e_hw *hw = &pf->hw; |
| 8028 | u8 i; |
| 8029 | |
| 8030 | /* Fill out hash function seed */ |
| 8031 | if (seed) { |
| 8032 | u32 *seed_dw = (u32 *)seed; |
| 8033 | |
| 8034 | for (i = 0; i <= I40E_PFQF_HKEY_MAX_INDEX; i++) |
Shannon Nelson | 272cdaf2 | 2016-02-17 16:12:21 -0800 | [diff] [blame] | 8035 | i40e_write_rx_ctl(hw, I40E_PFQF_HKEY(i), seed_dw[i]); |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8036 | } |
| 8037 | |
| 8038 | if (lut) { |
| 8039 | u32 *lut_dw = (u32 *)lut; |
| 8040 | |
| 8041 | if (lut_size != I40E_HLUT_ARRAY_SIZE) |
| 8042 | return -EINVAL; |
| 8043 | |
| 8044 | for (i = 0; i <= I40E_PFQF_HLUT_MAX_INDEX; i++) |
| 8045 | wr32(hw, I40E_PFQF_HLUT(i), lut_dw[i]); |
| 8046 | } |
| 8047 | i40e_flush(hw); |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8048 | |
| 8049 | return 0; |
| 8050 | } |
| 8051 | |
| 8052 | /** |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 8053 | * i40e_get_rss_reg - Get the RSS keys and lut by reading registers |
| 8054 | * @vsi: Pointer to VSI structure |
| 8055 | * @seed: Buffer to store the keys |
| 8056 | * @lut: Buffer to store the lookup table entries |
| 8057 | * @lut_size: Size of buffer to store the lookup table entries |
| 8058 | * |
| 8059 | * Returns 0 on success, negative on failure |
| 8060 | */ |
| 8061 | static int i40e_get_rss_reg(struct i40e_vsi *vsi, u8 *seed, |
| 8062 | u8 *lut, u16 lut_size) |
| 8063 | { |
| 8064 | struct i40e_pf *pf = vsi->back; |
| 8065 | struct i40e_hw *hw = &pf->hw; |
| 8066 | u16 i; |
| 8067 | |
| 8068 | if (seed) { |
| 8069 | u32 *seed_dw = (u32 *)seed; |
| 8070 | |
| 8071 | for (i = 0; i <= I40E_PFQF_HKEY_MAX_INDEX; i++) |
Shannon Nelson | 272cdaf2 | 2016-02-17 16:12:21 -0800 | [diff] [blame] | 8072 | seed_dw[i] = i40e_read_rx_ctl(hw, I40E_PFQF_HKEY(i)); |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 8073 | } |
| 8074 | if (lut) { |
| 8075 | u32 *lut_dw = (u32 *)lut; |
| 8076 | |
| 8077 | if (lut_size != I40E_HLUT_ARRAY_SIZE) |
| 8078 | return -EINVAL; |
| 8079 | for (i = 0; i <= I40E_PFQF_HLUT_MAX_INDEX; i++) |
| 8080 | lut_dw[i] = rd32(hw, I40E_PFQF_HLUT(i)); |
| 8081 | } |
| 8082 | |
| 8083 | return 0; |
| 8084 | } |
| 8085 | |
| 8086 | /** |
| 8087 | * i40e_config_rss - Configure RSS keys and lut |
| 8088 | * @vsi: Pointer to VSI structure |
| 8089 | * @seed: RSS hash seed |
| 8090 | * @lut: Lookup table |
| 8091 | * @lut_size: Lookup table size |
| 8092 | * |
| 8093 | * Returns 0 on success, negative on failure |
| 8094 | */ |
| 8095 | int i40e_config_rss(struct i40e_vsi *vsi, u8 *seed, u8 *lut, u16 lut_size) |
| 8096 | { |
| 8097 | struct i40e_pf *pf = vsi->back; |
| 8098 | |
| 8099 | if (pf->flags & I40E_FLAG_RSS_AQ_CAPABLE) |
| 8100 | return i40e_config_rss_aq(vsi, seed, lut, lut_size); |
| 8101 | else |
| 8102 | return i40e_config_rss_reg(vsi, seed, lut, lut_size); |
| 8103 | } |
| 8104 | |
| 8105 | /** |
| 8106 | * i40e_get_rss - Get RSS keys and lut |
| 8107 | * @vsi: Pointer to VSI structure |
| 8108 | * @seed: Buffer to store the keys |
| 8109 | * @lut: Buffer to store the lookup table entries |
| 8110 | * lut_size: Size of buffer to store the lookup table entries |
| 8111 | * |
| 8112 | * Returns 0 on success, negative on failure |
| 8113 | */ |
| 8114 | int i40e_get_rss(struct i40e_vsi *vsi, u8 *seed, u8 *lut, u16 lut_size) |
| 8115 | { |
Anjali Singhai Jain | 95a7378 | 2015-12-22 14:25:04 -0800 | [diff] [blame] | 8116 | struct i40e_pf *pf = vsi->back; |
| 8117 | |
| 8118 | if (pf->flags & I40E_FLAG_RSS_AQ_CAPABLE) |
| 8119 | return i40e_get_rss_aq(vsi, seed, lut, lut_size); |
| 8120 | else |
| 8121 | return i40e_get_rss_reg(vsi, seed, lut, lut_size); |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 8122 | } |
| 8123 | |
| 8124 | /** |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8125 | * i40e_fill_rss_lut - Fill the RSS lookup table with default values |
| 8126 | * @pf: Pointer to board private structure |
| 8127 | * @lut: Lookup table |
| 8128 | * @rss_table_size: Lookup table size |
| 8129 | * @rss_size: Range of queue number for hashing |
| 8130 | */ |
| 8131 | static void i40e_fill_rss_lut(struct i40e_pf *pf, u8 *lut, |
| 8132 | u16 rss_table_size, u16 rss_size) |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8133 | { |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8134 | u16 i; |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8135 | |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8136 | for (i = 0; i < rss_table_size; i++) |
| 8137 | lut[i] = i % rss_size; |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8138 | } |
| 8139 | |
| 8140 | /** |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 8141 | * i40e_pf_config_rss - Prepare for RSS if used |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8142 | * @pf: board private structure |
| 8143 | **/ |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 8144 | static int i40e_pf_config_rss(struct i40e_pf *pf) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8145 | { |
Anjali Singhai Jain | 66ddcff | 2015-02-24 06:58:50 +0000 | [diff] [blame] | 8146 | struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi]; |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8147 | u8 seed[I40E_HKEY_ARRAY_SIZE]; |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8148 | u8 *lut; |
Anjali Singhai Jain | 4617e8c | 2013-11-20 10:02:56 +0000 | [diff] [blame] | 8149 | struct i40e_hw *hw = &pf->hw; |
Carolyn Wyborny | e157ea3 | 2014-06-03 23:50:22 +0000 | [diff] [blame] | 8150 | u32 reg_val; |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8151 | u64 hena; |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8152 | int ret; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8153 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8154 | /* By default we enable TCP/UDP with IPv4/IPv6 ptypes */ |
Shannon Nelson | 272cdaf2 | 2016-02-17 16:12:21 -0800 | [diff] [blame] | 8155 | hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | |
| 8156 | ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8157 | hena |= i40e_pf_get_default_rss_hena(pf); |
| 8158 | |
Shannon Nelson | 272cdaf2 | 2016-02-17 16:12:21 -0800 | [diff] [blame] | 8159 | i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena); |
| 8160 | i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8161 | |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8162 | /* Determine the RSS table size based on the hardware capabilities */ |
Shannon Nelson | 272cdaf2 | 2016-02-17 16:12:21 -0800 | [diff] [blame] | 8163 | reg_val = i40e_read_rx_ctl(hw, I40E_PFQF_CTL_0); |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8164 | reg_val = (pf->rss_table_size == 512) ? |
| 8165 | (reg_val | I40E_PFQF_CTL_0_HASHLUTSIZE_512) : |
| 8166 | (reg_val & ~I40E_PFQF_CTL_0_HASHLUTSIZE_512); |
Shannon Nelson | 272cdaf2 | 2016-02-17 16:12:21 -0800 | [diff] [blame] | 8167 | i40e_write_rx_ctl(hw, I40E_PFQF_CTL_0, reg_val); |
Carolyn Wyborny | e157ea3 | 2014-06-03 23:50:22 +0000 | [diff] [blame] | 8168 | |
Helin Zhang | 28c5869 | 2015-10-26 19:44:27 -0400 | [diff] [blame] | 8169 | /* Determine the RSS size of the VSI */ |
| 8170 | if (!vsi->rss_size) |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 8171 | vsi->rss_size = min_t(int, pf->alloc_rss_size, |
| 8172 | vsi->num_queue_pairs); |
Helin Zhang | 28c5869 | 2015-10-26 19:44:27 -0400 | [diff] [blame] | 8173 | |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8174 | lut = kzalloc(vsi->rss_table_size, GFP_KERNEL); |
| 8175 | if (!lut) |
| 8176 | return -ENOMEM; |
| 8177 | |
Helin Zhang | 28c5869 | 2015-10-26 19:44:27 -0400 | [diff] [blame] | 8178 | /* Use user configured lut if there is one, otherwise use default */ |
| 8179 | if (vsi->rss_lut_user) |
| 8180 | memcpy(lut, vsi->rss_lut_user, vsi->rss_table_size); |
| 8181 | else |
| 8182 | i40e_fill_rss_lut(pf, lut, vsi->rss_table_size, vsi->rss_size); |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8183 | |
Helin Zhang | 28c5869 | 2015-10-26 19:44:27 -0400 | [diff] [blame] | 8184 | /* Use user configured hash key if there is one, otherwise |
| 8185 | * use default. |
| 8186 | */ |
| 8187 | if (vsi->rss_hkey_user) |
| 8188 | memcpy(seed, vsi->rss_hkey_user, I40E_HKEY_ARRAY_SIZE); |
| 8189 | else |
| 8190 | netdev_rss_key_fill((void *)seed, I40E_HKEY_ARRAY_SIZE); |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 8191 | ret = i40e_config_rss(vsi, seed, lut, vsi->rss_table_size); |
Helin Zhang | e69ff81 | 2015-10-21 19:56:22 -0400 | [diff] [blame] | 8192 | kfree(lut); |
| 8193 | |
| 8194 | return ret; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8195 | } |
| 8196 | |
| 8197 | /** |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 8198 | * i40e_reconfig_rss_queues - change number of queues for rss and rebuild |
| 8199 | * @pf: board private structure |
| 8200 | * @queue_count: the requested queue count for rss. |
| 8201 | * |
| 8202 | * returns 0 if rss is not enabled, if enabled returns the final rss queue |
| 8203 | * count which may be different from the requested queue count. |
| 8204 | **/ |
| 8205 | int i40e_reconfig_rss_queues(struct i40e_pf *pf, int queue_count) |
| 8206 | { |
Anjali Singhai Jain | 9a3bd2f | 2015-02-24 06:58:44 +0000 | [diff] [blame] | 8207 | struct i40e_vsi *vsi = pf->vsi[pf->lan_vsi]; |
| 8208 | int new_rss_size; |
| 8209 | |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 8210 | if (!(pf->flags & I40E_FLAG_RSS_ENABLED)) |
| 8211 | return 0; |
| 8212 | |
Anjali Singhai Jain | 9a3bd2f | 2015-02-24 06:58:44 +0000 | [diff] [blame] | 8213 | new_rss_size = min_t(int, queue_count, pf->rss_size_max); |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 8214 | |
Anjali Singhai Jain | 9a3bd2f | 2015-02-24 06:58:44 +0000 | [diff] [blame] | 8215 | if (queue_count != vsi->num_queue_pairs) { |
| 8216 | vsi->req_queue_pairs = queue_count; |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 8217 | i40e_prep_for_reset(pf); |
| 8218 | |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 8219 | pf->alloc_rss_size = new_rss_size; |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 8220 | |
| 8221 | i40e_reset_and_rebuild(pf, true); |
Helin Zhang | 28c5869 | 2015-10-26 19:44:27 -0400 | [diff] [blame] | 8222 | |
| 8223 | /* Discard the user configured hash keys and lut, if less |
| 8224 | * queues are enabled. |
| 8225 | */ |
| 8226 | if (queue_count < vsi->rss_size) { |
| 8227 | i40e_clear_rss_config_user(vsi); |
| 8228 | dev_dbg(&pf->pdev->dev, |
| 8229 | "discard user configured hash keys and lut\n"); |
| 8230 | } |
| 8231 | |
| 8232 | /* Reset vsi->rss_size, as number of enabled queues changed */ |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 8233 | vsi->rss_size = min_t(int, pf->alloc_rss_size, |
| 8234 | vsi->num_queue_pairs); |
Helin Zhang | 28c5869 | 2015-10-26 19:44:27 -0400 | [diff] [blame] | 8235 | |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 8236 | i40e_pf_config_rss(pf); |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 8237 | } |
Helin Zhang | e36b0b1 | 2015-10-26 19:44:36 -0400 | [diff] [blame] | 8238 | dev_info(&pf->pdev->dev, "RSS count/HW max RSS count: %d/%d\n", |
| 8239 | pf->alloc_rss_size, pf->rss_size_max); |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 8240 | return pf->alloc_rss_size; |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 8241 | } |
| 8242 | |
| 8243 | /** |
Greg Rose | f4492db | 2015-02-06 08:52:12 +0000 | [diff] [blame] | 8244 | * i40e_get_npar_bw_setting - Retrieve BW settings for this PF partition |
| 8245 | * @pf: board private structure |
| 8246 | **/ |
| 8247 | i40e_status i40e_get_npar_bw_setting(struct i40e_pf *pf) |
| 8248 | { |
| 8249 | i40e_status status; |
| 8250 | bool min_valid, max_valid; |
| 8251 | u32 max_bw, min_bw; |
| 8252 | |
| 8253 | status = i40e_read_bw_from_alt_ram(&pf->hw, &max_bw, &min_bw, |
| 8254 | &min_valid, &max_valid); |
| 8255 | |
| 8256 | if (!status) { |
| 8257 | if (min_valid) |
| 8258 | pf->npar_min_bw = min_bw; |
| 8259 | if (max_valid) |
| 8260 | pf->npar_max_bw = max_bw; |
| 8261 | } |
| 8262 | |
| 8263 | return status; |
| 8264 | } |
| 8265 | |
| 8266 | /** |
| 8267 | * i40e_set_npar_bw_setting - Set BW settings for this PF partition |
| 8268 | * @pf: board private structure |
| 8269 | **/ |
| 8270 | i40e_status i40e_set_npar_bw_setting(struct i40e_pf *pf) |
| 8271 | { |
| 8272 | struct i40e_aqc_configure_partition_bw_data bw_data; |
| 8273 | i40e_status status; |
| 8274 | |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 8275 | /* Set the valid bit for this PF */ |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 8276 | bw_data.pf_valid_bits = cpu_to_le16(BIT(pf->hw.pf_id)); |
Greg Rose | f4492db | 2015-02-06 08:52:12 +0000 | [diff] [blame] | 8277 | bw_data.max_bw[pf->hw.pf_id] = pf->npar_max_bw & I40E_ALT_BW_VALUE_MASK; |
| 8278 | bw_data.min_bw[pf->hw.pf_id] = pf->npar_min_bw & I40E_ALT_BW_VALUE_MASK; |
| 8279 | |
| 8280 | /* Set the new bandwidths */ |
| 8281 | status = i40e_aq_configure_partition_bw(&pf->hw, &bw_data, NULL); |
| 8282 | |
| 8283 | return status; |
| 8284 | } |
| 8285 | |
| 8286 | /** |
| 8287 | * i40e_commit_npar_bw_setting - Commit BW settings for this PF partition |
| 8288 | * @pf: board private structure |
| 8289 | **/ |
| 8290 | i40e_status i40e_commit_npar_bw_setting(struct i40e_pf *pf) |
| 8291 | { |
| 8292 | /* Commit temporary BW setting to permanent NVM image */ |
| 8293 | enum i40e_admin_queue_err last_aq_status; |
| 8294 | i40e_status ret; |
| 8295 | u16 nvm_word; |
| 8296 | |
| 8297 | if (pf->hw.partition_id != 1) { |
| 8298 | dev_info(&pf->pdev->dev, |
| 8299 | "Commit BW only works on partition 1! This is partition %d", |
| 8300 | pf->hw.partition_id); |
| 8301 | ret = I40E_NOT_SUPPORTED; |
| 8302 | goto bw_commit_out; |
| 8303 | } |
| 8304 | |
| 8305 | /* Acquire NVM for read access */ |
| 8306 | ret = i40e_acquire_nvm(&pf->hw, I40E_RESOURCE_READ); |
| 8307 | last_aq_status = pf->hw.aq.asq_last_status; |
| 8308 | if (ret) { |
| 8309 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 8310 | "Cannot acquire NVM for read access, err %s aq_err %s\n", |
| 8311 | i40e_stat_str(&pf->hw, ret), |
| 8312 | i40e_aq_str(&pf->hw, last_aq_status)); |
Greg Rose | f4492db | 2015-02-06 08:52:12 +0000 | [diff] [blame] | 8313 | goto bw_commit_out; |
| 8314 | } |
| 8315 | |
| 8316 | /* Read word 0x10 of NVM - SW compatibility word 1 */ |
| 8317 | ret = i40e_aq_read_nvm(&pf->hw, |
| 8318 | I40E_SR_NVM_CONTROL_WORD, |
| 8319 | 0x10, sizeof(nvm_word), &nvm_word, |
| 8320 | false, NULL); |
| 8321 | /* Save off last admin queue command status before releasing |
| 8322 | * the NVM |
| 8323 | */ |
| 8324 | last_aq_status = pf->hw.aq.asq_last_status; |
| 8325 | i40e_release_nvm(&pf->hw); |
| 8326 | if (ret) { |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 8327 | dev_info(&pf->pdev->dev, "NVM read error, err %s aq_err %s\n", |
| 8328 | i40e_stat_str(&pf->hw, ret), |
| 8329 | i40e_aq_str(&pf->hw, last_aq_status)); |
Greg Rose | f4492db | 2015-02-06 08:52:12 +0000 | [diff] [blame] | 8330 | goto bw_commit_out; |
| 8331 | } |
| 8332 | |
| 8333 | /* Wait a bit for NVM release to complete */ |
| 8334 | msleep(50); |
| 8335 | |
| 8336 | /* Acquire NVM for write access */ |
| 8337 | ret = i40e_acquire_nvm(&pf->hw, I40E_RESOURCE_WRITE); |
| 8338 | last_aq_status = pf->hw.aq.asq_last_status; |
| 8339 | if (ret) { |
| 8340 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 8341 | "Cannot acquire NVM for write access, err %s aq_err %s\n", |
| 8342 | i40e_stat_str(&pf->hw, ret), |
| 8343 | i40e_aq_str(&pf->hw, last_aq_status)); |
Greg Rose | f4492db | 2015-02-06 08:52:12 +0000 | [diff] [blame] | 8344 | goto bw_commit_out; |
| 8345 | } |
| 8346 | /* Write it back out unchanged to initiate update NVM, |
| 8347 | * which will force a write of the shadow (alt) RAM to |
| 8348 | * the NVM - thus storing the bandwidth values permanently. |
| 8349 | */ |
| 8350 | ret = i40e_aq_update_nvm(&pf->hw, |
| 8351 | I40E_SR_NVM_CONTROL_WORD, |
| 8352 | 0x10, sizeof(nvm_word), |
| 8353 | &nvm_word, true, NULL); |
| 8354 | /* Save off last admin queue command status before releasing |
| 8355 | * the NVM |
| 8356 | */ |
| 8357 | last_aq_status = pf->hw.aq.asq_last_status; |
| 8358 | i40e_release_nvm(&pf->hw); |
| 8359 | if (ret) |
| 8360 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 8361 | "BW settings NOT SAVED, err %s aq_err %s\n", |
| 8362 | i40e_stat_str(&pf->hw, ret), |
| 8363 | i40e_aq_str(&pf->hw, last_aq_status)); |
Greg Rose | f4492db | 2015-02-06 08:52:12 +0000 | [diff] [blame] | 8364 | bw_commit_out: |
| 8365 | |
| 8366 | return ret; |
| 8367 | } |
| 8368 | |
| 8369 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8370 | * i40e_sw_init - Initialize general software structures (struct i40e_pf) |
| 8371 | * @pf: board private structure to initialize |
| 8372 | * |
| 8373 | * i40e_sw_init initializes the Adapter private data structure. |
| 8374 | * Fields are initialized based on PCI device information and |
| 8375 | * OS network device settings (MTU size). |
| 8376 | **/ |
| 8377 | static int i40e_sw_init(struct i40e_pf *pf) |
| 8378 | { |
| 8379 | int err = 0; |
| 8380 | int size; |
| 8381 | |
| 8382 | pf->msg_enable = netif_msg_init(I40E_DEFAULT_MSG_ENABLE, |
| 8383 | (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK)); |
Shannon Nelson | 2759997 | 2013-11-16 10:00:43 +0000 | [diff] [blame] | 8384 | pf->hw.debug_mask = pf->msg_enable | I40E_DEBUG_DIAG; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8385 | if (debug != -1 && debug != I40E_DEFAULT_MSG_ENABLE) { |
| 8386 | if (I40E_DEBUG_USER & debug) |
| 8387 | pf->hw.debug_mask = debug; |
| 8388 | pf->msg_enable = netif_msg_init((debug & ~I40E_DEBUG_USER), |
| 8389 | I40E_DEFAULT_MSG_ENABLE); |
| 8390 | } |
| 8391 | |
| 8392 | /* Set default capability flags */ |
| 8393 | pf->flags = I40E_FLAG_RX_CSUM_ENABLED | |
| 8394 | I40E_FLAG_MSI_ENABLED | |
Shannon Nelson | 9ac7726 | 2015-08-27 11:42:40 -0400 | [diff] [blame] | 8395 | I40E_FLAG_LINK_POLLING_ENABLED | |
Mitch Williams | 2bc7ee8 | 2015-02-06 08:52:11 +0000 | [diff] [blame] | 8396 | I40E_FLAG_MSIX_ENABLED; |
| 8397 | |
| 8398 | if (iommu_present(&pci_bus_type)) |
| 8399 | pf->flags |= I40E_FLAG_RX_PS_ENABLED; |
| 8400 | else |
| 8401 | pf->flags |= I40E_FLAG_RX_1BUF_ENABLED; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8402 | |
Mitch Williams | ca99eb9 | 2014-04-04 04:43:07 +0000 | [diff] [blame] | 8403 | /* Set default ITR */ |
| 8404 | pf->rx_itr_default = I40E_ITR_DYNAMIC | I40E_ITR_RX_DEF; |
| 8405 | pf->tx_itr_default = I40E_ITR_DYNAMIC | I40E_ITR_TX_DEF; |
| 8406 | |
Jesse Brandeburg | 7134f9c | 2013-11-26 08:56:05 +0000 | [diff] [blame] | 8407 | /* Depending on PF configurations, it is possible that the RSS |
| 8408 | * maximum might end up larger than the available queues |
| 8409 | */ |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 8410 | pf->rss_size_max = BIT(pf->hw.func_caps.rss_table_entry_width); |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 8411 | pf->alloc_rss_size = 1; |
Anjali Singhai Jain | 5db4cb5 | 2015-02-24 06:58:49 +0000 | [diff] [blame] | 8412 | pf->rss_table_size = pf->hw.func_caps.rss_table_size; |
Jesse Brandeburg | 7134f9c | 2013-11-26 08:56:05 +0000 | [diff] [blame] | 8413 | pf->rss_size_max = min_t(int, pf->rss_size_max, |
| 8414 | pf->hw.func_caps.num_tx_qp); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8415 | if (pf->hw.func_caps.rss) { |
| 8416 | pf->flags |= I40E_FLAG_RSS_ENABLED; |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 8417 | pf->alloc_rss_size = min_t(int, pf->rss_size_max, |
| 8418 | num_online_cpus()); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8419 | } |
| 8420 | |
Catherine Sullivan | 2050bc6 | 2013-12-18 13:46:03 +0000 | [diff] [blame] | 8421 | /* MFP mode enabled */ |
Pawel Orlowski | c78b953 | 2015-04-22 19:34:06 -0400 | [diff] [blame] | 8422 | if (pf->hw.func_caps.npar_enable || pf->hw.func_caps.flex10_enable) { |
Catherine Sullivan | 2050bc6 | 2013-12-18 13:46:03 +0000 | [diff] [blame] | 8423 | pf->flags |= I40E_FLAG_MFP_ENABLED; |
| 8424 | dev_info(&pf->pdev->dev, "MFP mode Enabled\n"); |
Greg Rose | f4492db | 2015-02-06 08:52:12 +0000 | [diff] [blame] | 8425 | if (i40e_get_npar_bw_setting(pf)) |
| 8426 | dev_warn(&pf->pdev->dev, |
| 8427 | "Could not get NPAR bw settings\n"); |
| 8428 | else |
| 8429 | dev_info(&pf->pdev->dev, |
| 8430 | "Min BW = %8.8x, Max BW = %8.8x\n", |
| 8431 | pf->npar_min_bw, pf->npar_max_bw); |
Catherine Sullivan | 2050bc6 | 2013-12-18 13:46:03 +0000 | [diff] [blame] | 8432 | } |
| 8433 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 8434 | /* FW/NVM is not yet fixed in this regard */ |
| 8435 | if ((pf->hw.func_caps.fd_filters_guaranteed > 0) || |
| 8436 | (pf->hw.func_caps.fd_filters_best_effort > 0)) { |
| 8437 | pf->flags |= I40E_FLAG_FD_ATR_ENABLED; |
| 8438 | pf->atr_sample_rate = I40E_DEFAULT_ATR_SAMPLE_RATE; |
Shannon Nelson | 6eae9c6 | 2015-09-03 17:18:55 -0400 | [diff] [blame] | 8439 | if (pf->flags & I40E_FLAG_MFP_ENABLED && |
| 8440 | pf->hw.num_partitions > 1) |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 8441 | dev_info(&pf->pdev->dev, |
Anjali Singhai Jain | 0b67584 | 2014-03-06 08:59:51 +0000 | [diff] [blame] | 8442 | "Flow Director Sideband mode Disabled in MFP mode\n"); |
Shannon Nelson | 6eae9c6 | 2015-09-03 17:18:55 -0400 | [diff] [blame] | 8443 | else |
| 8444 | pf->flags |= I40E_FLAG_FD_SB_ENABLED; |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 8445 | pf->fdir_pf_filter_count = |
| 8446 | pf->hw.func_caps.fd_filters_guaranteed; |
| 8447 | pf->hw.fdir_shared_filter_count = |
| 8448 | pf->hw.func_caps.fd_filters_best_effort; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8449 | } |
| 8450 | |
Neerav Parikh | f1bbad3 | 2016-01-13 16:51:39 -0800 | [diff] [blame] | 8451 | if (i40e_is_mac_710(&pf->hw) && |
Anjali Singhai Jain | 8eed76f | 2015-12-09 15:50:31 -0800 | [diff] [blame] | 8452 | (((pf->hw.aq.fw_maj_ver == 4) && (pf->hw.aq.fw_min_ver < 33)) || |
Neerav Parikh | f1bbad3 | 2016-01-13 16:51:39 -0800 | [diff] [blame] | 8453 | (pf->hw.aq.fw_maj_ver < 4))) { |
Anjali Singhai Jain | 8eed76f | 2015-12-09 15:50:31 -0800 | [diff] [blame] | 8454 | pf->flags |= I40E_FLAG_RESTART_AUTONEG; |
Neerav Parikh | f1bbad3 | 2016-01-13 16:51:39 -0800 | [diff] [blame] | 8455 | /* No DCB support for FW < v4.33 */ |
| 8456 | pf->flags |= I40E_FLAG_NO_DCB_SUPPORT; |
| 8457 | } |
| 8458 | |
| 8459 | /* Disable FW LLDP if FW < v4.3 */ |
| 8460 | if (i40e_is_mac_710(&pf->hw) && |
| 8461 | (((pf->hw.aq.fw_maj_ver == 4) && (pf->hw.aq.fw_min_ver < 3)) || |
| 8462 | (pf->hw.aq.fw_maj_ver < 4))) |
| 8463 | pf->flags |= I40E_FLAG_STOP_FW_LLDP; |
| 8464 | |
| 8465 | /* Use the FW Set LLDP MIB API if FW > v4.40 */ |
| 8466 | if (i40e_is_mac_710(&pf->hw) && |
| 8467 | (((pf->hw.aq.fw_maj_ver == 4) && (pf->hw.aq.fw_min_ver >= 40)) || |
| 8468 | (pf->hw.aq.fw_maj_ver >= 5))) |
| 8469 | pf->flags |= I40E_FLAG_USE_SET_LLDP_MIB; |
Anjali Singhai Jain | 8eed76f | 2015-12-09 15:50:31 -0800 | [diff] [blame] | 8470 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8471 | if (pf->hw.func_caps.vmdq) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8472 | pf->num_vmdq_vsis = I40E_DEFAULT_NUM_VMDQ_VSI; |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 8473 | pf->flags |= I40E_FLAG_VMDQ_ENABLED; |
Jesse Brandeburg | e9e5366 | 2015-10-02 17:57:21 -0700 | [diff] [blame] | 8474 | pf->num_vmdq_qps = i40e_default_queues_per_vmdq(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8475 | } |
| 8476 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 8477 | #ifdef I40E_FCOE |
Shannon Nelson | 21364bc | 2015-08-26 15:14:13 -0400 | [diff] [blame] | 8478 | i40e_init_pf_fcoe(pf); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 8479 | |
| 8480 | #endif /* I40E_FCOE */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8481 | #ifdef CONFIG_PCI_IOV |
Shannon Nelson | ba252f13 | 2014-12-11 07:06:34 +0000 | [diff] [blame] | 8482 | if (pf->hw.func_caps.num_vfs && pf->hw.partition_id == 1) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8483 | pf->num_vf_qps = I40E_DEFAULT_QUEUES_PER_VF; |
| 8484 | pf->flags |= I40E_FLAG_SRIOV_ENABLED; |
| 8485 | pf->num_req_vfs = min_t(int, |
| 8486 | pf->hw.func_caps.num_vfs, |
| 8487 | I40E_MAX_VF_COUNT); |
| 8488 | } |
| 8489 | #endif /* CONFIG_PCI_IOV */ |
Anjali Singhai Jain | d502ce0 | 2015-06-05 12:20:26 -0400 | [diff] [blame] | 8490 | if (pf->hw.mac.type == I40E_MAC_X722) { |
| 8491 | pf->flags |= I40E_FLAG_RSS_AQ_CAPABLE | |
| 8492 | I40E_FLAG_128_QP_RSS_CAPABLE | |
| 8493 | I40E_FLAG_HW_ATR_EVICT_CAPABLE | |
| 8494 | I40E_FLAG_OUTER_UDP_CSUM_CAPABLE | |
| 8495 | I40E_FLAG_WB_ON_ITR_CAPABLE | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8496 | I40E_FLAG_MULTIPLE_TCP_UDP_RSS_PCTYPE | |
Catherine Sullivan | f8db54cc | 2015-12-22 14:25:14 -0800 | [diff] [blame] | 8497 | I40E_FLAG_100M_SGMII_CAPABLE | |
Neerav Parikh | f1bbad3 | 2016-01-13 16:51:39 -0800 | [diff] [blame] | 8498 | I40E_FLAG_USE_SET_LLDP_MIB | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8499 | I40E_FLAG_GENEVE_OFFLOAD_CAPABLE; |
Anjali Singhai | a340c78 | 2016-01-06 11:49:28 -0800 | [diff] [blame] | 8500 | } else if ((pf->hw.aq.api_maj_ver > 1) || |
| 8501 | ((pf->hw.aq.api_maj_ver == 1) && |
| 8502 | (pf->hw.aq.api_min_ver > 4))) { |
| 8503 | /* Supported in FW API version higher than 1.4 */ |
| 8504 | pf->flags |= I40E_FLAG_GENEVE_OFFLOAD_CAPABLE; |
Anjali Singhai Jain | 72b7486 | 2016-01-08 17:50:21 -0800 | [diff] [blame] | 8505 | pf->auto_disable_flags = I40E_FLAG_HW_ATR_EVICT_CAPABLE; |
| 8506 | } else { |
| 8507 | pf->auto_disable_flags = I40E_FLAG_HW_ATR_EVICT_CAPABLE; |
Anjali Singhai Jain | d502ce0 | 2015-06-05 12:20:26 -0400 | [diff] [blame] | 8508 | } |
Anjali Singhai | a340c78 | 2016-01-06 11:49:28 -0800 | [diff] [blame] | 8509 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8510 | pf->eeprom_version = 0xDEAD; |
| 8511 | pf->lan_veb = I40E_NO_VEB; |
| 8512 | pf->lan_vsi = I40E_NO_VSI; |
| 8513 | |
Anjali Singhai Jain | d1a8d27 | 2015-07-23 16:54:40 -0400 | [diff] [blame] | 8514 | /* By default FW has this off for performance reasons */ |
| 8515 | pf->flags &= ~I40E_FLAG_VEB_STATS_ENABLED; |
| 8516 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8517 | /* set up queue assignment tracking */ |
| 8518 | size = sizeof(struct i40e_lump_tracking) |
| 8519 | + (sizeof(u16) * pf->hw.func_caps.num_tx_qp); |
| 8520 | pf->qp_pile = kzalloc(size, GFP_KERNEL); |
| 8521 | if (!pf->qp_pile) { |
| 8522 | err = -ENOMEM; |
| 8523 | goto sw_init_done; |
| 8524 | } |
| 8525 | pf->qp_pile->num_entries = pf->hw.func_caps.num_tx_qp; |
| 8526 | pf->qp_pile->search_hint = 0; |
| 8527 | |
Anjali Singhai Jain | 327fe04 | 2014-06-04 01:23:26 +0000 | [diff] [blame] | 8528 | pf->tx_timeout_recovery_level = 1; |
| 8529 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8530 | mutex_init(&pf->switch_mutex); |
| 8531 | |
Greg Rose | c668a12 | 2015-02-26 16:10:39 +0000 | [diff] [blame] | 8532 | /* If NPAR is enabled nudge the Tx scheduler */ |
| 8533 | if (pf->hw.func_caps.npar_enable && (!i40e_get_npar_bw_setting(pf))) |
| 8534 | i40e_set_npar_bw_setting(pf); |
| 8535 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8536 | sw_init_done: |
| 8537 | return err; |
| 8538 | } |
| 8539 | |
| 8540 | /** |
Anjali Singhai Jain | 7c3c288 | 2014-02-14 02:14:38 +0000 | [diff] [blame] | 8541 | * i40e_set_ntuple - set the ntuple feature flag and take action |
| 8542 | * @pf: board private structure to initialize |
| 8543 | * @features: the feature set that the stack is suggesting |
| 8544 | * |
| 8545 | * returns a bool to indicate if reset needs to happen |
| 8546 | **/ |
| 8547 | bool i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features) |
| 8548 | { |
| 8549 | bool need_reset = false; |
| 8550 | |
| 8551 | /* Check if Flow Director n-tuple support was enabled or disabled. If |
| 8552 | * the state changed, we need to reset. |
| 8553 | */ |
| 8554 | if (features & NETIF_F_NTUPLE) { |
| 8555 | /* Enable filters and mark for reset */ |
| 8556 | if (!(pf->flags & I40E_FLAG_FD_SB_ENABLED)) |
| 8557 | need_reset = true; |
| 8558 | pf->flags |= I40E_FLAG_FD_SB_ENABLED; |
| 8559 | } else { |
| 8560 | /* turn off filters, mark for reset and clear SW filter list */ |
| 8561 | if (pf->flags & I40E_FLAG_FD_SB_ENABLED) { |
| 8562 | need_reset = true; |
| 8563 | i40e_fdir_filter_exit(pf); |
| 8564 | } |
| 8565 | pf->flags &= ~I40E_FLAG_FD_SB_ENABLED; |
Anjali Singhai Jain | 8a4f34f | 2014-06-04 08:45:20 +0000 | [diff] [blame] | 8566 | pf->auto_disable_flags &= ~I40E_FLAG_FD_SB_ENABLED; |
Anjali Singhai Jain | 1e1be8f | 2014-07-10 08:03:26 +0000 | [diff] [blame] | 8567 | /* reset fd counters */ |
| 8568 | pf->fd_add_err = pf->fd_atr_cnt = pf->fd_tcp_rule = 0; |
| 8569 | pf->fdir_pf_active_filters = 0; |
| 8570 | pf->flags |= I40E_FLAG_FD_ATR_ENABLED; |
Anjali Singhai Jain | 2e4875e | 2015-04-16 20:06:06 -0400 | [diff] [blame] | 8571 | if (I40E_DEBUG_FD & pf->hw.debug_mask) |
| 8572 | dev_info(&pf->pdev->dev, "ATR re-enabled.\n"); |
Anjali Singhai Jain | 8a4f34f | 2014-06-04 08:45:20 +0000 | [diff] [blame] | 8573 | /* if ATR was auto disabled it can be re-enabled. */ |
| 8574 | if ((pf->flags & I40E_FLAG_FD_ATR_ENABLED) && |
| 8575 | (pf->auto_disable_flags & I40E_FLAG_FD_ATR_ENABLED)) |
| 8576 | pf->auto_disable_flags &= ~I40E_FLAG_FD_ATR_ENABLED; |
Anjali Singhai Jain | 7c3c288 | 2014-02-14 02:14:38 +0000 | [diff] [blame] | 8577 | } |
| 8578 | return need_reset; |
| 8579 | } |
| 8580 | |
| 8581 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8582 | * i40e_set_features - set the netdev feature flags |
| 8583 | * @netdev: ptr to the netdev being adjusted |
| 8584 | * @features: the feature set that the stack is suggesting |
| 8585 | **/ |
| 8586 | static int i40e_set_features(struct net_device *netdev, |
| 8587 | netdev_features_t features) |
| 8588 | { |
| 8589 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 8590 | struct i40e_vsi *vsi = np->vsi; |
Anjali Singhai Jain | 7c3c288 | 2014-02-14 02:14:38 +0000 | [diff] [blame] | 8591 | struct i40e_pf *pf = vsi->back; |
| 8592 | bool need_reset; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8593 | |
| 8594 | if (features & NETIF_F_HW_VLAN_CTAG_RX) |
| 8595 | i40e_vlan_stripping_enable(vsi); |
| 8596 | else |
| 8597 | i40e_vlan_stripping_disable(vsi); |
| 8598 | |
Anjali Singhai Jain | 7c3c288 | 2014-02-14 02:14:38 +0000 | [diff] [blame] | 8599 | need_reset = i40e_set_ntuple(pf, features); |
| 8600 | |
| 8601 | if (need_reset) |
Jesse Brandeburg | 41a1d04 | 2015-06-04 16:24:02 -0400 | [diff] [blame] | 8602 | i40e_do_reset(pf, BIT_ULL(__I40E_PF_RESET_REQUESTED)); |
Anjali Singhai Jain | 7c3c288 | 2014-02-14 02:14:38 +0000 | [diff] [blame] | 8603 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8604 | return 0; |
| 8605 | } |
| 8606 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8607 | #if IS_ENABLED(CONFIG_VXLAN) || IS_ENABLED(CONFIG_GENEVE) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8608 | /** |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8609 | * i40e_get_udp_port_idx - Lookup a possibly offloaded for Rx UDP port |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8610 | * @pf: board private structure |
| 8611 | * @port: The UDP port to look up |
| 8612 | * |
| 8613 | * Returns the index number or I40E_MAX_PF_UDP_OFFLOAD_PORTS if port not found |
| 8614 | **/ |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8615 | static u8 i40e_get_udp_port_idx(struct i40e_pf *pf, __be16 port) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8616 | { |
| 8617 | u8 i; |
| 8618 | |
| 8619 | for (i = 0; i < I40E_MAX_PF_UDP_OFFLOAD_PORTS; i++) { |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8620 | if (pf->udp_ports[i].index == port) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8621 | return i; |
| 8622 | } |
| 8623 | |
| 8624 | return i; |
| 8625 | } |
| 8626 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8627 | #endif |
Eric Dumazet | 5cae761 | 2016-01-20 19:53:02 -0800 | [diff] [blame] | 8628 | |
| 8629 | #if IS_ENABLED(CONFIG_VXLAN) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8630 | /** |
| 8631 | * i40e_add_vxlan_port - Get notifications about VXLAN ports that come up |
| 8632 | * @netdev: This physical port's netdev |
| 8633 | * @sa_family: Socket Family that VXLAN is notifying us about |
| 8634 | * @port: New UDP port number that VXLAN started listening to |
| 8635 | **/ |
| 8636 | static void i40e_add_vxlan_port(struct net_device *netdev, |
| 8637 | sa_family_t sa_family, __be16 port) |
| 8638 | { |
| 8639 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 8640 | struct i40e_vsi *vsi = np->vsi; |
| 8641 | struct i40e_pf *pf = vsi->back; |
| 8642 | u8 next_idx; |
| 8643 | u8 idx; |
| 8644 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8645 | idx = i40e_get_udp_port_idx(pf, port); |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8646 | |
| 8647 | /* Check if port already exists */ |
| 8648 | if (idx < I40E_MAX_PF_UDP_OFFLOAD_PORTS) { |
Shannon Nelson | c22c06c | 2015-03-31 00:45:04 -0700 | [diff] [blame] | 8649 | netdev_info(netdev, "vxlan port %d already offloaded\n", |
| 8650 | ntohs(port)); |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8651 | return; |
| 8652 | } |
| 8653 | |
| 8654 | /* Now check if there is space to add the new port */ |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8655 | next_idx = i40e_get_udp_port_idx(pf, 0); |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8656 | |
| 8657 | if (next_idx == I40E_MAX_PF_UDP_OFFLOAD_PORTS) { |
Shannon Nelson | c22c06c | 2015-03-31 00:45:04 -0700 | [diff] [blame] | 8658 | netdev_info(netdev, "maximum number of vxlan UDP ports reached, not adding port %d\n", |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8659 | ntohs(port)); |
| 8660 | return; |
| 8661 | } |
| 8662 | |
| 8663 | /* New port: add it and mark its index in the bitmap */ |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8664 | pf->udp_ports[next_idx].index = port; |
| 8665 | pf->udp_ports[next_idx].type = I40E_AQC_TUNNEL_TYPE_VXLAN; |
| 8666 | pf->pending_udp_bitmap |= BIT_ULL(next_idx); |
| 8667 | pf->flags |= I40E_FLAG_UDP_FILTER_SYNC; |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8668 | } |
| 8669 | |
| 8670 | /** |
| 8671 | * i40e_del_vxlan_port - Get notifications about VXLAN ports that go away |
| 8672 | * @netdev: This physical port's netdev |
| 8673 | * @sa_family: Socket Family that VXLAN is notifying us about |
| 8674 | * @port: UDP port number that VXLAN stopped listening to |
| 8675 | **/ |
| 8676 | static void i40e_del_vxlan_port(struct net_device *netdev, |
| 8677 | sa_family_t sa_family, __be16 port) |
| 8678 | { |
| 8679 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 8680 | struct i40e_vsi *vsi = np->vsi; |
| 8681 | struct i40e_pf *pf = vsi->back; |
| 8682 | u8 idx; |
| 8683 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8684 | idx = i40e_get_udp_port_idx(pf, port); |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8685 | |
| 8686 | /* Check if port already exists */ |
| 8687 | if (idx < I40E_MAX_PF_UDP_OFFLOAD_PORTS) { |
| 8688 | /* if port exists, set it to 0 (mark for deletion) |
| 8689 | * and make it pending |
| 8690 | */ |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8691 | pf->udp_ports[idx].index = 0; |
| 8692 | pf->pending_udp_bitmap |= BIT_ULL(idx); |
| 8693 | pf->flags |= I40E_FLAG_UDP_FILTER_SYNC; |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8694 | } else { |
Shannon Nelson | c22c06c | 2015-03-31 00:45:04 -0700 | [diff] [blame] | 8695 | netdev_warn(netdev, "vxlan port %d was not found, not deleting\n", |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8696 | ntohs(port)); |
| 8697 | } |
| 8698 | } |
Eric Dumazet | 5cae761 | 2016-01-20 19:53:02 -0800 | [diff] [blame] | 8699 | #endif |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 8700 | |
Eric Dumazet | 5cae761 | 2016-01-20 19:53:02 -0800 | [diff] [blame] | 8701 | #if IS_ENABLED(CONFIG_GENEVE) |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8702 | /** |
| 8703 | * i40e_add_geneve_port - Get notifications about GENEVE ports that come up |
| 8704 | * @netdev: This physical port's netdev |
| 8705 | * @sa_family: Socket Family that GENEVE is notifying us about |
| 8706 | * @port: New UDP port number that GENEVE started listening to |
| 8707 | **/ |
| 8708 | static void i40e_add_geneve_port(struct net_device *netdev, |
| 8709 | sa_family_t sa_family, __be16 port) |
| 8710 | { |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8711 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 8712 | struct i40e_vsi *vsi = np->vsi; |
| 8713 | struct i40e_pf *pf = vsi->back; |
| 8714 | u8 next_idx; |
| 8715 | u8 idx; |
| 8716 | |
Anjali Singhai | a340c78 | 2016-01-06 11:49:28 -0800 | [diff] [blame] | 8717 | if (!(pf->flags & I40E_FLAG_GENEVE_OFFLOAD_CAPABLE)) |
| 8718 | return; |
| 8719 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8720 | idx = i40e_get_udp_port_idx(pf, port); |
| 8721 | |
| 8722 | /* Check if port already exists */ |
| 8723 | if (idx < I40E_MAX_PF_UDP_OFFLOAD_PORTS) { |
| 8724 | netdev_info(netdev, "udp port %d already offloaded\n", |
| 8725 | ntohs(port)); |
| 8726 | return; |
| 8727 | } |
| 8728 | |
| 8729 | /* Now check if there is space to add the new port */ |
| 8730 | next_idx = i40e_get_udp_port_idx(pf, 0); |
| 8731 | |
| 8732 | if (next_idx == I40E_MAX_PF_UDP_OFFLOAD_PORTS) { |
| 8733 | netdev_info(netdev, "maximum number of UDP ports reached, not adding port %d\n", |
| 8734 | ntohs(port)); |
| 8735 | return; |
| 8736 | } |
| 8737 | |
| 8738 | /* New port: add it and mark its index in the bitmap */ |
| 8739 | pf->udp_ports[next_idx].index = port; |
| 8740 | pf->udp_ports[next_idx].type = I40E_AQC_TUNNEL_TYPE_NGE; |
| 8741 | pf->pending_udp_bitmap |= BIT_ULL(next_idx); |
| 8742 | pf->flags |= I40E_FLAG_UDP_FILTER_SYNC; |
| 8743 | |
| 8744 | dev_info(&pf->pdev->dev, "adding geneve port %d\n", ntohs(port)); |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8745 | } |
| 8746 | |
| 8747 | /** |
| 8748 | * i40e_del_geneve_port - Get notifications about GENEVE ports that go away |
| 8749 | * @netdev: This physical port's netdev |
| 8750 | * @sa_family: Socket Family that GENEVE is notifying us about |
| 8751 | * @port: UDP port number that GENEVE stopped listening to |
| 8752 | **/ |
| 8753 | static void i40e_del_geneve_port(struct net_device *netdev, |
| 8754 | sa_family_t sa_family, __be16 port) |
| 8755 | { |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8756 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 8757 | struct i40e_vsi *vsi = np->vsi; |
| 8758 | struct i40e_pf *pf = vsi->back; |
| 8759 | u8 idx; |
| 8760 | |
Anjali Singhai | a340c78 | 2016-01-06 11:49:28 -0800 | [diff] [blame] | 8761 | if (!(pf->flags & I40E_FLAG_GENEVE_OFFLOAD_CAPABLE)) |
| 8762 | return; |
| 8763 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8764 | idx = i40e_get_udp_port_idx(pf, port); |
| 8765 | |
| 8766 | /* Check if port already exists */ |
| 8767 | if (idx < I40E_MAX_PF_UDP_OFFLOAD_PORTS) { |
| 8768 | /* if port exists, set it to 0 (mark for deletion) |
| 8769 | * and make it pending |
| 8770 | */ |
| 8771 | pf->udp_ports[idx].index = 0; |
| 8772 | pf->pending_udp_bitmap |= BIT_ULL(idx); |
| 8773 | pf->flags |= I40E_FLAG_UDP_FILTER_SYNC; |
| 8774 | |
| 8775 | dev_info(&pf->pdev->dev, "deleting geneve port %d\n", |
| 8776 | ntohs(port)); |
| 8777 | } else { |
| 8778 | netdev_warn(netdev, "geneve port %d was not found, not deleting\n", |
| 8779 | ntohs(port)); |
| 8780 | } |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8781 | } |
Eric Dumazet | 5cae761 | 2016-01-20 19:53:02 -0800 | [diff] [blame] | 8782 | #endif |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8783 | |
Neerav Parikh | 1f224ad | 2014-02-12 01:45:31 +0000 | [diff] [blame] | 8784 | static int i40e_get_phys_port_id(struct net_device *netdev, |
Jiri Pirko | 02637fc | 2014-11-28 14:34:16 +0100 | [diff] [blame] | 8785 | struct netdev_phys_item_id *ppid) |
Neerav Parikh | 1f224ad | 2014-02-12 01:45:31 +0000 | [diff] [blame] | 8786 | { |
| 8787 | struct i40e_netdev_priv *np = netdev_priv(netdev); |
| 8788 | struct i40e_pf *pf = np->vsi->back; |
| 8789 | struct i40e_hw *hw = &pf->hw; |
| 8790 | |
| 8791 | if (!(pf->flags & I40E_FLAG_PORT_ID_VALID)) |
| 8792 | return -EOPNOTSUPP; |
| 8793 | |
| 8794 | ppid->id_len = min_t(int, sizeof(hw->mac.port_addr), sizeof(ppid->id)); |
| 8795 | memcpy(ppid->id, hw->mac.port_addr, ppid->id_len); |
| 8796 | |
| 8797 | return 0; |
| 8798 | } |
| 8799 | |
Jesse Brandeburg | 2f90ade | 2014-11-20 16:30:02 -0800 | [diff] [blame] | 8800 | /** |
| 8801 | * i40e_ndo_fdb_add - add an entry to the hardware database |
| 8802 | * @ndm: the input from the stack |
| 8803 | * @tb: pointer to array of nladdr (unused) |
| 8804 | * @dev: the net device pointer |
| 8805 | * @addr: the MAC address entry being added |
| 8806 | * @flags: instructions from stack about fdb operation |
| 8807 | */ |
Greg Rose | 4ba0dea | 2014-03-06 08:59:55 +0000 | [diff] [blame] | 8808 | static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], |
| 8809 | struct net_device *dev, |
Jiri Pirko | f6f6424 | 2014-11-28 14:34:15 +0100 | [diff] [blame] | 8810 | const unsigned char *addr, u16 vid, |
Greg Rose | 4ba0dea | 2014-03-06 08:59:55 +0000 | [diff] [blame] | 8811 | u16 flags) |
Greg Rose | 4ba0dea | 2014-03-06 08:59:55 +0000 | [diff] [blame] | 8812 | { |
| 8813 | struct i40e_netdev_priv *np = netdev_priv(dev); |
| 8814 | struct i40e_pf *pf = np->vsi->back; |
| 8815 | int err = 0; |
| 8816 | |
| 8817 | if (!(pf->flags & I40E_FLAG_SRIOV_ENABLED)) |
| 8818 | return -EOPNOTSUPP; |
| 8819 | |
Or Gerlitz | 65891fe | 2014-12-14 18:19:05 +0200 | [diff] [blame] | 8820 | if (vid) { |
| 8821 | pr_info("%s: vlans aren't supported yet for dev_uc|mc_add()\n", dev->name); |
| 8822 | return -EINVAL; |
| 8823 | } |
| 8824 | |
Greg Rose | 4ba0dea | 2014-03-06 08:59:55 +0000 | [diff] [blame] | 8825 | /* Hardware does not support aging addresses so if a |
| 8826 | * ndm_state is given only allow permanent addresses |
| 8827 | */ |
| 8828 | if (ndm->ndm_state && !(ndm->ndm_state & NUD_PERMANENT)) { |
| 8829 | netdev_info(dev, "FDB only supports static addresses\n"); |
| 8830 | return -EINVAL; |
| 8831 | } |
| 8832 | |
| 8833 | if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) |
| 8834 | err = dev_uc_add_excl(dev, addr); |
| 8835 | else if (is_multicast_ether_addr(addr)) |
| 8836 | err = dev_mc_add_excl(dev, addr); |
| 8837 | else |
| 8838 | err = -EINVAL; |
| 8839 | |
| 8840 | /* Only return duplicate errors if NLM_F_EXCL is set */ |
| 8841 | if (err == -EEXIST && !(flags & NLM_F_EXCL)) |
| 8842 | err = 0; |
| 8843 | |
| 8844 | return err; |
| 8845 | } |
| 8846 | |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 8847 | /** |
| 8848 | * i40e_ndo_bridge_setlink - Set the hardware bridge mode |
| 8849 | * @dev: the netdev being configured |
| 8850 | * @nlh: RTNL message |
| 8851 | * |
| 8852 | * Inserts a new hardware bridge if not already created and |
| 8853 | * enables the bridging mode requested (VEB or VEPA). If the |
| 8854 | * hardware bridge has already been inserted and the request |
| 8855 | * is to change the mode then that requires a PF reset to |
| 8856 | * allow rebuild of the components with required hardware |
| 8857 | * bridge mode enabled. |
| 8858 | **/ |
| 8859 | static int i40e_ndo_bridge_setlink(struct net_device *dev, |
Carolyn Wyborny | 9df70b6 | 2015-04-27 14:57:11 -0400 | [diff] [blame] | 8860 | struct nlmsghdr *nlh, |
| 8861 | u16 flags) |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 8862 | { |
| 8863 | struct i40e_netdev_priv *np = netdev_priv(dev); |
| 8864 | struct i40e_vsi *vsi = np->vsi; |
| 8865 | struct i40e_pf *pf = vsi->back; |
| 8866 | struct i40e_veb *veb = NULL; |
| 8867 | struct nlattr *attr, *br_spec; |
| 8868 | int i, rem; |
| 8869 | |
| 8870 | /* Only for PF VSI for now */ |
| 8871 | if (vsi->seid != pf->vsi[pf->lan_vsi]->seid) |
| 8872 | return -EOPNOTSUPP; |
| 8873 | |
| 8874 | /* Find the HW bridge for PF VSI */ |
| 8875 | for (i = 0; i < I40E_MAX_VEB && !veb; i++) { |
| 8876 | if (pf->veb[i] && pf->veb[i]->seid == vsi->uplink_seid) |
| 8877 | veb = pf->veb[i]; |
| 8878 | } |
| 8879 | |
| 8880 | br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC); |
| 8881 | |
| 8882 | nla_for_each_nested(attr, br_spec, rem) { |
| 8883 | __u16 mode; |
| 8884 | |
| 8885 | if (nla_type(attr) != IFLA_BRIDGE_MODE) |
| 8886 | continue; |
| 8887 | |
| 8888 | mode = nla_get_u16(attr); |
| 8889 | if ((mode != BRIDGE_MODE_VEPA) && |
| 8890 | (mode != BRIDGE_MODE_VEB)) |
| 8891 | return -EINVAL; |
| 8892 | |
| 8893 | /* Insert a new HW bridge */ |
| 8894 | if (!veb) { |
| 8895 | veb = i40e_veb_setup(pf, 0, vsi->uplink_seid, vsi->seid, |
| 8896 | vsi->tc_config.enabled_tc); |
| 8897 | if (veb) { |
| 8898 | veb->bridge_mode = mode; |
| 8899 | i40e_config_bridge_mode(veb); |
| 8900 | } else { |
| 8901 | /* No Bridge HW offload available */ |
| 8902 | return -ENOENT; |
| 8903 | } |
| 8904 | break; |
| 8905 | } else if (mode != veb->bridge_mode) { |
| 8906 | /* Existing HW bridge but different mode needs reset */ |
| 8907 | veb->bridge_mode = mode; |
Anjali Singhai Jain | fc60861 | 2015-05-08 15:35:57 -0700 | [diff] [blame] | 8908 | /* TODO: If no VFs or VMDq VSIs, disallow VEB mode */ |
| 8909 | if (mode == BRIDGE_MODE_VEB) |
| 8910 | pf->flags |= I40E_FLAG_VEB_MODE_ENABLED; |
| 8911 | else |
| 8912 | pf->flags &= ~I40E_FLAG_VEB_MODE_ENABLED; |
| 8913 | i40e_do_reset(pf, BIT_ULL(__I40E_PF_RESET_REQUESTED)); |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 8914 | break; |
| 8915 | } |
| 8916 | } |
| 8917 | |
| 8918 | return 0; |
| 8919 | } |
| 8920 | |
| 8921 | /** |
| 8922 | * i40e_ndo_bridge_getlink - Get the hardware bridge mode |
| 8923 | * @skb: skb buff |
| 8924 | * @pid: process id |
| 8925 | * @seq: RTNL message seq # |
| 8926 | * @dev: the netdev being configured |
| 8927 | * @filter_mask: unused |
Jesse Brandeburg | d4b2f9f | 2015-09-03 17:18:48 -0400 | [diff] [blame] | 8928 | * @nlflags: netlink flags passed in |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 8929 | * |
| 8930 | * Return the mode in which the hardware bridge is operating in |
| 8931 | * i.e VEB or VEPA. |
| 8932 | **/ |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 8933 | static int i40e_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq, |
| 8934 | struct net_device *dev, |
Carolyn Wyborny | 9f4ffc4 | 2015-08-31 19:54:42 -0400 | [diff] [blame] | 8935 | u32 __always_unused filter_mask, |
| 8936 | int nlflags) |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 8937 | { |
| 8938 | struct i40e_netdev_priv *np = netdev_priv(dev); |
| 8939 | struct i40e_vsi *vsi = np->vsi; |
| 8940 | struct i40e_pf *pf = vsi->back; |
| 8941 | struct i40e_veb *veb = NULL; |
| 8942 | int i; |
| 8943 | |
| 8944 | /* Only for PF VSI for now */ |
| 8945 | if (vsi->seid != pf->vsi[pf->lan_vsi]->seid) |
| 8946 | return -EOPNOTSUPP; |
| 8947 | |
| 8948 | /* Find the HW bridge for the PF VSI */ |
| 8949 | for (i = 0; i < I40E_MAX_VEB && !veb; i++) { |
| 8950 | if (pf->veb[i] && pf->veb[i]->seid == vsi->uplink_seid) |
| 8951 | veb = pf->veb[i]; |
| 8952 | } |
| 8953 | |
| 8954 | if (!veb) |
| 8955 | return 0; |
| 8956 | |
Nicolas Dichtel | 46c264d | 2015-04-28 18:33:49 +0200 | [diff] [blame] | 8957 | return ndo_dflt_bridge_getlink(skb, pid, seq, dev, veb->bridge_mode, |
Scott Feldman | 7d4f8d8 | 2015-06-22 00:27:17 -0700 | [diff] [blame] | 8958 | nlflags, 0, 0, filter_mask, NULL); |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 8959 | } |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 8960 | |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8961 | /* Hardware supports L4 tunnel length of 128B (=2^7) which includes |
| 8962 | * inner mac plus all inner ethertypes. |
| 8963 | */ |
| 8964 | #define I40E_MAX_TUNNEL_HDR_LEN 128 |
Joe Stringer | f44a75e | 2015-04-14 17:09:14 -0700 | [diff] [blame] | 8965 | /** |
| 8966 | * i40e_features_check - Validate encapsulated packet conforms to limits |
| 8967 | * @skb: skb buff |
Jean Sacren | 2bc11c6 | 2015-09-19 05:08:43 -0600 | [diff] [blame] | 8968 | * @dev: This physical port's netdev |
Joe Stringer | f44a75e | 2015-04-14 17:09:14 -0700 | [diff] [blame] | 8969 | * @features: Offload features that the stack believes apply |
| 8970 | **/ |
| 8971 | static netdev_features_t i40e_features_check(struct sk_buff *skb, |
| 8972 | struct net_device *dev, |
| 8973 | netdev_features_t features) |
| 8974 | { |
| 8975 | if (skb->encapsulation && |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 8976 | ((skb_inner_network_header(skb) - skb_transport_header(skb)) > |
Joe Stringer | f44a75e | 2015-04-14 17:09:14 -0700 | [diff] [blame] | 8977 | I40E_MAX_TUNNEL_HDR_LEN)) |
Tom Herbert | a188222 | 2015-12-14 11:19:43 -0800 | [diff] [blame] | 8978 | return features & ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK); |
Joe Stringer | f44a75e | 2015-04-14 17:09:14 -0700 | [diff] [blame] | 8979 | |
| 8980 | return features; |
| 8981 | } |
| 8982 | |
Shannon Nelson | 37a2973 | 2015-02-27 09:15:19 +0000 | [diff] [blame] | 8983 | static const struct net_device_ops i40e_netdev_ops = { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8984 | .ndo_open = i40e_open, |
| 8985 | .ndo_stop = i40e_close, |
| 8986 | .ndo_start_xmit = i40e_lan_xmit_frame, |
| 8987 | .ndo_get_stats64 = i40e_get_netdev_stats_struct, |
| 8988 | .ndo_set_rx_mode = i40e_set_rx_mode, |
| 8989 | .ndo_validate_addr = eth_validate_addr, |
| 8990 | .ndo_set_mac_address = i40e_set_mac, |
| 8991 | .ndo_change_mtu = i40e_change_mtu, |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 8992 | .ndo_do_ioctl = i40e_ioctl, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 8993 | .ndo_tx_timeout = i40e_tx_timeout, |
| 8994 | .ndo_vlan_rx_add_vid = i40e_vlan_rx_add_vid, |
| 8995 | .ndo_vlan_rx_kill_vid = i40e_vlan_rx_kill_vid, |
| 8996 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 8997 | .ndo_poll_controller = i40e_netpoll, |
| 8998 | #endif |
John Fastabend | e4c6734 | 2016-02-16 21:16:15 -0800 | [diff] [blame] | 8999 | .ndo_setup_tc = __i40e_setup_tc, |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 9000 | #ifdef I40E_FCOE |
| 9001 | .ndo_fcoe_enable = i40e_fcoe_enable, |
| 9002 | .ndo_fcoe_disable = i40e_fcoe_disable, |
| 9003 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9004 | .ndo_set_features = i40e_set_features, |
| 9005 | .ndo_set_vf_mac = i40e_ndo_set_vf_mac, |
| 9006 | .ndo_set_vf_vlan = i40e_ndo_set_vf_port_vlan, |
Sucheta Chakraborty | ed61668 | 2014-05-22 09:59:05 -0400 | [diff] [blame] | 9007 | .ndo_set_vf_rate = i40e_ndo_set_vf_bw, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9008 | .ndo_get_vf_config = i40e_ndo_get_vf_config, |
Mitch Williams | 588aefa | 2014-02-11 08:27:49 +0000 | [diff] [blame] | 9009 | .ndo_set_vf_link_state = i40e_ndo_set_vf_link_state, |
Serey Kong | e6d9004 | 2014-07-12 07:28:14 +0000 | [diff] [blame] | 9010 | .ndo_set_vf_spoofchk = i40e_ndo_set_vf_spoofchk, |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 9011 | #if IS_ENABLED(CONFIG_VXLAN) |
Jeff Kirsher | a1c9a9d | 2013-12-28 07:32:18 +0000 | [diff] [blame] | 9012 | .ndo_add_vxlan_port = i40e_add_vxlan_port, |
| 9013 | .ndo_del_vxlan_port = i40e_del_vxlan_port, |
| 9014 | #endif |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 9015 | #if IS_ENABLED(CONFIG_GENEVE) |
| 9016 | .ndo_add_geneve_port = i40e_add_geneve_port, |
| 9017 | .ndo_del_geneve_port = i40e_del_geneve_port, |
| 9018 | #endif |
Neerav Parikh | 1f224ad | 2014-02-12 01:45:31 +0000 | [diff] [blame] | 9019 | .ndo_get_phys_port_id = i40e_get_phys_port_id, |
Greg Rose | 4ba0dea | 2014-03-06 08:59:55 +0000 | [diff] [blame] | 9020 | .ndo_fdb_add = i40e_ndo_fdb_add, |
Joe Stringer | f44a75e | 2015-04-14 17:09:14 -0700 | [diff] [blame] | 9021 | .ndo_features_check = i40e_features_check, |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9022 | .ndo_bridge_getlink = i40e_ndo_bridge_getlink, |
| 9023 | .ndo_bridge_setlink = i40e_ndo_bridge_setlink, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9024 | }; |
| 9025 | |
| 9026 | /** |
| 9027 | * i40e_config_netdev - Setup the netdev flags |
| 9028 | * @vsi: the VSI being configured |
| 9029 | * |
| 9030 | * Returns 0 on success, negative value on failure |
| 9031 | **/ |
| 9032 | static int i40e_config_netdev(struct i40e_vsi *vsi) |
| 9033 | { |
Greg Rose | 1a10370 | 2013-11-28 06:42:39 +0000 | [diff] [blame] | 9034 | u8 brdcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9035 | struct i40e_pf *pf = vsi->back; |
| 9036 | struct i40e_hw *hw = &pf->hw; |
| 9037 | struct i40e_netdev_priv *np; |
| 9038 | struct net_device *netdev; |
| 9039 | u8 mac_addr[ETH_ALEN]; |
| 9040 | int etherdev_size; |
| 9041 | |
| 9042 | etherdev_size = sizeof(struct i40e_netdev_priv); |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 9043 | netdev = alloc_etherdev_mq(etherdev_size, vsi->alloc_queue_pairs); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9044 | if (!netdev) |
| 9045 | return -ENOMEM; |
| 9046 | |
| 9047 | vsi->netdev = netdev; |
| 9048 | np = netdev_priv(netdev); |
| 9049 | np->vsi = vsi; |
| 9050 | |
Alexander Duyck | bc5d252 | 2016-01-24 21:17:50 -0800 | [diff] [blame] | 9051 | netdev->hw_enc_features |= NETIF_F_IP_CSUM | |
| 9052 | NETIF_F_IPV6_CSUM | |
| 9053 | NETIF_F_TSO | |
| 9054 | NETIF_F_TSO6 | |
| 9055 | NETIF_F_TSO_ECN | |
| 9056 | NETIF_F_GSO_GRE | |
| 9057 | NETIF_F_GSO_UDP_TUNNEL | |
| 9058 | NETIF_F_GSO_UDP_TUNNEL_CSUM | |
Jesse Brandeburg | 5afdaaa | 2015-12-10 11:38:50 -0800 | [diff] [blame] | 9059 | 0; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9060 | |
| 9061 | netdev->features = NETIF_F_SG | |
| 9062 | NETIF_F_IP_CSUM | |
Tom Herbert | 53692b1 | 2015-12-14 11:19:41 -0800 | [diff] [blame] | 9063 | NETIF_F_SCTP_CRC | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9064 | NETIF_F_HIGHDMA | |
| 9065 | NETIF_F_GSO_UDP_TUNNEL | |
Jesse Brandeburg | fec31ff | 2015-10-01 18:25:42 -0700 | [diff] [blame] | 9066 | NETIF_F_GSO_GRE | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9067 | NETIF_F_HW_VLAN_CTAG_TX | |
| 9068 | NETIF_F_HW_VLAN_CTAG_RX | |
| 9069 | NETIF_F_HW_VLAN_CTAG_FILTER | |
| 9070 | NETIF_F_IPV6_CSUM | |
| 9071 | NETIF_F_TSO | |
Jesse Brandeburg | 059dab6 | 2014-04-01 09:07:20 +0000 | [diff] [blame] | 9072 | NETIF_F_TSO_ECN | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9073 | NETIF_F_TSO6 | |
| 9074 | NETIF_F_RXCSUM | |
| 9075 | NETIF_F_RXHASH | |
| 9076 | 0; |
| 9077 | |
Anjali Singhai Jain | 2e86a0b | 2014-04-01 07:11:53 +0000 | [diff] [blame] | 9078 | if (!(pf->flags & I40E_FLAG_MFP_ENABLED)) |
| 9079 | netdev->features |= NETIF_F_NTUPLE; |
Alexander Duyck | bc5d252 | 2016-01-24 21:17:50 -0800 | [diff] [blame] | 9080 | if (pf->flags & I40E_FLAG_OUTER_UDP_CSUM_CAPABLE) |
| 9081 | netdev->features |= NETIF_F_GSO_UDP_TUNNEL_CSUM; |
Anjali Singhai Jain | 2e86a0b | 2014-04-01 07:11:53 +0000 | [diff] [blame] | 9082 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9083 | /* copy netdev features into list of user selectable features */ |
| 9084 | netdev->hw_features |= netdev->features; |
| 9085 | |
| 9086 | if (vsi->type == I40E_VSI_MAIN) { |
| 9087 | SET_NETDEV_DEV(netdev, &pf->pdev->dev); |
Greg Rose | 9a17390 | 2014-05-22 06:32:02 +0000 | [diff] [blame] | 9088 | ether_addr_copy(mac_addr, hw->mac.perm_addr); |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 9089 | /* The following steps are necessary to prevent reception |
| 9090 | * of tagged packets - some older NVM configurations load a |
| 9091 | * default a MAC-VLAN filter that accepts any tagged packet |
| 9092 | * which must be replaced by a normal filter. |
Greg Rose | 8c27d42 | 2014-05-22 06:31:56 +0000 | [diff] [blame] | 9093 | */ |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9094 | if (!i40e_rm_default_mac_filter(vsi, mac_addr)) { |
| 9095 | spin_lock_bh(&vsi->mac_filter_list_lock); |
Shannon Nelson | 30650cc | 2014-07-29 04:01:50 +0000 | [diff] [blame] | 9096 | i40e_add_filter(vsi, mac_addr, |
| 9097 | I40E_VLAN_ANY, false, true); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9098 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
| 9099 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9100 | } else { |
| 9101 | /* relate the VSI_VMDQ name to the VSI_MAIN name */ |
| 9102 | snprintf(netdev->name, IFNAMSIZ, "%sv%%d", |
| 9103 | pf->vsi[pf->lan_vsi]->netdev->name); |
| 9104 | random_ether_addr(mac_addr); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9105 | |
| 9106 | spin_lock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9107 | i40e_add_filter(vsi, mac_addr, I40E_VLAN_ANY, false, false); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9108 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9109 | } |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9110 | |
| 9111 | spin_lock_bh(&vsi->mac_filter_list_lock); |
Greg Rose | 1a10370 | 2013-11-28 06:42:39 +0000 | [diff] [blame] | 9112 | i40e_add_filter(vsi, brdcast, I40E_VLAN_ANY, false, false); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9113 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9114 | |
Greg Rose | 9a17390 | 2014-05-22 06:32:02 +0000 | [diff] [blame] | 9115 | ether_addr_copy(netdev->dev_addr, mac_addr); |
| 9116 | ether_addr_copy(netdev->perm_addr, mac_addr); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9117 | /* vlan gets same features (except vlan offload) |
| 9118 | * after any tweaks for specific VSI types |
| 9119 | */ |
| 9120 | netdev->vlan_features = netdev->features & ~(NETIF_F_HW_VLAN_CTAG_TX | |
| 9121 | NETIF_F_HW_VLAN_CTAG_RX | |
| 9122 | NETIF_F_HW_VLAN_CTAG_FILTER); |
| 9123 | netdev->priv_flags |= IFF_UNICAST_FLT; |
| 9124 | netdev->priv_flags |= IFF_SUPP_NOFCS; |
| 9125 | /* Setup netdev TC information */ |
| 9126 | i40e_vsi_config_netdev_tc(vsi, vsi->tc_config.enabled_tc); |
| 9127 | |
| 9128 | netdev->netdev_ops = &i40e_netdev_ops; |
| 9129 | netdev->watchdog_timeo = 5 * HZ; |
| 9130 | i40e_set_ethtool_ops(netdev); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 9131 | #ifdef I40E_FCOE |
| 9132 | i40e_fcoe_config_netdev(netdev, vsi); |
| 9133 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9134 | |
| 9135 | return 0; |
| 9136 | } |
| 9137 | |
| 9138 | /** |
| 9139 | * i40e_vsi_delete - Delete a VSI from the switch |
| 9140 | * @vsi: the VSI being removed |
| 9141 | * |
| 9142 | * Returns 0 on success, negative value on failure |
| 9143 | **/ |
| 9144 | static void i40e_vsi_delete(struct i40e_vsi *vsi) |
| 9145 | { |
| 9146 | /* remove default VSI is not allowed */ |
| 9147 | if (vsi == vsi->back->vsi[vsi->back->lan_vsi]) |
| 9148 | return; |
| 9149 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9150 | i40e_aq_delete_element(&vsi->back->hw, vsi->seid, NULL); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9151 | } |
| 9152 | |
| 9153 | /** |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9154 | * i40e_is_vsi_uplink_mode_veb - Check if the VSI's uplink bridge mode is VEB |
| 9155 | * @vsi: the VSI being queried |
| 9156 | * |
| 9157 | * Returns 1 if HW bridge mode is VEB and return 0 in case of VEPA mode |
| 9158 | **/ |
| 9159 | int i40e_is_vsi_uplink_mode_veb(struct i40e_vsi *vsi) |
| 9160 | { |
| 9161 | struct i40e_veb *veb; |
| 9162 | struct i40e_pf *pf = vsi->back; |
| 9163 | |
| 9164 | /* Uplink is not a bridge so default to VEB */ |
| 9165 | if (vsi->veb_idx == I40E_NO_VEB) |
| 9166 | return 1; |
| 9167 | |
| 9168 | veb = pf->veb[vsi->veb_idx]; |
Akeem G Abodunrin | 09603ea | 2015-10-01 14:37:36 -0400 | [diff] [blame] | 9169 | if (!veb) { |
| 9170 | dev_info(&pf->pdev->dev, |
| 9171 | "There is no veb associated with the bridge\n"); |
| 9172 | return -ENOENT; |
| 9173 | } |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9174 | |
Akeem G Abodunrin | 09603ea | 2015-10-01 14:37:36 -0400 | [diff] [blame] | 9175 | /* Uplink is a bridge in VEPA mode */ |
| 9176 | if (veb->bridge_mode & BRIDGE_MODE_VEPA) { |
| 9177 | return 0; |
| 9178 | } else { |
| 9179 | /* Uplink is a bridge in VEB mode */ |
| 9180 | return 1; |
| 9181 | } |
| 9182 | |
| 9183 | /* VEPA is now default bridge, so return 0 */ |
| 9184 | return 0; |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9185 | } |
| 9186 | |
| 9187 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9188 | * i40e_add_vsi - Add a VSI to the switch |
| 9189 | * @vsi: the VSI being configured |
| 9190 | * |
| 9191 | * This initializes a VSI context depending on the VSI type to be added and |
| 9192 | * passes it down to the add_vsi aq command. |
| 9193 | **/ |
| 9194 | static int i40e_add_vsi(struct i40e_vsi *vsi) |
| 9195 | { |
| 9196 | int ret = -ENODEV; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9197 | u8 laa_macaddr[ETH_ALEN]; |
| 9198 | bool found_laa_mac_filter = false; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9199 | struct i40e_pf *pf = vsi->back; |
| 9200 | struct i40e_hw *hw = &pf->hw; |
| 9201 | struct i40e_vsi_context ctxt; |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9202 | struct i40e_mac_filter *f, *ftmp; |
| 9203 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9204 | u8 enabled_tc = 0x1; /* TC0 enabled */ |
| 9205 | int f_count = 0; |
| 9206 | |
| 9207 | memset(&ctxt, 0, sizeof(ctxt)); |
| 9208 | switch (vsi->type) { |
| 9209 | case I40E_VSI_MAIN: |
| 9210 | /* The PF's main VSI is already setup as part of the |
| 9211 | * device initialization, so we'll not bother with |
| 9212 | * the add_vsi call, but we will retrieve the current |
| 9213 | * VSI context. |
| 9214 | */ |
| 9215 | ctxt.seid = pf->main_vsi_seid; |
| 9216 | ctxt.pf_num = pf->hw.pf_id; |
| 9217 | ctxt.vf_num = 0; |
| 9218 | ret = i40e_aq_get_vsi_params(&pf->hw, &ctxt, NULL); |
| 9219 | ctxt.flags = I40E_AQ_VSI_TYPE_PF; |
| 9220 | if (ret) { |
| 9221 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 9222 | "couldn't get PF vsi config, 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 Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9226 | return -ENOENT; |
| 9227 | } |
Jesse Brandeburg | 1a2f624 | 2015-03-31 00:45:01 -0700 | [diff] [blame] | 9228 | vsi->info = ctxt.info; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9229 | vsi->info.valid_sections = 0; |
| 9230 | |
| 9231 | vsi->seid = ctxt.seid; |
| 9232 | vsi->id = ctxt.vsi_number; |
| 9233 | |
| 9234 | enabled_tc = i40e_pf_get_tc_map(pf); |
| 9235 | |
| 9236 | /* MFP mode setup queue map and update VSI */ |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 9237 | if ((pf->flags & I40E_FLAG_MFP_ENABLED) && |
| 9238 | !(pf->hw.func_caps.iscsi)) { /* NIC type PF */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9239 | memset(&ctxt, 0, sizeof(ctxt)); |
| 9240 | ctxt.seid = pf->main_vsi_seid; |
| 9241 | ctxt.pf_num = pf->hw.pf_id; |
| 9242 | ctxt.vf_num = 0; |
| 9243 | i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, false); |
| 9244 | ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); |
| 9245 | if (ret) { |
| 9246 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 9247 | "update vsi failed, err %s aq_err %s\n", |
| 9248 | i40e_stat_str(&pf->hw, ret), |
| 9249 | i40e_aq_str(&pf->hw, |
| 9250 | pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9251 | ret = -ENOENT; |
| 9252 | goto err; |
| 9253 | } |
| 9254 | /* update the local VSI info queue map */ |
| 9255 | i40e_vsi_update_queue_map(vsi, &ctxt); |
| 9256 | vsi->info.valid_sections = 0; |
| 9257 | } else { |
| 9258 | /* Default/Main VSI is only enabled for TC0 |
| 9259 | * reconfigure it to enable all TCs that are |
| 9260 | * available on the port in SFP mode. |
Neerav Parikh | 63d7e5a | 2014-12-14 01:55:16 +0000 | [diff] [blame] | 9261 | * For MFP case the iSCSI PF would use this |
| 9262 | * flow to enable LAN+iSCSI TC. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9263 | */ |
| 9264 | ret = i40e_vsi_config_tc(vsi, enabled_tc); |
| 9265 | if (ret) { |
| 9266 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 9267 | "failed to configure TCs for main VSI tc_map 0x%08x, err %s aq_err %s\n", |
| 9268 | enabled_tc, |
| 9269 | i40e_stat_str(&pf->hw, ret), |
| 9270 | i40e_aq_str(&pf->hw, |
| 9271 | pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9272 | ret = -ENOENT; |
| 9273 | } |
| 9274 | } |
| 9275 | break; |
| 9276 | |
| 9277 | case I40E_VSI_FDIR: |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 9278 | ctxt.pf_num = hw->pf_id; |
| 9279 | ctxt.vf_num = 0; |
| 9280 | ctxt.uplink_seid = vsi->uplink_seid; |
Neerav Parikh | 2b18e59 | 2015-01-24 09:58:38 +0000 | [diff] [blame] | 9281 | ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL; |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 9282 | ctxt.flags = I40E_AQ_VSI_TYPE_PF; |
Anjali Singhai Jain | fc60861 | 2015-05-08 15:35:57 -0700 | [diff] [blame] | 9283 | if ((pf->flags & I40E_FLAG_VEB_MODE_ENABLED) && |
| 9284 | (i40e_is_vsi_uplink_mode_veb(vsi))) { |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9285 | ctxt.info.valid_sections |= |
Anjali Singhai Jain | fc60861 | 2015-05-08 15:35:57 -0700 | [diff] [blame] | 9286 | cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID); |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9287 | ctxt.info.switch_id = |
Anjali Singhai Jain | fc60861 | 2015-05-08 15:35:57 -0700 | [diff] [blame] | 9288 | cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB); |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9289 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9290 | i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, true); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9291 | break; |
| 9292 | |
| 9293 | case I40E_VSI_VMDQ2: |
| 9294 | ctxt.pf_num = hw->pf_id; |
| 9295 | ctxt.vf_num = 0; |
| 9296 | ctxt.uplink_seid = vsi->uplink_seid; |
Neerav Parikh | 2b18e59 | 2015-01-24 09:58:38 +0000 | [diff] [blame] | 9297 | ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9298 | ctxt.flags = I40E_AQ_VSI_TYPE_VMDQ2; |
| 9299 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9300 | /* This VSI is connected to VEB so the switch_id |
| 9301 | * should be set to zero by default. |
| 9302 | */ |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9303 | if (i40e_is_vsi_uplink_mode_veb(vsi)) { |
| 9304 | ctxt.info.valid_sections |= |
| 9305 | cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID); |
| 9306 | ctxt.info.switch_id = |
| 9307 | cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB); |
| 9308 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9309 | |
| 9310 | /* Setup the VSI tx/rx queue map for TC0 only for now */ |
| 9311 | i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, true); |
| 9312 | break; |
| 9313 | |
| 9314 | case I40E_VSI_SRIOV: |
| 9315 | ctxt.pf_num = hw->pf_id; |
| 9316 | ctxt.vf_num = vsi->vf_id + hw->func_caps.vf_base_id; |
| 9317 | ctxt.uplink_seid = vsi->uplink_seid; |
Neerav Parikh | 2b18e59 | 2015-01-24 09:58:38 +0000 | [diff] [blame] | 9318 | ctxt.connection_type = I40E_AQ_VSI_CONN_TYPE_NORMAL; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9319 | ctxt.flags = I40E_AQ_VSI_TYPE_VF; |
| 9320 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9321 | /* This VSI is connected to VEB so the switch_id |
| 9322 | * should be set to zero by default. |
| 9323 | */ |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9324 | if (i40e_is_vsi_uplink_mode_veb(vsi)) { |
| 9325 | ctxt.info.valid_sections |= |
| 9326 | cpu_to_le16(I40E_AQ_VSI_PROP_SWITCH_VALID); |
| 9327 | ctxt.info.switch_id = |
| 9328 | cpu_to_le16(I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB); |
| 9329 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9330 | |
| 9331 | ctxt.info.valid_sections |= cpu_to_le16(I40E_AQ_VSI_PROP_VLAN_VALID); |
| 9332 | ctxt.info.port_vlan_flags |= I40E_AQ_VSI_PVLAN_MODE_ALL; |
Mitch Williams | c674d12 | 2014-05-20 08:01:40 +0000 | [diff] [blame] | 9333 | if (pf->vf[vsi->vf_id].spoofchk) { |
| 9334 | ctxt.info.valid_sections |= |
| 9335 | cpu_to_le16(I40E_AQ_VSI_PROP_SECURITY_VALID); |
| 9336 | ctxt.info.sec_flags |= |
| 9337 | (I40E_AQ_VSI_SEC_FLAG_ENABLE_VLAN_CHK | |
| 9338 | I40E_AQ_VSI_SEC_FLAG_ENABLE_MAC_CHK); |
| 9339 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9340 | /* Setup the VSI tx/rx queue map for TC0 only for now */ |
| 9341 | i40e_vsi_setup_queue_map(vsi, &ctxt, enabled_tc, true); |
| 9342 | break; |
| 9343 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 9344 | #ifdef I40E_FCOE |
| 9345 | case I40E_VSI_FCOE: |
| 9346 | ret = i40e_fcoe_vsi_init(vsi, &ctxt); |
| 9347 | if (ret) { |
| 9348 | dev_info(&pf->pdev->dev, "failed to initialize FCoE VSI\n"); |
| 9349 | return ret; |
| 9350 | } |
| 9351 | break; |
| 9352 | |
| 9353 | #endif /* I40E_FCOE */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9354 | default: |
| 9355 | return -ENODEV; |
| 9356 | } |
| 9357 | |
| 9358 | if (vsi->type != I40E_VSI_MAIN) { |
| 9359 | ret = i40e_aq_add_vsi(hw, &ctxt, NULL); |
| 9360 | if (ret) { |
| 9361 | dev_info(&vsi->back->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 9362 | "add vsi failed, err %s aq_err %s\n", |
| 9363 | i40e_stat_str(&pf->hw, ret), |
| 9364 | i40e_aq_str(&pf->hw, |
| 9365 | pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9366 | ret = -ENOENT; |
| 9367 | goto err; |
| 9368 | } |
Jesse Brandeburg | 1a2f624 | 2015-03-31 00:45:01 -0700 | [diff] [blame] | 9369 | vsi->info = ctxt.info; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9370 | vsi->info.valid_sections = 0; |
| 9371 | vsi->seid = ctxt.seid; |
| 9372 | vsi->id = ctxt.vsi_number; |
| 9373 | } |
| 9374 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9375 | spin_lock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9376 | /* If macvlan filters already exist, force them to get loaded */ |
| 9377 | list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) { |
| 9378 | f->changed = true; |
| 9379 | f_count++; |
Shannon Nelson | 6252c7e | 2014-06-04 01:23:23 +0000 | [diff] [blame] | 9380 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9381 | /* Expected to have only one MAC filter entry for LAA in list */ |
Shannon Nelson | 6252c7e | 2014-06-04 01:23:23 +0000 | [diff] [blame] | 9382 | if (f->is_laa && vsi->type == I40E_VSI_MAIN) { |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9383 | ether_addr_copy(laa_macaddr, f->macaddr); |
| 9384 | found_laa_mac_filter = true; |
Shannon Nelson | 6252c7e | 2014-06-04 01:23:23 +0000 | [diff] [blame] | 9385 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9386 | } |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9387 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
| 9388 | |
| 9389 | if (found_laa_mac_filter) { |
| 9390 | struct i40e_aqc_remove_macvlan_element_data element; |
| 9391 | |
| 9392 | memset(&element, 0, sizeof(element)); |
| 9393 | ether_addr_copy(element.mac_addr, laa_macaddr); |
| 9394 | element.flags = I40E_AQC_MACVLAN_DEL_PERFECT_MATCH; |
| 9395 | ret = i40e_aq_remove_macvlan(hw, vsi->seid, |
| 9396 | &element, 1, NULL); |
| 9397 | if (ret) { |
| 9398 | /* some older FW has a different default */ |
| 9399 | element.flags |= |
| 9400 | I40E_AQC_MACVLAN_DEL_IGNORE_VLAN; |
| 9401 | i40e_aq_remove_macvlan(hw, vsi->seid, |
| 9402 | &element, 1, NULL); |
| 9403 | } |
| 9404 | |
| 9405 | i40e_aq_mac_address_write(hw, |
| 9406 | I40E_AQC_WRITE_TYPE_LAA_WOL, |
| 9407 | laa_macaddr, NULL); |
| 9408 | } |
| 9409 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9410 | if (f_count) { |
| 9411 | vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED; |
| 9412 | pf->flags |= I40E_FLAG_FILTER_SYNC; |
| 9413 | } |
| 9414 | |
| 9415 | /* Update VSI BW information */ |
| 9416 | ret = i40e_vsi_get_bw_info(vsi); |
| 9417 | if (ret) { |
| 9418 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 9419 | "couldn't get vsi bw info, err %s aq_err %s\n", |
| 9420 | i40e_stat_str(&pf->hw, ret), |
| 9421 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9422 | /* VSI is already added so not tearing that up */ |
| 9423 | ret = 0; |
| 9424 | } |
| 9425 | |
| 9426 | err: |
| 9427 | return ret; |
| 9428 | } |
| 9429 | |
| 9430 | /** |
| 9431 | * i40e_vsi_release - Delete a VSI and free its resources |
| 9432 | * @vsi: the VSI being removed |
| 9433 | * |
| 9434 | * Returns 0 on success or < 0 on error |
| 9435 | **/ |
| 9436 | int i40e_vsi_release(struct i40e_vsi *vsi) |
| 9437 | { |
| 9438 | struct i40e_mac_filter *f, *ftmp; |
| 9439 | struct i40e_veb *veb = NULL; |
| 9440 | struct i40e_pf *pf; |
| 9441 | u16 uplink_seid; |
| 9442 | int i, n; |
| 9443 | |
| 9444 | pf = vsi->back; |
| 9445 | |
| 9446 | /* release of a VEB-owner or last VSI is not allowed */ |
| 9447 | if (vsi->flags & I40E_VSI_FLAG_VEB_OWNER) { |
| 9448 | dev_info(&pf->pdev->dev, "VSI %d has existing VEB %d\n", |
| 9449 | vsi->seid, vsi->uplink_seid); |
| 9450 | return -ENODEV; |
| 9451 | } |
| 9452 | if (vsi == pf->vsi[pf->lan_vsi] && |
| 9453 | !test_bit(__I40E_DOWN, &pf->state)) { |
| 9454 | dev_info(&pf->pdev->dev, "Can't remove PF VSI\n"); |
| 9455 | return -ENODEV; |
| 9456 | } |
| 9457 | |
| 9458 | uplink_seid = vsi->uplink_seid; |
| 9459 | if (vsi->type != I40E_VSI_SRIOV) { |
| 9460 | if (vsi->netdev_registered) { |
| 9461 | vsi->netdev_registered = false; |
| 9462 | if (vsi->netdev) { |
| 9463 | /* results in a call to i40e_close() */ |
| 9464 | unregister_netdev(vsi->netdev); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9465 | } |
| 9466 | } else { |
Shannon Nelson | 90ef8d4 | 2014-03-14 07:32:26 +0000 | [diff] [blame] | 9467 | i40e_vsi_close(vsi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9468 | } |
| 9469 | i40e_vsi_disable_irq(vsi); |
| 9470 | } |
| 9471 | |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9472 | spin_lock_bh(&vsi->mac_filter_list_lock); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9473 | list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) |
| 9474 | i40e_del_filter(vsi, f->macaddr, f->vlan, |
| 9475 | f->is_vf, f->is_netdev); |
Kiran Patil | 2165903 | 2015-09-30 14:09:03 -0400 | [diff] [blame] | 9476 | spin_unlock_bh(&vsi->mac_filter_list_lock); |
| 9477 | |
Jesse Brandeburg | 17652c6 | 2015-11-05 17:01:02 -0800 | [diff] [blame] | 9478 | i40e_sync_vsi_filters(vsi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9479 | |
| 9480 | i40e_vsi_delete(vsi); |
| 9481 | i40e_vsi_free_q_vectors(vsi); |
Shannon Nelson | a486659 | 2014-02-11 08:24:07 +0000 | [diff] [blame] | 9482 | if (vsi->netdev) { |
| 9483 | free_netdev(vsi->netdev); |
| 9484 | vsi->netdev = NULL; |
| 9485 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9486 | i40e_vsi_clear_rings(vsi); |
| 9487 | i40e_vsi_clear(vsi); |
| 9488 | |
| 9489 | /* If this was the last thing on the VEB, except for the |
| 9490 | * controlling VSI, remove the VEB, which puts the controlling |
| 9491 | * VSI onto the next level down in the switch. |
| 9492 | * |
| 9493 | * Well, okay, there's one more exception here: don't remove |
| 9494 | * the orphan VEBs yet. We'll wait for an explicit remove request |
| 9495 | * from up the network stack. |
| 9496 | */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 9497 | for (n = 0, i = 0; i < pf->num_alloc_vsi; i++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9498 | if (pf->vsi[i] && |
| 9499 | pf->vsi[i]->uplink_seid == uplink_seid && |
| 9500 | (pf->vsi[i]->flags & I40E_VSI_FLAG_VEB_OWNER) == 0) { |
| 9501 | n++; /* count the VSIs */ |
| 9502 | } |
| 9503 | } |
| 9504 | for (i = 0; i < I40E_MAX_VEB; i++) { |
| 9505 | if (!pf->veb[i]) |
| 9506 | continue; |
| 9507 | if (pf->veb[i]->uplink_seid == uplink_seid) |
| 9508 | n++; /* count the VEBs */ |
| 9509 | if (pf->veb[i]->seid == uplink_seid) |
| 9510 | veb = pf->veb[i]; |
| 9511 | } |
| 9512 | if (n == 0 && veb && veb->uplink_seid != 0) |
| 9513 | i40e_veb_release(veb); |
| 9514 | |
| 9515 | return 0; |
| 9516 | } |
| 9517 | |
| 9518 | /** |
| 9519 | * i40e_vsi_setup_vectors - Set up the q_vectors for the given VSI |
| 9520 | * @vsi: ptr to the VSI |
| 9521 | * |
| 9522 | * This should only be called after i40e_vsi_mem_alloc() which allocates the |
| 9523 | * corresponding SW VSI structure and initializes num_queue_pairs for the |
| 9524 | * newly allocated VSI. |
| 9525 | * |
| 9526 | * Returns 0 on success or negative on failure |
| 9527 | **/ |
| 9528 | static int i40e_vsi_setup_vectors(struct i40e_vsi *vsi) |
| 9529 | { |
| 9530 | int ret = -ENOENT; |
| 9531 | struct i40e_pf *pf = vsi->back; |
| 9532 | |
Alexander Duyck | 493fb30 | 2013-09-28 07:01:44 +0000 | [diff] [blame] | 9533 | if (vsi->q_vectors[0]) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9534 | dev_info(&pf->pdev->dev, "VSI %d has existing q_vectors\n", |
| 9535 | vsi->seid); |
| 9536 | return -EEXIST; |
| 9537 | } |
| 9538 | |
| 9539 | if (vsi->base_vector) { |
Jesse Brandeburg | f29eaa3 | 2014-02-11 08:24:12 +0000 | [diff] [blame] | 9540 | dev_info(&pf->pdev->dev, "VSI %d has non-zero base vector %d\n", |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9541 | vsi->seid, vsi->base_vector); |
| 9542 | return -EEXIST; |
| 9543 | } |
| 9544 | |
Greg Rose | 90e0407 | 2014-03-06 08:59:57 +0000 | [diff] [blame] | 9545 | ret = i40e_vsi_alloc_q_vectors(vsi); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9546 | if (ret) { |
| 9547 | dev_info(&pf->pdev->dev, |
| 9548 | "failed to allocate %d q_vector for VSI %d, ret=%d\n", |
| 9549 | vsi->num_q_vectors, vsi->seid, ret); |
| 9550 | vsi->num_q_vectors = 0; |
| 9551 | goto vector_setup_out; |
| 9552 | } |
| 9553 | |
Anjali Singhai Jain | 26cdc44 | 2015-07-10 19:36:00 -0400 | [diff] [blame] | 9554 | /* In Legacy mode, we do not have to get any other vector since we |
| 9555 | * piggyback on the misc/ICR0 for queue interrupts. |
| 9556 | */ |
| 9557 | if (!(pf->flags & I40E_FLAG_MSIX_ENABLED)) |
| 9558 | return ret; |
Shannon Nelson | 958a3e3 | 2013-09-28 07:13:28 +0000 | [diff] [blame] | 9559 | if (vsi->num_q_vectors) |
| 9560 | vsi->base_vector = i40e_get_lump(pf, pf->irq_pile, |
| 9561 | vsi->num_q_vectors, vsi->idx); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9562 | if (vsi->base_vector < 0) { |
| 9563 | dev_info(&pf->pdev->dev, |
Shannon Nelson | 049a2be | 2014-10-17 03:14:50 +0000 | [diff] [blame] | 9564 | "failed to get tracking for %d vectors for VSI %d, err=%d\n", |
| 9565 | vsi->num_q_vectors, vsi->seid, vsi->base_vector); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9566 | i40e_vsi_free_q_vectors(vsi); |
| 9567 | ret = -ENOENT; |
| 9568 | goto vector_setup_out; |
| 9569 | } |
| 9570 | |
| 9571 | vector_setup_out: |
| 9572 | return ret; |
| 9573 | } |
| 9574 | |
| 9575 | /** |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 9576 | * i40e_vsi_reinit_setup - return and reallocate resources for a VSI |
| 9577 | * @vsi: pointer to the vsi. |
| 9578 | * |
| 9579 | * This re-allocates a vsi's queue resources. |
| 9580 | * |
| 9581 | * Returns pointer to the successfully allocated and configured VSI sw struct |
| 9582 | * on success, otherwise returns NULL on failure. |
| 9583 | **/ |
| 9584 | static struct i40e_vsi *i40e_vsi_reinit_setup(struct i40e_vsi *vsi) |
| 9585 | { |
John Underwood | f534039 | 2016-02-18 09:19:24 -0800 | [diff] [blame] | 9586 | struct i40e_pf *pf; |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 9587 | u8 enabled_tc; |
| 9588 | int ret; |
| 9589 | |
John Underwood | f534039 | 2016-02-18 09:19:24 -0800 | [diff] [blame] | 9590 | if (!vsi) |
| 9591 | return NULL; |
| 9592 | |
| 9593 | pf = vsi->back; |
| 9594 | |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 9595 | i40e_put_lump(pf->qp_pile, vsi->base_queue, vsi->idx); |
| 9596 | i40e_vsi_clear_rings(vsi); |
| 9597 | |
| 9598 | i40e_vsi_free_arrays(vsi, false); |
| 9599 | i40e_set_num_rings_in_vsi(vsi); |
| 9600 | ret = i40e_vsi_alloc_arrays(vsi, false); |
| 9601 | if (ret) |
| 9602 | goto err_vsi; |
| 9603 | |
| 9604 | ret = i40e_get_lump(pf, pf->qp_pile, vsi->alloc_queue_pairs, vsi->idx); |
| 9605 | if (ret < 0) { |
Shannon Nelson | 049a2be | 2014-10-17 03:14:50 +0000 | [diff] [blame] | 9606 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 9607 | "failed to get tracking for %d queues for VSI %d err %d\n", |
Shannon Nelson | 049a2be | 2014-10-17 03:14:50 +0000 | [diff] [blame] | 9608 | vsi->alloc_queue_pairs, vsi->seid, ret); |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 9609 | goto err_vsi; |
| 9610 | } |
| 9611 | vsi->base_queue = ret; |
| 9612 | |
| 9613 | /* Update the FW view of the VSI. Force a reset of TC and queue |
| 9614 | * layout configurations. |
| 9615 | */ |
| 9616 | enabled_tc = pf->vsi[pf->lan_vsi]->tc_config.enabled_tc; |
| 9617 | pf->vsi[pf->lan_vsi]->tc_config.enabled_tc = 0; |
| 9618 | pf->vsi[pf->lan_vsi]->seid = pf->main_vsi_seid; |
| 9619 | i40e_vsi_config_tc(pf->vsi[pf->lan_vsi], enabled_tc); |
| 9620 | |
| 9621 | /* assign it some queues */ |
| 9622 | ret = i40e_alloc_rings(vsi); |
| 9623 | if (ret) |
| 9624 | goto err_rings; |
| 9625 | |
| 9626 | /* map all of the rings to the q_vectors */ |
| 9627 | i40e_vsi_map_rings_to_vectors(vsi); |
| 9628 | return vsi; |
| 9629 | |
| 9630 | err_rings: |
| 9631 | i40e_vsi_free_q_vectors(vsi); |
| 9632 | if (vsi->netdev_registered) { |
| 9633 | vsi->netdev_registered = false; |
| 9634 | unregister_netdev(vsi->netdev); |
| 9635 | free_netdev(vsi->netdev); |
| 9636 | vsi->netdev = NULL; |
| 9637 | } |
| 9638 | i40e_aq_delete_element(&pf->hw, vsi->seid, NULL); |
| 9639 | err_vsi: |
| 9640 | i40e_vsi_clear(vsi); |
| 9641 | return NULL; |
| 9642 | } |
| 9643 | |
| 9644 | /** |
Sowmini Varadhan | b499ffb | 2015-12-07 15:06:34 -0500 | [diff] [blame] | 9645 | * i40e_macaddr_init - explicitly write the mac address filters. |
| 9646 | * |
| 9647 | * @vsi: pointer to the vsi. |
| 9648 | * @macaddr: the MAC address |
| 9649 | * |
| 9650 | * This is needed when the macaddr has been obtained by other |
| 9651 | * means than the default, e.g., from Open Firmware or IDPROM. |
| 9652 | * Returns 0 on success, negative on failure |
| 9653 | **/ |
| 9654 | static int i40e_macaddr_init(struct i40e_vsi *vsi, u8 *macaddr) |
| 9655 | { |
| 9656 | int ret; |
| 9657 | struct i40e_aqc_add_macvlan_element_data element; |
| 9658 | |
| 9659 | ret = i40e_aq_mac_address_write(&vsi->back->hw, |
| 9660 | I40E_AQC_WRITE_TYPE_LAA_WOL, |
| 9661 | macaddr, NULL); |
| 9662 | if (ret) { |
| 9663 | dev_info(&vsi->back->pdev->dev, |
| 9664 | "Addr change for VSI failed: %d\n", ret); |
| 9665 | return -EADDRNOTAVAIL; |
| 9666 | } |
| 9667 | |
| 9668 | memset(&element, 0, sizeof(element)); |
| 9669 | ether_addr_copy(element.mac_addr, macaddr); |
| 9670 | element.flags = cpu_to_le16(I40E_AQC_MACVLAN_ADD_PERFECT_MATCH); |
| 9671 | ret = i40e_aq_add_macvlan(&vsi->back->hw, vsi->seid, &element, 1, NULL); |
| 9672 | if (ret) { |
| 9673 | dev_info(&vsi->back->pdev->dev, |
| 9674 | "add filter failed err %s aq_err %s\n", |
| 9675 | i40e_stat_str(&vsi->back->hw, ret), |
| 9676 | i40e_aq_str(&vsi->back->hw, |
| 9677 | vsi->back->hw.aq.asq_last_status)); |
| 9678 | } |
| 9679 | return ret; |
| 9680 | } |
| 9681 | |
| 9682 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9683 | * i40e_vsi_setup - Set up a VSI by a given type |
| 9684 | * @pf: board private structure |
| 9685 | * @type: VSI type |
| 9686 | * @uplink_seid: the switch element to link to |
| 9687 | * @param1: usage depends upon VSI type. For VF types, indicates VF id |
| 9688 | * |
| 9689 | * This allocates the sw VSI structure and its queue resources, then add a VSI |
| 9690 | * to the identified VEB. |
| 9691 | * |
| 9692 | * Returns pointer to the successfully allocated and configure VSI sw struct on |
| 9693 | * success, otherwise returns NULL on failure. |
| 9694 | **/ |
| 9695 | struct i40e_vsi *i40e_vsi_setup(struct i40e_pf *pf, u8 type, |
| 9696 | u16 uplink_seid, u32 param1) |
| 9697 | { |
| 9698 | struct i40e_vsi *vsi = NULL; |
| 9699 | struct i40e_veb *veb = NULL; |
| 9700 | int ret, i; |
| 9701 | int v_idx; |
| 9702 | |
| 9703 | /* The requested uplink_seid must be either |
| 9704 | * - the PF's port seid |
| 9705 | * no VEB is needed because this is the PF |
| 9706 | * or this is a Flow Director special case VSI |
| 9707 | * - seid of an existing VEB |
| 9708 | * - seid of a VSI that owns an existing VEB |
| 9709 | * - seid of a VSI that doesn't own a VEB |
| 9710 | * a new VEB is created and the VSI becomes the owner |
| 9711 | * - seid of the PF VSI, which is what creates the first VEB |
| 9712 | * this is a special case of the previous |
| 9713 | * |
| 9714 | * Find which uplink_seid we were given and create a new VEB if needed |
| 9715 | */ |
| 9716 | for (i = 0; i < I40E_MAX_VEB; i++) { |
| 9717 | if (pf->veb[i] && pf->veb[i]->seid == uplink_seid) { |
| 9718 | veb = pf->veb[i]; |
| 9719 | break; |
| 9720 | } |
| 9721 | } |
| 9722 | |
| 9723 | if (!veb && uplink_seid != pf->mac_seid) { |
| 9724 | |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 9725 | for (i = 0; i < pf->num_alloc_vsi; i++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9726 | if (pf->vsi[i] && pf->vsi[i]->seid == uplink_seid) { |
| 9727 | vsi = pf->vsi[i]; |
| 9728 | break; |
| 9729 | } |
| 9730 | } |
| 9731 | if (!vsi) { |
| 9732 | dev_info(&pf->pdev->dev, "no such uplink_seid %d\n", |
| 9733 | uplink_seid); |
| 9734 | return NULL; |
| 9735 | } |
| 9736 | |
| 9737 | if (vsi->uplink_seid == pf->mac_seid) |
| 9738 | veb = i40e_veb_setup(pf, 0, pf->mac_seid, vsi->seid, |
| 9739 | vsi->tc_config.enabled_tc); |
| 9740 | else if ((vsi->flags & I40E_VSI_FLAG_VEB_OWNER) == 0) |
| 9741 | veb = i40e_veb_setup(pf, 0, vsi->uplink_seid, vsi->seid, |
| 9742 | vsi->tc_config.enabled_tc); |
Anjali Singhai Jain | 79c21a8 | 2014-11-13 03:06:14 +0000 | [diff] [blame] | 9743 | if (veb) { |
| 9744 | if (vsi->seid != pf->vsi[pf->lan_vsi]->seid) { |
| 9745 | dev_info(&vsi->back->pdev->dev, |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 9746 | "New VSI creation error, uplink seid of LAN VSI expected.\n"); |
Anjali Singhai Jain | 79c21a8 | 2014-11-13 03:06:14 +0000 | [diff] [blame] | 9747 | return NULL; |
| 9748 | } |
Anjali Singhai Jain | fa11cb3 | 2015-05-27 12:06:14 -0400 | [diff] [blame] | 9749 | /* We come up by default in VEPA mode if SRIOV is not |
| 9750 | * already enabled, in which case we can't force VEPA |
| 9751 | * mode. |
| 9752 | */ |
| 9753 | if (!(pf->flags & I40E_FLAG_VEB_MODE_ENABLED)) { |
| 9754 | veb->bridge_mode = BRIDGE_MODE_VEPA; |
| 9755 | pf->flags &= ~I40E_FLAG_VEB_MODE_ENABLED; |
| 9756 | } |
Neerav Parikh | 5161601 | 2015-02-06 08:52:14 +0000 | [diff] [blame] | 9757 | i40e_config_bridge_mode(veb); |
Anjali Singhai Jain | 79c21a8 | 2014-11-13 03:06:14 +0000 | [diff] [blame] | 9758 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9759 | for (i = 0; i < I40E_MAX_VEB && !veb; i++) { |
| 9760 | if (pf->veb[i] && pf->veb[i]->seid == vsi->uplink_seid) |
| 9761 | veb = pf->veb[i]; |
| 9762 | } |
| 9763 | if (!veb) { |
| 9764 | dev_info(&pf->pdev->dev, "couldn't add VEB\n"); |
| 9765 | return NULL; |
| 9766 | } |
| 9767 | |
| 9768 | vsi->flags |= I40E_VSI_FLAG_VEB_OWNER; |
| 9769 | uplink_seid = veb->seid; |
| 9770 | } |
| 9771 | |
| 9772 | /* get vsi sw struct */ |
| 9773 | v_idx = i40e_vsi_mem_alloc(pf, type); |
| 9774 | if (v_idx < 0) |
| 9775 | goto err_alloc; |
| 9776 | vsi = pf->vsi[v_idx]; |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 9777 | if (!vsi) |
| 9778 | goto err_alloc; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9779 | vsi->type = type; |
| 9780 | vsi->veb_idx = (veb ? veb->idx : I40E_NO_VEB); |
| 9781 | |
| 9782 | if (type == I40E_VSI_MAIN) |
| 9783 | pf->lan_vsi = v_idx; |
| 9784 | else if (type == I40E_VSI_SRIOV) |
| 9785 | vsi->vf_id = param1; |
| 9786 | /* assign it some queues */ |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 9787 | ret = i40e_get_lump(pf, pf->qp_pile, vsi->alloc_queue_pairs, |
| 9788 | vsi->idx); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9789 | if (ret < 0) { |
Shannon Nelson | 049a2be | 2014-10-17 03:14:50 +0000 | [diff] [blame] | 9790 | dev_info(&pf->pdev->dev, |
| 9791 | "failed to get tracking for %d queues for VSI %d err=%d\n", |
| 9792 | vsi->alloc_queue_pairs, vsi->seid, ret); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9793 | goto err_vsi; |
| 9794 | } |
| 9795 | vsi->base_queue = ret; |
| 9796 | |
| 9797 | /* get a VSI from the hardware */ |
| 9798 | vsi->uplink_seid = uplink_seid; |
| 9799 | ret = i40e_add_vsi(vsi); |
| 9800 | if (ret) |
| 9801 | goto err_vsi; |
| 9802 | |
| 9803 | switch (vsi->type) { |
| 9804 | /* setup the netdev if needed */ |
| 9805 | case I40E_VSI_MAIN: |
Sowmini Varadhan | b499ffb | 2015-12-07 15:06:34 -0500 | [diff] [blame] | 9806 | /* Apply relevant filters if a platform-specific mac |
| 9807 | * address was selected. |
| 9808 | */ |
| 9809 | if (!!(pf->flags & I40E_FLAG_PF_MAC)) { |
| 9810 | ret = i40e_macaddr_init(vsi, pf->hw.mac.addr); |
| 9811 | if (ret) { |
| 9812 | dev_warn(&pf->pdev->dev, |
| 9813 | "could not set up macaddr; err %d\n", |
| 9814 | ret); |
| 9815 | } |
| 9816 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9817 | case I40E_VSI_VMDQ2: |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 9818 | case I40E_VSI_FCOE: |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9819 | ret = i40e_config_netdev(vsi); |
| 9820 | if (ret) |
| 9821 | goto err_netdev; |
| 9822 | ret = register_netdev(vsi->netdev); |
| 9823 | if (ret) |
| 9824 | goto err_netdev; |
| 9825 | vsi->netdev_registered = true; |
| 9826 | netif_carrier_off(vsi->netdev); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 9827 | #ifdef CONFIG_I40E_DCB |
| 9828 | /* Setup DCB netlink interface */ |
| 9829 | i40e_dcbnl_setup(vsi); |
| 9830 | #endif /* CONFIG_I40E_DCB */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9831 | /* fall through */ |
| 9832 | |
| 9833 | case I40E_VSI_FDIR: |
| 9834 | /* set up vectors and rings if needed */ |
| 9835 | ret = i40e_vsi_setup_vectors(vsi); |
| 9836 | if (ret) |
| 9837 | goto err_msix; |
| 9838 | |
| 9839 | ret = i40e_alloc_rings(vsi); |
| 9840 | if (ret) |
| 9841 | goto err_rings; |
| 9842 | |
| 9843 | /* map all of the rings to the q_vectors */ |
| 9844 | i40e_vsi_map_rings_to_vectors(vsi); |
| 9845 | |
| 9846 | i40e_vsi_reset_stats(vsi); |
| 9847 | break; |
| 9848 | |
| 9849 | default: |
| 9850 | /* no netdev or rings for the other VSI types */ |
| 9851 | break; |
| 9852 | } |
| 9853 | |
Anjali Singhai Jain | e25d00b | 2015-06-23 19:00:04 -0400 | [diff] [blame] | 9854 | if ((pf->flags & I40E_FLAG_RSS_AQ_CAPABLE) && |
| 9855 | (vsi->type == I40E_VSI_VMDQ2)) { |
| 9856 | ret = i40e_vsi_config_rss(vsi); |
| 9857 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9858 | return vsi; |
| 9859 | |
| 9860 | err_rings: |
| 9861 | i40e_vsi_free_q_vectors(vsi); |
| 9862 | err_msix: |
| 9863 | if (vsi->netdev_registered) { |
| 9864 | vsi->netdev_registered = false; |
| 9865 | unregister_netdev(vsi->netdev); |
| 9866 | free_netdev(vsi->netdev); |
| 9867 | vsi->netdev = NULL; |
| 9868 | } |
| 9869 | err_netdev: |
| 9870 | i40e_aq_delete_element(&pf->hw, vsi->seid, NULL); |
| 9871 | err_vsi: |
| 9872 | i40e_vsi_clear(vsi); |
| 9873 | err_alloc: |
| 9874 | return NULL; |
| 9875 | } |
| 9876 | |
| 9877 | /** |
| 9878 | * i40e_veb_get_bw_info - Query VEB BW information |
| 9879 | * @veb: the veb to query |
| 9880 | * |
| 9881 | * Query the Tx scheduler BW configuration data for given VEB |
| 9882 | **/ |
| 9883 | static int i40e_veb_get_bw_info(struct i40e_veb *veb) |
| 9884 | { |
| 9885 | struct i40e_aqc_query_switching_comp_ets_config_resp ets_data; |
| 9886 | struct i40e_aqc_query_switching_comp_bw_config_resp bw_data; |
| 9887 | struct i40e_pf *pf = veb->pf; |
| 9888 | struct i40e_hw *hw = &pf->hw; |
| 9889 | u32 tc_bw_max; |
| 9890 | int ret = 0; |
| 9891 | int i; |
| 9892 | |
| 9893 | ret = i40e_aq_query_switch_comp_bw_config(hw, veb->seid, |
| 9894 | &bw_data, NULL); |
| 9895 | if (ret) { |
| 9896 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 9897 | "query veb bw config failed, err %s aq_err %s\n", |
| 9898 | i40e_stat_str(&pf->hw, ret), |
| 9899 | i40e_aq_str(&pf->hw, hw->aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9900 | goto out; |
| 9901 | } |
| 9902 | |
| 9903 | ret = i40e_aq_query_switch_comp_ets_config(hw, veb->seid, |
| 9904 | &ets_data, NULL); |
| 9905 | if (ret) { |
| 9906 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 9907 | "query veb bw ets config failed, err %s aq_err %s\n", |
| 9908 | i40e_stat_str(&pf->hw, ret), |
| 9909 | i40e_aq_str(&pf->hw, hw->aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9910 | goto out; |
| 9911 | } |
| 9912 | |
| 9913 | veb->bw_limit = le16_to_cpu(ets_data.port_bw_limit); |
| 9914 | veb->bw_max_quanta = ets_data.tc_bw_max; |
| 9915 | veb->is_abs_credits = bw_data.absolute_credits_enable; |
Neerav Parikh | 23cd1f0 | 2014-11-12 00:18:41 +0000 | [diff] [blame] | 9916 | veb->enabled_tc = ets_data.tc_valid_bits; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 9917 | tc_bw_max = le16_to_cpu(bw_data.tc_bw_max[0]) | |
| 9918 | (le16_to_cpu(bw_data.tc_bw_max[1]) << 16); |
| 9919 | for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { |
| 9920 | veb->bw_tc_share_credits[i] = bw_data.tc_bw_share_credits[i]; |
| 9921 | veb->bw_tc_limit_credits[i] = |
| 9922 | le16_to_cpu(bw_data.tc_bw_limits[i]); |
| 9923 | veb->bw_tc_max_quanta[i] = ((tc_bw_max >> (i*4)) & 0x7); |
| 9924 | } |
| 9925 | |
| 9926 | out: |
| 9927 | return ret; |
| 9928 | } |
| 9929 | |
| 9930 | /** |
| 9931 | * i40e_veb_mem_alloc - Allocates the next available struct veb in the PF |
| 9932 | * @pf: board private structure |
| 9933 | * |
| 9934 | * On error: returns error code (negative) |
| 9935 | * On success: returns vsi index in PF (positive) |
| 9936 | **/ |
| 9937 | static int i40e_veb_mem_alloc(struct i40e_pf *pf) |
| 9938 | { |
| 9939 | int ret = -ENOENT; |
| 9940 | struct i40e_veb *veb; |
| 9941 | int i; |
| 9942 | |
| 9943 | /* Need to protect the allocation of switch elements at the PF level */ |
| 9944 | mutex_lock(&pf->switch_mutex); |
| 9945 | |
| 9946 | /* VEB list may be fragmented if VEB creation/destruction has |
| 9947 | * been happening. We can afford to do a quick scan to look |
| 9948 | * for any free slots in the list. |
| 9949 | * |
| 9950 | * find next empty veb slot, looping back around if necessary |
| 9951 | */ |
| 9952 | i = 0; |
| 9953 | while ((i < I40E_MAX_VEB) && (pf->veb[i] != NULL)) |
| 9954 | i++; |
| 9955 | if (i >= I40E_MAX_VEB) { |
| 9956 | ret = -ENOMEM; |
| 9957 | goto err_alloc_veb; /* out of VEB slots! */ |
| 9958 | } |
| 9959 | |
| 9960 | veb = kzalloc(sizeof(*veb), GFP_KERNEL); |
| 9961 | if (!veb) { |
| 9962 | ret = -ENOMEM; |
| 9963 | goto err_alloc_veb; |
| 9964 | } |
| 9965 | veb->pf = pf; |
| 9966 | veb->idx = i; |
| 9967 | veb->enabled_tc = 1; |
| 9968 | |
| 9969 | pf->veb[i] = veb; |
| 9970 | ret = i; |
| 9971 | err_alloc_veb: |
| 9972 | mutex_unlock(&pf->switch_mutex); |
| 9973 | return ret; |
| 9974 | } |
| 9975 | |
| 9976 | /** |
| 9977 | * i40e_switch_branch_release - Delete a branch of the switch tree |
| 9978 | * @branch: where to start deleting |
| 9979 | * |
| 9980 | * This uses recursion to find the tips of the branch to be |
| 9981 | * removed, deleting until we get back to and can delete this VEB. |
| 9982 | **/ |
| 9983 | static void i40e_switch_branch_release(struct i40e_veb *branch) |
| 9984 | { |
| 9985 | struct i40e_pf *pf = branch->pf; |
| 9986 | u16 branch_seid = branch->seid; |
| 9987 | u16 veb_idx = branch->idx; |
| 9988 | int i; |
| 9989 | |
| 9990 | /* release any VEBs on this VEB - RECURSION */ |
| 9991 | for (i = 0; i < I40E_MAX_VEB; i++) { |
| 9992 | if (!pf->veb[i]) |
| 9993 | continue; |
| 9994 | if (pf->veb[i]->uplink_seid == branch->seid) |
| 9995 | i40e_switch_branch_release(pf->veb[i]); |
| 9996 | } |
| 9997 | |
| 9998 | /* Release the VSIs on this VEB, but not the owner VSI. |
| 9999 | * |
| 10000 | * NOTE: Removing the last VSI on a VEB has the SIDE EFFECT of removing |
| 10001 | * the VEB itself, so don't use (*branch) after this loop. |
| 10002 | */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 10003 | for (i = 0; i < pf->num_alloc_vsi; i++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10004 | if (!pf->vsi[i]) |
| 10005 | continue; |
| 10006 | if (pf->vsi[i]->uplink_seid == branch_seid && |
| 10007 | (pf->vsi[i]->flags & I40E_VSI_FLAG_VEB_OWNER) == 0) { |
| 10008 | i40e_vsi_release(pf->vsi[i]); |
| 10009 | } |
| 10010 | } |
| 10011 | |
| 10012 | /* There's one corner case where the VEB might not have been |
| 10013 | * removed, so double check it here and remove it if needed. |
| 10014 | * This case happens if the veb was created from the debugfs |
| 10015 | * commands and no VSIs were added to it. |
| 10016 | */ |
| 10017 | if (pf->veb[veb_idx]) |
| 10018 | i40e_veb_release(pf->veb[veb_idx]); |
| 10019 | } |
| 10020 | |
| 10021 | /** |
| 10022 | * i40e_veb_clear - remove veb struct |
| 10023 | * @veb: the veb to remove |
| 10024 | **/ |
| 10025 | static void i40e_veb_clear(struct i40e_veb *veb) |
| 10026 | { |
| 10027 | if (!veb) |
| 10028 | return; |
| 10029 | |
| 10030 | if (veb->pf) { |
| 10031 | struct i40e_pf *pf = veb->pf; |
| 10032 | |
| 10033 | mutex_lock(&pf->switch_mutex); |
| 10034 | if (pf->veb[veb->idx] == veb) |
| 10035 | pf->veb[veb->idx] = NULL; |
| 10036 | mutex_unlock(&pf->switch_mutex); |
| 10037 | } |
| 10038 | |
| 10039 | kfree(veb); |
| 10040 | } |
| 10041 | |
| 10042 | /** |
| 10043 | * i40e_veb_release - Delete a VEB and free its resources |
| 10044 | * @veb: the VEB being removed |
| 10045 | **/ |
| 10046 | void i40e_veb_release(struct i40e_veb *veb) |
| 10047 | { |
| 10048 | struct i40e_vsi *vsi = NULL; |
| 10049 | struct i40e_pf *pf; |
| 10050 | int i, n = 0; |
| 10051 | |
| 10052 | pf = veb->pf; |
| 10053 | |
| 10054 | /* find the remaining VSI and check for extras */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 10055 | for (i = 0; i < pf->num_alloc_vsi; i++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10056 | if (pf->vsi[i] && pf->vsi[i]->uplink_seid == veb->seid) { |
| 10057 | n++; |
| 10058 | vsi = pf->vsi[i]; |
| 10059 | } |
| 10060 | } |
| 10061 | if (n != 1) { |
| 10062 | dev_info(&pf->pdev->dev, |
| 10063 | "can't remove VEB %d with %d VSIs left\n", |
| 10064 | veb->seid, n); |
| 10065 | return; |
| 10066 | } |
| 10067 | |
| 10068 | /* move the remaining VSI to uplink veb */ |
| 10069 | vsi->flags &= ~I40E_VSI_FLAG_VEB_OWNER; |
| 10070 | if (veb->uplink_seid) { |
| 10071 | vsi->uplink_seid = veb->uplink_seid; |
| 10072 | if (veb->uplink_seid == pf->mac_seid) |
| 10073 | vsi->veb_idx = I40E_NO_VEB; |
| 10074 | else |
| 10075 | vsi->veb_idx = veb->veb_idx; |
| 10076 | } else { |
| 10077 | /* floating VEB */ |
| 10078 | vsi->uplink_seid = pf->vsi[pf->lan_vsi]->uplink_seid; |
| 10079 | vsi->veb_idx = pf->vsi[pf->lan_vsi]->veb_idx; |
| 10080 | } |
| 10081 | |
| 10082 | i40e_aq_delete_element(&pf->hw, veb->seid, NULL); |
| 10083 | i40e_veb_clear(veb); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10084 | } |
| 10085 | |
| 10086 | /** |
| 10087 | * i40e_add_veb - create the VEB in the switch |
| 10088 | * @veb: the VEB to be instantiated |
| 10089 | * @vsi: the controlling VSI |
| 10090 | **/ |
| 10091 | static int i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi) |
| 10092 | { |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10093 | struct i40e_pf *pf = veb->pf; |
Anjali Singhai Jain | 92faef8 | 2015-07-28 13:02:00 -0400 | [diff] [blame] | 10094 | bool is_default = veb->pf->cur_promisc; |
Shannon Nelson | 66fc360 | 2016-01-13 16:51:42 -0800 | [diff] [blame] | 10095 | bool enable_stats = !!(pf->flags & I40E_FLAG_VEB_STATS_ENABLED); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10096 | int ret; |
| 10097 | |
| 10098 | /* get a VEB from the hardware */ |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10099 | ret = i40e_aq_add_veb(&pf->hw, veb->uplink_seid, vsi->seid, |
Kevin Scott | e1c51b95 | 2013-11-20 10:02:51 +0000 | [diff] [blame] | 10100 | veb->enabled_tc, is_default, |
Shannon Nelson | 66fc360 | 2016-01-13 16:51:42 -0800 | [diff] [blame] | 10101 | &veb->seid, enable_stats, NULL); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10102 | if (ret) { |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10103 | dev_info(&pf->pdev->dev, |
| 10104 | "couldn't add VEB, err %s aq_err %s\n", |
| 10105 | i40e_stat_str(&pf->hw, ret), |
| 10106 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10107 | return -EPERM; |
| 10108 | } |
| 10109 | |
| 10110 | /* get statistics counter */ |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10111 | ret = i40e_aq_get_veb_parameters(&pf->hw, veb->seid, NULL, NULL, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10112 | &veb->stats_idx, NULL, NULL, NULL); |
| 10113 | if (ret) { |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10114 | dev_info(&pf->pdev->dev, |
| 10115 | "couldn't get VEB statistics idx, err %s aq_err %s\n", |
| 10116 | i40e_stat_str(&pf->hw, ret), |
| 10117 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10118 | return -EPERM; |
| 10119 | } |
| 10120 | ret = i40e_veb_get_bw_info(veb); |
| 10121 | if (ret) { |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10122 | dev_info(&pf->pdev->dev, |
| 10123 | "couldn't get VEB bw info, err %s aq_err %s\n", |
| 10124 | i40e_stat_str(&pf->hw, ret), |
| 10125 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
| 10126 | i40e_aq_delete_element(&pf->hw, veb->seid, NULL); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10127 | return -ENOENT; |
| 10128 | } |
| 10129 | |
| 10130 | vsi->uplink_seid = veb->seid; |
| 10131 | vsi->veb_idx = veb->idx; |
| 10132 | vsi->flags |= I40E_VSI_FLAG_VEB_OWNER; |
| 10133 | |
| 10134 | return 0; |
| 10135 | } |
| 10136 | |
| 10137 | /** |
| 10138 | * i40e_veb_setup - Set up a VEB |
| 10139 | * @pf: board private structure |
| 10140 | * @flags: VEB setup flags |
| 10141 | * @uplink_seid: the switch element to link to |
| 10142 | * @vsi_seid: the initial VSI seid |
| 10143 | * @enabled_tc: Enabled TC bit-map |
| 10144 | * |
| 10145 | * This allocates the sw VEB structure and links it into the switch |
| 10146 | * It is possible and legal for this to be a duplicate of an already |
| 10147 | * existing VEB. It is also possible for both uplink and vsi seids |
| 10148 | * to be zero, in order to create a floating VEB. |
| 10149 | * |
| 10150 | * Returns pointer to the successfully allocated VEB sw struct on |
| 10151 | * success, otherwise returns NULL on failure. |
| 10152 | **/ |
| 10153 | struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, u16 flags, |
| 10154 | u16 uplink_seid, u16 vsi_seid, |
| 10155 | u8 enabled_tc) |
| 10156 | { |
| 10157 | struct i40e_veb *veb, *uplink_veb = NULL; |
| 10158 | int vsi_idx, veb_idx; |
| 10159 | int ret; |
| 10160 | |
| 10161 | /* if one seid is 0, the other must be 0 to create a floating relay */ |
| 10162 | if ((uplink_seid == 0 || vsi_seid == 0) && |
| 10163 | (uplink_seid + vsi_seid != 0)) { |
| 10164 | dev_info(&pf->pdev->dev, |
| 10165 | "one, not both seid's are 0: uplink=%d vsi=%d\n", |
| 10166 | uplink_seid, vsi_seid); |
| 10167 | return NULL; |
| 10168 | } |
| 10169 | |
| 10170 | /* make sure there is such a vsi and uplink */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 10171 | for (vsi_idx = 0; vsi_idx < pf->num_alloc_vsi; vsi_idx++) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10172 | if (pf->vsi[vsi_idx] && pf->vsi[vsi_idx]->seid == vsi_seid) |
| 10173 | break; |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 10174 | if (vsi_idx >= pf->num_alloc_vsi && vsi_seid != 0) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10175 | dev_info(&pf->pdev->dev, "vsi seid %d not found\n", |
| 10176 | vsi_seid); |
| 10177 | return NULL; |
| 10178 | } |
| 10179 | |
| 10180 | if (uplink_seid && uplink_seid != pf->mac_seid) { |
| 10181 | for (veb_idx = 0; veb_idx < I40E_MAX_VEB; veb_idx++) { |
| 10182 | if (pf->veb[veb_idx] && |
| 10183 | pf->veb[veb_idx]->seid == uplink_seid) { |
| 10184 | uplink_veb = pf->veb[veb_idx]; |
| 10185 | break; |
| 10186 | } |
| 10187 | } |
| 10188 | if (!uplink_veb) { |
| 10189 | dev_info(&pf->pdev->dev, |
| 10190 | "uplink seid %d not found\n", uplink_seid); |
| 10191 | return NULL; |
| 10192 | } |
| 10193 | } |
| 10194 | |
| 10195 | /* get veb sw struct */ |
| 10196 | veb_idx = i40e_veb_mem_alloc(pf); |
| 10197 | if (veb_idx < 0) |
| 10198 | goto err_alloc; |
| 10199 | veb = pf->veb[veb_idx]; |
| 10200 | veb->flags = flags; |
| 10201 | veb->uplink_seid = uplink_seid; |
| 10202 | veb->veb_idx = (uplink_veb ? uplink_veb->idx : I40E_NO_VEB); |
| 10203 | veb->enabled_tc = (enabled_tc ? enabled_tc : 0x1); |
| 10204 | |
| 10205 | /* create the VEB in the switch */ |
| 10206 | ret = i40e_add_veb(veb, pf->vsi[vsi_idx]); |
| 10207 | if (ret) |
| 10208 | goto err_veb; |
Shannon Nelson | 1bb8b93 | 2014-04-23 04:49:54 +0000 | [diff] [blame] | 10209 | if (vsi_idx == pf->lan_vsi) |
| 10210 | pf->lan_veb = veb->idx; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10211 | |
| 10212 | return veb; |
| 10213 | |
| 10214 | err_veb: |
| 10215 | i40e_veb_clear(veb); |
| 10216 | err_alloc: |
| 10217 | return NULL; |
| 10218 | } |
| 10219 | |
| 10220 | /** |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 10221 | * i40e_setup_pf_switch_element - set PF vars based on switch type |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10222 | * @pf: board private structure |
| 10223 | * @ele: element we are building info from |
| 10224 | * @num_reported: total number of elements |
| 10225 | * @printconfig: should we print the contents |
| 10226 | * |
| 10227 | * helper function to assist in extracting a few useful SEID values. |
| 10228 | **/ |
| 10229 | static void i40e_setup_pf_switch_element(struct i40e_pf *pf, |
| 10230 | struct i40e_aqc_switch_config_element_resp *ele, |
| 10231 | u16 num_reported, bool printconfig) |
| 10232 | { |
| 10233 | u16 downlink_seid = le16_to_cpu(ele->downlink_seid); |
| 10234 | u16 uplink_seid = le16_to_cpu(ele->uplink_seid); |
| 10235 | u8 element_type = ele->element_type; |
| 10236 | u16 seid = le16_to_cpu(ele->seid); |
| 10237 | |
| 10238 | if (printconfig) |
| 10239 | dev_info(&pf->pdev->dev, |
| 10240 | "type=%d seid=%d uplink=%d downlink=%d\n", |
| 10241 | element_type, seid, uplink_seid, downlink_seid); |
| 10242 | |
| 10243 | switch (element_type) { |
| 10244 | case I40E_SWITCH_ELEMENT_TYPE_MAC: |
| 10245 | pf->mac_seid = seid; |
| 10246 | break; |
| 10247 | case I40E_SWITCH_ELEMENT_TYPE_VEB: |
| 10248 | /* Main VEB? */ |
| 10249 | if (uplink_seid != pf->mac_seid) |
| 10250 | break; |
| 10251 | if (pf->lan_veb == I40E_NO_VEB) { |
| 10252 | int v; |
| 10253 | |
| 10254 | /* find existing or else empty VEB */ |
| 10255 | for (v = 0; v < I40E_MAX_VEB; v++) { |
| 10256 | if (pf->veb[v] && (pf->veb[v]->seid == seid)) { |
| 10257 | pf->lan_veb = v; |
| 10258 | break; |
| 10259 | } |
| 10260 | } |
| 10261 | if (pf->lan_veb == I40E_NO_VEB) { |
| 10262 | v = i40e_veb_mem_alloc(pf); |
| 10263 | if (v < 0) |
| 10264 | break; |
| 10265 | pf->lan_veb = v; |
| 10266 | } |
| 10267 | } |
| 10268 | |
| 10269 | pf->veb[pf->lan_veb]->seid = seid; |
| 10270 | pf->veb[pf->lan_veb]->uplink_seid = pf->mac_seid; |
| 10271 | pf->veb[pf->lan_veb]->pf = pf; |
| 10272 | pf->veb[pf->lan_veb]->veb_idx = I40E_NO_VEB; |
| 10273 | break; |
| 10274 | case I40E_SWITCH_ELEMENT_TYPE_VSI: |
| 10275 | if (num_reported != 1) |
| 10276 | break; |
| 10277 | /* This is immediately after a reset so we can assume this is |
| 10278 | * the PF's VSI |
| 10279 | */ |
| 10280 | pf->mac_seid = uplink_seid; |
| 10281 | pf->pf_seid = downlink_seid; |
| 10282 | pf->main_vsi_seid = seid; |
| 10283 | if (printconfig) |
| 10284 | dev_info(&pf->pdev->dev, |
| 10285 | "pf_seid=%d main_vsi_seid=%d\n", |
| 10286 | pf->pf_seid, pf->main_vsi_seid); |
| 10287 | break; |
| 10288 | case I40E_SWITCH_ELEMENT_TYPE_PF: |
| 10289 | case I40E_SWITCH_ELEMENT_TYPE_VF: |
| 10290 | case I40E_SWITCH_ELEMENT_TYPE_EMP: |
| 10291 | case I40E_SWITCH_ELEMENT_TYPE_BMC: |
| 10292 | case I40E_SWITCH_ELEMENT_TYPE_PE: |
| 10293 | case I40E_SWITCH_ELEMENT_TYPE_PA: |
| 10294 | /* ignore these for now */ |
| 10295 | break; |
| 10296 | default: |
| 10297 | dev_info(&pf->pdev->dev, "unknown element type=%d seid=%d\n", |
| 10298 | element_type, seid); |
| 10299 | break; |
| 10300 | } |
| 10301 | } |
| 10302 | |
| 10303 | /** |
| 10304 | * i40e_fetch_switch_configuration - Get switch config from firmware |
| 10305 | * @pf: board private structure |
| 10306 | * @printconfig: should we print the contents |
| 10307 | * |
| 10308 | * Get the current switch configuration from the device and |
| 10309 | * extract a few useful SEID values. |
| 10310 | **/ |
| 10311 | int i40e_fetch_switch_configuration(struct i40e_pf *pf, bool printconfig) |
| 10312 | { |
| 10313 | struct i40e_aqc_get_switch_config_resp *sw_config; |
| 10314 | u16 next_seid = 0; |
| 10315 | int ret = 0; |
| 10316 | u8 *aq_buf; |
| 10317 | int i; |
| 10318 | |
| 10319 | aq_buf = kzalloc(I40E_AQ_LARGE_BUF, GFP_KERNEL); |
| 10320 | if (!aq_buf) |
| 10321 | return -ENOMEM; |
| 10322 | |
| 10323 | sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf; |
| 10324 | do { |
| 10325 | u16 num_reported, num_total; |
| 10326 | |
| 10327 | ret = i40e_aq_get_switch_config(&pf->hw, sw_config, |
| 10328 | I40E_AQ_LARGE_BUF, |
| 10329 | &next_seid, NULL); |
| 10330 | if (ret) { |
| 10331 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10332 | "get switch config failed err %s aq_err %s\n", |
| 10333 | i40e_stat_str(&pf->hw, ret), |
| 10334 | i40e_aq_str(&pf->hw, |
| 10335 | pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10336 | kfree(aq_buf); |
| 10337 | return -ENOENT; |
| 10338 | } |
| 10339 | |
| 10340 | num_reported = le16_to_cpu(sw_config->header.num_reported); |
| 10341 | num_total = le16_to_cpu(sw_config->header.num_total); |
| 10342 | |
| 10343 | if (printconfig) |
| 10344 | dev_info(&pf->pdev->dev, |
| 10345 | "header: %d reported %d total\n", |
| 10346 | num_reported, num_total); |
| 10347 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10348 | for (i = 0; i < num_reported; i++) { |
| 10349 | struct i40e_aqc_switch_config_element_resp *ele = |
| 10350 | &sw_config->element[i]; |
| 10351 | |
| 10352 | i40e_setup_pf_switch_element(pf, ele, num_reported, |
| 10353 | printconfig); |
| 10354 | } |
| 10355 | } while (next_seid != 0); |
| 10356 | |
| 10357 | kfree(aq_buf); |
| 10358 | return ret; |
| 10359 | } |
| 10360 | |
| 10361 | /** |
| 10362 | * i40e_setup_pf_switch - Setup the HW switch on startup or after reset |
| 10363 | * @pf: board private structure |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 10364 | * @reinit: if the Main VSI needs to re-initialized. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10365 | * |
| 10366 | * Returns 0 on success, negative value on failure |
| 10367 | **/ |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 10368 | static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10369 | { |
| 10370 | int ret; |
| 10371 | |
| 10372 | /* find out what's out there already */ |
| 10373 | ret = i40e_fetch_switch_configuration(pf, false); |
| 10374 | if (ret) { |
| 10375 | dev_info(&pf->pdev->dev, |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10376 | "couldn't fetch switch config, err %s aq_err %s\n", |
| 10377 | i40e_stat_str(&pf->hw, ret), |
| 10378 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10379 | return ret; |
| 10380 | } |
| 10381 | i40e_pf_reset_stats(pf); |
| 10382 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10383 | /* first time setup */ |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 10384 | if (pf->lan_vsi == I40E_NO_VSI || reinit) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10385 | struct i40e_vsi *vsi = NULL; |
| 10386 | u16 uplink_seid; |
| 10387 | |
| 10388 | /* Set up the PF VSI associated with the PF's main VSI |
| 10389 | * that is already in the HW switch |
| 10390 | */ |
| 10391 | if (pf->lan_veb != I40E_NO_VEB && pf->veb[pf->lan_veb]) |
| 10392 | uplink_seid = pf->veb[pf->lan_veb]->seid; |
| 10393 | else |
| 10394 | uplink_seid = pf->mac_seid; |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 10395 | if (pf->lan_vsi == I40E_NO_VSI) |
| 10396 | vsi = i40e_vsi_setup(pf, I40E_VSI_MAIN, uplink_seid, 0); |
| 10397 | else if (reinit) |
| 10398 | vsi = i40e_vsi_reinit_setup(pf->vsi[pf->lan_vsi]); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10399 | if (!vsi) { |
| 10400 | dev_info(&pf->pdev->dev, "setup of MAIN VSI failed\n"); |
| 10401 | i40e_fdir_teardown(pf); |
| 10402 | return -EAGAIN; |
| 10403 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10404 | } else { |
| 10405 | /* force a reset of TC and queue layout configurations */ |
| 10406 | u8 enabled_tc = pf->vsi[pf->lan_vsi]->tc_config.enabled_tc; |
Jesse Brandeburg | 6995b36 | 2015-08-28 17:55:54 -0400 | [diff] [blame] | 10407 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10408 | pf->vsi[pf->lan_vsi]->tc_config.enabled_tc = 0; |
| 10409 | pf->vsi[pf->lan_vsi]->seid = pf->main_vsi_seid; |
| 10410 | i40e_vsi_config_tc(pf->vsi[pf->lan_vsi], enabled_tc); |
| 10411 | } |
| 10412 | i40e_vlan_stripping_disable(pf->vsi[pf->lan_vsi]); |
| 10413 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 10414 | i40e_fdir_sb_setup(pf); |
| 10415 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10416 | /* Setup static PF queue filter control settings */ |
| 10417 | ret = i40e_setup_pf_filter_control(pf); |
| 10418 | if (ret) { |
| 10419 | dev_info(&pf->pdev->dev, "setup_pf_filter_control failed: %d\n", |
| 10420 | ret); |
| 10421 | /* Failure here should not stop continuing other steps */ |
| 10422 | } |
| 10423 | |
| 10424 | /* enable RSS in the HW, even for only one queue, as the stack can use |
| 10425 | * the hash |
| 10426 | */ |
| 10427 | if ((pf->flags & I40E_FLAG_RSS_ENABLED)) |
Helin Zhang | 043dd65 | 2015-10-21 19:56:23 -0400 | [diff] [blame] | 10428 | i40e_pf_config_rss(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10429 | |
| 10430 | /* fill in link information and enable LSE reporting */ |
Catherine Sullivan | 0a862b4 | 2015-08-31 19:54:53 -0400 | [diff] [blame] | 10431 | i40e_update_link_info(&pf->hw); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10432 | i40e_link_event(pf); |
| 10433 | |
Jesse Brandeburg | d52c20b | 2013-11-26 10:49:15 +0000 | [diff] [blame] | 10434 | /* Initialize user-specific link properties */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10435 | pf->fc_autoneg_status = ((pf->hw.phy.link_info.an_info & |
| 10436 | I40E_AQ_AN_COMPLETED) ? true : false); |
Jesse Brandeburg | d52c20b | 2013-11-26 10:49:15 +0000 | [diff] [blame] | 10437 | |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 10438 | i40e_ptp_init(pf); |
| 10439 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10440 | return ret; |
| 10441 | } |
| 10442 | |
| 10443 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10444 | * i40e_determine_queue_usage - Work out queue distribution |
| 10445 | * @pf: board private structure |
| 10446 | **/ |
| 10447 | static void i40e_determine_queue_usage(struct i40e_pf *pf) |
| 10448 | { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10449 | int queues_left; |
| 10450 | |
| 10451 | pf->num_lan_qps = 0; |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10452 | #ifdef I40E_FCOE |
| 10453 | pf->num_fcoe_qps = 0; |
| 10454 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10455 | |
| 10456 | /* Find the max queues to be put into basic use. We'll always be |
| 10457 | * using TC0, whether or not DCB is running, and TC0 will get the |
| 10458 | * big RSS set. |
| 10459 | */ |
| 10460 | queues_left = pf->hw.func_caps.num_tx_qp; |
| 10461 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 10462 | if ((queues_left == 1) || |
Frank Zhang | 9aa7e93 | 2014-05-20 08:01:42 +0000 | [diff] [blame] | 10463 | !(pf->flags & I40E_FLAG_MSIX_ENABLED)) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10464 | /* one qp for PF, no queues for anything else */ |
| 10465 | queues_left = 0; |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 10466 | pf->alloc_rss_size = pf->num_lan_qps = 1; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10467 | |
| 10468 | /* make sure all the fancies are disabled */ |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 10469 | pf->flags &= ~(I40E_FLAG_RSS_ENABLED | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10470 | #ifdef I40E_FCOE |
| 10471 | I40E_FLAG_FCOE_ENABLED | |
| 10472 | #endif |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 10473 | I40E_FLAG_FD_SB_ENABLED | |
| 10474 | I40E_FLAG_FD_ATR_ENABLED | |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 10475 | I40E_FLAG_DCB_CAPABLE | |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 10476 | I40E_FLAG_SRIOV_ENABLED | |
| 10477 | I40E_FLAG_VMDQ_ENABLED); |
Frank Zhang | 9aa7e93 | 2014-05-20 08:01:42 +0000 | [diff] [blame] | 10478 | } else if (!(pf->flags & (I40E_FLAG_RSS_ENABLED | |
| 10479 | I40E_FLAG_FD_SB_ENABLED | |
Anjali Singhai Jain | bbe7d0e | 2014-05-20 08:01:44 +0000 | [diff] [blame] | 10480 | I40E_FLAG_FD_ATR_ENABLED | |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 10481 | I40E_FLAG_DCB_CAPABLE))) { |
Frank Zhang | 9aa7e93 | 2014-05-20 08:01:42 +0000 | [diff] [blame] | 10482 | /* one qp for PF */ |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 10483 | pf->alloc_rss_size = pf->num_lan_qps = 1; |
Frank Zhang | 9aa7e93 | 2014-05-20 08:01:42 +0000 | [diff] [blame] | 10484 | queues_left -= pf->num_lan_qps; |
| 10485 | |
| 10486 | pf->flags &= ~(I40E_FLAG_RSS_ENABLED | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10487 | #ifdef I40E_FCOE |
| 10488 | I40E_FLAG_FCOE_ENABLED | |
| 10489 | #endif |
Frank Zhang | 9aa7e93 | 2014-05-20 08:01:42 +0000 | [diff] [blame] | 10490 | I40E_FLAG_FD_SB_ENABLED | |
| 10491 | I40E_FLAG_FD_ATR_ENABLED | |
| 10492 | I40E_FLAG_DCB_ENABLED | |
| 10493 | I40E_FLAG_VMDQ_ENABLED); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10494 | } else { |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 10495 | /* Not enough queues for all TCs */ |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 10496 | if ((pf->flags & I40E_FLAG_DCB_CAPABLE) && |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 10497 | (queues_left < I40E_MAX_TRAFFIC_CLASS)) { |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 10498 | pf->flags &= ~I40E_FLAG_DCB_CAPABLE; |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 10499 | dev_info(&pf->pdev->dev, "not enough queues for DCB. DCB is disabled.\n"); |
| 10500 | } |
Anjali Singhai Jain | 9a3bd2f | 2015-02-24 06:58:44 +0000 | [diff] [blame] | 10501 | pf->num_lan_qps = max_t(int, pf->rss_size_max, |
| 10502 | num_online_cpus()); |
| 10503 | pf->num_lan_qps = min_t(int, pf->num_lan_qps, |
| 10504 | pf->hw.func_caps.num_tx_qp); |
| 10505 | |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 10506 | queues_left -= pf->num_lan_qps; |
| 10507 | } |
| 10508 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10509 | #ifdef I40E_FCOE |
| 10510 | if (pf->flags & I40E_FLAG_FCOE_ENABLED) { |
| 10511 | if (I40E_DEFAULT_FCOE <= queues_left) { |
| 10512 | pf->num_fcoe_qps = I40E_DEFAULT_FCOE; |
| 10513 | } else if (I40E_MINIMUM_FCOE <= queues_left) { |
| 10514 | pf->num_fcoe_qps = I40E_MINIMUM_FCOE; |
| 10515 | } else { |
| 10516 | pf->num_fcoe_qps = 0; |
| 10517 | pf->flags &= ~I40E_FLAG_FCOE_ENABLED; |
| 10518 | dev_info(&pf->pdev->dev, "not enough queues for FCoE. FCoE feature will be disabled\n"); |
| 10519 | } |
| 10520 | |
| 10521 | queues_left -= pf->num_fcoe_qps; |
| 10522 | } |
| 10523 | |
| 10524 | #endif |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 10525 | if (pf->flags & I40E_FLAG_FD_SB_ENABLED) { |
| 10526 | if (queues_left > 1) { |
| 10527 | queues_left -= 1; /* save 1 queue for FD */ |
| 10528 | } else { |
| 10529 | pf->flags &= ~I40E_FLAG_FD_SB_ENABLED; |
| 10530 | dev_info(&pf->pdev->dev, "not enough queues for Flow Director. Flow Director feature is disabled\n"); |
| 10531 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10532 | } |
| 10533 | |
| 10534 | if ((pf->flags & I40E_FLAG_SRIOV_ENABLED) && |
| 10535 | pf->num_vf_qps && pf->num_req_vfs && queues_left) { |
Anjali Singhai Jain | cbf6132 | 2014-01-17 15:36:35 -0800 | [diff] [blame] | 10536 | pf->num_req_vfs = min_t(int, pf->num_req_vfs, |
| 10537 | (queues_left / pf->num_vf_qps)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10538 | queues_left -= (pf->num_req_vfs * pf->num_vf_qps); |
| 10539 | } |
| 10540 | |
| 10541 | if ((pf->flags & I40E_FLAG_VMDQ_ENABLED) && |
| 10542 | pf->num_vmdq_vsis && pf->num_vmdq_qps && queues_left) { |
| 10543 | pf->num_vmdq_vsis = min_t(int, pf->num_vmdq_vsis, |
| 10544 | (queues_left / pf->num_vmdq_qps)); |
| 10545 | queues_left -= (pf->num_vmdq_vsis * pf->num_vmdq_qps); |
| 10546 | } |
| 10547 | |
Anjali Singhai Jain | f8ff146 | 2013-11-26 10:49:19 +0000 | [diff] [blame] | 10548 | pf->queues_left = queues_left; |
Neerav Parikh | 8279e49 | 2015-09-03 17:18:50 -0400 | [diff] [blame] | 10549 | dev_dbg(&pf->pdev->dev, |
| 10550 | "qs_avail=%d FD SB=%d lan_qs=%d lan_tc0=%d vf=%d*%d vmdq=%d*%d, remaining=%d\n", |
| 10551 | pf->hw.func_caps.num_tx_qp, |
| 10552 | !!(pf->flags & I40E_FLAG_FD_SB_ENABLED), |
Helin Zhang | acd6544 | 2015-10-26 19:44:28 -0400 | [diff] [blame] | 10553 | pf->num_lan_qps, pf->alloc_rss_size, pf->num_req_vfs, |
| 10554 | pf->num_vf_qps, pf->num_vmdq_vsis, pf->num_vmdq_qps, |
| 10555 | queues_left); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10556 | #ifdef I40E_FCOE |
Neerav Parikh | 8279e49 | 2015-09-03 17:18:50 -0400 | [diff] [blame] | 10557 | dev_dbg(&pf->pdev->dev, "fcoe queues = %d\n", pf->num_fcoe_qps); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10558 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10559 | } |
| 10560 | |
| 10561 | /** |
| 10562 | * i40e_setup_pf_filter_control - Setup PF static filter control |
| 10563 | * @pf: PF to be setup |
| 10564 | * |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 10565 | * i40e_setup_pf_filter_control sets up a PF's initial filter control |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10566 | * settings. If PE/FCoE are enabled then it will also set the per PF |
| 10567 | * based filter sizes required for them. It also enables Flow director, |
| 10568 | * ethertype and macvlan type filter settings for the pf. |
| 10569 | * |
| 10570 | * Returns 0 on success, negative on failure |
| 10571 | **/ |
| 10572 | static int i40e_setup_pf_filter_control(struct i40e_pf *pf) |
| 10573 | { |
| 10574 | struct i40e_filter_control_settings *settings = &pf->filter_settings; |
| 10575 | |
| 10576 | settings->hash_lut_size = I40E_HASH_LUT_SIZE_128; |
| 10577 | |
| 10578 | /* Flow Director is enabled */ |
Jesse Brandeburg | 60ea5f8 | 2014-01-17 15:36:34 -0800 | [diff] [blame] | 10579 | if (pf->flags & (I40E_FLAG_FD_SB_ENABLED | I40E_FLAG_FD_ATR_ENABLED)) |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10580 | settings->enable_fdir = true; |
| 10581 | |
| 10582 | /* Ethtype and MACVLAN filters enabled for PF */ |
| 10583 | settings->enable_ethtype = true; |
| 10584 | settings->enable_macvlan = true; |
| 10585 | |
| 10586 | if (i40e_set_filter_control(&pf->hw, settings)) |
| 10587 | return -ENOENT; |
| 10588 | |
| 10589 | return 0; |
| 10590 | } |
| 10591 | |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10592 | #define INFO_STRING_LEN 255 |
Shannon Nelson | 7fd8954 | 2015-10-21 19:47:04 -0400 | [diff] [blame] | 10593 | #define REMAIN(__x) (INFO_STRING_LEN - (__x)) |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10594 | static void i40e_print_features(struct i40e_pf *pf) |
| 10595 | { |
| 10596 | struct i40e_hw *hw = &pf->hw; |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10597 | char *buf; |
| 10598 | int i; |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10599 | |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10600 | buf = kmalloc(INFO_STRING_LEN, GFP_KERNEL); |
| 10601 | if (!buf) |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10602 | return; |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10603 | |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10604 | i = snprintf(buf, INFO_STRING_LEN, "Features: PF-id[%d]", hw->pf_id); |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10605 | #ifdef CONFIG_PCI_IOV |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10606 | i += snprintf(&buf[i], REMAIN(i), " VFs: %d", pf->num_req_vfs); |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10607 | #endif |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10608 | i += snprintf(&buf[i], REMAIN(i), " VSIs: %d QP: %d RX: %s", |
Shannon Nelson | 7fd8954 | 2015-10-21 19:47:04 -0400 | [diff] [blame] | 10609 | pf->hw.func_caps.num_vsis, |
| 10610 | pf->vsi[pf->lan_vsi]->num_queue_pairs, |
| 10611 | pf->flags & I40E_FLAG_RX_PS_ENABLED ? "PS" : "1BUF"); |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10612 | |
| 10613 | if (pf->flags & I40E_FLAG_RSS_ENABLED) |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10614 | i += snprintf(&buf[i], REMAIN(i), " RSS"); |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10615 | if (pf->flags & I40E_FLAG_FD_ATR_ENABLED) |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10616 | i += snprintf(&buf[i], REMAIN(i), " FD_ATR"); |
Akeem G Abodunrin | c6423ff | 2014-05-10 04:49:08 +0000 | [diff] [blame] | 10617 | if (pf->flags & I40E_FLAG_FD_SB_ENABLED) { |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10618 | i += snprintf(&buf[i], REMAIN(i), " FD_SB"); |
| 10619 | i += snprintf(&buf[i], REMAIN(i), " NTUPLE"); |
Akeem G Abodunrin | c6423ff | 2014-05-10 04:49:08 +0000 | [diff] [blame] | 10620 | } |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 10621 | if (pf->flags & I40E_FLAG_DCB_CAPABLE) |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10622 | i += snprintf(&buf[i], REMAIN(i), " DCB"); |
Jesse Brandeburg | ce6fcb3 | 2015-08-28 17:55:59 -0400 | [diff] [blame] | 10623 | #if IS_ENABLED(CONFIG_VXLAN) |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10624 | i += snprintf(&buf[i], REMAIN(i), " VxLAN"); |
Jesse Brandeburg | ce6fcb3 | 2015-08-28 17:55:59 -0400 | [diff] [blame] | 10625 | #endif |
Singhai, Anjali | 6a89902 | 2015-12-14 12:21:18 -0800 | [diff] [blame] | 10626 | #if IS_ENABLED(CONFIG_GENEVE) |
| 10627 | i += snprintf(&buf[i], REMAIN(i), " Geneve"); |
| 10628 | #endif |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10629 | if (pf->flags & I40E_FLAG_PTP) |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10630 | i += snprintf(&buf[i], REMAIN(i), " PTP"); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10631 | #ifdef I40E_FCOE |
| 10632 | if (pf->flags & I40E_FLAG_FCOE_ENABLED) |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10633 | i += snprintf(&buf[i], REMAIN(i), " FCOE"); |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10634 | #endif |
Shannon Nelson | 6dec101 | 2015-09-28 14:12:30 -0400 | [diff] [blame] | 10635 | if (pf->flags & I40E_FLAG_VEB_MODE_ENABLED) |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10636 | i += snprintf(&buf[i], REMAIN(i), " VEB"); |
Shannon Nelson | 6dec101 | 2015-09-28 14:12:30 -0400 | [diff] [blame] | 10637 | else |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10638 | i += snprintf(&buf[i], REMAIN(i), " VEPA"); |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10639 | |
Joe Perches | 3b19584 | 2015-12-03 04:20:57 -0800 | [diff] [blame] | 10640 | dev_info(&pf->pdev->dev, "%s\n", buf); |
| 10641 | kfree(buf); |
Shannon Nelson | 7fd8954 | 2015-10-21 19:47:04 -0400 | [diff] [blame] | 10642 | WARN_ON(i > INFO_STRING_LEN); |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 10643 | } |
| 10644 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10645 | /** |
Sowmini Varadhan | b499ffb | 2015-12-07 15:06:34 -0500 | [diff] [blame] | 10646 | * i40e_get_platform_mac_addr - get platform-specific MAC address |
| 10647 | * |
| 10648 | * @pdev: PCI device information struct |
| 10649 | * @pf: board private structure |
| 10650 | * |
| 10651 | * Look up the MAC address in Open Firmware on systems that support it, |
| 10652 | * and use IDPROM on SPARC if no OF address is found. On return, the |
| 10653 | * I40E_FLAG_PF_MAC will be wset in pf->flags if a platform-specific value |
| 10654 | * has been selected. |
| 10655 | **/ |
| 10656 | static void i40e_get_platform_mac_addr(struct pci_dev *pdev, struct i40e_pf *pf) |
| 10657 | { |
Sowmini Varadhan | b499ffb | 2015-12-07 15:06:34 -0500 | [diff] [blame] | 10658 | pf->flags &= ~I40E_FLAG_PF_MAC; |
Sowmini Varadhan | ba94272 | 2016-01-12 19:32:31 -0800 | [diff] [blame] | 10659 | if (!eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr)) |
Sowmini Varadhan | b499ffb | 2015-12-07 15:06:34 -0500 | [diff] [blame] | 10660 | pf->flags |= I40E_FLAG_PF_MAC; |
Sowmini Varadhan | b499ffb | 2015-12-07 15:06:34 -0500 | [diff] [blame] | 10661 | } |
| 10662 | |
| 10663 | /** |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10664 | * i40e_probe - Device initialization routine |
| 10665 | * @pdev: PCI device information struct |
| 10666 | * @ent: entry in i40e_pci_tbl |
| 10667 | * |
Jeff Kirsher | b40c82e | 2015-02-27 09:18:34 +0000 | [diff] [blame] | 10668 | * i40e_probe initializes a PF identified by a pci_dev structure. |
| 10669 | * The OS initialization, configuring of the PF private structure, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10670 | * and a hardware reset occur. |
| 10671 | * |
| 10672 | * Returns 0 on success, negative on failure |
| 10673 | **/ |
| 10674 | static int i40e_probe(struct pci_dev *pdev, const struct pci_device_id *ent) |
| 10675 | { |
Catherine Sullivan | e827845 | 2015-02-06 08:52:08 +0000 | [diff] [blame] | 10676 | struct i40e_aq_get_phy_abilities_resp abilities; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10677 | struct i40e_pf *pf; |
| 10678 | struct i40e_hw *hw; |
Anjali Singhai Jain | 93cd765 | 2013-11-20 10:03:01 +0000 | [diff] [blame] | 10679 | static u16 pfs_found; |
Shannon Nelson | 1d5109d | 2015-08-26 15:14:08 -0400 | [diff] [blame] | 10680 | u16 wol_nvm_bits; |
Catherine Sullivan | d4dfb81 | 2013-11-28 06:39:21 +0000 | [diff] [blame] | 10681 | u16 link_status; |
Jean Sacren | 6f66a48 | 2015-09-19 05:08:45 -0600 | [diff] [blame] | 10682 | int err; |
Anjali Singhai Jain | 4f2f017c | 2015-10-21 19:47:07 -0400 | [diff] [blame] | 10683 | u32 val; |
Shannon Nelson | 8a9eb7d | 2014-03-14 07:32:28 +0000 | [diff] [blame] | 10684 | u32 i; |
Helin Zhang | 58fc326 | 2015-10-01 14:37:38 -0400 | [diff] [blame] | 10685 | u8 set_fc_aq_fail; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10686 | |
| 10687 | err = pci_enable_device_mem(pdev); |
| 10688 | if (err) |
| 10689 | return err; |
| 10690 | |
| 10691 | /* set up for high or low dma */ |
Mitch Williams | 6494294 | 2014-02-11 08:26:33 +0000 | [diff] [blame] | 10692 | err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); |
Mitch Williams | 6494294 | 2014-02-11 08:26:33 +0000 | [diff] [blame] | 10693 | if (err) { |
Jean Sacren | e3e3bfd | 2014-03-25 04:30:27 +0000 | [diff] [blame] | 10694 | err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); |
| 10695 | if (err) { |
| 10696 | dev_err(&pdev->dev, |
| 10697 | "DMA configuration failed: 0x%x\n", err); |
| 10698 | goto err_dma; |
| 10699 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10700 | } |
| 10701 | |
| 10702 | /* set up pci connections */ |
| 10703 | err = pci_request_selected_regions(pdev, pci_select_bars(pdev, |
| 10704 | IORESOURCE_MEM), i40e_driver_name); |
| 10705 | if (err) { |
| 10706 | dev_info(&pdev->dev, |
| 10707 | "pci_request_selected_regions failed %d\n", err); |
| 10708 | goto err_pci_reg; |
| 10709 | } |
| 10710 | |
| 10711 | pci_enable_pcie_error_reporting(pdev); |
| 10712 | pci_set_master(pdev); |
| 10713 | |
| 10714 | /* Now that we have a PCI connection, we need to do the |
| 10715 | * low level device setup. This is primarily setting up |
| 10716 | * the Admin Queue structures and then querying for the |
| 10717 | * device's current profile information. |
| 10718 | */ |
| 10719 | pf = kzalloc(sizeof(*pf), GFP_KERNEL); |
| 10720 | if (!pf) { |
| 10721 | err = -ENOMEM; |
| 10722 | goto err_pf_alloc; |
| 10723 | } |
| 10724 | pf->next_vsi = 0; |
| 10725 | pf->pdev = pdev; |
| 10726 | set_bit(__I40E_DOWN, &pf->state); |
| 10727 | |
| 10728 | hw = &pf->hw; |
| 10729 | hw->back = pf; |
Anjali Singhai | 232f470 | 2015-02-26 16:15:39 +0000 | [diff] [blame] | 10730 | |
Shannon Nelson | 2ac8b67 | 2015-07-23 16:54:37 -0400 | [diff] [blame] | 10731 | pf->ioremap_len = min_t(int, pci_resource_len(pdev, 0), |
| 10732 | I40E_MAX_CSR_SPACE); |
Anjali Singhai | 232f470 | 2015-02-26 16:15:39 +0000 | [diff] [blame] | 10733 | |
Shannon Nelson | 2ac8b67 | 2015-07-23 16:54:37 -0400 | [diff] [blame] | 10734 | hw->hw_addr = ioremap(pci_resource_start(pdev, 0), pf->ioremap_len); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10735 | if (!hw->hw_addr) { |
| 10736 | err = -EIO; |
| 10737 | dev_info(&pdev->dev, "ioremap(0x%04x, 0x%04x) failed: 0x%x\n", |
| 10738 | (unsigned int)pci_resource_start(pdev, 0), |
Shannon Nelson | 2ac8b67 | 2015-07-23 16:54:37 -0400 | [diff] [blame] | 10739 | pf->ioremap_len, err); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10740 | goto err_ioremap; |
| 10741 | } |
| 10742 | hw->vendor_id = pdev->vendor; |
| 10743 | hw->device_id = pdev->device; |
| 10744 | pci_read_config_byte(pdev, PCI_REVISION_ID, &hw->revision_id); |
| 10745 | hw->subsystem_vendor_id = pdev->subsystem_vendor; |
| 10746 | hw->subsystem_device_id = pdev->subsystem_device; |
| 10747 | hw->bus.device = PCI_SLOT(pdev->devfn); |
| 10748 | hw->bus.func = PCI_FUNC(pdev->devfn); |
Anjali Singhai Jain | 93cd765 | 2013-11-20 10:03:01 +0000 | [diff] [blame] | 10749 | pf->instance = pfs_found; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10750 | |
Shannon Nelson | 5b5faa4 | 2014-10-17 03:14:51 +0000 | [diff] [blame] | 10751 | if (debug != -1) { |
| 10752 | pf->msg_enable = pf->hw.debug_mask; |
| 10753 | pf->msg_enable = debug; |
| 10754 | } |
| 10755 | |
Jesse Brandeburg | 7134f9c | 2013-11-26 08:56:05 +0000 | [diff] [blame] | 10756 | /* do a special CORER for clearing PXE mode once at init */ |
| 10757 | if (hw->revision_id == 0 && |
| 10758 | (rd32(hw, I40E_GLLAN_RCTL_0) & I40E_GLLAN_RCTL_0_PXE_MODE_MASK)) { |
| 10759 | wr32(hw, I40E_GLGEN_RTRIG, I40E_GLGEN_RTRIG_CORER_MASK); |
| 10760 | i40e_flush(hw); |
| 10761 | msleep(200); |
| 10762 | pf->corer_count++; |
| 10763 | |
| 10764 | i40e_clear_pxe_mode(hw); |
| 10765 | } |
| 10766 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10767 | /* Reset here to make sure all is clean and to define PF 'n' */ |
Shannon Nelson | 838d41d | 2014-06-04 20:41:27 +0000 | [diff] [blame] | 10768 | i40e_clear_hw(hw); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10769 | err = i40e_pf_reset(hw); |
| 10770 | if (err) { |
| 10771 | dev_info(&pdev->dev, "Initial pf_reset failed: %d\n", err); |
| 10772 | goto err_pf_reset; |
| 10773 | } |
| 10774 | pf->pfr_count++; |
| 10775 | |
| 10776 | hw->aq.num_arq_entries = I40E_AQ_LEN; |
| 10777 | hw->aq.num_asq_entries = I40E_AQ_LEN; |
| 10778 | hw->aq.arq_buf_size = I40E_MAX_AQ_BUF_SIZE; |
| 10779 | hw->aq.asq_buf_size = I40E_MAX_AQ_BUF_SIZE; |
| 10780 | pf->adminq_work_limit = I40E_AQ_WORK_LIMIT; |
Carolyn Wyborny | b2008cb | 2014-11-11 20:05:26 +0000 | [diff] [blame] | 10781 | |
Carolyn Wyborny | b294ac7 | 2014-12-11 07:06:39 +0000 | [diff] [blame] | 10782 | snprintf(pf->int_name, sizeof(pf->int_name) - 1, |
Carolyn Wyborny | b2008cb | 2014-11-11 20:05:26 +0000 | [diff] [blame] | 10783 | "%s-%s:misc", |
| 10784 | dev_driver_string(&pf->pdev->dev), dev_name(&pdev->dev)); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10785 | |
| 10786 | err = i40e_init_shared_code(hw); |
| 10787 | if (err) { |
Anjali Singhai Jain | b2a75c5 | 2015-04-27 14:57:20 -0400 | [diff] [blame] | 10788 | dev_warn(&pdev->dev, "unidentified MAC or BLANK NVM: %d\n", |
| 10789 | err); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10790 | goto err_pf_reset; |
| 10791 | } |
| 10792 | |
Jesse Brandeburg | d52c20b | 2013-11-26 10:49:15 +0000 | [diff] [blame] | 10793 | /* set up a default setting for link flow control */ |
| 10794 | pf->hw.fc.requested_mode = I40E_FC_NONE; |
| 10795 | |
Jesse Brandeburg | 8ddb332 | 2015-11-18 15:47:06 -0800 | [diff] [blame] | 10796 | /* set up the locks for the AQ, do this only once in probe |
| 10797 | * and destroy them only once in remove |
| 10798 | */ |
| 10799 | mutex_init(&hw->aq.asq_mutex); |
| 10800 | mutex_init(&hw->aq.arq_mutex); |
| 10801 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10802 | err = i40e_init_adminq(hw); |
Carolyn Wyborny | 2b2426a76 | 2015-10-26 19:44:35 -0400 | [diff] [blame] | 10803 | if (err) { |
| 10804 | if (err == I40E_ERR_FIRMWARE_API_VERSION) |
| 10805 | dev_info(&pdev->dev, |
| 10806 | "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"); |
| 10807 | else |
| 10808 | dev_info(&pdev->dev, |
| 10809 | "The driver for the device stopped because the device firmware failed to init. Try updating your NVM image.\n"); |
| 10810 | |
| 10811 | goto err_pf_reset; |
| 10812 | } |
Carolyn Wyborny | f0b4444 | 2015-08-31 19:54:49 -0400 | [diff] [blame] | 10813 | |
Shannon Nelson | 6dec101 | 2015-09-28 14:12:30 -0400 | [diff] [blame] | 10814 | /* provide nvm, fw, api versions */ |
| 10815 | dev_info(&pdev->dev, "fw %d.%d.%05d api %d.%d nvm %s\n", |
| 10816 | hw->aq.fw_maj_ver, hw->aq.fw_min_ver, hw->aq.fw_build, |
| 10817 | hw->aq.api_maj_ver, hw->aq.api_min_ver, |
| 10818 | i40e_nvm_version_str(hw)); |
Carolyn Wyborny | f0b4444 | 2015-08-31 19:54:49 -0400 | [diff] [blame] | 10819 | |
Catherine Sullivan | 7aa6761 | 2014-07-09 07:46:17 +0000 | [diff] [blame] | 10820 | if (hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR && |
| 10821 | hw->aq.api_min_ver > I40E_FW_API_VERSION_MINOR) |
Shannon Nelson | 278b6f6 | 2014-06-04 01:41:03 +0000 | [diff] [blame] | 10822 | dev_info(&pdev->dev, |
Catherine Sullivan | 7aa6761 | 2014-07-09 07:46:17 +0000 | [diff] [blame] | 10823 | "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"); |
| 10824 | else if (hw->aq.api_maj_ver < I40E_FW_API_VERSION_MAJOR || |
| 10825 | hw->aq.api_min_ver < (I40E_FW_API_VERSION_MINOR - 1)) |
Shannon Nelson | 278b6f6 | 2014-06-04 01:41:03 +0000 | [diff] [blame] | 10826 | dev_info(&pdev->dev, |
Catherine Sullivan | 7aa6761 | 2014-07-09 07:46:17 +0000 | [diff] [blame] | 10827 | "The driver for the device detected an older version of the NVM image than expected. Please update the NVM image.\n"); |
Shannon Nelson | 278b6f6 | 2014-06-04 01:41:03 +0000 | [diff] [blame] | 10828 | |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 10829 | i40e_verify_eeprom(pf); |
| 10830 | |
Jesse Brandeburg | 2c5fe33 | 2014-04-23 04:49:57 +0000 | [diff] [blame] | 10831 | /* Rev 0 hardware was never productized */ |
| 10832 | if (hw->revision_id < 1) |
| 10833 | 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"); |
| 10834 | |
Shannon Nelson | 6ff4ef8 | 2013-12-21 05:44:49 +0000 | [diff] [blame] | 10835 | i40e_clear_pxe_mode(hw); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10836 | err = i40e_get_capabilities(pf); |
| 10837 | if (err) |
| 10838 | goto err_adminq_setup; |
| 10839 | |
| 10840 | err = i40e_sw_init(pf); |
| 10841 | if (err) { |
| 10842 | dev_info(&pdev->dev, "sw_init failed: %d\n", err); |
| 10843 | goto err_sw_init; |
| 10844 | } |
| 10845 | |
| 10846 | err = i40e_init_lan_hmc(hw, hw->func_caps.num_tx_qp, |
| 10847 | hw->func_caps.num_rx_qp, |
| 10848 | pf->fcoe_hmc_cntx_num, pf->fcoe_hmc_filt_num); |
| 10849 | if (err) { |
| 10850 | dev_info(&pdev->dev, "init_lan_hmc failed: %d\n", err); |
| 10851 | goto err_init_lan_hmc; |
| 10852 | } |
| 10853 | |
| 10854 | err = i40e_configure_lan_hmc(hw, I40E_HMC_MODEL_DIRECT_ONLY); |
| 10855 | if (err) { |
| 10856 | dev_info(&pdev->dev, "configure_lan_hmc failed: %d\n", err); |
| 10857 | err = -ENOENT; |
| 10858 | goto err_configure_lan_hmc; |
| 10859 | } |
| 10860 | |
Neerav Parikh | b686ece | 2014-12-14 01:55:11 +0000 | [diff] [blame] | 10861 | /* Disable LLDP for NICs that have firmware versions lower than v4.3. |
| 10862 | * Ignore error return codes because if it was already disabled via |
| 10863 | * hardware settings this will fail |
| 10864 | */ |
Neerav Parikh | f1bbad3 | 2016-01-13 16:51:39 -0800 | [diff] [blame] | 10865 | if (pf->flags & I40E_FLAG_STOP_FW_LLDP) { |
Neerav Parikh | b686ece | 2014-12-14 01:55:11 +0000 | [diff] [blame] | 10866 | dev_info(&pdev->dev, "Stopping firmware LLDP agent.\n"); |
| 10867 | i40e_aq_stop_lldp(hw, true, NULL); |
| 10868 | } |
| 10869 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10870 | i40e_get_mac_addr(hw, hw->mac.addr); |
Sowmini Varadhan | b499ffb | 2015-12-07 15:06:34 -0500 | [diff] [blame] | 10871 | /* allow a platform config to override the HW addr */ |
| 10872 | i40e_get_platform_mac_addr(pdev, pf); |
Jesse Brandeburg | f62b506 | 2013-11-28 06:39:27 +0000 | [diff] [blame] | 10873 | if (!is_valid_ether_addr(hw->mac.addr)) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10874 | dev_info(&pdev->dev, "invalid MAC address %pM\n", hw->mac.addr); |
| 10875 | err = -EIO; |
| 10876 | goto err_mac_addr; |
| 10877 | } |
| 10878 | dev_info(&pdev->dev, "MAC address: %pM\n", hw->mac.addr); |
Greg Rose | 9a17390 | 2014-05-22 06:32:02 +0000 | [diff] [blame] | 10879 | ether_addr_copy(hw->mac.perm_addr, hw->mac.addr); |
Neerav Parikh | 1f224ad | 2014-02-12 01:45:31 +0000 | [diff] [blame] | 10880 | i40e_get_port_mac_addr(hw, hw->mac.port_addr); |
| 10881 | if (is_valid_ether_addr(hw->mac.port_addr)) |
| 10882 | pf->flags |= I40E_FLAG_PORT_ID_VALID; |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 10883 | #ifdef I40E_FCOE |
| 10884 | err = i40e_get_san_mac_addr(hw, hw->mac.san_addr); |
| 10885 | if (err) |
| 10886 | dev_info(&pdev->dev, |
| 10887 | "(non-fatal) SAN MAC retrieval failed: %d\n", err); |
| 10888 | if (!is_valid_ether_addr(hw->mac.san_addr)) { |
| 10889 | dev_warn(&pdev->dev, "invalid SAN MAC address %pM, falling back to LAN MAC\n", |
| 10890 | hw->mac.san_addr); |
| 10891 | ether_addr_copy(hw->mac.san_addr, hw->mac.addr); |
| 10892 | } |
| 10893 | dev_info(&pf->pdev->dev, "SAN MAC: %pM\n", hw->mac.san_addr); |
| 10894 | #endif /* I40E_FCOE */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10895 | |
| 10896 | pci_set_drvdata(pdev, pf); |
| 10897 | pci_save_state(pdev); |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 10898 | #ifdef CONFIG_I40E_DCB |
| 10899 | err = i40e_init_pf_dcb(pf); |
| 10900 | if (err) { |
Shannon Nelson | aebfc81 | 2014-12-11 07:06:38 +0000 | [diff] [blame] | 10901 | dev_info(&pdev->dev, "DCB init failed %d, disabled\n", err); |
Neerav Parikh | 4d9b604 | 2014-05-22 06:31:51 +0000 | [diff] [blame] | 10902 | pf->flags &= ~I40E_FLAG_DCB_CAPABLE; |
Neerav Parikh | 014269f | 2014-04-01 07:11:48 +0000 | [diff] [blame] | 10903 | /* Continue without DCB enabled */ |
Neerav Parikh | 4e3b35b | 2014-01-17 15:36:37 -0800 | [diff] [blame] | 10904 | } |
| 10905 | #endif /* CONFIG_I40E_DCB */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10906 | |
| 10907 | /* set up periodic task facility */ |
| 10908 | setup_timer(&pf->service_timer, i40e_service_timer, (unsigned long)pf); |
| 10909 | pf->service_timer_period = HZ; |
| 10910 | |
| 10911 | INIT_WORK(&pf->service_task, i40e_service_task); |
| 10912 | clear_bit(__I40E_SERVICE_SCHED, &pf->state); |
| 10913 | pf->flags |= I40E_FLAG_NEED_LINK_UPDATE; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10914 | |
Shannon Nelson | 1d5109d | 2015-08-26 15:14:08 -0400 | [diff] [blame] | 10915 | /* NVM bit on means WoL disabled for the port */ |
| 10916 | i40e_read_nvm_word(hw, I40E_SR_NVM_WAKE_ON_LAN, &wol_nvm_bits); |
Jesse Brandeburg | 75f5cea | 2015-11-19 11:34:14 -0800 | [diff] [blame] | 10917 | if (BIT (hw->port) & wol_nvm_bits || hw->partition_id != 1) |
Shannon Nelson | 1d5109d | 2015-08-26 15:14:08 -0400 | [diff] [blame] | 10918 | pf->wol_en = false; |
| 10919 | else |
| 10920 | pf->wol_en = true; |
Shannon Nelson | 8e2773a | 2013-11-28 06:39:22 +0000 | [diff] [blame] | 10921 | device_set_wakeup_enable(&pf->pdev->dev, pf->wol_en); |
| 10922 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10923 | /* set up the main switch operations */ |
| 10924 | i40e_determine_queue_usage(pf); |
Jesse Brandeburg | c1147280 | 2015-04-07 19:45:39 -0400 | [diff] [blame] | 10925 | err = i40e_init_interrupt_scheme(pf); |
| 10926 | if (err) |
| 10927 | goto err_switch_setup; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10928 | |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 10929 | /* The number of VSIs reported by the FW is the minimum guaranteed |
| 10930 | * to us; HW supports far more and we share the remaining pool with |
| 10931 | * the other PFs. We allocate space for more than the guarantee with |
| 10932 | * the understanding that we might not get them all later. |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10933 | */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 10934 | if (pf->hw.func_caps.num_vsis < I40E_MIN_VSI_ALLOC) |
| 10935 | pf->num_alloc_vsi = I40E_MIN_VSI_ALLOC; |
| 10936 | else |
| 10937 | pf->num_alloc_vsi = pf->hw.func_caps.num_vsis; |
| 10938 | |
| 10939 | /* Set up the *vsi struct and our local tracking of the MAIN PF vsi. */ |
Jesse Brandeburg | d17038d | 2015-12-23 12:05:55 -0800 | [diff] [blame] | 10940 | pf->vsi = kcalloc(pf->num_alloc_vsi, sizeof(struct i40e_vsi *), |
| 10941 | GFP_KERNEL); |
Wei Yongjun | ed87ac0 | 2013-09-24 05:17:25 +0000 | [diff] [blame] | 10942 | if (!pf->vsi) { |
| 10943 | err = -ENOMEM; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10944 | goto err_switch_setup; |
Wei Yongjun | ed87ac0 | 2013-09-24 05:17:25 +0000 | [diff] [blame] | 10945 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10946 | |
Anjali Singhai Jain | fa11cb3 | 2015-05-27 12:06:14 -0400 | [diff] [blame] | 10947 | #ifdef CONFIG_PCI_IOV |
| 10948 | /* prep for VF support */ |
| 10949 | if ((pf->flags & I40E_FLAG_SRIOV_ENABLED) && |
| 10950 | (pf->flags & I40E_FLAG_MSIX_ENABLED) && |
| 10951 | !test_bit(__I40E_BAD_EEPROM, &pf->state)) { |
| 10952 | if (pci_num_vf(pdev)) |
| 10953 | pf->flags |= I40E_FLAG_VEB_MODE_ENABLED; |
| 10954 | } |
| 10955 | #endif |
Anjali Singhai Jain | bc7d338 | 2013-11-26 10:49:18 +0000 | [diff] [blame] | 10956 | err = i40e_setup_pf_switch(pf, false); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10957 | if (err) { |
| 10958 | dev_info(&pdev->dev, "setup_pf_switch failed: %d\n", err); |
| 10959 | goto err_vsis; |
| 10960 | } |
Helin Zhang | 58fc326 | 2015-10-01 14:37:38 -0400 | [diff] [blame] | 10961 | |
| 10962 | /* Make sure flow control is set according to current settings */ |
| 10963 | err = i40e_set_fc(hw, &set_fc_aq_fail, true); |
| 10964 | if (set_fc_aq_fail & I40E_SET_FC_AQ_FAIL_GET) |
| 10965 | dev_dbg(&pf->pdev->dev, |
| 10966 | "Set fc with err %s aq_err %s on get_phy_cap\n", |
| 10967 | i40e_stat_str(hw, err), |
| 10968 | i40e_aq_str(hw, hw->aq.asq_last_status)); |
| 10969 | if (set_fc_aq_fail & I40E_SET_FC_AQ_FAIL_SET) |
| 10970 | dev_dbg(&pf->pdev->dev, |
| 10971 | "Set fc with err %s aq_err %s on set_phy_config\n", |
| 10972 | i40e_stat_str(hw, err), |
| 10973 | i40e_aq_str(hw, hw->aq.asq_last_status)); |
| 10974 | if (set_fc_aq_fail & I40E_SET_FC_AQ_FAIL_UPDATE) |
| 10975 | dev_dbg(&pf->pdev->dev, |
| 10976 | "Set fc with err %s aq_err %s on get_link_info\n", |
| 10977 | i40e_stat_str(hw, err), |
| 10978 | i40e_aq_str(hw, hw->aq.asq_last_status)); |
| 10979 | |
Shannon Nelson | 8a9eb7d | 2014-03-14 07:32:28 +0000 | [diff] [blame] | 10980 | /* if FDIR VSI was set up, start it now */ |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 10981 | for (i = 0; i < pf->num_alloc_vsi; i++) { |
Shannon Nelson | 8a9eb7d | 2014-03-14 07:32:28 +0000 | [diff] [blame] | 10982 | if (pf->vsi[i] && pf->vsi[i]->type == I40E_VSI_FDIR) { |
| 10983 | i40e_vsi_open(pf->vsi[i]); |
| 10984 | break; |
| 10985 | } |
| 10986 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 10987 | |
Shannon Nelson | 2f0aff4 | 2016-01-04 10:33:08 -0800 | [diff] [blame] | 10988 | /* The driver only wants link up/down and module qualification |
| 10989 | * reports from firmware. Note the negative logic. |
Jesse Brandeburg | 7e2453f | 2014-09-13 07:40:41 +0000 | [diff] [blame] | 10990 | */ |
| 10991 | err = i40e_aq_set_phy_int_mask(&pf->hw, |
Shannon Nelson | 2f0aff4 | 2016-01-04 10:33:08 -0800 | [diff] [blame] | 10992 | ~(I40E_AQ_EVENT_LINK_UPDOWN | |
| 10993 | I40E_AQ_EVENT_MODULE_QUAL_FAIL), NULL); |
Jesse Brandeburg | 7e2453f | 2014-09-13 07:40:41 +0000 | [diff] [blame] | 10994 | if (err) |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 10995 | dev_info(&pf->pdev->dev, "set phy mask fail, err %s aq_err %s\n", |
| 10996 | i40e_stat_str(&pf->hw, err), |
| 10997 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Jesse Brandeburg | 7e2453f | 2014-09-13 07:40:41 +0000 | [diff] [blame] | 10998 | |
Anjali Singhai Jain | 4f2f017c | 2015-10-21 19:47:07 -0400 | [diff] [blame] | 10999 | /* Reconfigure hardware for allowing smaller MSS in the case |
| 11000 | * of TSO, so that we avoid the MDD being fired and causing |
| 11001 | * a reset in the case of small MSS+TSO. |
| 11002 | */ |
| 11003 | val = rd32(hw, I40E_REG_MSS); |
| 11004 | if ((val & I40E_REG_MSS_MIN_MASK) > I40E_64BYTE_MSS) { |
| 11005 | val &= ~I40E_REG_MSS_MIN_MASK; |
| 11006 | val |= I40E_64BYTE_MSS; |
| 11007 | wr32(hw, I40E_REG_MSS, val); |
| 11008 | } |
| 11009 | |
Anjali Singhai Jain | 8eed76f | 2015-12-09 15:50:31 -0800 | [diff] [blame] | 11010 | if (pf->flags & I40E_FLAG_RESTART_AUTONEG) { |
Anjali Singhai Jain | 025b4a5 | 2015-02-24 06:58:46 +0000 | [diff] [blame] | 11011 | msleep(75); |
| 11012 | err = i40e_aq_set_link_restart_an(&pf->hw, true, NULL); |
| 11013 | if (err) |
Shannon Nelson | f1c7e72 | 2015-06-04 16:24:01 -0400 | [diff] [blame] | 11014 | dev_info(&pf->pdev->dev, "link restart failed, err %s aq_err %s\n", |
| 11015 | i40e_stat_str(&pf->hw, err), |
| 11016 | i40e_aq_str(&pf->hw, |
| 11017 | pf->hw.aq.asq_last_status)); |
Anjali Singhai Jain | cafa2ee | 2014-09-13 07:40:45 +0000 | [diff] [blame] | 11018 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11019 | /* The main driver is (mostly) up and happy. We need to set this state |
| 11020 | * before setting up the misc vector or we get a race and the vector |
| 11021 | * ends up disabled forever. |
| 11022 | */ |
| 11023 | clear_bit(__I40E_DOWN, &pf->state); |
| 11024 | |
| 11025 | /* In case of MSIX we are going to setup the misc vector right here |
| 11026 | * to handle admin queue events etc. In case of legacy and MSI |
| 11027 | * the misc functionality and queue processing is combined in |
| 11028 | * the same vector and that gets setup at open. |
| 11029 | */ |
| 11030 | if (pf->flags & I40E_FLAG_MSIX_ENABLED) { |
| 11031 | err = i40e_setup_misc_vector(pf); |
| 11032 | if (err) { |
| 11033 | dev_info(&pdev->dev, |
| 11034 | "setup of misc vector failed: %d\n", err); |
| 11035 | goto err_vsis; |
| 11036 | } |
| 11037 | } |
| 11038 | |
Greg Rose | df805f6 | 2014-04-04 04:43:16 +0000 | [diff] [blame] | 11039 | #ifdef CONFIG_PCI_IOV |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11040 | /* prep for VF support */ |
| 11041 | if ((pf->flags & I40E_FLAG_SRIOV_ENABLED) && |
Shannon Nelson | 4eb3f76 | 2014-03-06 08:59:58 +0000 | [diff] [blame] | 11042 | (pf->flags & I40E_FLAG_MSIX_ENABLED) && |
| 11043 | !test_bit(__I40E_BAD_EEPROM, &pf->state)) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11044 | /* disable link interrupts for VFs */ |
| 11045 | val = rd32(hw, I40E_PFGEN_PORTMDIO_NUM); |
| 11046 | val &= ~I40E_PFGEN_PORTMDIO_NUM_VFLINK_STAT_ENA_MASK; |
| 11047 | wr32(hw, I40E_PFGEN_PORTMDIO_NUM, val); |
| 11048 | i40e_flush(hw); |
Mitch Williams | 4aeec01 | 2014-02-13 03:48:47 -0800 | [diff] [blame] | 11049 | |
| 11050 | if (pci_num_vf(pdev)) { |
| 11051 | dev_info(&pdev->dev, |
| 11052 | "Active VFs found, allocating resources.\n"); |
| 11053 | err = i40e_alloc_vfs(pf, pci_num_vf(pdev)); |
| 11054 | if (err) |
| 11055 | dev_info(&pdev->dev, |
| 11056 | "Error %d allocating resources for existing VFs\n", |
| 11057 | err); |
| 11058 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11059 | } |
Greg Rose | df805f6 | 2014-04-04 04:43:16 +0000 | [diff] [blame] | 11060 | #endif /* CONFIG_PCI_IOV */ |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11061 | |
Anjali Singhai Jain | 93cd765 | 2013-11-20 10:03:01 +0000 | [diff] [blame] | 11062 | pfs_found++; |
| 11063 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11064 | i40e_dbg_pf_init(pf); |
| 11065 | |
| 11066 | /* tell the firmware that we're starting */ |
Jesse Brandeburg | 44033fa | 2014-04-23 04:50:15 +0000 | [diff] [blame] | 11067 | i40e_send_version(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11068 | |
| 11069 | /* since everything's happy, start the service_task timer */ |
| 11070 | mod_timer(&pf->service_timer, |
| 11071 | round_jiffies(jiffies + pf->service_timer_period)); |
| 11072 | |
Vasu Dev | 38e0043 | 2014-08-01 13:27:03 -0700 | [diff] [blame] | 11073 | #ifdef I40E_FCOE |
| 11074 | /* create FCoE interface */ |
| 11075 | i40e_fcoe_vsi_setup(pf); |
| 11076 | |
| 11077 | #endif |
Anjali Singhai Jain | 3fced53 | 2015-09-03 17:18:59 -0400 | [diff] [blame] | 11078 | #define PCI_SPEED_SIZE 8 |
| 11079 | #define PCI_WIDTH_SIZE 8 |
| 11080 | /* Devices on the IOSF bus do not have this information |
| 11081 | * and will report PCI Gen 1 x 1 by default so don't bother |
| 11082 | * checking them. |
| 11083 | */ |
| 11084 | if (!(pf->flags & I40E_FLAG_NO_PCI_LINK_CHECK)) { |
| 11085 | char speed[PCI_SPEED_SIZE] = "Unknown"; |
| 11086 | char width[PCI_WIDTH_SIZE] = "Unknown"; |
Catherine Sullivan | d4dfb81 | 2013-11-28 06:39:21 +0000 | [diff] [blame] | 11087 | |
Anjali Singhai Jain | 3fced53 | 2015-09-03 17:18:59 -0400 | [diff] [blame] | 11088 | /* Get the negotiated link width and speed from PCI config |
| 11089 | * space |
| 11090 | */ |
| 11091 | pcie_capability_read_word(pf->pdev, PCI_EXP_LNKSTA, |
| 11092 | &link_status); |
Catherine Sullivan | d4dfb81 | 2013-11-28 06:39:21 +0000 | [diff] [blame] | 11093 | |
Anjali Singhai Jain | 3fced53 | 2015-09-03 17:18:59 -0400 | [diff] [blame] | 11094 | i40e_set_pci_config_data(hw, link_status); |
Catherine Sullivan | d4dfb81 | 2013-11-28 06:39:21 +0000 | [diff] [blame] | 11095 | |
Anjali Singhai Jain | 3fced53 | 2015-09-03 17:18:59 -0400 | [diff] [blame] | 11096 | switch (hw->bus.speed) { |
| 11097 | case i40e_bus_speed_8000: |
| 11098 | strncpy(speed, "8.0", PCI_SPEED_SIZE); break; |
| 11099 | case i40e_bus_speed_5000: |
| 11100 | strncpy(speed, "5.0", PCI_SPEED_SIZE); break; |
| 11101 | case i40e_bus_speed_2500: |
| 11102 | strncpy(speed, "2.5", PCI_SPEED_SIZE); break; |
| 11103 | default: |
| 11104 | break; |
| 11105 | } |
| 11106 | switch (hw->bus.width) { |
| 11107 | case i40e_bus_width_pcie_x8: |
| 11108 | strncpy(width, "8", PCI_WIDTH_SIZE); break; |
| 11109 | case i40e_bus_width_pcie_x4: |
| 11110 | strncpy(width, "4", PCI_WIDTH_SIZE); break; |
| 11111 | case i40e_bus_width_pcie_x2: |
| 11112 | strncpy(width, "2", PCI_WIDTH_SIZE); break; |
| 11113 | case i40e_bus_width_pcie_x1: |
| 11114 | strncpy(width, "1", PCI_WIDTH_SIZE); break; |
| 11115 | default: |
| 11116 | break; |
| 11117 | } |
| 11118 | |
| 11119 | dev_info(&pdev->dev, "PCI-Express: Speed %sGT/s Width x%s\n", |
| 11120 | speed, width); |
| 11121 | |
| 11122 | if (hw->bus.width < i40e_bus_width_pcie_x8 || |
| 11123 | hw->bus.speed < i40e_bus_speed_8000) { |
| 11124 | dev_warn(&pdev->dev, "PCI-Express bandwidth available for this device may be insufficient for optimal performance.\n"); |
| 11125 | dev_warn(&pdev->dev, "Please move the device to a different PCI-e link with more lanes and/or higher transfer rate.\n"); |
| 11126 | } |
Catherine Sullivan | d4dfb81 | 2013-11-28 06:39:21 +0000 | [diff] [blame] | 11127 | } |
| 11128 | |
Catherine Sullivan | e827845 | 2015-02-06 08:52:08 +0000 | [diff] [blame] | 11129 | /* get the requested speeds from the fw */ |
| 11130 | err = i40e_aq_get_phy_capabilities(hw, false, false, &abilities, NULL); |
| 11131 | if (err) |
Neerav Parikh | 8279e49 | 2015-09-03 17:18:50 -0400 | [diff] [blame] | 11132 | dev_dbg(&pf->pdev->dev, "get requested speeds ret = %s last_status = %s\n", |
| 11133 | i40e_stat_str(&pf->hw, err), |
| 11134 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
Catherine Sullivan | e827845 | 2015-02-06 08:52:08 +0000 | [diff] [blame] | 11135 | pf->hw.phy.link_info.requested_speeds = abilities.link_speed; |
| 11136 | |
Catherine Sullivan | fc72dbc | 2015-09-01 11:36:30 -0400 | [diff] [blame] | 11137 | /* get the supported phy types from the fw */ |
| 11138 | err = i40e_aq_get_phy_capabilities(hw, false, true, &abilities, NULL); |
| 11139 | if (err) |
| 11140 | dev_dbg(&pf->pdev->dev, "get supported phy types ret = %s last_status = %s\n", |
| 11141 | i40e_stat_str(&pf->hw, err), |
| 11142 | i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); |
| 11143 | pf->hw.phy.phy_types = le32_to_cpu(abilities.phy_type); |
| 11144 | |
Anjali Singhai Jain | e7358f5 | 2015-10-01 14:37:34 -0400 | [diff] [blame] | 11145 | /* Add a filter to drop all Flow control frames from any VSI from being |
| 11146 | * transmitted. By doing so we stop a malicious VF from sending out |
| 11147 | * PAUSE or PFC frames and potentially controlling traffic for other |
| 11148 | * PF/VF VSIs. |
| 11149 | * The FW can still send Flow control frames if enabled. |
| 11150 | */ |
| 11151 | i40e_add_filter_to_drop_tx_flow_control_frames(&pf->hw, |
| 11152 | pf->main_vsi_seid); |
| 11153 | |
Carolyn Wyborny | 31b606d | 2016-02-17 16:12:12 -0800 | [diff] [blame] | 11154 | if ((pf->hw.device_id == I40E_DEV_ID_10G_BASE_T) || |
| 11155 | (pf->hw.device_id == I40E_DEV_ID_10G_BASE_T4)) |
| 11156 | pf->flags |= I40E_FLAG_HAVE_10GBASET_PHY; |
| 11157 | |
Jesse Brandeburg | 0c22b3d | 2014-02-11 08:24:14 +0000 | [diff] [blame] | 11158 | /* print a string summarizing features */ |
| 11159 | i40e_print_features(pf); |
| 11160 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11161 | return 0; |
| 11162 | |
| 11163 | /* Unwind what we've done if something failed in the setup */ |
| 11164 | err_vsis: |
| 11165 | set_bit(__I40E_DOWN, &pf->state); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11166 | i40e_clear_interrupt_scheme(pf); |
| 11167 | kfree(pf->vsi); |
Shannon Nelson | 04b0301 | 2013-11-28 06:39:34 +0000 | [diff] [blame] | 11168 | err_switch_setup: |
| 11169 | i40e_reset_interrupt_capability(pf); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11170 | del_timer_sync(&pf->service_timer); |
| 11171 | err_mac_addr: |
| 11172 | err_configure_lan_hmc: |
| 11173 | (void)i40e_shutdown_lan_hmc(hw); |
| 11174 | err_init_lan_hmc: |
| 11175 | kfree(pf->qp_pile); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11176 | err_sw_init: |
| 11177 | err_adminq_setup: |
| 11178 | (void)i40e_shutdown_adminq(hw); |
| 11179 | err_pf_reset: |
| 11180 | iounmap(hw->hw_addr); |
| 11181 | err_ioremap: |
| 11182 | kfree(pf); |
| 11183 | err_pf_alloc: |
| 11184 | pci_disable_pcie_error_reporting(pdev); |
| 11185 | pci_release_selected_regions(pdev, |
| 11186 | pci_select_bars(pdev, IORESOURCE_MEM)); |
| 11187 | err_pci_reg: |
| 11188 | err_dma: |
| 11189 | pci_disable_device(pdev); |
| 11190 | return err; |
| 11191 | } |
| 11192 | |
| 11193 | /** |
| 11194 | * i40e_remove - Device removal routine |
| 11195 | * @pdev: PCI device information struct |
| 11196 | * |
| 11197 | * i40e_remove is called by the PCI subsystem to alert the driver |
| 11198 | * that is should release a PCI device. This could be caused by a |
| 11199 | * Hot-Plug event, or because the driver is going to be removed from |
| 11200 | * memory. |
| 11201 | **/ |
| 11202 | static void i40e_remove(struct pci_dev *pdev) |
| 11203 | { |
| 11204 | struct i40e_pf *pf = pci_get_drvdata(pdev); |
Carolyn Wyborny | bcab2db | 2015-09-28 14:16:55 -0400 | [diff] [blame] | 11205 | struct i40e_hw *hw = &pf->hw; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11206 | i40e_status ret_code; |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11207 | int i; |
| 11208 | |
| 11209 | i40e_dbg_pf_exit(pf); |
| 11210 | |
Jacob Keller | beb0dff | 2014-01-11 05:43:19 +0000 | [diff] [blame] | 11211 | i40e_ptp_stop(pf); |
| 11212 | |
Carolyn Wyborny | bcab2db | 2015-09-28 14:16:55 -0400 | [diff] [blame] | 11213 | /* Disable RSS in hw */ |
Shannon Nelson | 272cdaf2 | 2016-02-17 16:12:21 -0800 | [diff] [blame] | 11214 | i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), 0); |
| 11215 | i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), 0); |
Carolyn Wyborny | bcab2db | 2015-09-28 14:16:55 -0400 | [diff] [blame] | 11216 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11217 | /* no more scheduling of any task */ |
Pandi Kumar Maharajan | a4618ec | 2016-02-18 09:19:25 -0800 | [diff] [blame] | 11218 | set_bit(__I40E_SUSPENDED, &pf->state); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11219 | set_bit(__I40E_DOWN, &pf->state); |
| 11220 | del_timer_sync(&pf->service_timer); |
| 11221 | cancel_work_sync(&pf->service_task); |
| 11222 | |
Mitch Williams | eb2d80b | 2014-02-13 03:48:48 -0800 | [diff] [blame] | 11223 | if (pf->flags & I40E_FLAG_SRIOV_ENABLED) { |
| 11224 | i40e_free_vfs(pf); |
| 11225 | pf->flags &= ~I40E_FLAG_SRIOV_ENABLED; |
| 11226 | } |
| 11227 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11228 | i40e_fdir_teardown(pf); |
| 11229 | |
| 11230 | /* If there is a switch structure or any orphans, remove them. |
| 11231 | * This will leave only the PF's VSI remaining. |
| 11232 | */ |
| 11233 | for (i = 0; i < I40E_MAX_VEB; i++) { |
| 11234 | if (!pf->veb[i]) |
| 11235 | continue; |
| 11236 | |
| 11237 | if (pf->veb[i]->uplink_seid == pf->mac_seid || |
| 11238 | pf->veb[i]->uplink_seid == 0) |
| 11239 | i40e_switch_branch_release(pf->veb[i]); |
| 11240 | } |
| 11241 | |
| 11242 | /* Now we can shutdown the PF's VSI, just before we kill |
| 11243 | * adminq and hmc. |
| 11244 | */ |
| 11245 | if (pf->vsi[pf->lan_vsi]) |
| 11246 | i40e_vsi_release(pf->vsi[pf->lan_vsi]); |
| 11247 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11248 | /* shutdown and destroy the HMC */ |
Jesse Brandeburg | f734dff | 2016-01-15 14:33:11 -0800 | [diff] [blame] | 11249 | if (hw->hmc.hmc_obj) { |
| 11250 | ret_code = i40e_shutdown_lan_hmc(hw); |
Shannon Nelson | 60442de | 2014-04-23 04:50:13 +0000 | [diff] [blame] | 11251 | if (ret_code) |
| 11252 | dev_warn(&pdev->dev, |
| 11253 | "Failed to destroy the HMC resources: %d\n", |
| 11254 | ret_code); |
| 11255 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11256 | |
| 11257 | /* shutdown the adminq */ |
Jesse Brandeburg | f734dff | 2016-01-15 14:33:11 -0800 | [diff] [blame] | 11258 | ret_code = i40e_shutdown_adminq(hw); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11259 | if (ret_code) |
| 11260 | dev_warn(&pdev->dev, |
| 11261 | "Failed to destroy the Admin Queue resources: %d\n", |
| 11262 | ret_code); |
| 11263 | |
Jesse Brandeburg | 8ddb332 | 2015-11-18 15:47:06 -0800 | [diff] [blame] | 11264 | /* destroy the locks only once, here */ |
| 11265 | mutex_destroy(&hw->aq.arq_mutex); |
| 11266 | mutex_destroy(&hw->aq.asq_mutex); |
| 11267 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11268 | /* Clear all dynamic memory lists of rings, q_vectors, and VSIs */ |
| 11269 | i40e_clear_interrupt_scheme(pf); |
Mitch Williams | 505682c | 2014-05-20 08:01:37 +0000 | [diff] [blame] | 11270 | for (i = 0; i < pf->num_alloc_vsi; i++) { |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11271 | if (pf->vsi[i]) { |
| 11272 | i40e_vsi_clear_rings(pf->vsi[i]); |
| 11273 | i40e_vsi_clear(pf->vsi[i]); |
| 11274 | pf->vsi[i] = NULL; |
| 11275 | } |
| 11276 | } |
| 11277 | |
| 11278 | for (i = 0; i < I40E_MAX_VEB; i++) { |
| 11279 | kfree(pf->veb[i]); |
| 11280 | pf->veb[i] = NULL; |
| 11281 | } |
| 11282 | |
| 11283 | kfree(pf->qp_pile); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11284 | kfree(pf->vsi); |
| 11285 | |
Jesse Brandeburg | f734dff | 2016-01-15 14:33:11 -0800 | [diff] [blame] | 11286 | iounmap(hw->hw_addr); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11287 | kfree(pf); |
| 11288 | pci_release_selected_regions(pdev, |
| 11289 | pci_select_bars(pdev, IORESOURCE_MEM)); |
| 11290 | |
| 11291 | pci_disable_pcie_error_reporting(pdev); |
| 11292 | pci_disable_device(pdev); |
| 11293 | } |
| 11294 | |
| 11295 | /** |
| 11296 | * i40e_pci_error_detected - warning that something funky happened in PCI land |
| 11297 | * @pdev: PCI device information struct |
| 11298 | * |
| 11299 | * Called to warn that something happened and the error handling steps |
| 11300 | * are in progress. Allows the driver to quiesce things, be ready for |
| 11301 | * remediation. |
| 11302 | **/ |
| 11303 | static pci_ers_result_t i40e_pci_error_detected(struct pci_dev *pdev, |
| 11304 | enum pci_channel_state error) |
| 11305 | { |
| 11306 | struct i40e_pf *pf = pci_get_drvdata(pdev); |
| 11307 | |
| 11308 | dev_info(&pdev->dev, "%s: error %d\n", __func__, error); |
| 11309 | |
| 11310 | /* shutdown all operations */ |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11311 | if (!test_bit(__I40E_SUSPENDED, &pf->state)) { |
| 11312 | rtnl_lock(); |
| 11313 | i40e_prep_for_reset(pf); |
| 11314 | rtnl_unlock(); |
| 11315 | } |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11316 | |
| 11317 | /* Request a slot reset */ |
| 11318 | return PCI_ERS_RESULT_NEED_RESET; |
| 11319 | } |
| 11320 | |
| 11321 | /** |
| 11322 | * i40e_pci_error_slot_reset - a PCI slot reset just happened |
| 11323 | * @pdev: PCI device information struct |
| 11324 | * |
| 11325 | * Called to find if the driver can work with the device now that |
| 11326 | * the pci slot has been reset. If a basic connection seems good |
| 11327 | * (registers are readable and have sane content) then return a |
| 11328 | * happy little PCI_ERS_RESULT_xxx. |
| 11329 | **/ |
| 11330 | static pci_ers_result_t i40e_pci_error_slot_reset(struct pci_dev *pdev) |
| 11331 | { |
| 11332 | struct i40e_pf *pf = pci_get_drvdata(pdev); |
| 11333 | pci_ers_result_t result; |
| 11334 | int err; |
| 11335 | u32 reg; |
| 11336 | |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 11337 | dev_dbg(&pdev->dev, "%s\n", __func__); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11338 | if (pci_enable_device_mem(pdev)) { |
| 11339 | dev_info(&pdev->dev, |
| 11340 | "Cannot re-enable PCI device after reset.\n"); |
| 11341 | result = PCI_ERS_RESULT_DISCONNECT; |
| 11342 | } else { |
| 11343 | pci_set_master(pdev); |
| 11344 | pci_restore_state(pdev); |
| 11345 | pci_save_state(pdev); |
| 11346 | pci_wake_from_d3(pdev, false); |
| 11347 | |
| 11348 | reg = rd32(&pf->hw, I40E_GLGEN_RTRIG); |
| 11349 | if (reg == 0) |
| 11350 | result = PCI_ERS_RESULT_RECOVERED; |
| 11351 | else |
| 11352 | result = PCI_ERS_RESULT_DISCONNECT; |
| 11353 | } |
| 11354 | |
| 11355 | err = pci_cleanup_aer_uncorrect_error_status(pdev); |
| 11356 | if (err) { |
| 11357 | dev_info(&pdev->dev, |
| 11358 | "pci_cleanup_aer_uncorrect_error_status failed 0x%0x\n", |
| 11359 | err); |
| 11360 | /* non-fatal, continue */ |
| 11361 | } |
| 11362 | |
| 11363 | return result; |
| 11364 | } |
| 11365 | |
| 11366 | /** |
| 11367 | * i40e_pci_error_resume - restart operations after PCI error recovery |
| 11368 | * @pdev: PCI device information struct |
| 11369 | * |
| 11370 | * Called to allow the driver to bring things back up after PCI error |
| 11371 | * and/or reset recovery has finished. |
| 11372 | **/ |
| 11373 | static void i40e_pci_error_resume(struct pci_dev *pdev) |
| 11374 | { |
| 11375 | struct i40e_pf *pf = pci_get_drvdata(pdev); |
| 11376 | |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 11377 | dev_dbg(&pdev->dev, "%s\n", __func__); |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11378 | if (test_bit(__I40E_SUSPENDED, &pf->state)) |
| 11379 | return; |
| 11380 | |
| 11381 | rtnl_lock(); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11382 | i40e_handle_reset_warning(pf); |
Vasily Averin | 4c4935a | 2015-07-08 15:04:26 +0300 | [diff] [blame] | 11383 | rtnl_unlock(); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11384 | } |
| 11385 | |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11386 | /** |
| 11387 | * i40e_shutdown - PCI callback for shutting down |
| 11388 | * @pdev: PCI device information struct |
| 11389 | **/ |
| 11390 | static void i40e_shutdown(struct pci_dev *pdev) |
| 11391 | { |
| 11392 | struct i40e_pf *pf = pci_get_drvdata(pdev); |
Shannon Nelson | 8e2773a | 2013-11-28 06:39:22 +0000 | [diff] [blame] | 11393 | struct i40e_hw *hw = &pf->hw; |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11394 | |
| 11395 | set_bit(__I40E_SUSPENDED, &pf->state); |
| 11396 | set_bit(__I40E_DOWN, &pf->state); |
| 11397 | rtnl_lock(); |
| 11398 | i40e_prep_for_reset(pf); |
| 11399 | rtnl_unlock(); |
| 11400 | |
Shannon Nelson | 8e2773a | 2013-11-28 06:39:22 +0000 | [diff] [blame] | 11401 | wr32(hw, I40E_PFPM_APM, (pf->wol_en ? I40E_PFPM_APM_APME_MASK : 0)); |
| 11402 | wr32(hw, I40E_PFPM_WUFC, (pf->wol_en ? I40E_PFPM_WUFC_MAG_MASK : 0)); |
| 11403 | |
Catherine Sullivan | 02b4249 | 2015-07-10 19:35:59 -0400 | [diff] [blame] | 11404 | del_timer_sync(&pf->service_timer); |
| 11405 | cancel_work_sync(&pf->service_task); |
| 11406 | i40e_fdir_teardown(pf); |
| 11407 | |
| 11408 | rtnl_lock(); |
| 11409 | i40e_prep_for_reset(pf); |
| 11410 | rtnl_unlock(); |
| 11411 | |
| 11412 | wr32(hw, I40E_PFPM_APM, |
| 11413 | (pf->wol_en ? I40E_PFPM_APM_APME_MASK : 0)); |
| 11414 | wr32(hw, I40E_PFPM_WUFC, |
| 11415 | (pf->wol_en ? I40E_PFPM_WUFC_MAG_MASK : 0)); |
| 11416 | |
Shannon Nelson | e147758 | 2015-02-21 06:44:33 +0000 | [diff] [blame] | 11417 | i40e_clear_interrupt_scheme(pf); |
| 11418 | |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11419 | if (system_state == SYSTEM_POWER_OFF) { |
Shannon Nelson | 8e2773a | 2013-11-28 06:39:22 +0000 | [diff] [blame] | 11420 | pci_wake_from_d3(pdev, pf->wol_en); |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11421 | pci_set_power_state(pdev, PCI_D3hot); |
| 11422 | } |
| 11423 | } |
| 11424 | |
| 11425 | #ifdef CONFIG_PM |
| 11426 | /** |
| 11427 | * i40e_suspend - PCI callback for moving to D3 |
| 11428 | * @pdev: PCI device information struct |
| 11429 | **/ |
| 11430 | static int i40e_suspend(struct pci_dev *pdev, pm_message_t state) |
| 11431 | { |
| 11432 | struct i40e_pf *pf = pci_get_drvdata(pdev); |
Shannon Nelson | 8e2773a | 2013-11-28 06:39:22 +0000 | [diff] [blame] | 11433 | struct i40e_hw *hw = &pf->hw; |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11434 | |
| 11435 | set_bit(__I40E_SUSPENDED, &pf->state); |
| 11436 | set_bit(__I40E_DOWN, &pf->state); |
Mitch Williams | 3932dbf | 2015-03-31 00:45:04 -0700 | [diff] [blame] | 11437 | |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11438 | rtnl_lock(); |
| 11439 | i40e_prep_for_reset(pf); |
| 11440 | rtnl_unlock(); |
| 11441 | |
Shannon Nelson | 8e2773a | 2013-11-28 06:39:22 +0000 | [diff] [blame] | 11442 | wr32(hw, I40E_PFPM_APM, (pf->wol_en ? I40E_PFPM_APM_APME_MASK : 0)); |
| 11443 | wr32(hw, I40E_PFPM_WUFC, (pf->wol_en ? I40E_PFPM_WUFC_MAG_MASK : 0)); |
| 11444 | |
| 11445 | pci_wake_from_d3(pdev, pf->wol_en); |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11446 | pci_set_power_state(pdev, PCI_D3hot); |
| 11447 | |
| 11448 | return 0; |
| 11449 | } |
| 11450 | |
| 11451 | /** |
| 11452 | * i40e_resume - PCI callback for waking up from D3 |
| 11453 | * @pdev: PCI device information struct |
| 11454 | **/ |
| 11455 | static int i40e_resume(struct pci_dev *pdev) |
| 11456 | { |
| 11457 | struct i40e_pf *pf = pci_get_drvdata(pdev); |
| 11458 | u32 err; |
| 11459 | |
| 11460 | pci_set_power_state(pdev, PCI_D0); |
| 11461 | pci_restore_state(pdev); |
| 11462 | /* pci_restore_state() clears dev->state_saves, so |
| 11463 | * call pci_save_state() again to restore it. |
| 11464 | */ |
| 11465 | pci_save_state(pdev); |
| 11466 | |
| 11467 | err = pci_enable_device_mem(pdev); |
| 11468 | if (err) { |
Shannon Nelson | fb43201f | 2015-08-26 15:14:17 -0400 | [diff] [blame] | 11469 | dev_err(&pdev->dev, "Cannot enable PCI device from suspend\n"); |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11470 | return err; |
| 11471 | } |
| 11472 | pci_set_master(pdev); |
| 11473 | |
| 11474 | /* no wakeup events while running */ |
| 11475 | pci_wake_from_d3(pdev, false); |
| 11476 | |
| 11477 | /* handling the reset will rebuild the device state */ |
| 11478 | if (test_and_clear_bit(__I40E_SUSPENDED, &pf->state)) { |
| 11479 | clear_bit(__I40E_DOWN, &pf->state); |
| 11480 | rtnl_lock(); |
| 11481 | i40e_reset_and_rebuild(pf, false); |
| 11482 | rtnl_unlock(); |
| 11483 | } |
| 11484 | |
| 11485 | return 0; |
| 11486 | } |
| 11487 | |
| 11488 | #endif |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11489 | static const struct pci_error_handlers i40e_err_handler = { |
| 11490 | .error_detected = i40e_pci_error_detected, |
| 11491 | .slot_reset = i40e_pci_error_slot_reset, |
| 11492 | .resume = i40e_pci_error_resume, |
| 11493 | }; |
| 11494 | |
| 11495 | static struct pci_driver i40e_driver = { |
| 11496 | .name = i40e_driver_name, |
| 11497 | .id_table = i40e_pci_tbl, |
| 11498 | .probe = i40e_probe, |
| 11499 | .remove = i40e_remove, |
Shannon Nelson | 9007bcc | 2013-11-26 10:49:23 +0000 | [diff] [blame] | 11500 | #ifdef CONFIG_PM |
| 11501 | .suspend = i40e_suspend, |
| 11502 | .resume = i40e_resume, |
| 11503 | #endif |
| 11504 | .shutdown = i40e_shutdown, |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11505 | .err_handler = &i40e_err_handler, |
| 11506 | .sriov_configure = i40e_pci_sriov_configure, |
| 11507 | }; |
| 11508 | |
| 11509 | /** |
| 11510 | * i40e_init_module - Driver registration routine |
| 11511 | * |
| 11512 | * i40e_init_module is the first routine called when the driver is |
| 11513 | * loaded. All it does is register with the PCI subsystem. |
| 11514 | **/ |
| 11515 | static int __init i40e_init_module(void) |
| 11516 | { |
| 11517 | pr_info("%s: %s - version %s\n", i40e_driver_name, |
| 11518 | i40e_driver_string, i40e_driver_version_str); |
| 11519 | pr_info("%s: %s\n", i40e_driver_name, i40e_copyright); |
Greg Rose | 9666448 | 2015-02-06 08:52:13 +0000 | [diff] [blame] | 11520 | |
Jesse Brandeburg | 2803b16 | 2015-12-22 14:25:08 -0800 | [diff] [blame] | 11521 | /* we will see if single thread per module is enough for now, |
| 11522 | * it can't be any worse than using the system workqueue which |
| 11523 | * was already single threaded |
| 11524 | */ |
| 11525 | i40e_wq = create_singlethread_workqueue(i40e_driver_name); |
| 11526 | if (!i40e_wq) { |
| 11527 | pr_err("%s: Failed to create workqueue\n", i40e_driver_name); |
| 11528 | return -ENOMEM; |
| 11529 | } |
| 11530 | |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11531 | i40e_dbg_init(); |
| 11532 | return pci_register_driver(&i40e_driver); |
| 11533 | } |
| 11534 | module_init(i40e_init_module); |
| 11535 | |
| 11536 | /** |
| 11537 | * i40e_exit_module - Driver exit cleanup routine |
| 11538 | * |
| 11539 | * i40e_exit_module is called just before the driver is removed |
| 11540 | * from memory. |
| 11541 | **/ |
| 11542 | static void __exit i40e_exit_module(void) |
| 11543 | { |
| 11544 | pci_unregister_driver(&i40e_driver); |
Jesse Brandeburg | 2803b16 | 2015-12-22 14:25:08 -0800 | [diff] [blame] | 11545 | destroy_workqueue(i40e_wq); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11546 | i40e_dbg_exit(); |
Jesse Brandeburg | 41c445f | 2013-09-11 08:39:46 +0000 | [diff] [blame] | 11547 | } |
| 11548 | module_exit(i40e_exit_module); |