Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is part of the Chelsio T4 Ethernet driver for Linux. |
| 3 | * |
Anish Bhatt | ce100b8b | 2014-06-19 21:37:15 -0700 | [diff] [blame] | 4 | * Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved. |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 5 | * |
| 6 | * This software is available to you under a choice of one of two |
| 7 | * licenses. You may choose to be licensed under the terms of the GNU |
| 8 | * General Public License (GPL) Version 2, available from the file |
| 9 | * COPYING in the main directory of this source tree, or the |
| 10 | * OpenIB.org BSD license below: |
| 11 | * |
| 12 | * Redistribution and use in source and binary forms, with or |
| 13 | * without modification, are permitted provided that the following |
| 14 | * conditions are met: |
| 15 | * |
| 16 | * - Redistributions of source code must retain the above |
| 17 | * copyright notice, this list of conditions and the following |
| 18 | * disclaimer. |
| 19 | * |
| 20 | * - Redistributions in binary form must reproduce the above |
| 21 | * copyright notice, this list of conditions and the following |
| 22 | * disclaimer in the documentation and/or other materials |
| 23 | * provided with the distribution. |
| 24 | * |
| 25 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 26 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 27 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 28 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 29 | * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 30 | * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 31 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 32 | * SOFTWARE. |
| 33 | */ |
| 34 | |
| 35 | #include <linux/skbuff.h> |
| 36 | #include <linux/netdevice.h> |
| 37 | #include <linux/etherdevice.h> |
| 38 | #include <linux/if_vlan.h> |
| 39 | #include <linux/ip.h> |
| 40 | #include <linux/dma-mapping.h> |
| 41 | #include <linux/jiffies.h> |
Paul Gortmaker | 70c7160 | 2011-05-22 16:47:17 -0400 | [diff] [blame] | 42 | #include <linux/prefetch.h> |
Paul Gortmaker | ee40fa0 | 2011-05-27 16:14:23 -0400 | [diff] [blame] | 43 | #include <linux/export.h> |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 44 | #include <net/ipv6.h> |
| 45 | #include <net/tcp.h> |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 46 | #ifdef CONFIG_NET_RX_BUSY_POLL |
| 47 | #include <net/busy_poll.h> |
| 48 | #endif /* CONFIG_NET_RX_BUSY_POLL */ |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 49 | #ifdef CONFIG_CHELSIO_T4_FCOE |
| 50 | #include <scsi/fc/fc_fcoe.h> |
| 51 | #endif /* CONFIG_CHELSIO_T4_FCOE */ |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 52 | #include "cxgb4.h" |
| 53 | #include "t4_regs.h" |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 54 | #include "t4_values.h" |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 55 | #include "t4_msg.h" |
| 56 | #include "t4fw_api.h" |
| 57 | |
| 58 | /* |
| 59 | * Rx buffer size. We use largish buffers if possible but settle for single |
| 60 | * pages under memory shortage. |
| 61 | */ |
| 62 | #if PAGE_SHIFT >= 16 |
| 63 | # define FL_PG_ORDER 0 |
| 64 | #else |
| 65 | # define FL_PG_ORDER (16 - PAGE_SHIFT) |
| 66 | #endif |
| 67 | |
| 68 | /* RX_PULL_LEN should be <= RX_COPY_THRES */ |
| 69 | #define RX_COPY_THRES 256 |
| 70 | #define RX_PULL_LEN 128 |
| 71 | |
| 72 | /* |
| 73 | * Main body length for sk_buffs used for Rx Ethernet packets with fragments. |
| 74 | * Should be >= RX_PULL_LEN but possibly bigger to give pskb_may_pull some room. |
| 75 | */ |
| 76 | #define RX_PKT_SKB_LEN 512 |
| 77 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 78 | /* |
| 79 | * Max number of Tx descriptors we clean up at a time. Should be modest as |
| 80 | * freeing skbs isn't cheap and it happens while holding locks. We just need |
| 81 | * to free packets faster than they arrive, we eventually catch up and keep |
| 82 | * the amortized cost reasonable. Must be >= 2 * TXQ_STOP_THRES. |
| 83 | */ |
| 84 | #define MAX_TX_RECLAIM 16 |
| 85 | |
| 86 | /* |
| 87 | * Max number of Rx buffers we replenish at a time. Again keep this modest, |
| 88 | * allocating buffers isn't cheap either. |
| 89 | */ |
| 90 | #define MAX_RX_REFILL 16U |
| 91 | |
| 92 | /* |
| 93 | * Period of the Rx queue check timer. This timer is infrequent as it has |
| 94 | * something to do only when the system experiences severe memory shortage. |
| 95 | */ |
| 96 | #define RX_QCHECK_PERIOD (HZ / 2) |
| 97 | |
| 98 | /* |
| 99 | * Period of the Tx queue check timer. |
| 100 | */ |
| 101 | #define TX_QCHECK_PERIOD (HZ / 2) |
| 102 | |
Kumar Sanghvi | 0f4d201 | 2014-03-13 20:50:48 +0530 | [diff] [blame] | 103 | /* SGE Hung Ingress DMA Threshold Warning time (in Hz) and Warning Repeat Rate |
| 104 | * (in RX_QCHECK_PERIOD multiples). If we find one of the SGE Ingress DMA |
| 105 | * State Machines in the same state for this amount of time (in HZ) then we'll |
| 106 | * issue a warning about a potential hang. We'll repeat the warning as the |
| 107 | * SGE Ingress DMA Channel appears to be hung every N RX_QCHECK_PERIODs till |
| 108 | * the situation clears. If the situation clears, we'll note that as well. |
| 109 | */ |
| 110 | #define SGE_IDMA_WARN_THRESH (1 * HZ) |
| 111 | #define SGE_IDMA_WARN_REPEAT (20 * RX_QCHECK_PERIOD) |
| 112 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 113 | /* |
| 114 | * Max number of Tx descriptors to be reclaimed by the Tx timer. |
| 115 | */ |
| 116 | #define MAX_TIMER_TX_RECLAIM 100 |
| 117 | |
| 118 | /* |
| 119 | * Timer index used when backing off due to memory shortage. |
| 120 | */ |
| 121 | #define NOMEM_TMR_IDX (SGE_NTIMERS - 1) |
| 122 | |
| 123 | /* |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 124 | * Suspend an Ethernet Tx queue with fewer available descriptors than this. |
| 125 | * This is the same as calc_tx_descs() for a TSO packet with |
| 126 | * nr_frags == MAX_SKB_FRAGS. |
| 127 | */ |
| 128 | #define ETHTXQ_STOP_THRES \ |
| 129 | (1 + DIV_ROUND_UP((3 * MAX_SKB_FRAGS) / 2 + (MAX_SKB_FRAGS & 1), 8)) |
| 130 | |
| 131 | /* |
| 132 | * Suspension threshold for non-Ethernet Tx queues. We require enough room |
| 133 | * for a full sized WR. |
| 134 | */ |
| 135 | #define TXQ_STOP_THRES (SGE_MAX_WR_LEN / sizeof(struct tx_desc)) |
| 136 | |
| 137 | /* |
| 138 | * Max Tx descriptor space we allow for an Ethernet packet to be inlined |
| 139 | * into a WR. |
| 140 | */ |
Hariprasad Shenai | 21dcfad | 2015-04-15 02:02:30 +0530 | [diff] [blame] | 141 | #define MAX_IMM_TX_PKT_LEN 256 |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 142 | |
| 143 | /* |
| 144 | * Max size of a WR sent through a control Tx queue. |
| 145 | */ |
| 146 | #define MAX_CTRL_WR_LEN SGE_MAX_WR_LEN |
| 147 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 148 | struct tx_sw_desc { /* SW state per Tx descriptor */ |
| 149 | struct sk_buff *skb; |
| 150 | struct ulptx_sgl *sgl; |
| 151 | }; |
| 152 | |
| 153 | struct rx_sw_desc { /* SW state per Rx descriptor */ |
| 154 | struct page *page; |
| 155 | dma_addr_t dma_addr; |
| 156 | }; |
| 157 | |
| 158 | /* |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 159 | * Rx buffer sizes for "useskbs" Free List buffers (one ingress packet pe skb |
| 160 | * buffer). We currently only support two sizes for 1500- and 9000-byte MTUs. |
| 161 | * We could easily support more but there doesn't seem to be much need for |
| 162 | * that ... |
| 163 | */ |
| 164 | #define FL_MTU_SMALL 1500 |
| 165 | #define FL_MTU_LARGE 9000 |
| 166 | |
| 167 | static inline unsigned int fl_mtu_bufsize(struct adapter *adapter, |
| 168 | unsigned int mtu) |
| 169 | { |
| 170 | struct sge *s = &adapter->sge; |
| 171 | |
| 172 | return ALIGN(s->pktshift + ETH_HLEN + VLAN_HLEN + mtu, s->fl_align); |
| 173 | } |
| 174 | |
| 175 | #define FL_MTU_SMALL_BUFSIZE(adapter) fl_mtu_bufsize(adapter, FL_MTU_SMALL) |
| 176 | #define FL_MTU_LARGE_BUFSIZE(adapter) fl_mtu_bufsize(adapter, FL_MTU_LARGE) |
| 177 | |
| 178 | /* |
| 179 | * Bits 0..3 of rx_sw_desc.dma_addr have special meaning. The hardware uses |
| 180 | * these to specify the buffer size as an index into the SGE Free List Buffer |
| 181 | * Size register array. We also use bit 4, when the buffer has been unmapped |
| 182 | * for DMA, but this is of course never sent to the hardware and is only used |
| 183 | * to prevent double unmappings. All of the above requires that the Free List |
| 184 | * Buffers which we allocate have the bottom 5 bits free (0) -- i.e. are |
| 185 | * 32-byte or or a power of 2 greater in alignment. Since the SGE's minimal |
| 186 | * Free List Buffer alignment is 32 bytes, this works out for us ... |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 187 | */ |
| 188 | enum { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 189 | RX_BUF_FLAGS = 0x1f, /* bottom five bits are special */ |
| 190 | RX_BUF_SIZE = 0x0f, /* bottom three bits are for buf sizes */ |
| 191 | RX_UNMAPPED_BUF = 0x10, /* buffer is not mapped */ |
| 192 | |
| 193 | /* |
| 194 | * XXX We shouldn't depend on being able to use these indices. |
| 195 | * XXX Especially when some other Master PF has initialized the |
| 196 | * XXX adapter or we use the Firmware Configuration File. We |
| 197 | * XXX should really search through the Host Buffer Size register |
| 198 | * XXX array for the appropriately sized buffer indices. |
| 199 | */ |
| 200 | RX_SMALL_PG_BUF = 0x0, /* small (PAGE_SIZE) page buffer */ |
| 201 | RX_LARGE_PG_BUF = 0x1, /* buffer large (FL_PG_ORDER) page buffer */ |
| 202 | |
| 203 | RX_SMALL_MTU_BUF = 0x2, /* small MTU buffer */ |
| 204 | RX_LARGE_MTU_BUF = 0x3, /* large MTU buffer */ |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 205 | }; |
| 206 | |
Hariprasad Shenai | e553ec3 | 2014-09-26 00:23:55 +0530 | [diff] [blame] | 207 | static int timer_pkt_quota[] = {1, 1, 2, 3, 4, 5}; |
| 208 | #define MIN_NAPI_WORK 1 |
| 209 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 210 | static inline dma_addr_t get_buf_addr(const struct rx_sw_desc *d) |
| 211 | { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 212 | return d->dma_addr & ~(dma_addr_t)RX_BUF_FLAGS; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 213 | } |
| 214 | |
| 215 | static inline bool is_buf_mapped(const struct rx_sw_desc *d) |
| 216 | { |
| 217 | return !(d->dma_addr & RX_UNMAPPED_BUF); |
| 218 | } |
| 219 | |
| 220 | /** |
| 221 | * txq_avail - return the number of available slots in a Tx queue |
| 222 | * @q: the Tx queue |
| 223 | * |
| 224 | * Returns the number of descriptors in a Tx queue available to write new |
| 225 | * packets. |
| 226 | */ |
| 227 | static inline unsigned int txq_avail(const struct sge_txq *q) |
| 228 | { |
| 229 | return q->size - 1 - q->in_use; |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * fl_cap - return the capacity of a free-buffer list |
| 234 | * @fl: the FL |
| 235 | * |
| 236 | * Returns the capacity of a free-buffer list. The capacity is less than |
| 237 | * the size because one descriptor needs to be left unpopulated, otherwise |
| 238 | * HW will think the FL is empty. |
| 239 | */ |
| 240 | static inline unsigned int fl_cap(const struct sge_fl *fl) |
| 241 | { |
| 242 | return fl->size - 8; /* 1 descriptor = 8 buffers */ |
| 243 | } |
| 244 | |
Hariprasad Shenai | c098b02 | 2015-04-15 02:02:31 +0530 | [diff] [blame] | 245 | /** |
| 246 | * fl_starving - return whether a Free List is starving. |
| 247 | * @adapter: pointer to the adapter |
| 248 | * @fl: the Free List |
| 249 | * |
| 250 | * Tests specified Free List to see whether the number of buffers |
| 251 | * available to the hardware has falled below our "starvation" |
| 252 | * threshold. |
| 253 | */ |
| 254 | static inline bool fl_starving(const struct adapter *adapter, |
| 255 | const struct sge_fl *fl) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 256 | { |
Hariprasad Shenai | c098b02 | 2015-04-15 02:02:31 +0530 | [diff] [blame] | 257 | const struct sge *s = &adapter->sge; |
| 258 | |
| 259 | return fl->avail - fl->pend_cred <= s->fl_starve_thres; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 260 | } |
| 261 | |
| 262 | static int map_skb(struct device *dev, const struct sk_buff *skb, |
| 263 | dma_addr_t *addr) |
| 264 | { |
| 265 | const skb_frag_t *fp, *end; |
| 266 | const struct skb_shared_info *si; |
| 267 | |
| 268 | *addr = dma_map_single(dev, skb->data, skb_headlen(skb), DMA_TO_DEVICE); |
| 269 | if (dma_mapping_error(dev, *addr)) |
| 270 | goto out_err; |
| 271 | |
| 272 | si = skb_shinfo(skb); |
| 273 | end = &si->frags[si->nr_frags]; |
| 274 | |
| 275 | for (fp = si->frags; fp < end; fp++) { |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 276 | *++addr = skb_frag_dma_map(dev, fp, 0, skb_frag_size(fp), |
| 277 | DMA_TO_DEVICE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 278 | if (dma_mapping_error(dev, *addr)) |
| 279 | goto unwind; |
| 280 | } |
| 281 | return 0; |
| 282 | |
| 283 | unwind: |
| 284 | while (fp-- > si->frags) |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 285 | dma_unmap_page(dev, *--addr, skb_frag_size(fp), DMA_TO_DEVICE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 286 | |
| 287 | dma_unmap_single(dev, addr[-1], skb_headlen(skb), DMA_TO_DEVICE); |
| 288 | out_err: |
| 289 | return -ENOMEM; |
| 290 | } |
| 291 | |
| 292 | #ifdef CONFIG_NEED_DMA_MAP_STATE |
| 293 | static void unmap_skb(struct device *dev, const struct sk_buff *skb, |
| 294 | const dma_addr_t *addr) |
| 295 | { |
| 296 | const skb_frag_t *fp, *end; |
| 297 | const struct skb_shared_info *si; |
| 298 | |
| 299 | dma_unmap_single(dev, *addr++, skb_headlen(skb), DMA_TO_DEVICE); |
| 300 | |
| 301 | si = skb_shinfo(skb); |
| 302 | end = &si->frags[si->nr_frags]; |
| 303 | for (fp = si->frags; fp < end; fp++) |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 304 | dma_unmap_page(dev, *addr++, skb_frag_size(fp), DMA_TO_DEVICE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 305 | } |
| 306 | |
| 307 | /** |
| 308 | * deferred_unmap_destructor - unmap a packet when it is freed |
| 309 | * @skb: the packet |
| 310 | * |
| 311 | * This is the packet destructor used for Tx packets that need to remain |
| 312 | * mapped until they are freed rather than until their Tx descriptors are |
| 313 | * freed. |
| 314 | */ |
| 315 | static void deferred_unmap_destructor(struct sk_buff *skb) |
| 316 | { |
| 317 | unmap_skb(skb->dev->dev.parent, skb, (dma_addr_t *)skb->head); |
| 318 | } |
| 319 | #endif |
| 320 | |
| 321 | static void unmap_sgl(struct device *dev, const struct sk_buff *skb, |
| 322 | const struct ulptx_sgl *sgl, const struct sge_txq *q) |
| 323 | { |
| 324 | const struct ulptx_sge_pair *p; |
| 325 | unsigned int nfrags = skb_shinfo(skb)->nr_frags; |
| 326 | |
| 327 | if (likely(skb_headlen(skb))) |
| 328 | dma_unmap_single(dev, be64_to_cpu(sgl->addr0), ntohl(sgl->len0), |
| 329 | DMA_TO_DEVICE); |
| 330 | else { |
| 331 | dma_unmap_page(dev, be64_to_cpu(sgl->addr0), ntohl(sgl->len0), |
| 332 | DMA_TO_DEVICE); |
| 333 | nfrags--; |
| 334 | } |
| 335 | |
| 336 | /* |
| 337 | * the complexity below is because of the possibility of a wrap-around |
| 338 | * in the middle of an SGL |
| 339 | */ |
| 340 | for (p = sgl->sge; nfrags >= 2; nfrags -= 2) { |
| 341 | if (likely((u8 *)(p + 1) <= (u8 *)q->stat)) { |
| 342 | unmap: dma_unmap_page(dev, be64_to_cpu(p->addr[0]), |
| 343 | ntohl(p->len[0]), DMA_TO_DEVICE); |
| 344 | dma_unmap_page(dev, be64_to_cpu(p->addr[1]), |
| 345 | ntohl(p->len[1]), DMA_TO_DEVICE); |
| 346 | p++; |
| 347 | } else if ((u8 *)p == (u8 *)q->stat) { |
| 348 | p = (const struct ulptx_sge_pair *)q->desc; |
| 349 | goto unmap; |
| 350 | } else if ((u8 *)p + 8 == (u8 *)q->stat) { |
| 351 | const __be64 *addr = (const __be64 *)q->desc; |
| 352 | |
| 353 | dma_unmap_page(dev, be64_to_cpu(addr[0]), |
| 354 | ntohl(p->len[0]), DMA_TO_DEVICE); |
| 355 | dma_unmap_page(dev, be64_to_cpu(addr[1]), |
| 356 | ntohl(p->len[1]), DMA_TO_DEVICE); |
| 357 | p = (const struct ulptx_sge_pair *)&addr[2]; |
| 358 | } else { |
| 359 | const __be64 *addr = (const __be64 *)q->desc; |
| 360 | |
| 361 | dma_unmap_page(dev, be64_to_cpu(p->addr[0]), |
| 362 | ntohl(p->len[0]), DMA_TO_DEVICE); |
| 363 | dma_unmap_page(dev, be64_to_cpu(addr[0]), |
| 364 | ntohl(p->len[1]), DMA_TO_DEVICE); |
| 365 | p = (const struct ulptx_sge_pair *)&addr[1]; |
| 366 | } |
| 367 | } |
| 368 | if (nfrags) { |
| 369 | __be64 addr; |
| 370 | |
| 371 | if ((u8 *)p == (u8 *)q->stat) |
| 372 | p = (const struct ulptx_sge_pair *)q->desc; |
| 373 | addr = (u8 *)p + 16 <= (u8 *)q->stat ? p->addr[0] : |
| 374 | *(const __be64 *)q->desc; |
| 375 | dma_unmap_page(dev, be64_to_cpu(addr), ntohl(p->len[0]), |
| 376 | DMA_TO_DEVICE); |
| 377 | } |
| 378 | } |
| 379 | |
| 380 | /** |
| 381 | * free_tx_desc - reclaims Tx descriptors and their buffers |
| 382 | * @adapter: the adapter |
| 383 | * @q: the Tx queue to reclaim descriptors from |
| 384 | * @n: the number of descriptors to reclaim |
| 385 | * @unmap: whether the buffers should be unmapped for DMA |
| 386 | * |
| 387 | * Reclaims Tx descriptors from an SGE Tx queue and frees the associated |
| 388 | * Tx buffers. Called with the Tx queue lock held. |
| 389 | */ |
| 390 | static void free_tx_desc(struct adapter *adap, struct sge_txq *q, |
| 391 | unsigned int n, bool unmap) |
| 392 | { |
| 393 | struct tx_sw_desc *d; |
| 394 | unsigned int cidx = q->cidx; |
| 395 | struct device *dev = adap->pdev_dev; |
| 396 | |
| 397 | d = &q->sdesc[cidx]; |
| 398 | while (n--) { |
| 399 | if (d->skb) { /* an SGL is present */ |
| 400 | if (unmap) |
| 401 | unmap_sgl(dev, d->skb, d->sgl, q); |
Eric W. Biederman | a752519 | 2014-03-15 16:29:49 -0700 | [diff] [blame] | 402 | dev_consume_skb_any(d->skb); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 403 | d->skb = NULL; |
| 404 | } |
| 405 | ++d; |
| 406 | if (++cidx == q->size) { |
| 407 | cidx = 0; |
| 408 | d = q->sdesc; |
| 409 | } |
| 410 | } |
| 411 | q->cidx = cidx; |
| 412 | } |
| 413 | |
| 414 | /* |
| 415 | * Return the number of reclaimable descriptors in a Tx queue. |
| 416 | */ |
| 417 | static inline int reclaimable(const struct sge_txq *q) |
| 418 | { |
| 419 | int hw_cidx = ntohs(q->stat->cidx); |
| 420 | hw_cidx -= q->cidx; |
| 421 | return hw_cidx < 0 ? hw_cidx + q->size : hw_cidx; |
| 422 | } |
| 423 | |
| 424 | /** |
| 425 | * reclaim_completed_tx - reclaims completed Tx descriptors |
| 426 | * @adap: the adapter |
| 427 | * @q: the Tx queue to reclaim completed descriptors from |
| 428 | * @unmap: whether the buffers should be unmapped for DMA |
| 429 | * |
| 430 | * Reclaims Tx descriptors that the SGE has indicated it has processed, |
| 431 | * and frees the associated buffers if possible. Called with the Tx |
| 432 | * queue locked. |
| 433 | */ |
| 434 | static inline void reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, |
| 435 | bool unmap) |
| 436 | { |
| 437 | int avail = reclaimable(q); |
| 438 | |
| 439 | if (avail) { |
| 440 | /* |
| 441 | * Limit the amount of clean up work we do at a time to keep |
| 442 | * the Tx lock hold time O(1). |
| 443 | */ |
| 444 | if (avail > MAX_TX_RECLAIM) |
| 445 | avail = MAX_TX_RECLAIM; |
| 446 | |
| 447 | free_tx_desc(adap, q, avail, unmap); |
| 448 | q->in_use -= avail; |
| 449 | } |
| 450 | } |
| 451 | |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 452 | static inline int get_buf_size(struct adapter *adapter, |
| 453 | const struct rx_sw_desc *d) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 454 | { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 455 | struct sge *s = &adapter->sge; |
| 456 | unsigned int rx_buf_size_idx = d->dma_addr & RX_BUF_SIZE; |
| 457 | int buf_size; |
| 458 | |
| 459 | switch (rx_buf_size_idx) { |
| 460 | case RX_SMALL_PG_BUF: |
| 461 | buf_size = PAGE_SIZE; |
| 462 | break; |
| 463 | |
| 464 | case RX_LARGE_PG_BUF: |
| 465 | buf_size = PAGE_SIZE << s->fl_pg_order; |
| 466 | break; |
| 467 | |
| 468 | case RX_SMALL_MTU_BUF: |
| 469 | buf_size = FL_MTU_SMALL_BUFSIZE(adapter); |
| 470 | break; |
| 471 | |
| 472 | case RX_LARGE_MTU_BUF: |
| 473 | buf_size = FL_MTU_LARGE_BUFSIZE(adapter); |
| 474 | break; |
| 475 | |
| 476 | default: |
| 477 | BUG_ON(1); |
| 478 | } |
| 479 | |
| 480 | return buf_size; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 481 | } |
| 482 | |
| 483 | /** |
| 484 | * free_rx_bufs - free the Rx buffers on an SGE free list |
| 485 | * @adap: the adapter |
| 486 | * @q: the SGE free list to free buffers from |
| 487 | * @n: how many buffers to free |
| 488 | * |
| 489 | * Release the next @n buffers on an SGE free-buffer Rx queue. The |
| 490 | * buffers must be made inaccessible to HW before calling this function. |
| 491 | */ |
| 492 | static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n) |
| 493 | { |
| 494 | while (n--) { |
| 495 | struct rx_sw_desc *d = &q->sdesc[q->cidx]; |
| 496 | |
| 497 | if (is_buf_mapped(d)) |
| 498 | dma_unmap_page(adap->pdev_dev, get_buf_addr(d), |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 499 | get_buf_size(adap, d), |
| 500 | PCI_DMA_FROMDEVICE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 501 | put_page(d->page); |
| 502 | d->page = NULL; |
| 503 | if (++q->cidx == q->size) |
| 504 | q->cidx = 0; |
| 505 | q->avail--; |
| 506 | } |
| 507 | } |
| 508 | |
| 509 | /** |
| 510 | * unmap_rx_buf - unmap the current Rx buffer on an SGE free list |
| 511 | * @adap: the adapter |
| 512 | * @q: the SGE free list |
| 513 | * |
| 514 | * Unmap the current buffer on an SGE free-buffer Rx queue. The |
| 515 | * buffer must be made inaccessible to HW before calling this function. |
| 516 | * |
| 517 | * This is similar to @free_rx_bufs above but does not free the buffer. |
| 518 | * Do note that the FL still loses any further access to the buffer. |
| 519 | */ |
| 520 | static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q) |
| 521 | { |
| 522 | struct rx_sw_desc *d = &q->sdesc[q->cidx]; |
| 523 | |
| 524 | if (is_buf_mapped(d)) |
| 525 | dma_unmap_page(adap->pdev_dev, get_buf_addr(d), |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 526 | get_buf_size(adap, d), PCI_DMA_FROMDEVICE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 527 | d->page = NULL; |
| 528 | if (++q->cidx == q->size) |
| 529 | q->cidx = 0; |
| 530 | q->avail--; |
| 531 | } |
| 532 | |
| 533 | static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) |
| 534 | { |
Santosh Rastapur | 0a57a53 | 2013-03-14 05:08:49 +0000 | [diff] [blame] | 535 | u32 val; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 536 | if (q->pend_cred >= 8) { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 537 | if (is_t4(adap->params.chip)) |
| 538 | val = PIDX_V(q->pend_cred / 8); |
| 539 | else |
| 540 | val = PIDX_T5_V(q->pend_cred / 8) | |
| 541 | DBTYPE_F; |
| 542 | val |= DBPRIO_F; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 543 | wmb(); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 544 | |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 545 | /* If we don't have access to the new User Doorbell (T5+), use |
| 546 | * the old doorbell mechanism; otherwise use the new BAR2 |
| 547 | * mechanism. |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 548 | */ |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 549 | if (unlikely(q->bar2_addr == NULL)) { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 550 | t4_write_reg(adap, MYPF_REG(SGE_PF_KDOORBELL_A), |
| 551 | val | QID_V(q->cntxt_id)); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 552 | } else { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 553 | writel(val | QID_V(q->bar2_qid), |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 554 | q->bar2_addr + SGE_UDB_KDOORBELL); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 555 | |
| 556 | /* This Write memory Barrier will force the write to |
| 557 | * the User Doorbell area to be flushed. |
| 558 | */ |
| 559 | wmb(); |
| 560 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 561 | q->pend_cred &= 7; |
| 562 | } |
| 563 | } |
| 564 | |
| 565 | static inline void set_rx_sw_desc(struct rx_sw_desc *sd, struct page *pg, |
| 566 | dma_addr_t mapping) |
| 567 | { |
| 568 | sd->page = pg; |
| 569 | sd->dma_addr = mapping; /* includes size low bits */ |
| 570 | } |
| 571 | |
| 572 | /** |
| 573 | * refill_fl - refill an SGE Rx buffer ring |
| 574 | * @adap: the adapter |
| 575 | * @q: the ring to refill |
| 576 | * @n: the number of new buffers to allocate |
| 577 | * @gfp: the gfp flags for the allocations |
| 578 | * |
| 579 | * (Re)populate an SGE free-buffer queue with up to @n new packet buffers, |
| 580 | * allocated with the supplied gfp flags. The caller must assure that |
| 581 | * @n does not exceed the queue's capacity. If afterwards the queue is |
| 582 | * found critically low mark it as starving in the bitmap of starving FLs. |
| 583 | * |
| 584 | * Returns the number of buffers allocated. |
| 585 | */ |
| 586 | static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n, |
| 587 | gfp_t gfp) |
| 588 | { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 589 | struct sge *s = &adap->sge; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 590 | struct page *pg; |
| 591 | dma_addr_t mapping; |
| 592 | unsigned int cred = q->avail; |
| 593 | __be64 *d = &q->desc[q->pidx]; |
| 594 | struct rx_sw_desc *sd = &q->sdesc[q->pidx]; |
Hariprasad Shenai | d52ce92 | 2015-04-15 02:02:32 +0530 | [diff] [blame^] | 595 | int node; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 596 | |
Alexander Duyck | aa9cd31 | 2014-11-11 09:26:42 -0800 | [diff] [blame] | 597 | gfp |= __GFP_NOWARN; |
Hariprasad Shenai | d52ce92 | 2015-04-15 02:02:32 +0530 | [diff] [blame^] | 598 | node = dev_to_node(adap->pdev_dev); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 599 | |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 600 | if (s->fl_pg_order == 0) |
| 601 | goto alloc_small_pages; |
| 602 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 603 | /* |
| 604 | * Prefer large buffers |
| 605 | */ |
| 606 | while (n) { |
Hariprasad Shenai | d52ce92 | 2015-04-15 02:02:32 +0530 | [diff] [blame^] | 607 | pg = alloc_pages_node(node, gfp | __GFP_COMP, s->fl_pg_order); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 608 | if (unlikely(!pg)) { |
| 609 | q->large_alloc_failed++; |
| 610 | break; /* fall back to single pages */ |
| 611 | } |
| 612 | |
| 613 | mapping = dma_map_page(adap->pdev_dev, pg, 0, |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 614 | PAGE_SIZE << s->fl_pg_order, |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 615 | PCI_DMA_FROMDEVICE); |
| 616 | if (unlikely(dma_mapping_error(adap->pdev_dev, mapping))) { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 617 | __free_pages(pg, s->fl_pg_order); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 618 | goto out; /* do not try small pages for this error */ |
| 619 | } |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 620 | mapping |= RX_LARGE_PG_BUF; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 621 | *d++ = cpu_to_be64(mapping); |
| 622 | |
| 623 | set_rx_sw_desc(sd, pg, mapping); |
| 624 | sd++; |
| 625 | |
| 626 | q->avail++; |
| 627 | if (++q->pidx == q->size) { |
| 628 | q->pidx = 0; |
| 629 | sd = q->sdesc; |
| 630 | d = q->desc; |
| 631 | } |
| 632 | n--; |
| 633 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 634 | |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 635 | alloc_small_pages: |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 636 | while (n--) { |
Hariprasad Shenai | d52ce92 | 2015-04-15 02:02:32 +0530 | [diff] [blame^] | 637 | pg = alloc_pages_node(node, gfp, 0); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 638 | if (unlikely(!pg)) { |
| 639 | q->alloc_failed++; |
| 640 | break; |
| 641 | } |
| 642 | |
| 643 | mapping = dma_map_page(adap->pdev_dev, pg, 0, PAGE_SIZE, |
| 644 | PCI_DMA_FROMDEVICE); |
| 645 | if (unlikely(dma_mapping_error(adap->pdev_dev, mapping))) { |
Eric Dumazet | 1f2149c | 2011-11-22 10:57:41 +0000 | [diff] [blame] | 646 | put_page(pg); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 647 | goto out; |
| 648 | } |
| 649 | *d++ = cpu_to_be64(mapping); |
| 650 | |
| 651 | set_rx_sw_desc(sd, pg, mapping); |
| 652 | sd++; |
| 653 | |
| 654 | q->avail++; |
| 655 | if (++q->pidx == q->size) { |
| 656 | q->pidx = 0; |
| 657 | sd = q->sdesc; |
| 658 | d = q->desc; |
| 659 | } |
| 660 | } |
| 661 | |
| 662 | out: cred = q->avail - cred; |
| 663 | q->pend_cred += cred; |
| 664 | ring_fl_db(adap, q); |
| 665 | |
Hariprasad Shenai | c098b02 | 2015-04-15 02:02:31 +0530 | [diff] [blame] | 666 | if (unlikely(fl_starving(adap, q))) { |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 667 | smp_wmb(); |
Dimitris Michailidis | e46dab4 | 2010-08-23 17:20:58 +0000 | [diff] [blame] | 668 | set_bit(q->cntxt_id - adap->sge.egr_start, |
| 669 | adap->sge.starving_fl); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 670 | } |
| 671 | |
| 672 | return cred; |
| 673 | } |
| 674 | |
| 675 | static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) |
| 676 | { |
| 677 | refill_fl(adap, fl, min(MAX_RX_REFILL, fl_cap(fl) - fl->avail), |
| 678 | GFP_ATOMIC); |
| 679 | } |
| 680 | |
| 681 | /** |
| 682 | * alloc_ring - allocate resources for an SGE descriptor ring |
| 683 | * @dev: the PCI device's core device |
| 684 | * @nelem: the number of descriptors |
| 685 | * @elem_size: the size of each descriptor |
| 686 | * @sw_size: the size of the SW state associated with each ring element |
| 687 | * @phys: the physical address of the allocated ring |
| 688 | * @metadata: address of the array holding the SW state for the ring |
| 689 | * @stat_size: extra space in HW ring for status information |
Dimitris Michailidis | ad6bad3 | 2010-12-14 21:36:55 +0000 | [diff] [blame] | 690 | * @node: preferred node for memory allocations |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 691 | * |
| 692 | * Allocates resources for an SGE descriptor ring, such as Tx queues, |
| 693 | * free buffer lists, or response queues. Each SGE ring requires |
| 694 | * space for its HW descriptors plus, optionally, space for the SW state |
| 695 | * associated with each HW entry (the metadata). The function returns |
| 696 | * three values: the virtual address for the HW ring (the return value |
| 697 | * of the function), the bus address of the HW ring, and the address |
| 698 | * of the SW ring. |
| 699 | */ |
| 700 | static void *alloc_ring(struct device *dev, size_t nelem, size_t elem_size, |
| 701 | size_t sw_size, dma_addr_t *phys, void *metadata, |
Dimitris Michailidis | ad6bad3 | 2010-12-14 21:36:55 +0000 | [diff] [blame] | 702 | size_t stat_size, int node) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 703 | { |
| 704 | size_t len = nelem * elem_size + stat_size; |
| 705 | void *s = NULL; |
| 706 | void *p = dma_alloc_coherent(dev, len, phys, GFP_KERNEL); |
| 707 | |
| 708 | if (!p) |
| 709 | return NULL; |
| 710 | if (sw_size) { |
Dimitris Michailidis | ad6bad3 | 2010-12-14 21:36:55 +0000 | [diff] [blame] | 711 | s = kzalloc_node(nelem * sw_size, GFP_KERNEL, node); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 712 | |
| 713 | if (!s) { |
| 714 | dma_free_coherent(dev, len, p, *phys); |
| 715 | return NULL; |
| 716 | } |
| 717 | } |
| 718 | if (metadata) |
| 719 | *(void **)metadata = s; |
| 720 | memset(p, 0, len); |
| 721 | return p; |
| 722 | } |
| 723 | |
| 724 | /** |
| 725 | * sgl_len - calculates the size of an SGL of the given capacity |
| 726 | * @n: the number of SGL entries |
| 727 | * |
| 728 | * Calculates the number of flits needed for a scatter/gather list that |
| 729 | * can hold the given number of entries. |
| 730 | */ |
| 731 | static inline unsigned int sgl_len(unsigned int n) |
| 732 | { |
| 733 | n--; |
| 734 | return (3 * n) / 2 + (n & 1) + 2; |
| 735 | } |
| 736 | |
| 737 | /** |
| 738 | * flits_to_desc - returns the num of Tx descriptors for the given flits |
| 739 | * @n: the number of flits |
| 740 | * |
| 741 | * Returns the number of Tx descriptors needed for the supplied number |
| 742 | * of flits. |
| 743 | */ |
| 744 | static inline unsigned int flits_to_desc(unsigned int n) |
| 745 | { |
| 746 | BUG_ON(n > SGE_MAX_WR_LEN / 8); |
| 747 | return DIV_ROUND_UP(n, 8); |
| 748 | } |
| 749 | |
| 750 | /** |
| 751 | * is_eth_imm - can an Ethernet packet be sent as immediate data? |
| 752 | * @skb: the packet |
| 753 | * |
| 754 | * Returns whether an Ethernet packet is small enough to fit as |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 755 | * immediate data. Return value corresponds to headroom required. |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 756 | */ |
| 757 | static inline int is_eth_imm(const struct sk_buff *skb) |
| 758 | { |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 759 | int hdrlen = skb_shinfo(skb)->gso_size ? |
| 760 | sizeof(struct cpl_tx_pkt_lso_core) : 0; |
| 761 | |
| 762 | hdrlen += sizeof(struct cpl_tx_pkt); |
| 763 | if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) |
| 764 | return hdrlen; |
| 765 | return 0; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 766 | } |
| 767 | |
| 768 | /** |
| 769 | * calc_tx_flits - calculate the number of flits for a packet Tx WR |
| 770 | * @skb: the packet |
| 771 | * |
| 772 | * Returns the number of flits needed for a Tx WR for the given Ethernet |
| 773 | * packet, including the needed WR and CPL headers. |
| 774 | */ |
| 775 | static inline unsigned int calc_tx_flits(const struct sk_buff *skb) |
| 776 | { |
| 777 | unsigned int flits; |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 778 | int hdrlen = is_eth_imm(skb); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 779 | |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 780 | if (hdrlen) |
| 781 | return DIV_ROUND_UP(skb->len + hdrlen, sizeof(__be64)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 782 | |
| 783 | flits = sgl_len(skb_shinfo(skb)->nr_frags + 1) + 4; |
| 784 | if (skb_shinfo(skb)->gso_size) |
| 785 | flits += 2; |
| 786 | return flits; |
| 787 | } |
| 788 | |
| 789 | /** |
| 790 | * calc_tx_descs - calculate the number of Tx descriptors for a packet |
| 791 | * @skb: the packet |
| 792 | * |
| 793 | * Returns the number of Tx descriptors needed for the given Ethernet |
| 794 | * packet, including the needed WR and CPL headers. |
| 795 | */ |
| 796 | static inline unsigned int calc_tx_descs(const struct sk_buff *skb) |
| 797 | { |
| 798 | return flits_to_desc(calc_tx_flits(skb)); |
| 799 | } |
| 800 | |
| 801 | /** |
| 802 | * write_sgl - populate a scatter/gather list for a packet |
| 803 | * @skb: the packet |
| 804 | * @q: the Tx queue we are writing into |
| 805 | * @sgl: starting location for writing the SGL |
| 806 | * @end: points right after the end of the SGL |
| 807 | * @start: start offset into skb main-body data to include in the SGL |
| 808 | * @addr: the list of bus addresses for the SGL elements |
| 809 | * |
| 810 | * Generates a gather list for the buffers that make up a packet. |
| 811 | * The caller must provide adequate space for the SGL that will be written. |
| 812 | * The SGL includes all of the packet's page fragments and the data in its |
| 813 | * main body except for the first @start bytes. @sgl must be 16-byte |
| 814 | * aligned and within a Tx descriptor with available space. @end points |
| 815 | * right after the end of the SGL but does not account for any potential |
| 816 | * wrap around, i.e., @end > @sgl. |
| 817 | */ |
| 818 | static void write_sgl(const struct sk_buff *skb, struct sge_txq *q, |
| 819 | struct ulptx_sgl *sgl, u64 *end, unsigned int start, |
| 820 | const dma_addr_t *addr) |
| 821 | { |
| 822 | unsigned int i, len; |
| 823 | struct ulptx_sge_pair *to; |
| 824 | const struct skb_shared_info *si = skb_shinfo(skb); |
| 825 | unsigned int nfrags = si->nr_frags; |
| 826 | struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1]; |
| 827 | |
| 828 | len = skb_headlen(skb) - start; |
| 829 | if (likely(len)) { |
| 830 | sgl->len0 = htonl(len); |
| 831 | sgl->addr0 = cpu_to_be64(addr[0] + start); |
| 832 | nfrags++; |
| 833 | } else { |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 834 | sgl->len0 = htonl(skb_frag_size(&si->frags[0])); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 835 | sgl->addr0 = cpu_to_be64(addr[1]); |
| 836 | } |
| 837 | |
Hariprasad Shenai | bdc590b | 2015-01-08 21:38:16 -0800 | [diff] [blame] | 838 | sgl->cmd_nsge = htonl(ULPTX_CMD_V(ULP_TX_SC_DSGL) | |
| 839 | ULPTX_NSGE_V(nfrags)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 840 | if (likely(--nfrags == 0)) |
| 841 | return; |
| 842 | /* |
| 843 | * Most of the complexity below deals with the possibility we hit the |
| 844 | * end of the queue in the middle of writing the SGL. For this case |
| 845 | * only we create the SGL in a temporary buffer and then copy it. |
| 846 | */ |
| 847 | to = (u8 *)end > (u8 *)q->stat ? buf : sgl->sge; |
| 848 | |
| 849 | for (i = (nfrags != si->nr_frags); nfrags >= 2; nfrags -= 2, to++) { |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 850 | to->len[0] = cpu_to_be32(skb_frag_size(&si->frags[i])); |
| 851 | to->len[1] = cpu_to_be32(skb_frag_size(&si->frags[++i])); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 852 | to->addr[0] = cpu_to_be64(addr[i]); |
| 853 | to->addr[1] = cpu_to_be64(addr[++i]); |
| 854 | } |
| 855 | if (nfrags) { |
Eric Dumazet | 9e903e0 | 2011-10-18 21:00:24 +0000 | [diff] [blame] | 856 | to->len[0] = cpu_to_be32(skb_frag_size(&si->frags[i])); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 857 | to->len[1] = cpu_to_be32(0); |
| 858 | to->addr[0] = cpu_to_be64(addr[i + 1]); |
| 859 | } |
| 860 | if (unlikely((u8 *)end > (u8 *)q->stat)) { |
| 861 | unsigned int part0 = (u8 *)q->stat - (u8 *)sgl->sge, part1; |
| 862 | |
| 863 | if (likely(part0)) |
| 864 | memcpy(sgl->sge, buf, part0); |
| 865 | part1 = (u8 *)end - (u8 *)q->stat; |
| 866 | memcpy(q->desc, (u8 *)buf + part0, part1); |
| 867 | end = (void *)q->desc + part1; |
| 868 | } |
| 869 | if ((uintptr_t)end & 8) /* 0-pad to multiple of 16 */ |
Joe Perches | 6469933 | 2012-06-04 12:44:16 +0000 | [diff] [blame] | 870 | *end = 0; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 871 | } |
| 872 | |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 873 | /* This function copies 64 byte coalesced work request to |
| 874 | * memory mapped BAR2 space. For coalesced WR SGE fetches |
| 875 | * data from the FIFO instead of from Host. |
Santosh Rastapur | 22adfe0 | 2013-03-14 05:08:51 +0000 | [diff] [blame] | 876 | */ |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 877 | static void cxgb_pio_copy(u64 __iomem *dst, u64 *src) |
Santosh Rastapur | 22adfe0 | 2013-03-14 05:08:51 +0000 | [diff] [blame] | 878 | { |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 879 | int count = 8; |
Santosh Rastapur | 22adfe0 | 2013-03-14 05:08:51 +0000 | [diff] [blame] | 880 | |
| 881 | while (count) { |
| 882 | writeq(*src, dst); |
| 883 | src++; |
| 884 | dst++; |
| 885 | count--; |
| 886 | } |
| 887 | } |
| 888 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 889 | /** |
| 890 | * ring_tx_db - check and potentially ring a Tx queue's doorbell |
| 891 | * @adap: the adapter |
| 892 | * @q: the Tx queue |
| 893 | * @n: number of new descriptors to give to HW |
| 894 | * |
| 895 | * Ring the doorbel for a Tx queue. |
| 896 | */ |
| 897 | static inline void ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) |
| 898 | { |
| 899 | wmb(); /* write descriptors before telling HW */ |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 900 | |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 901 | /* If we don't have access to the new User Doorbell (T5+), use the old |
| 902 | * doorbell mechanism; otherwise use the new BAR2 mechanism. |
| 903 | */ |
| 904 | if (unlikely(q->bar2_addr == NULL)) { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 905 | u32 val = PIDX_V(n); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 906 | unsigned long flags; |
| 907 | |
| 908 | /* For T4 we need to participate in the Doorbell Recovery |
| 909 | * mechanism. |
| 910 | */ |
| 911 | spin_lock_irqsave(&q->db_lock, flags); |
| 912 | if (!q->db_disabled) |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 913 | t4_write_reg(adap, MYPF_REG(SGE_PF_KDOORBELL_A), |
| 914 | QID_V(q->cntxt_id) | val); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 915 | else |
| 916 | q->db_pidx_inc += n; |
| 917 | q->db_pidx = q->pidx; |
| 918 | spin_unlock_irqrestore(&q->db_lock, flags); |
| 919 | } else { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 920 | u32 val = PIDX_T5_V(n); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 921 | |
| 922 | /* T4 and later chips share the same PIDX field offset within |
| 923 | * the doorbell, but T5 and later shrank the field in order to |
| 924 | * gain a bit for Doorbell Priority. The field was absurdly |
| 925 | * large in the first place (14 bits) so we just use the T5 |
| 926 | * and later limits and warn if a Queue ID is too large. |
| 927 | */ |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 928 | WARN_ON(val & DBPRIO_F); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 929 | |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 930 | /* If we're only writing a single TX Descriptor and we can use |
| 931 | * Inferred QID registers, we can use the Write Combining |
| 932 | * Gather Buffer; otherwise we use the simple doorbell. |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 933 | */ |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 934 | if (n == 1 && q->bar2_qid == 0) { |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 935 | int index = (q->pidx |
| 936 | ? (q->pidx - 1) |
| 937 | : (q->size - 1)); |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 938 | u64 *wr = (u64 *)&q->desc[index]; |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 939 | |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 940 | cxgb_pio_copy((u64 __iomem *) |
| 941 | (q->bar2_addr + SGE_UDB_WCDOORBELL), |
| 942 | wr); |
Santosh Rastapur | 22adfe0 | 2013-03-14 05:08:51 +0000 | [diff] [blame] | 943 | } else { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 944 | writel(val | QID_V(q->bar2_qid), |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 945 | q->bar2_addr + SGE_UDB_KDOORBELL); |
Santosh Rastapur | 22adfe0 | 2013-03-14 05:08:51 +0000 | [diff] [blame] | 946 | } |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 947 | |
| 948 | /* This Write Memory Barrier will force the write to the User |
| 949 | * Doorbell area to be flushed. This is needed to prevent |
| 950 | * writes on different CPUs for the same queue from hitting |
| 951 | * the adapter out of order. This is required when some Work |
| 952 | * Requests take the Write Combine Gather Buffer path (user |
| 953 | * doorbell area offset [SGE_UDB_WCDOORBELL..+63]) and some |
| 954 | * take the traditional path where we simply increment the |
| 955 | * PIDX (User Doorbell area SGE_UDB_KDOORBELL) and have the |
| 956 | * hardware DMA read the actual Work Request. |
| 957 | */ |
| 958 | wmb(); |
| 959 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 960 | } |
| 961 | |
| 962 | /** |
| 963 | * inline_tx_skb - inline a packet's data into Tx descriptors |
| 964 | * @skb: the packet |
| 965 | * @q: the Tx queue where the packet will be inlined |
| 966 | * @pos: starting position in the Tx queue where to inline the packet |
| 967 | * |
| 968 | * Inline a packet's contents directly into Tx descriptors, starting at |
| 969 | * the given position within the Tx DMA ring. |
| 970 | * Most of the complexity of this operation is dealing with wrap arounds |
| 971 | * in the middle of the packet we want to inline. |
| 972 | */ |
| 973 | static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *q, |
| 974 | void *pos) |
| 975 | { |
| 976 | u64 *p; |
| 977 | int left = (void *)q->stat - pos; |
| 978 | |
| 979 | if (likely(skb->len <= left)) { |
| 980 | if (likely(!skb->data_len)) |
| 981 | skb_copy_from_linear_data(skb, pos, skb->len); |
| 982 | else |
| 983 | skb_copy_bits(skb, 0, pos, skb->len); |
| 984 | pos += skb->len; |
| 985 | } else { |
| 986 | skb_copy_bits(skb, 0, pos, left); |
| 987 | skb_copy_bits(skb, left, q->desc, skb->len - left); |
| 988 | pos = (void *)q->desc + (skb->len - left); |
| 989 | } |
| 990 | |
| 991 | /* 0-pad to multiple of 16 */ |
| 992 | p = PTR_ALIGN(pos, 8); |
| 993 | if ((uintptr_t)p & 8) |
| 994 | *p = 0; |
| 995 | } |
| 996 | |
| 997 | /* |
| 998 | * Figure out what HW csum a packet wants and return the appropriate control |
| 999 | * bits. |
| 1000 | */ |
| 1001 | static u64 hwcsum(const struct sk_buff *skb) |
| 1002 | { |
| 1003 | int csum_type; |
| 1004 | const struct iphdr *iph = ip_hdr(skb); |
| 1005 | |
| 1006 | if (iph->version == 4) { |
| 1007 | if (iph->protocol == IPPROTO_TCP) |
| 1008 | csum_type = TX_CSUM_TCPIP; |
| 1009 | else if (iph->protocol == IPPROTO_UDP) |
| 1010 | csum_type = TX_CSUM_UDPIP; |
| 1011 | else { |
| 1012 | nocsum: /* |
| 1013 | * unknown protocol, disable HW csum |
| 1014 | * and hope a bad packet is detected |
| 1015 | */ |
| 1016 | return TXPKT_L4CSUM_DIS; |
| 1017 | } |
| 1018 | } else { |
| 1019 | /* |
| 1020 | * this doesn't work with extension headers |
| 1021 | */ |
| 1022 | const struct ipv6hdr *ip6h = (const struct ipv6hdr *)iph; |
| 1023 | |
| 1024 | if (ip6h->nexthdr == IPPROTO_TCP) |
| 1025 | csum_type = TX_CSUM_TCPIP6; |
| 1026 | else if (ip6h->nexthdr == IPPROTO_UDP) |
| 1027 | csum_type = TX_CSUM_UDPIP6; |
| 1028 | else |
| 1029 | goto nocsum; |
| 1030 | } |
| 1031 | |
| 1032 | if (likely(csum_type >= TX_CSUM_TCPIP)) |
| 1033 | return TXPKT_CSUM_TYPE(csum_type) | |
| 1034 | TXPKT_IPHDR_LEN(skb_network_header_len(skb)) | |
| 1035 | TXPKT_ETHHDR_LEN(skb_network_offset(skb) - ETH_HLEN); |
| 1036 | else { |
| 1037 | int start = skb_transport_offset(skb); |
| 1038 | |
| 1039 | return TXPKT_CSUM_TYPE(csum_type) | TXPKT_CSUM_START(start) | |
| 1040 | TXPKT_CSUM_LOC(start + skb->csum_offset); |
| 1041 | } |
| 1042 | } |
| 1043 | |
| 1044 | static void eth_txq_stop(struct sge_eth_txq *q) |
| 1045 | { |
| 1046 | netif_tx_stop_queue(q->txq); |
| 1047 | q->q.stops++; |
| 1048 | } |
| 1049 | |
| 1050 | static inline void txq_advance(struct sge_txq *q, unsigned int n) |
| 1051 | { |
| 1052 | q->in_use += n; |
| 1053 | q->pidx += n; |
| 1054 | if (q->pidx >= q->size) |
| 1055 | q->pidx -= q->size; |
| 1056 | } |
| 1057 | |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 1058 | #ifdef CONFIG_CHELSIO_T4_FCOE |
| 1059 | static inline int |
| 1060 | cxgb_fcoe_offload(struct sk_buff *skb, struct adapter *adap, |
| 1061 | const struct port_info *pi, u64 *cntrl) |
| 1062 | { |
| 1063 | const struct cxgb_fcoe *fcoe = &pi->fcoe; |
| 1064 | |
| 1065 | if (!(fcoe->flags & CXGB_FCOE_ENABLED)) |
| 1066 | return 0; |
| 1067 | |
| 1068 | if (skb->protocol != htons(ETH_P_FCOE)) |
| 1069 | return 0; |
| 1070 | |
| 1071 | skb_reset_mac_header(skb); |
| 1072 | skb->mac_len = sizeof(struct ethhdr); |
| 1073 | |
| 1074 | skb_set_network_header(skb, skb->mac_len); |
| 1075 | skb_set_transport_header(skb, skb->mac_len + sizeof(struct fcoe_hdr)); |
| 1076 | |
| 1077 | if (!cxgb_fcoe_sof_eof_supported(adap, skb)) |
| 1078 | return -ENOTSUPP; |
| 1079 | |
| 1080 | /* FC CRC offload */ |
| 1081 | *cntrl = TXPKT_CSUM_TYPE(TX_CSUM_FCOE) | |
| 1082 | TXPKT_L4CSUM_DIS | TXPKT_IPCSUM_DIS | |
| 1083 | TXPKT_CSUM_START(CXGB_FCOE_TXPKT_CSUM_START) | |
| 1084 | TXPKT_CSUM_END(CXGB_FCOE_TXPKT_CSUM_END) | |
| 1085 | TXPKT_CSUM_LOC(CXGB_FCOE_TXPKT_CSUM_END); |
| 1086 | return 0; |
| 1087 | } |
| 1088 | #endif /* CONFIG_CHELSIO_T4_FCOE */ |
| 1089 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1090 | /** |
| 1091 | * t4_eth_xmit - add a packet to an Ethernet Tx queue |
| 1092 | * @skb: the packet |
| 1093 | * @dev: the egress net device |
| 1094 | * |
| 1095 | * Add a packet to an SGE Ethernet Tx queue. Runs with softirqs disabled. |
| 1096 | */ |
| 1097 | netdev_tx_t t4_eth_xmit(struct sk_buff *skb, struct net_device *dev) |
| 1098 | { |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 1099 | int len; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1100 | u32 wr_mid; |
| 1101 | u64 cntrl, *end; |
| 1102 | int qidx, credits; |
| 1103 | unsigned int flits, ndesc; |
| 1104 | struct adapter *adap; |
| 1105 | struct sge_eth_txq *q; |
| 1106 | const struct port_info *pi; |
| 1107 | struct fw_eth_tx_pkt_wr *wr; |
| 1108 | struct cpl_tx_pkt_core *cpl; |
| 1109 | const struct skb_shared_info *ssi; |
| 1110 | dma_addr_t addr[MAX_SKB_FRAGS + 1]; |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 1111 | bool immediate = false; |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 1112 | #ifdef CONFIG_CHELSIO_T4_FCOE |
| 1113 | int err; |
| 1114 | #endif /* CONFIG_CHELSIO_T4_FCOE */ |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1115 | |
| 1116 | /* |
| 1117 | * The chip min packet length is 10 octets but play safe and reject |
| 1118 | * anything shorter than an Ethernet header. |
| 1119 | */ |
| 1120 | if (unlikely(skb->len < ETH_HLEN)) { |
Eric W. Biederman | a752519 | 2014-03-15 16:29:49 -0700 | [diff] [blame] | 1121 | out_free: dev_kfree_skb_any(skb); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1122 | return NETDEV_TX_OK; |
| 1123 | } |
| 1124 | |
| 1125 | pi = netdev_priv(dev); |
| 1126 | adap = pi->adapter; |
| 1127 | qidx = skb_get_queue_mapping(skb); |
| 1128 | q = &adap->sge.ethtxq[qidx + pi->first_qset]; |
| 1129 | |
| 1130 | reclaim_completed_tx(adap, &q->q, true); |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 1131 | cntrl = TXPKT_L4CSUM_DIS | TXPKT_IPCSUM_DIS; |
| 1132 | |
| 1133 | #ifdef CONFIG_CHELSIO_T4_FCOE |
| 1134 | err = cxgb_fcoe_offload(skb, adap, pi, &cntrl); |
| 1135 | if (unlikely(err == -ENOTSUPP)) |
| 1136 | goto out_free; |
| 1137 | #endif /* CONFIG_CHELSIO_T4_FCOE */ |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1138 | |
| 1139 | flits = calc_tx_flits(skb); |
| 1140 | ndesc = flits_to_desc(flits); |
| 1141 | credits = txq_avail(&q->q) - ndesc; |
| 1142 | |
| 1143 | if (unlikely(credits < 0)) { |
| 1144 | eth_txq_stop(q); |
| 1145 | dev_err(adap->pdev_dev, |
| 1146 | "%s: Tx ring %u full while queue awake!\n", |
| 1147 | dev->name, qidx); |
| 1148 | return NETDEV_TX_BUSY; |
| 1149 | } |
| 1150 | |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 1151 | if (is_eth_imm(skb)) |
| 1152 | immediate = true; |
| 1153 | |
| 1154 | if (!immediate && |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1155 | unlikely(map_skb(adap->pdev_dev, skb, addr) < 0)) { |
| 1156 | q->mapping_err++; |
| 1157 | goto out_free; |
| 1158 | } |
| 1159 | |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 1160 | wr_mid = FW_WR_LEN16_V(DIV_ROUND_UP(flits, 2)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1161 | if (unlikely(credits < ETHTXQ_STOP_THRES)) { |
| 1162 | eth_txq_stop(q); |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 1163 | wr_mid |= FW_WR_EQUEQ_F | FW_WR_EQUIQ_F; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1164 | } |
| 1165 | |
| 1166 | wr = (void *)&q->q.desc[q->q.pidx]; |
| 1167 | wr->equiq_to_len16 = htonl(wr_mid); |
| 1168 | wr->r3 = cpu_to_be64(0); |
| 1169 | end = (u64 *)wr + flits; |
| 1170 | |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 1171 | len = immediate ? skb->len : 0; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1172 | ssi = skb_shinfo(skb); |
| 1173 | if (ssi->gso_size) { |
Dimitris Michailidis | 625ac6a | 2010-08-02 13:19:18 +0000 | [diff] [blame] | 1174 | struct cpl_tx_pkt_lso *lso = (void *)wr; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1175 | bool v6 = (ssi->gso_type & SKB_GSO_TCPV6) != 0; |
| 1176 | int l3hdr_len = skb_network_header_len(skb); |
| 1177 | int eth_xtra_len = skb_network_offset(skb) - ETH_HLEN; |
| 1178 | |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 1179 | len += sizeof(*lso); |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 1180 | wr->op_immdlen = htonl(FW_WR_OP_V(FW_ETH_TX_PKT_WR) | |
| 1181 | FW_WR_IMMDLEN_V(len)); |
Dimitris Michailidis | 625ac6a | 2010-08-02 13:19:18 +0000 | [diff] [blame] | 1182 | lso->c.lso_ctrl = htonl(LSO_OPCODE(CPL_TX_PKT_LSO) | |
| 1183 | LSO_FIRST_SLICE | LSO_LAST_SLICE | |
| 1184 | LSO_IPV6(v6) | |
| 1185 | LSO_ETHHDR_LEN(eth_xtra_len / 4) | |
| 1186 | LSO_IPHDR_LEN(l3hdr_len / 4) | |
| 1187 | LSO_TCPHDR_LEN(tcp_hdr(skb)->doff)); |
| 1188 | lso->c.ipid_ofst = htons(0); |
| 1189 | lso->c.mss = htons(ssi->gso_size); |
| 1190 | lso->c.seqno_offset = htonl(0); |
Hariprasad Shenai | 7207c0d | 2014-10-09 05:48:45 +0530 | [diff] [blame] | 1191 | if (is_t4(adap->params.chip)) |
| 1192 | lso->c.len = htonl(skb->len); |
| 1193 | else |
| 1194 | lso->c.len = htonl(LSO_T5_XFER_SIZE(skb->len)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1195 | cpl = (void *)(lso + 1); |
| 1196 | cntrl = TXPKT_CSUM_TYPE(v6 ? TX_CSUM_TCPIP6 : TX_CSUM_TCPIP) | |
| 1197 | TXPKT_IPHDR_LEN(l3hdr_len) | |
| 1198 | TXPKT_ETHHDR_LEN(eth_xtra_len); |
| 1199 | q->tso++; |
| 1200 | q->tx_cso += ssi->gso_segs; |
| 1201 | } else { |
Kumar Sanghvi | ca71de6 | 2014-03-13 20:50:50 +0530 | [diff] [blame] | 1202 | len += sizeof(*cpl); |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 1203 | wr->op_immdlen = htonl(FW_WR_OP_V(FW_ETH_TX_PKT_WR) | |
| 1204 | FW_WR_IMMDLEN_V(len)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1205 | cpl = (void *)(wr + 1); |
| 1206 | if (skb->ip_summed == CHECKSUM_PARTIAL) { |
| 1207 | cntrl = hwcsum(skb) | TXPKT_IPCSUM_DIS; |
| 1208 | q->tx_cso++; |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 1209 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1210 | } |
| 1211 | |
Jiri Pirko | df8a39d | 2015-01-13 17:13:44 +0100 | [diff] [blame] | 1212 | if (skb_vlan_tag_present(skb)) { |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1213 | q->vlan_ins++; |
Jiri Pirko | df8a39d | 2015-01-13 17:13:44 +0100 | [diff] [blame] | 1214 | cntrl |= TXPKT_VLAN_VLD | TXPKT_VLAN(skb_vlan_tag_get(skb)); |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 1215 | #ifdef CONFIG_CHELSIO_T4_FCOE |
| 1216 | if (skb->protocol == htons(ETH_P_FCOE)) |
| 1217 | cntrl |= TXPKT_VLAN( |
| 1218 | ((skb->priority & 0x7) << VLAN_PRIO_SHIFT)); |
| 1219 | #endif /* CONFIG_CHELSIO_T4_FCOE */ |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1220 | } |
| 1221 | |
| 1222 | cpl->ctrl0 = htonl(TXPKT_OPCODE(CPL_TX_PKT_XT) | |
Dimitris Michailidis | 1707aec | 2010-08-23 17:21:00 +0000 | [diff] [blame] | 1223 | TXPKT_INTF(pi->tx_chan) | TXPKT_PF(adap->fn)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1224 | cpl->pack = htons(0); |
| 1225 | cpl->len = htons(skb->len); |
| 1226 | cpl->ctrl1 = cpu_to_be64(cntrl); |
| 1227 | |
Kumar Sanghvi | 0034b29 | 2014-02-18 17:56:14 +0530 | [diff] [blame] | 1228 | if (immediate) { |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1229 | inline_tx_skb(skb, &q->q, cpl + 1); |
Eric W. Biederman | a752519 | 2014-03-15 16:29:49 -0700 | [diff] [blame] | 1230 | dev_consume_skb_any(skb); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1231 | } else { |
| 1232 | int last_desc; |
| 1233 | |
| 1234 | write_sgl(skb, &q->q, (struct ulptx_sgl *)(cpl + 1), end, 0, |
| 1235 | addr); |
| 1236 | skb_orphan(skb); |
| 1237 | |
| 1238 | last_desc = q->q.pidx + ndesc - 1; |
| 1239 | if (last_desc >= q->q.size) |
| 1240 | last_desc -= q->q.size; |
| 1241 | q->q.sdesc[last_desc].skb = skb; |
| 1242 | q->q.sdesc[last_desc].sgl = (struct ulptx_sgl *)(cpl + 1); |
| 1243 | } |
| 1244 | |
| 1245 | txq_advance(&q->q, ndesc); |
| 1246 | |
| 1247 | ring_tx_db(adap, &q->q, ndesc); |
| 1248 | return NETDEV_TX_OK; |
| 1249 | } |
| 1250 | |
| 1251 | /** |
| 1252 | * reclaim_completed_tx_imm - reclaim completed control-queue Tx descs |
| 1253 | * @q: the SGE control Tx queue |
| 1254 | * |
| 1255 | * This is a variant of reclaim_completed_tx() that is used for Tx queues |
| 1256 | * that send only immediate data (presently just the control queues) and |
| 1257 | * thus do not have any sk_buffs to release. |
| 1258 | */ |
| 1259 | static inline void reclaim_completed_tx_imm(struct sge_txq *q) |
| 1260 | { |
| 1261 | int hw_cidx = ntohs(q->stat->cidx); |
| 1262 | int reclaim = hw_cidx - q->cidx; |
| 1263 | |
| 1264 | if (reclaim < 0) |
| 1265 | reclaim += q->size; |
| 1266 | |
| 1267 | q->in_use -= reclaim; |
| 1268 | q->cidx = hw_cidx; |
| 1269 | } |
| 1270 | |
| 1271 | /** |
| 1272 | * is_imm - check whether a packet can be sent as immediate data |
| 1273 | * @skb: the packet |
| 1274 | * |
| 1275 | * Returns true if a packet can be sent as a WR with immediate data. |
| 1276 | */ |
| 1277 | static inline int is_imm(const struct sk_buff *skb) |
| 1278 | { |
| 1279 | return skb->len <= MAX_CTRL_WR_LEN; |
| 1280 | } |
| 1281 | |
| 1282 | /** |
| 1283 | * ctrlq_check_stop - check if a control queue is full and should stop |
| 1284 | * @q: the queue |
| 1285 | * @wr: most recent WR written to the queue |
| 1286 | * |
| 1287 | * Check if a control queue has become full and should be stopped. |
| 1288 | * We clean up control queue descriptors very lazily, only when we are out. |
| 1289 | * If the queue is still full after reclaiming any completed descriptors |
| 1290 | * we suspend it and have the last WR wake it up. |
| 1291 | */ |
| 1292 | static void ctrlq_check_stop(struct sge_ctrl_txq *q, struct fw_wr_hdr *wr) |
| 1293 | { |
| 1294 | reclaim_completed_tx_imm(&q->q); |
| 1295 | if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 1296 | wr->lo |= htonl(FW_WR_EQUEQ_F | FW_WR_EQUIQ_F); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1297 | q->q.stops++; |
| 1298 | q->full = 1; |
| 1299 | } |
| 1300 | } |
| 1301 | |
| 1302 | /** |
| 1303 | * ctrl_xmit - send a packet through an SGE control Tx queue |
| 1304 | * @q: the control queue |
| 1305 | * @skb: the packet |
| 1306 | * |
| 1307 | * Send a packet through an SGE control Tx queue. Packets sent through |
| 1308 | * a control queue must fit entirely as immediate data. |
| 1309 | */ |
| 1310 | static int ctrl_xmit(struct sge_ctrl_txq *q, struct sk_buff *skb) |
| 1311 | { |
| 1312 | unsigned int ndesc; |
| 1313 | struct fw_wr_hdr *wr; |
| 1314 | |
| 1315 | if (unlikely(!is_imm(skb))) { |
| 1316 | WARN_ON(1); |
| 1317 | dev_kfree_skb(skb); |
| 1318 | return NET_XMIT_DROP; |
| 1319 | } |
| 1320 | |
| 1321 | ndesc = DIV_ROUND_UP(skb->len, sizeof(struct tx_desc)); |
| 1322 | spin_lock(&q->sendq.lock); |
| 1323 | |
| 1324 | if (unlikely(q->full)) { |
| 1325 | skb->priority = ndesc; /* save for restart */ |
| 1326 | __skb_queue_tail(&q->sendq, skb); |
| 1327 | spin_unlock(&q->sendq.lock); |
| 1328 | return NET_XMIT_CN; |
| 1329 | } |
| 1330 | |
| 1331 | wr = (struct fw_wr_hdr *)&q->q.desc[q->q.pidx]; |
| 1332 | inline_tx_skb(skb, &q->q, wr); |
| 1333 | |
| 1334 | txq_advance(&q->q, ndesc); |
| 1335 | if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) |
| 1336 | ctrlq_check_stop(q, wr); |
| 1337 | |
| 1338 | ring_tx_db(q->adap, &q->q, ndesc); |
| 1339 | spin_unlock(&q->sendq.lock); |
| 1340 | |
| 1341 | kfree_skb(skb); |
| 1342 | return NET_XMIT_SUCCESS; |
| 1343 | } |
| 1344 | |
| 1345 | /** |
| 1346 | * restart_ctrlq - restart a suspended control queue |
| 1347 | * @data: the control queue to restart |
| 1348 | * |
| 1349 | * Resumes transmission on a suspended Tx control queue. |
| 1350 | */ |
| 1351 | static void restart_ctrlq(unsigned long data) |
| 1352 | { |
| 1353 | struct sk_buff *skb; |
| 1354 | unsigned int written = 0; |
| 1355 | struct sge_ctrl_txq *q = (struct sge_ctrl_txq *)data; |
| 1356 | |
| 1357 | spin_lock(&q->sendq.lock); |
| 1358 | reclaim_completed_tx_imm(&q->q); |
| 1359 | BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ |
| 1360 | |
| 1361 | while ((skb = __skb_dequeue(&q->sendq)) != NULL) { |
| 1362 | struct fw_wr_hdr *wr; |
| 1363 | unsigned int ndesc = skb->priority; /* previously saved */ |
| 1364 | |
| 1365 | /* |
| 1366 | * Write descriptors and free skbs outside the lock to limit |
| 1367 | * wait times. q->full is still set so new skbs will be queued. |
| 1368 | */ |
| 1369 | spin_unlock(&q->sendq.lock); |
| 1370 | |
| 1371 | wr = (struct fw_wr_hdr *)&q->q.desc[q->q.pidx]; |
| 1372 | inline_tx_skb(skb, &q->q, wr); |
| 1373 | kfree_skb(skb); |
| 1374 | |
| 1375 | written += ndesc; |
| 1376 | txq_advance(&q->q, ndesc); |
| 1377 | if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { |
| 1378 | unsigned long old = q->q.stops; |
| 1379 | |
| 1380 | ctrlq_check_stop(q, wr); |
| 1381 | if (q->q.stops != old) { /* suspended anew */ |
| 1382 | spin_lock(&q->sendq.lock); |
| 1383 | goto ringdb; |
| 1384 | } |
| 1385 | } |
| 1386 | if (written > 16) { |
| 1387 | ring_tx_db(q->adap, &q->q, written); |
| 1388 | written = 0; |
| 1389 | } |
| 1390 | spin_lock(&q->sendq.lock); |
| 1391 | } |
| 1392 | q->full = 0; |
| 1393 | ringdb: if (written) |
| 1394 | ring_tx_db(q->adap, &q->q, written); |
| 1395 | spin_unlock(&q->sendq.lock); |
| 1396 | } |
| 1397 | |
| 1398 | /** |
| 1399 | * t4_mgmt_tx - send a management message |
| 1400 | * @adap: the adapter |
| 1401 | * @skb: the packet containing the management message |
| 1402 | * |
| 1403 | * Send a management message through control queue 0. |
| 1404 | */ |
| 1405 | int t4_mgmt_tx(struct adapter *adap, struct sk_buff *skb) |
| 1406 | { |
| 1407 | int ret; |
| 1408 | |
| 1409 | local_bh_disable(); |
| 1410 | ret = ctrl_xmit(&adap->sge.ctrlq[0], skb); |
| 1411 | local_bh_enable(); |
| 1412 | return ret; |
| 1413 | } |
| 1414 | |
| 1415 | /** |
| 1416 | * is_ofld_imm - check whether a packet can be sent as immediate data |
| 1417 | * @skb: the packet |
| 1418 | * |
| 1419 | * Returns true if a packet can be sent as an offload WR with immediate |
| 1420 | * data. We currently use the same limit as for Ethernet packets. |
| 1421 | */ |
| 1422 | static inline int is_ofld_imm(const struct sk_buff *skb) |
| 1423 | { |
| 1424 | return skb->len <= MAX_IMM_TX_PKT_LEN; |
| 1425 | } |
| 1426 | |
| 1427 | /** |
| 1428 | * calc_tx_flits_ofld - calculate # of flits for an offload packet |
| 1429 | * @skb: the packet |
| 1430 | * |
| 1431 | * Returns the number of flits needed for the given offload packet. |
| 1432 | * These packets are already fully constructed and no additional headers |
| 1433 | * will be added. |
| 1434 | */ |
| 1435 | static inline unsigned int calc_tx_flits_ofld(const struct sk_buff *skb) |
| 1436 | { |
| 1437 | unsigned int flits, cnt; |
| 1438 | |
| 1439 | if (is_ofld_imm(skb)) |
| 1440 | return DIV_ROUND_UP(skb->len, 8); |
| 1441 | |
| 1442 | flits = skb_transport_offset(skb) / 8U; /* headers */ |
| 1443 | cnt = skb_shinfo(skb)->nr_frags; |
Li RongQing | 15dd16c | 2013-06-03 22:11:16 +0000 | [diff] [blame] | 1444 | if (skb_tail_pointer(skb) != skb_transport_header(skb)) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1445 | cnt++; |
| 1446 | return flits + sgl_len(cnt); |
| 1447 | } |
| 1448 | |
| 1449 | /** |
| 1450 | * txq_stop_maperr - stop a Tx queue due to I/O MMU exhaustion |
| 1451 | * @adap: the adapter |
| 1452 | * @q: the queue to stop |
| 1453 | * |
| 1454 | * Mark a Tx queue stopped due to I/O MMU exhaustion and resulting |
| 1455 | * inability to map packets. A periodic timer attempts to restart |
| 1456 | * queues so marked. |
| 1457 | */ |
| 1458 | static void txq_stop_maperr(struct sge_ofld_txq *q) |
| 1459 | { |
| 1460 | q->mapping_err++; |
| 1461 | q->q.stops++; |
Dimitris Michailidis | e46dab4 | 2010-08-23 17:20:58 +0000 | [diff] [blame] | 1462 | set_bit(q->q.cntxt_id - q->adap->sge.egr_start, |
| 1463 | q->adap->sge.txq_maperr); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1464 | } |
| 1465 | |
| 1466 | /** |
| 1467 | * ofldtxq_stop - stop an offload Tx queue that has become full |
| 1468 | * @q: the queue to stop |
| 1469 | * @skb: the packet causing the queue to become full |
| 1470 | * |
| 1471 | * Stops an offload Tx queue that has become full and modifies the packet |
| 1472 | * being written to request a wakeup. |
| 1473 | */ |
| 1474 | static void ofldtxq_stop(struct sge_ofld_txq *q, struct sk_buff *skb) |
| 1475 | { |
| 1476 | struct fw_wr_hdr *wr = (struct fw_wr_hdr *)skb->data; |
| 1477 | |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 1478 | wr->lo |= htonl(FW_WR_EQUEQ_F | FW_WR_EQUIQ_F); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1479 | q->q.stops++; |
| 1480 | q->full = 1; |
| 1481 | } |
| 1482 | |
| 1483 | /** |
| 1484 | * service_ofldq - restart a suspended offload queue |
| 1485 | * @q: the offload queue |
| 1486 | * |
| 1487 | * Services an offload Tx queue by moving packets from its packet queue |
| 1488 | * to the HW Tx ring. The function starts and ends with the queue locked. |
| 1489 | */ |
| 1490 | static void service_ofldq(struct sge_ofld_txq *q) |
| 1491 | { |
| 1492 | u64 *pos; |
| 1493 | int credits; |
| 1494 | struct sk_buff *skb; |
| 1495 | unsigned int written = 0; |
| 1496 | unsigned int flits, ndesc; |
| 1497 | |
| 1498 | while ((skb = skb_peek(&q->sendq)) != NULL && !q->full) { |
| 1499 | /* |
| 1500 | * We drop the lock but leave skb on sendq, thus retaining |
| 1501 | * exclusive access to the state of the queue. |
| 1502 | */ |
| 1503 | spin_unlock(&q->sendq.lock); |
| 1504 | |
| 1505 | reclaim_completed_tx(q->adap, &q->q, false); |
| 1506 | |
| 1507 | flits = skb->priority; /* previously saved */ |
| 1508 | ndesc = flits_to_desc(flits); |
| 1509 | credits = txq_avail(&q->q) - ndesc; |
| 1510 | BUG_ON(credits < 0); |
| 1511 | if (unlikely(credits < TXQ_STOP_THRES)) |
| 1512 | ofldtxq_stop(q, skb); |
| 1513 | |
| 1514 | pos = (u64 *)&q->q.desc[q->q.pidx]; |
| 1515 | if (is_ofld_imm(skb)) |
| 1516 | inline_tx_skb(skb, &q->q, pos); |
| 1517 | else if (map_skb(q->adap->pdev_dev, skb, |
| 1518 | (dma_addr_t *)skb->head)) { |
| 1519 | txq_stop_maperr(q); |
| 1520 | spin_lock(&q->sendq.lock); |
| 1521 | break; |
| 1522 | } else { |
| 1523 | int last_desc, hdr_len = skb_transport_offset(skb); |
| 1524 | |
| 1525 | memcpy(pos, skb->data, hdr_len); |
| 1526 | write_sgl(skb, &q->q, (void *)pos + hdr_len, |
| 1527 | pos + flits, hdr_len, |
| 1528 | (dma_addr_t *)skb->head); |
| 1529 | #ifdef CONFIG_NEED_DMA_MAP_STATE |
| 1530 | skb->dev = q->adap->port[0]; |
| 1531 | skb->destructor = deferred_unmap_destructor; |
| 1532 | #endif |
| 1533 | last_desc = q->q.pidx + ndesc - 1; |
| 1534 | if (last_desc >= q->q.size) |
| 1535 | last_desc -= q->q.size; |
| 1536 | q->q.sdesc[last_desc].skb = skb; |
| 1537 | } |
| 1538 | |
| 1539 | txq_advance(&q->q, ndesc); |
| 1540 | written += ndesc; |
| 1541 | if (unlikely(written > 32)) { |
| 1542 | ring_tx_db(q->adap, &q->q, written); |
| 1543 | written = 0; |
| 1544 | } |
| 1545 | |
| 1546 | spin_lock(&q->sendq.lock); |
| 1547 | __skb_unlink(skb, &q->sendq); |
| 1548 | if (is_ofld_imm(skb)) |
| 1549 | kfree_skb(skb); |
| 1550 | } |
| 1551 | if (likely(written)) |
| 1552 | ring_tx_db(q->adap, &q->q, written); |
| 1553 | } |
| 1554 | |
| 1555 | /** |
| 1556 | * ofld_xmit - send a packet through an offload queue |
| 1557 | * @q: the Tx offload queue |
| 1558 | * @skb: the packet |
| 1559 | * |
| 1560 | * Send an offload packet through an SGE offload queue. |
| 1561 | */ |
| 1562 | static int ofld_xmit(struct sge_ofld_txq *q, struct sk_buff *skb) |
| 1563 | { |
| 1564 | skb->priority = calc_tx_flits_ofld(skb); /* save for restart */ |
| 1565 | spin_lock(&q->sendq.lock); |
| 1566 | __skb_queue_tail(&q->sendq, skb); |
| 1567 | if (q->sendq.qlen == 1) |
| 1568 | service_ofldq(q); |
| 1569 | spin_unlock(&q->sendq.lock); |
| 1570 | return NET_XMIT_SUCCESS; |
| 1571 | } |
| 1572 | |
| 1573 | /** |
| 1574 | * restart_ofldq - restart a suspended offload queue |
| 1575 | * @data: the offload queue to restart |
| 1576 | * |
| 1577 | * Resumes transmission on a suspended Tx offload queue. |
| 1578 | */ |
| 1579 | static void restart_ofldq(unsigned long data) |
| 1580 | { |
| 1581 | struct sge_ofld_txq *q = (struct sge_ofld_txq *)data; |
| 1582 | |
| 1583 | spin_lock(&q->sendq.lock); |
| 1584 | q->full = 0; /* the queue actually is completely empty now */ |
| 1585 | service_ofldq(q); |
| 1586 | spin_unlock(&q->sendq.lock); |
| 1587 | } |
| 1588 | |
| 1589 | /** |
| 1590 | * skb_txq - return the Tx queue an offload packet should use |
| 1591 | * @skb: the packet |
| 1592 | * |
| 1593 | * Returns the Tx queue an offload packet should use as indicated by bits |
| 1594 | * 1-15 in the packet's queue_mapping. |
| 1595 | */ |
| 1596 | static inline unsigned int skb_txq(const struct sk_buff *skb) |
| 1597 | { |
| 1598 | return skb->queue_mapping >> 1; |
| 1599 | } |
| 1600 | |
| 1601 | /** |
| 1602 | * is_ctrl_pkt - return whether an offload packet is a control packet |
| 1603 | * @skb: the packet |
| 1604 | * |
| 1605 | * Returns whether an offload packet should use an OFLD or a CTRL |
| 1606 | * Tx queue as indicated by bit 0 in the packet's queue_mapping. |
| 1607 | */ |
| 1608 | static inline unsigned int is_ctrl_pkt(const struct sk_buff *skb) |
| 1609 | { |
| 1610 | return skb->queue_mapping & 1; |
| 1611 | } |
| 1612 | |
| 1613 | static inline int ofld_send(struct adapter *adap, struct sk_buff *skb) |
| 1614 | { |
| 1615 | unsigned int idx = skb_txq(skb); |
| 1616 | |
Kumar Sanghvi | 4fe44dd | 2014-02-18 17:56:11 +0530 | [diff] [blame] | 1617 | if (unlikely(is_ctrl_pkt(skb))) { |
| 1618 | /* Single ctrl queue is a requirement for LE workaround path */ |
| 1619 | if (adap->tids.nsftids) |
| 1620 | idx = 0; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1621 | return ctrl_xmit(&adap->sge.ctrlq[idx], skb); |
Kumar Sanghvi | 4fe44dd | 2014-02-18 17:56:11 +0530 | [diff] [blame] | 1622 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1623 | return ofld_xmit(&adap->sge.ofldtxq[idx], skb); |
| 1624 | } |
| 1625 | |
| 1626 | /** |
| 1627 | * t4_ofld_send - send an offload packet |
| 1628 | * @adap: the adapter |
| 1629 | * @skb: the packet |
| 1630 | * |
| 1631 | * Sends an offload packet. We use the packet queue_mapping to select the |
| 1632 | * appropriate Tx queue as follows: bit 0 indicates whether the packet |
| 1633 | * should be sent as regular or control, bits 1-15 select the queue. |
| 1634 | */ |
| 1635 | int t4_ofld_send(struct adapter *adap, struct sk_buff *skb) |
| 1636 | { |
| 1637 | int ret; |
| 1638 | |
| 1639 | local_bh_disable(); |
| 1640 | ret = ofld_send(adap, skb); |
| 1641 | local_bh_enable(); |
| 1642 | return ret; |
| 1643 | } |
| 1644 | |
| 1645 | /** |
| 1646 | * cxgb4_ofld_send - send an offload packet |
| 1647 | * @dev: the net device |
| 1648 | * @skb: the packet |
| 1649 | * |
| 1650 | * Sends an offload packet. This is an exported version of @t4_ofld_send, |
| 1651 | * intended for ULDs. |
| 1652 | */ |
| 1653 | int cxgb4_ofld_send(struct net_device *dev, struct sk_buff *skb) |
| 1654 | { |
| 1655 | return t4_ofld_send(netdev2adap(dev), skb); |
| 1656 | } |
| 1657 | EXPORT_SYMBOL(cxgb4_ofld_send); |
| 1658 | |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 1659 | static inline void copy_frags(struct sk_buff *skb, |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1660 | const struct pkt_gl *gl, unsigned int offset) |
| 1661 | { |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 1662 | int i; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1663 | |
| 1664 | /* usually there's just one frag */ |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 1665 | __skb_fill_page_desc(skb, 0, gl->frags[0].page, |
| 1666 | gl->frags[0].offset + offset, |
| 1667 | gl->frags[0].size - offset); |
| 1668 | skb_shinfo(skb)->nr_frags = gl->nfrags; |
| 1669 | for (i = 1; i < gl->nfrags; i++) |
| 1670 | __skb_fill_page_desc(skb, i, gl->frags[i].page, |
| 1671 | gl->frags[i].offset, |
| 1672 | gl->frags[i].size); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1673 | |
| 1674 | /* get a reference to the last page, we don't own it */ |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 1675 | get_page(gl->frags[gl->nfrags - 1].page); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1676 | } |
| 1677 | |
| 1678 | /** |
| 1679 | * cxgb4_pktgl_to_skb - build an sk_buff from a packet gather list |
| 1680 | * @gl: the gather list |
| 1681 | * @skb_len: size of sk_buff main body if it carries fragments |
| 1682 | * @pull_len: amount of data to move to the sk_buff's main body |
| 1683 | * |
| 1684 | * Builds an sk_buff from the given packet gather list. Returns the |
| 1685 | * sk_buff or %NULL if sk_buff allocation failed. |
| 1686 | */ |
| 1687 | struct sk_buff *cxgb4_pktgl_to_skb(const struct pkt_gl *gl, |
| 1688 | unsigned int skb_len, unsigned int pull_len) |
| 1689 | { |
| 1690 | struct sk_buff *skb; |
| 1691 | |
| 1692 | /* |
| 1693 | * Below we rely on RX_COPY_THRES being less than the smallest Rx buffer |
| 1694 | * size, which is expected since buffers are at least PAGE_SIZEd. |
| 1695 | * In this case packets up to RX_COPY_THRES have only one fragment. |
| 1696 | */ |
| 1697 | if (gl->tot_len <= RX_COPY_THRES) { |
| 1698 | skb = dev_alloc_skb(gl->tot_len); |
| 1699 | if (unlikely(!skb)) |
| 1700 | goto out; |
| 1701 | __skb_put(skb, gl->tot_len); |
| 1702 | skb_copy_to_linear_data(skb, gl->va, gl->tot_len); |
| 1703 | } else { |
| 1704 | skb = dev_alloc_skb(skb_len); |
| 1705 | if (unlikely(!skb)) |
| 1706 | goto out; |
| 1707 | __skb_put(skb, pull_len); |
| 1708 | skb_copy_to_linear_data(skb, gl->va, pull_len); |
| 1709 | |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 1710 | copy_frags(skb, gl, pull_len); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1711 | skb->len = gl->tot_len; |
| 1712 | skb->data_len = skb->len - pull_len; |
| 1713 | skb->truesize += skb->data_len; |
| 1714 | } |
| 1715 | out: return skb; |
| 1716 | } |
| 1717 | EXPORT_SYMBOL(cxgb4_pktgl_to_skb); |
| 1718 | |
| 1719 | /** |
| 1720 | * t4_pktgl_free - free a packet gather list |
| 1721 | * @gl: the gather list |
| 1722 | * |
| 1723 | * Releases the pages of a packet gather list. We do not own the last |
| 1724 | * page on the list and do not free it. |
| 1725 | */ |
Roland Dreier | de498c8 | 2010-04-21 08:59:17 +0000 | [diff] [blame] | 1726 | static void t4_pktgl_free(const struct pkt_gl *gl) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1727 | { |
| 1728 | int n; |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 1729 | const struct page_frag *p; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1730 | |
| 1731 | for (p = gl->frags, n = gl->nfrags - 1; n--; p++) |
| 1732 | put_page(p->page); |
| 1733 | } |
| 1734 | |
| 1735 | /* |
| 1736 | * Process an MPS trace packet. Give it an unused protocol number so it won't |
| 1737 | * be delivered to anyone and send it to the stack for capture. |
| 1738 | */ |
| 1739 | static noinline int handle_trace_pkt(struct adapter *adap, |
| 1740 | const struct pkt_gl *gl) |
| 1741 | { |
| 1742 | struct sk_buff *skb; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1743 | |
| 1744 | skb = cxgb4_pktgl_to_skb(gl, RX_PULL_LEN, RX_PULL_LEN); |
| 1745 | if (unlikely(!skb)) { |
| 1746 | t4_pktgl_free(gl); |
| 1747 | return 0; |
| 1748 | } |
| 1749 | |
Hariprasad Shenai | d14807d | 2013-12-03 17:05:56 +0530 | [diff] [blame] | 1750 | if (is_t4(adap->params.chip)) |
Santosh Rastapur | 0a57a53 | 2013-03-14 05:08:49 +0000 | [diff] [blame] | 1751 | __skb_pull(skb, sizeof(struct cpl_trace_pkt)); |
| 1752 | else |
| 1753 | __skb_pull(skb, sizeof(struct cpl_t5_trace_pkt)); |
| 1754 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1755 | skb_reset_mac_header(skb); |
| 1756 | skb->protocol = htons(0xffff); |
| 1757 | skb->dev = adap->port[0]; |
| 1758 | netif_receive_skb(skb); |
| 1759 | return 0; |
| 1760 | } |
| 1761 | |
| 1762 | static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, |
| 1763 | const struct cpl_rx_pkt *pkt) |
| 1764 | { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 1765 | struct adapter *adapter = rxq->rspq.adap; |
| 1766 | struct sge *s = &adapter->sge; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1767 | int ret; |
| 1768 | struct sk_buff *skb; |
| 1769 | |
| 1770 | skb = napi_get_frags(&rxq->rspq.napi); |
| 1771 | if (unlikely(!skb)) { |
| 1772 | t4_pktgl_free(gl); |
| 1773 | rxq->stats.rx_drops++; |
| 1774 | return; |
| 1775 | } |
| 1776 | |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 1777 | copy_frags(skb, gl, s->pktshift); |
| 1778 | skb->len = gl->tot_len - s->pktshift; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1779 | skb->data_len = skb->len; |
| 1780 | skb->truesize += skb->data_len; |
| 1781 | skb->ip_summed = CHECKSUM_UNNECESSARY; |
| 1782 | skb_record_rx_queue(skb, rxq->rspq.idx); |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 1783 | skb_mark_napi_id(skb, &rxq->rspq.napi); |
Dimitris Michailidis | 87b6cf5 | 2010-04-27 16:22:42 -0700 | [diff] [blame] | 1784 | if (rxq->rspq.netdev->features & NETIF_F_RXHASH) |
Tom Herbert | 8264989 | 2013-12-17 23:23:29 -0800 | [diff] [blame] | 1785 | skb_set_hash(skb, (__force u32)pkt->rsshdr.hash_val, |
| 1786 | PKT_HASH_TYPE_L3); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1787 | |
| 1788 | if (unlikely(pkt->vlan_ex)) { |
Patrick McHardy | 86a9bad | 2013-04-19 02:04:30 +0000 | [diff] [blame] | 1789 | __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(pkt->vlan)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1790 | rxq->stats.vlan_ex++; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1791 | } |
| 1792 | ret = napi_gro_frags(&rxq->rspq.napi); |
Dimitris Michailidis | 19ecae2 | 2010-10-21 11:29:56 +0000 | [diff] [blame] | 1793 | if (ret == GRO_HELD) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1794 | rxq->stats.lro_pkts++; |
| 1795 | else if (ret == GRO_MERGED || ret == GRO_MERGED_FREE) |
| 1796 | rxq->stats.lro_merged++; |
| 1797 | rxq->stats.pkts++; |
| 1798 | rxq->stats.rx_cso++; |
| 1799 | } |
| 1800 | |
| 1801 | /** |
| 1802 | * t4_ethrx_handler - process an ingress ethernet packet |
| 1803 | * @q: the response queue that received the packet |
| 1804 | * @rsp: the response queue descriptor holding the RX_PKT message |
| 1805 | * @si: the gather list of packet fragments |
| 1806 | * |
| 1807 | * Process an ingress ethernet packet and deliver it to the stack. |
| 1808 | */ |
| 1809 | int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp, |
| 1810 | const struct pkt_gl *si) |
| 1811 | { |
| 1812 | bool csum_ok; |
| 1813 | struct sk_buff *skb; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1814 | const struct cpl_rx_pkt *pkt; |
| 1815 | struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 1816 | struct sge *s = &q->adap->sge; |
Hariprasad Shenai | d14807d | 2013-12-03 17:05:56 +0530 | [diff] [blame] | 1817 | int cpl_trace_pkt = is_t4(q->adap->params.chip) ? |
Santosh Rastapur | 0a57a53 | 2013-03-14 05:08:49 +0000 | [diff] [blame] | 1818 | CPL_TRACE_PKT : CPL_TRACE_PKT_T5; |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 1819 | #ifdef CONFIG_CHELSIO_T4_FCOE |
| 1820 | struct port_info *pi; |
| 1821 | #endif |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1822 | |
Santosh Rastapur | 0a57a53 | 2013-03-14 05:08:49 +0000 | [diff] [blame] | 1823 | if (unlikely(*(u8 *)rsp == cpl_trace_pkt)) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1824 | return handle_trace_pkt(q->adap, si); |
| 1825 | |
Dimitris Michailidis | 87b6cf5 | 2010-04-27 16:22:42 -0700 | [diff] [blame] | 1826 | pkt = (const struct cpl_rx_pkt *)rsp; |
Hariprasad Shenai | cca2822 | 2014-05-07 18:01:03 +0530 | [diff] [blame] | 1827 | csum_ok = pkt->csum_calc && !pkt->err_vec && |
| 1828 | (q->netdev->features & NETIF_F_RXCSUM); |
Hariprasad Shenai | bdc590b | 2015-01-08 21:38:16 -0800 | [diff] [blame] | 1829 | if ((pkt->l2info & htonl(RXF_TCP_F)) && |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 1830 | !(cxgb_poll_busy_polling(q)) && |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1831 | (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { |
| 1832 | do_gro(rxq, si, pkt); |
| 1833 | return 0; |
| 1834 | } |
| 1835 | |
| 1836 | skb = cxgb4_pktgl_to_skb(si, RX_PKT_SKB_LEN, RX_PULL_LEN); |
| 1837 | if (unlikely(!skb)) { |
| 1838 | t4_pktgl_free(si); |
| 1839 | rxq->stats.rx_drops++; |
| 1840 | return 0; |
| 1841 | } |
| 1842 | |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 1843 | __skb_pull(skb, s->pktshift); /* remove ethernet header padding */ |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1844 | skb->protocol = eth_type_trans(skb, q->netdev); |
| 1845 | skb_record_rx_queue(skb, q->idx); |
Dimitris Michailidis | 87b6cf5 | 2010-04-27 16:22:42 -0700 | [diff] [blame] | 1846 | if (skb->dev->features & NETIF_F_RXHASH) |
Tom Herbert | 8264989 | 2013-12-17 23:23:29 -0800 | [diff] [blame] | 1847 | skb_set_hash(skb, (__force u32)pkt->rsshdr.hash_val, |
| 1848 | PKT_HASH_TYPE_L3); |
Dimitris Michailidis | 87b6cf5 | 2010-04-27 16:22:42 -0700 | [diff] [blame] | 1849 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1850 | rxq->stats.pkts++; |
| 1851 | |
Hariprasad Shenai | bdc590b | 2015-01-08 21:38:16 -0800 | [diff] [blame] | 1852 | if (csum_ok && (pkt->l2info & htonl(RXF_UDP_F | RXF_TCP_F))) { |
Dimitris Michailidis | ba5d3c6 | 2010-08-02 13:19:17 +0000 | [diff] [blame] | 1853 | if (!pkt->ip_frag) { |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1854 | skb->ip_summed = CHECKSUM_UNNECESSARY; |
Dimitris Michailidis | ba5d3c6 | 2010-08-02 13:19:17 +0000 | [diff] [blame] | 1855 | rxq->stats.rx_cso++; |
Hariprasad Shenai | bdc590b | 2015-01-08 21:38:16 -0800 | [diff] [blame] | 1856 | } else if (pkt->l2info & htonl(RXF_IP_F)) { |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1857 | __sum16 c = (__force __sum16)pkt->csum; |
| 1858 | skb->csum = csum_unfold(c); |
| 1859 | skb->ip_summed = CHECKSUM_COMPLETE; |
Dimitris Michailidis | ba5d3c6 | 2010-08-02 13:19:17 +0000 | [diff] [blame] | 1860 | rxq->stats.rx_cso++; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1861 | } |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 1862 | } else { |
Eric Dumazet | bc8acf2 | 2010-09-02 13:07:41 -0700 | [diff] [blame] | 1863 | skb_checksum_none_assert(skb); |
Varun Prakash | 84a200b | 2015-03-24 19:14:46 +0530 | [diff] [blame] | 1864 | #ifdef CONFIG_CHELSIO_T4_FCOE |
| 1865 | #define CPL_RX_PKT_FLAGS (RXF_PSH_F | RXF_SYN_F | RXF_UDP_F | \ |
| 1866 | RXF_TCP_F | RXF_IP_F | RXF_IP6_F | RXF_LRO_F) |
| 1867 | |
| 1868 | pi = netdev_priv(skb->dev); |
| 1869 | if (!(pkt->l2info & cpu_to_be32(CPL_RX_PKT_FLAGS))) { |
| 1870 | if ((pkt->l2info & cpu_to_be32(RXF_FCOE_F)) && |
| 1871 | (pi->fcoe.flags & CXGB_FCOE_ENABLED)) { |
| 1872 | if (!(pkt->err_vec & cpu_to_be16(RXERR_CSUM_F))) |
| 1873 | skb->ip_summed = CHECKSUM_UNNECESSARY; |
| 1874 | } |
| 1875 | } |
| 1876 | |
| 1877 | #undef CPL_RX_PKT_FLAGS |
| 1878 | #endif /* CONFIG_CHELSIO_T4_FCOE */ |
| 1879 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1880 | |
| 1881 | if (unlikely(pkt->vlan_ex)) { |
Patrick McHardy | 86a9bad | 2013-04-19 02:04:30 +0000 | [diff] [blame] | 1882 | __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(pkt->vlan)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1883 | rxq->stats.vlan_ex++; |
Dimitris Michailidis | 19ecae2 | 2010-10-21 11:29:56 +0000 | [diff] [blame] | 1884 | } |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 1885 | skb_mark_napi_id(skb, &q->napi); |
Dimitris Michailidis | 19ecae2 | 2010-10-21 11:29:56 +0000 | [diff] [blame] | 1886 | netif_receive_skb(skb); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1887 | return 0; |
| 1888 | } |
| 1889 | |
| 1890 | /** |
| 1891 | * restore_rx_bufs - put back a packet's Rx buffers |
| 1892 | * @si: the packet gather list |
| 1893 | * @q: the SGE free list |
| 1894 | * @frags: number of FL buffers to restore |
| 1895 | * |
| 1896 | * Puts back on an FL the Rx buffers associated with @si. The buffers |
| 1897 | * have already been unmapped and are left unmapped, we mark them so to |
| 1898 | * prevent further unmapping attempts. |
| 1899 | * |
| 1900 | * This function undoes a series of @unmap_rx_buf calls when we find out |
| 1901 | * that the current packet can't be processed right away afterall and we |
| 1902 | * need to come back to it later. This is a very rare event and there's |
| 1903 | * no effort to make this particularly efficient. |
| 1904 | */ |
| 1905 | static void restore_rx_bufs(const struct pkt_gl *si, struct sge_fl *q, |
| 1906 | int frags) |
| 1907 | { |
| 1908 | struct rx_sw_desc *d; |
| 1909 | |
| 1910 | while (frags--) { |
| 1911 | if (q->cidx == 0) |
| 1912 | q->cidx = q->size - 1; |
| 1913 | else |
| 1914 | q->cidx--; |
| 1915 | d = &q->sdesc[q->cidx]; |
| 1916 | d->page = si->frags[frags].page; |
| 1917 | d->dma_addr |= RX_UNMAPPED_BUF; |
| 1918 | q->avail++; |
| 1919 | } |
| 1920 | } |
| 1921 | |
| 1922 | /** |
| 1923 | * is_new_response - check if a response is newly written |
| 1924 | * @r: the response descriptor |
| 1925 | * @q: the response queue |
| 1926 | * |
| 1927 | * Returns true if a response descriptor contains a yet unprocessed |
| 1928 | * response. |
| 1929 | */ |
| 1930 | static inline bool is_new_response(const struct rsp_ctrl *r, |
| 1931 | const struct sge_rspq *q) |
| 1932 | { |
| 1933 | return RSPD_GEN(r->type_gen) == q->gen; |
| 1934 | } |
| 1935 | |
| 1936 | /** |
| 1937 | * rspq_next - advance to the next entry in a response queue |
| 1938 | * @q: the queue |
| 1939 | * |
| 1940 | * Updates the state of a response queue to advance it to the next entry. |
| 1941 | */ |
| 1942 | static inline void rspq_next(struct sge_rspq *q) |
| 1943 | { |
| 1944 | q->cur_desc = (void *)q->cur_desc + q->iqe_len; |
| 1945 | if (unlikely(++q->cidx == q->size)) { |
| 1946 | q->cidx = 0; |
| 1947 | q->gen ^= 1; |
| 1948 | q->cur_desc = q->desc; |
| 1949 | } |
| 1950 | } |
| 1951 | |
| 1952 | /** |
| 1953 | * process_responses - process responses from an SGE response queue |
| 1954 | * @q: the ingress queue to process |
| 1955 | * @budget: how many responses can be processed in this round |
| 1956 | * |
| 1957 | * Process responses from an SGE response queue up to the supplied budget. |
| 1958 | * Responses include received packets as well as control messages from FW |
| 1959 | * or HW. |
| 1960 | * |
| 1961 | * Additionally choose the interrupt holdoff time for the next interrupt |
| 1962 | * on this queue. If the system is under memory shortage use a fairly |
| 1963 | * long delay to help recovery. |
| 1964 | */ |
| 1965 | static int process_responses(struct sge_rspq *q, int budget) |
| 1966 | { |
| 1967 | int ret, rsp_type; |
| 1968 | int budget_left = budget; |
| 1969 | const struct rsp_ctrl *rc; |
| 1970 | struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 1971 | struct adapter *adapter = q->adap; |
| 1972 | struct sge *s = &adapter->sge; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1973 | |
| 1974 | while (likely(budget_left)) { |
| 1975 | rc = (void *)q->cur_desc + (q->iqe_len - sizeof(*rc)); |
| 1976 | if (!is_new_response(rc, q)) |
| 1977 | break; |
| 1978 | |
Alexander Duyck | 019be1c | 2015-04-08 18:49:29 -0700 | [diff] [blame] | 1979 | dma_rmb(); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1980 | rsp_type = RSPD_TYPE(rc->type_gen); |
| 1981 | if (likely(rsp_type == RSP_TYPE_FLBUF)) { |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 1982 | struct page_frag *fp; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1983 | struct pkt_gl si; |
| 1984 | const struct rx_sw_desc *rsd; |
| 1985 | u32 len = ntohl(rc->pldbuflen_qid), bufsz, frags; |
| 1986 | |
| 1987 | if (len & RSPD_NEWBUF) { |
| 1988 | if (likely(q->offset > 0)) { |
| 1989 | free_rx_bufs(q->adap, &rxq->fl, 1); |
| 1990 | q->offset = 0; |
| 1991 | } |
Casey Leedom | 1704d74 | 2010-06-25 12:09:38 +0000 | [diff] [blame] | 1992 | len = RSPD_LEN(len); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 1993 | } |
| 1994 | si.tot_len = len; |
| 1995 | |
| 1996 | /* gather packet fragments */ |
| 1997 | for (frags = 0, fp = si.frags; ; frags++, fp++) { |
| 1998 | rsd = &rxq->fl.sdesc[rxq->fl.cidx]; |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 1999 | bufsz = get_buf_size(adapter, rsd); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2000 | fp->page = rsd->page; |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 2001 | fp->offset = q->offset; |
| 2002 | fp->size = min(bufsz, len); |
| 2003 | len -= fp->size; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2004 | if (!len) |
| 2005 | break; |
| 2006 | unmap_rx_buf(q->adap, &rxq->fl); |
| 2007 | } |
| 2008 | |
| 2009 | /* |
| 2010 | * Last buffer remains mapped so explicitly make it |
| 2011 | * coherent for CPU access. |
| 2012 | */ |
| 2013 | dma_sync_single_for_cpu(q->adap->pdev_dev, |
| 2014 | get_buf_addr(rsd), |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 2015 | fp->size, DMA_FROM_DEVICE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2016 | |
| 2017 | si.va = page_address(si.frags[0].page) + |
Ian Campbell | e91b0f2 | 2011-10-19 23:01:46 +0000 | [diff] [blame] | 2018 | si.frags[0].offset; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2019 | prefetch(si.va); |
| 2020 | |
| 2021 | si.nfrags = frags + 1; |
| 2022 | ret = q->handler(q, q->cur_desc, &si); |
| 2023 | if (likely(ret == 0)) |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2024 | q->offset += ALIGN(fp->size, s->fl_align); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2025 | else |
| 2026 | restore_rx_bufs(&si, &rxq->fl, frags); |
| 2027 | } else if (likely(rsp_type == RSP_TYPE_CPL)) { |
| 2028 | ret = q->handler(q, q->cur_desc, NULL); |
| 2029 | } else { |
| 2030 | ret = q->handler(q, (const __be64 *)rc, CXGB4_MSG_AN); |
| 2031 | } |
| 2032 | |
| 2033 | if (unlikely(ret)) { |
| 2034 | /* couldn't process descriptor, back off for recovery */ |
| 2035 | q->next_intr_params = QINTR_TIMER_IDX(NOMEM_TMR_IDX); |
| 2036 | break; |
| 2037 | } |
| 2038 | |
| 2039 | rspq_next(q); |
| 2040 | budget_left--; |
| 2041 | } |
| 2042 | |
| 2043 | if (q->offset >= 0 && rxq->fl.size - rxq->fl.avail >= 16) |
| 2044 | __refill_fl(q->adap, &rxq->fl); |
| 2045 | return budget - budget_left; |
| 2046 | } |
| 2047 | |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 2048 | #ifdef CONFIG_NET_RX_BUSY_POLL |
| 2049 | int cxgb_busy_poll(struct napi_struct *napi) |
| 2050 | { |
| 2051 | struct sge_rspq *q = container_of(napi, struct sge_rspq, napi); |
| 2052 | unsigned int params, work_done; |
| 2053 | u32 val; |
| 2054 | |
| 2055 | if (!cxgb_poll_lock_poll(q)) |
| 2056 | return LL_FLUSH_BUSY; |
| 2057 | |
| 2058 | work_done = process_responses(q, 4); |
| 2059 | params = QINTR_TIMER_IDX(TIMERREG_COUNTER0_X) | QINTR_CNT_EN; |
| 2060 | q->next_intr_params = params; |
| 2061 | val = CIDXINC_V(work_done) | SEINTARM_V(params); |
| 2062 | |
| 2063 | /* If we don't have access to the new User GTS (T5+), use the old |
| 2064 | * doorbell mechanism; otherwise use the new BAR2 mechanism. |
| 2065 | */ |
| 2066 | if (unlikely(!q->bar2_addr)) |
| 2067 | t4_write_reg(q->adap, MYPF_REG(SGE_PF_GTS_A), |
| 2068 | val | INGRESSQID_V((u32)q->cntxt_id)); |
| 2069 | else { |
| 2070 | writel(val | INGRESSQID_V(q->bar2_qid), |
| 2071 | q->bar2_addr + SGE_UDB_GTS); |
| 2072 | wmb(); |
| 2073 | } |
| 2074 | |
| 2075 | cxgb_poll_unlock_poll(q); |
| 2076 | return work_done; |
| 2077 | } |
| 2078 | #endif /* CONFIG_NET_RX_BUSY_POLL */ |
| 2079 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2080 | /** |
| 2081 | * napi_rx_handler - the NAPI handler for Rx processing |
| 2082 | * @napi: the napi instance |
| 2083 | * @budget: how many packets we can process in this round |
| 2084 | * |
| 2085 | * Handler for new data events when using NAPI. This does not need any |
| 2086 | * locking or protection from interrupts as data interrupts are off at |
| 2087 | * this point and other adapter interrupts do not interfere (the latter |
| 2088 | * in not a concern at all with MSI-X as non-data interrupts then have |
| 2089 | * a separate handler). |
| 2090 | */ |
| 2091 | static int napi_rx_handler(struct napi_struct *napi, int budget) |
| 2092 | { |
| 2093 | unsigned int params; |
| 2094 | struct sge_rspq *q = container_of(napi, struct sge_rspq, napi); |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 2095 | int work_done; |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2096 | u32 val; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2097 | |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 2098 | if (!cxgb_poll_lock_napi(q)) |
| 2099 | return budget; |
| 2100 | |
| 2101 | work_done = process_responses(q, budget); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2102 | if (likely(work_done < budget)) { |
Hariprasad Shenai | e553ec3 | 2014-09-26 00:23:55 +0530 | [diff] [blame] | 2103 | int timer_index; |
| 2104 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2105 | napi_complete(napi); |
Hariprasad Shenai | e553ec3 | 2014-09-26 00:23:55 +0530 | [diff] [blame] | 2106 | timer_index = QINTR_TIMER_IDX_GET(q->next_intr_params); |
| 2107 | |
| 2108 | if (q->adaptive_rx) { |
| 2109 | if (work_done > max(timer_pkt_quota[timer_index], |
| 2110 | MIN_NAPI_WORK)) |
| 2111 | timer_index = (timer_index + 1); |
| 2112 | else |
| 2113 | timer_index = timer_index - 1; |
| 2114 | |
| 2115 | timer_index = clamp(timer_index, 0, SGE_TIMERREGS - 1); |
| 2116 | q->next_intr_params = QINTR_TIMER_IDX(timer_index) | |
| 2117 | V_QINTR_CNT_EN; |
| 2118 | params = q->next_intr_params; |
| 2119 | } else { |
| 2120 | params = q->next_intr_params; |
| 2121 | q->next_intr_params = q->intr_params; |
| 2122 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2123 | } else |
| 2124 | params = QINTR_TIMER_IDX(7); |
| 2125 | |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2126 | val = CIDXINC_V(work_done) | SEINTARM_V(params); |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2127 | |
| 2128 | /* If we don't have access to the new User GTS (T5+), use the old |
| 2129 | * doorbell mechanism; otherwise use the new BAR2 mechanism. |
| 2130 | */ |
| 2131 | if (unlikely(q->bar2_addr == NULL)) { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2132 | t4_write_reg(q->adap, MYPF_REG(SGE_PF_GTS_A), |
| 2133 | val | INGRESSQID_V((u32)q->cntxt_id)); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2134 | } else { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2135 | writel(val | INGRESSQID_V(q->bar2_qid), |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2136 | q->bar2_addr + SGE_UDB_GTS); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2137 | wmb(); |
| 2138 | } |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 2139 | cxgb_poll_unlock_napi(q); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2140 | return work_done; |
| 2141 | } |
| 2142 | |
| 2143 | /* |
| 2144 | * The MSI-X interrupt handler for an SGE response queue. |
| 2145 | */ |
| 2146 | irqreturn_t t4_sge_intr_msix(int irq, void *cookie) |
| 2147 | { |
| 2148 | struct sge_rspq *q = cookie; |
| 2149 | |
| 2150 | napi_schedule(&q->napi); |
| 2151 | return IRQ_HANDLED; |
| 2152 | } |
| 2153 | |
| 2154 | /* |
| 2155 | * Process the indirect interrupt entries in the interrupt queue and kick off |
| 2156 | * NAPI for each queue that has generated an entry. |
| 2157 | */ |
| 2158 | static unsigned int process_intrq(struct adapter *adap) |
| 2159 | { |
| 2160 | unsigned int credits; |
| 2161 | const struct rsp_ctrl *rc; |
| 2162 | struct sge_rspq *q = &adap->sge.intrq; |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2163 | u32 val; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2164 | |
| 2165 | spin_lock(&adap->sge.intrq_lock); |
| 2166 | for (credits = 0; ; credits++) { |
| 2167 | rc = (void *)q->cur_desc + (q->iqe_len - sizeof(*rc)); |
| 2168 | if (!is_new_response(rc, q)) |
| 2169 | break; |
| 2170 | |
Alexander Duyck | 019be1c | 2015-04-08 18:49:29 -0700 | [diff] [blame] | 2171 | dma_rmb(); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2172 | if (RSPD_TYPE(rc->type_gen) == RSP_TYPE_INTR) { |
| 2173 | unsigned int qid = ntohl(rc->pldbuflen_qid); |
| 2174 | |
Dimitris Michailidis | e46dab4 | 2010-08-23 17:20:58 +0000 | [diff] [blame] | 2175 | qid -= adap->sge.ingr_start; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2176 | napi_schedule(&adap->sge.ingr_map[qid]->napi); |
| 2177 | } |
| 2178 | |
| 2179 | rspq_next(q); |
| 2180 | } |
| 2181 | |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2182 | val = CIDXINC_V(credits) | SEINTARM_V(q->intr_params); |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2183 | |
| 2184 | /* If we don't have access to the new User GTS (T5+), use the old |
| 2185 | * doorbell mechanism; otherwise use the new BAR2 mechanism. |
| 2186 | */ |
| 2187 | if (unlikely(q->bar2_addr == NULL)) { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2188 | t4_write_reg(adap, MYPF_REG(SGE_PF_GTS_A), |
| 2189 | val | INGRESSQID_V(q->cntxt_id)); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2190 | } else { |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2191 | writel(val | INGRESSQID_V(q->bar2_qid), |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2192 | q->bar2_addr + SGE_UDB_GTS); |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2193 | wmb(); |
| 2194 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2195 | spin_unlock(&adap->sge.intrq_lock); |
| 2196 | return credits; |
| 2197 | } |
| 2198 | |
| 2199 | /* |
| 2200 | * The MSI interrupt handler, which handles data events from SGE response queues |
| 2201 | * as well as error and other async events as they all use the same MSI vector. |
| 2202 | */ |
| 2203 | static irqreturn_t t4_intr_msi(int irq, void *cookie) |
| 2204 | { |
| 2205 | struct adapter *adap = cookie; |
| 2206 | |
| 2207 | t4_slow_intr_handler(adap); |
| 2208 | process_intrq(adap); |
| 2209 | return IRQ_HANDLED; |
| 2210 | } |
| 2211 | |
| 2212 | /* |
| 2213 | * Interrupt handler for legacy INTx interrupts. |
| 2214 | * Handles data events from SGE response queues as well as error and other |
| 2215 | * async events as they all use the same interrupt line. |
| 2216 | */ |
| 2217 | static irqreturn_t t4_intr_intx(int irq, void *cookie) |
| 2218 | { |
| 2219 | struct adapter *adap = cookie; |
| 2220 | |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2221 | t4_write_reg(adap, MYPF_REG(PCIE_PF_CLI_A), 0); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2222 | if (t4_slow_intr_handler(adap) | process_intrq(adap)) |
| 2223 | return IRQ_HANDLED; |
| 2224 | return IRQ_NONE; /* probably shared interrupt */ |
| 2225 | } |
| 2226 | |
| 2227 | /** |
| 2228 | * t4_intr_handler - select the top-level interrupt handler |
| 2229 | * @adap: the adapter |
| 2230 | * |
| 2231 | * Selects the top-level interrupt handler based on the type of interrupts |
| 2232 | * (MSI-X, MSI, or INTx). |
| 2233 | */ |
| 2234 | irq_handler_t t4_intr_handler(struct adapter *adap) |
| 2235 | { |
| 2236 | if (adap->flags & USING_MSIX) |
| 2237 | return t4_sge_intr_msix; |
| 2238 | if (adap->flags & USING_MSI) |
| 2239 | return t4_intr_msi; |
| 2240 | return t4_intr_intx; |
| 2241 | } |
| 2242 | |
| 2243 | static void sge_rx_timer_cb(unsigned long data) |
| 2244 | { |
| 2245 | unsigned long m; |
Kumar Sanghvi | 0f4d201 | 2014-03-13 20:50:48 +0530 | [diff] [blame] | 2246 | unsigned int i, idma_same_state_cnt[2]; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2247 | struct adapter *adap = (struct adapter *)data; |
| 2248 | struct sge *s = &adap->sge; |
| 2249 | |
Hariprasad Shenai | 4b8e27a | 2015-03-26 10:04:25 +0530 | [diff] [blame] | 2250 | for (i = 0; i < BITS_TO_LONGS(s->egr_sz); i++) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2251 | for (m = s->starving_fl[i]; m; m &= m - 1) { |
| 2252 | struct sge_eth_rxq *rxq; |
| 2253 | unsigned int id = __ffs(m) + i * BITS_PER_LONG; |
| 2254 | struct sge_fl *fl = s->egr_map[id]; |
| 2255 | |
| 2256 | clear_bit(id, s->starving_fl); |
Peter Zijlstra | 4e857c5 | 2014-03-17 18:06:10 +0100 | [diff] [blame] | 2257 | smp_mb__after_atomic(); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2258 | |
Hariprasad Shenai | c098b02 | 2015-04-15 02:02:31 +0530 | [diff] [blame] | 2259 | if (fl_starving(adap, fl)) { |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2260 | rxq = container_of(fl, struct sge_eth_rxq, fl); |
| 2261 | if (napi_reschedule(&rxq->rspq.napi)) |
| 2262 | fl->starving++; |
| 2263 | else |
| 2264 | set_bit(id, s->starving_fl); |
| 2265 | } |
| 2266 | } |
| 2267 | |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2268 | t4_write_reg(adap, SGE_DEBUG_INDEX_A, 13); |
| 2269 | idma_same_state_cnt[0] = t4_read_reg(adap, SGE_DEBUG_DATA_HIGH_A); |
| 2270 | idma_same_state_cnt[1] = t4_read_reg(adap, SGE_DEBUG_DATA_LOW_A); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2271 | |
Kumar Sanghvi | 0f4d201 | 2014-03-13 20:50:48 +0530 | [diff] [blame] | 2272 | for (i = 0; i < 2; i++) { |
| 2273 | u32 debug0, debug11; |
| 2274 | |
| 2275 | /* If the Ingress DMA Same State Counter ("timer") is less |
| 2276 | * than 1s, then we can reset our synthesized Stall Timer and |
| 2277 | * continue. If we have previously emitted warnings about a |
| 2278 | * potential stalled Ingress Queue, issue a note indicating |
| 2279 | * that the Ingress Queue has resumed forward progress. |
| 2280 | */ |
| 2281 | if (idma_same_state_cnt[i] < s->idma_1s_thresh) { |
| 2282 | if (s->idma_stalled[i] >= SGE_IDMA_WARN_THRESH) |
| 2283 | CH_WARN(adap, "SGE idma%d, queue%u,resumed after %d sec\n", |
| 2284 | i, s->idma_qid[i], |
| 2285 | s->idma_stalled[i]/HZ); |
| 2286 | s->idma_stalled[i] = 0; |
| 2287 | continue; |
| 2288 | } |
| 2289 | |
| 2290 | /* Synthesize an SGE Ingress DMA Same State Timer in the Hz |
| 2291 | * domain. The first time we get here it'll be because we |
| 2292 | * passed the 1s Threshold; each additional time it'll be |
| 2293 | * because the RX Timer Callback is being fired on its regular |
| 2294 | * schedule. |
| 2295 | * |
| 2296 | * If the stall is below our Potential Hung Ingress Queue |
| 2297 | * Warning Threshold, continue. |
| 2298 | */ |
| 2299 | if (s->idma_stalled[i] == 0) |
| 2300 | s->idma_stalled[i] = HZ; |
| 2301 | else |
| 2302 | s->idma_stalled[i] += RX_QCHECK_PERIOD; |
| 2303 | |
| 2304 | if (s->idma_stalled[i] < SGE_IDMA_WARN_THRESH) |
| 2305 | continue; |
| 2306 | |
| 2307 | /* We'll issue a warning every SGE_IDMA_WARN_REPEAT Hz */ |
| 2308 | if (((s->idma_stalled[i] - HZ) % SGE_IDMA_WARN_REPEAT) != 0) |
| 2309 | continue; |
| 2310 | |
| 2311 | /* Read and save the SGE IDMA State and Queue ID information. |
| 2312 | * We do this every time in case it changes across time ... |
| 2313 | */ |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2314 | t4_write_reg(adap, SGE_DEBUG_INDEX_A, 0); |
| 2315 | debug0 = t4_read_reg(adap, SGE_DEBUG_DATA_LOW_A); |
Kumar Sanghvi | 0f4d201 | 2014-03-13 20:50:48 +0530 | [diff] [blame] | 2316 | s->idma_state[i] = (debug0 >> (i * 9)) & 0x3f; |
| 2317 | |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2318 | t4_write_reg(adap, SGE_DEBUG_INDEX_A, 11); |
| 2319 | debug11 = t4_read_reg(adap, SGE_DEBUG_DATA_LOW_A); |
Kumar Sanghvi | 0f4d201 | 2014-03-13 20:50:48 +0530 | [diff] [blame] | 2320 | s->idma_qid[i] = (debug11 >> (i * 16)) & 0xffff; |
| 2321 | |
| 2322 | CH_WARN(adap, "SGE idma%u, queue%u, maybe stuck state%u %dsecs (debug0=%#x, debug11=%#x)\n", |
| 2323 | i, s->idma_qid[i], s->idma_state[i], |
| 2324 | s->idma_stalled[i]/HZ, debug0, debug11); |
| 2325 | t4_sge_decode_idma_state(adap, s->idma_state[i]); |
| 2326 | } |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2327 | |
| 2328 | mod_timer(&s->rx_timer, jiffies + RX_QCHECK_PERIOD); |
| 2329 | } |
| 2330 | |
| 2331 | static void sge_tx_timer_cb(unsigned long data) |
| 2332 | { |
| 2333 | unsigned long m; |
| 2334 | unsigned int i, budget; |
| 2335 | struct adapter *adap = (struct adapter *)data; |
| 2336 | struct sge *s = &adap->sge; |
| 2337 | |
Hariprasad Shenai | 4b8e27a | 2015-03-26 10:04:25 +0530 | [diff] [blame] | 2338 | for (i = 0; i < BITS_TO_LONGS(s->egr_sz); i++) |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2339 | for (m = s->txq_maperr[i]; m; m &= m - 1) { |
| 2340 | unsigned long id = __ffs(m) + i * BITS_PER_LONG; |
| 2341 | struct sge_ofld_txq *txq = s->egr_map[id]; |
| 2342 | |
| 2343 | clear_bit(id, s->txq_maperr); |
| 2344 | tasklet_schedule(&txq->qresume_tsk); |
| 2345 | } |
| 2346 | |
| 2347 | budget = MAX_TIMER_TX_RECLAIM; |
| 2348 | i = s->ethtxq_rover; |
| 2349 | do { |
| 2350 | struct sge_eth_txq *q = &s->ethtxq[i]; |
| 2351 | |
| 2352 | if (q->q.in_use && |
| 2353 | time_after_eq(jiffies, q->txq->trans_start + HZ / 100) && |
| 2354 | __netif_tx_trylock(q->txq)) { |
| 2355 | int avail = reclaimable(&q->q); |
| 2356 | |
| 2357 | if (avail) { |
| 2358 | if (avail > budget) |
| 2359 | avail = budget; |
| 2360 | |
| 2361 | free_tx_desc(adap, &q->q, avail, true); |
| 2362 | q->q.in_use -= avail; |
| 2363 | budget -= avail; |
| 2364 | } |
| 2365 | __netif_tx_unlock(q->txq); |
| 2366 | } |
| 2367 | |
| 2368 | if (++i >= s->ethqsets) |
| 2369 | i = 0; |
| 2370 | } while (budget && i != s->ethtxq_rover); |
| 2371 | s->ethtxq_rover = i; |
| 2372 | mod_timer(&s->tx_timer, jiffies + (budget ? TX_QCHECK_PERIOD : 2)); |
| 2373 | } |
| 2374 | |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2375 | /** |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2376 | * bar2_address - return the BAR2 address for an SGE Queue's Registers |
| 2377 | * @adapter: the adapter |
| 2378 | * @qid: the SGE Queue ID |
| 2379 | * @qtype: the SGE Queue Type (Egress or Ingress) |
| 2380 | * @pbar2_qid: BAR2 Queue ID or 0 for Queue ID inferred SGE Queues |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2381 | * |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2382 | * Returns the BAR2 address for the SGE Queue Registers associated with |
| 2383 | * @qid. If BAR2 SGE Registers aren't available, returns NULL. Also |
| 2384 | * returns the BAR2 Queue ID to be used with writes to the BAR2 SGE |
| 2385 | * Queue Registers. If the BAR2 Queue ID is 0, then "Inferred Queue ID" |
| 2386 | * Registers are supported (e.g. the Write Combining Doorbell Buffer). |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2387 | */ |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2388 | static void __iomem *bar2_address(struct adapter *adapter, |
| 2389 | unsigned int qid, |
| 2390 | enum t4_bar2_qtype qtype, |
| 2391 | unsigned int *pbar2_qid) |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2392 | { |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2393 | u64 bar2_qoffset; |
| 2394 | int ret; |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2395 | |
Stephen Rothwell | dd0bcc0 | 2014-12-10 19:48:02 +1100 | [diff] [blame] | 2396 | ret = cxgb4_t4_bar2_sge_qregs(adapter, qid, qtype, |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2397 | &bar2_qoffset, pbar2_qid); |
| 2398 | if (ret) |
| 2399 | return NULL; |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2400 | |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2401 | return adapter->bar2 + bar2_qoffset; |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2402 | } |
| 2403 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2404 | int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, |
| 2405 | struct net_device *dev, int intr_idx, |
| 2406 | struct sge_fl *fl, rspq_handler_t hnd) |
| 2407 | { |
| 2408 | int ret, flsz = 0; |
| 2409 | struct fw_iq_cmd c; |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2410 | struct sge *s = &adap->sge; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2411 | struct port_info *pi = netdev_priv(dev); |
| 2412 | |
| 2413 | /* Size needs to be multiple of 16, including status entry. */ |
| 2414 | iq->size = roundup(iq->size, 16); |
| 2415 | |
| 2416 | iq->desc = alloc_ring(adap->pdev_dev, iq->size, iq->iqe_len, 0, |
Dimitris Michailidis | ad6bad3 | 2010-12-14 21:36:55 +0000 | [diff] [blame] | 2417 | &iq->phys_addr, NULL, 0, NUMA_NO_NODE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2418 | if (!iq->desc) |
| 2419 | return -ENOMEM; |
| 2420 | |
| 2421 | memset(&c, 0, sizeof(c)); |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 2422 | c.op_to_vfn = htonl(FW_CMD_OP_V(FW_IQ_CMD) | FW_CMD_REQUEST_F | |
| 2423 | FW_CMD_WRITE_F | FW_CMD_EXEC_F | |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2424 | FW_IQ_CMD_PFN_V(adap->fn) | FW_IQ_CMD_VFN_V(0)); |
| 2425 | c.alloc_to_len16 = htonl(FW_IQ_CMD_ALLOC_F | FW_IQ_CMD_IQSTART_F | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2426 | FW_LEN16(c)); |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2427 | c.type_to_iqandstindex = htonl(FW_IQ_CMD_TYPE_V(FW_IQ_TYPE_FL_INT_CAP) | |
| 2428 | FW_IQ_CMD_IQASYNCH_V(fwevtq) | FW_IQ_CMD_VIID_V(pi->viid) | |
| 2429 | FW_IQ_CMD_IQANDST_V(intr_idx < 0) | FW_IQ_CMD_IQANUD_V(1) | |
| 2430 | FW_IQ_CMD_IQANDSTINDEX_V(intr_idx >= 0 ? intr_idx : |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2431 | -intr_idx - 1)); |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2432 | c.iqdroprss_to_iqesize = htons(FW_IQ_CMD_IQPCIECH_V(pi->tx_chan) | |
| 2433 | FW_IQ_CMD_IQGTSMODE_F | |
| 2434 | FW_IQ_CMD_IQINTCNTTHRESH_V(iq->pktcnt_idx) | |
| 2435 | FW_IQ_CMD_IQESIZE_V(ilog2(iq->iqe_len) - 4)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2436 | c.iqsize = htons(iq->size); |
| 2437 | c.iqaddr = cpu_to_be64(iq->phys_addr); |
| 2438 | |
| 2439 | if (fl) { |
| 2440 | fl->size = roundup(fl->size, 8); |
| 2441 | fl->desc = alloc_ring(adap->pdev_dev, fl->size, sizeof(__be64), |
| 2442 | sizeof(struct rx_sw_desc), &fl->addr, |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2443 | &fl->sdesc, s->stat_len, NUMA_NO_NODE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2444 | if (!fl->desc) |
| 2445 | goto fl_nomem; |
| 2446 | |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2447 | flsz = fl->size / 8 + s->stat_len / sizeof(struct tx_desc); |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2448 | c.iqns_to_fl0congen = htonl(FW_IQ_CMD_FL0PACKEN_F | |
| 2449 | FW_IQ_CMD_FL0FETCHRO_F | |
| 2450 | FW_IQ_CMD_FL0DATARO_F | |
| 2451 | FW_IQ_CMD_FL0PADEN_F); |
| 2452 | c.fl0dcaen_to_fl0cidxfthresh = htons(FW_IQ_CMD_FL0FBMIN_V(2) | |
| 2453 | FW_IQ_CMD_FL0FBMAX_V(3)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2454 | c.fl0size = htons(flsz); |
| 2455 | c.fl0addr = cpu_to_be64(fl->addr); |
| 2456 | } |
| 2457 | |
Dimitris Michailidis | 060e0c7 | 2010-08-02 13:19:21 +0000 | [diff] [blame] | 2458 | ret = t4_wr_mbox(adap, adap->fn, &c, sizeof(c), &c); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2459 | if (ret) |
| 2460 | goto err; |
| 2461 | |
| 2462 | netif_napi_add(dev, &iq->napi, napi_rx_handler, 64); |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 2463 | napi_hash_add(&iq->napi); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2464 | iq->cur_desc = iq->desc; |
| 2465 | iq->cidx = 0; |
| 2466 | iq->gen = 1; |
| 2467 | iq->next_intr_params = iq->intr_params; |
| 2468 | iq->cntxt_id = ntohs(c.iqid); |
| 2469 | iq->abs_id = ntohs(c.physiqid); |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2470 | iq->bar2_addr = bar2_address(adap, |
| 2471 | iq->cntxt_id, |
| 2472 | T4_BAR2_QTYPE_INGRESS, |
| 2473 | &iq->bar2_qid); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2474 | iq->size--; /* subtract status entry */ |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2475 | iq->netdev = dev; |
| 2476 | iq->handler = hnd; |
| 2477 | |
| 2478 | /* set offset to -1 to distinguish ingress queues without FL */ |
| 2479 | iq->offset = fl ? 0 : -1; |
| 2480 | |
Dimitris Michailidis | e46dab4 | 2010-08-23 17:20:58 +0000 | [diff] [blame] | 2481 | adap->sge.ingr_map[iq->cntxt_id - adap->sge.ingr_start] = iq; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2482 | |
| 2483 | if (fl) { |
Roland Dreier | 62718b3 | 2010-04-21 08:09:21 +0000 | [diff] [blame] | 2484 | fl->cntxt_id = ntohs(c.fl0id); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2485 | fl->avail = fl->pend_cred = 0; |
| 2486 | fl->pidx = fl->cidx = 0; |
| 2487 | fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; |
Dimitris Michailidis | e46dab4 | 2010-08-23 17:20:58 +0000 | [diff] [blame] | 2488 | adap->sge.egr_map[fl->cntxt_id - adap->sge.egr_start] = fl; |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2489 | |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2490 | /* Note, we must initialize the BAR2 Free List User Doorbell |
| 2491 | * information before refilling the Free List! |
Hariprasad Shenai | d63a6dc | 2014-09-26 00:23:52 +0530 | [diff] [blame] | 2492 | */ |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2493 | fl->bar2_addr = bar2_address(adap, |
| 2494 | fl->cntxt_id, |
| 2495 | T4_BAR2_QTYPE_EGRESS, |
| 2496 | &fl->bar2_qid); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2497 | refill_fl(adap, fl, fl_cap(fl), GFP_KERNEL); |
| 2498 | } |
| 2499 | return 0; |
| 2500 | |
| 2501 | fl_nomem: |
| 2502 | ret = -ENOMEM; |
| 2503 | err: |
| 2504 | if (iq->desc) { |
| 2505 | dma_free_coherent(adap->pdev_dev, iq->size * iq->iqe_len, |
| 2506 | iq->desc, iq->phys_addr); |
| 2507 | iq->desc = NULL; |
| 2508 | } |
| 2509 | if (fl && fl->desc) { |
| 2510 | kfree(fl->sdesc); |
| 2511 | fl->sdesc = NULL; |
| 2512 | dma_free_coherent(adap->pdev_dev, flsz * sizeof(struct tx_desc), |
| 2513 | fl->desc, fl->addr); |
| 2514 | fl->desc = NULL; |
| 2515 | } |
| 2516 | return ret; |
| 2517 | } |
| 2518 | |
| 2519 | static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) |
| 2520 | { |
Santosh Rastapur | 22adfe0 | 2013-03-14 05:08:51 +0000 | [diff] [blame] | 2521 | q->cntxt_id = id; |
Hariprasad Shenai | df64e4d | 2014-12-03 19:32:53 +0530 | [diff] [blame] | 2522 | q->bar2_addr = bar2_address(adap, |
| 2523 | q->cntxt_id, |
| 2524 | T4_BAR2_QTYPE_EGRESS, |
| 2525 | &q->bar2_qid); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2526 | q->in_use = 0; |
| 2527 | q->cidx = q->pidx = 0; |
| 2528 | q->stops = q->restarts = 0; |
| 2529 | q->stat = (void *)&q->desc[q->size]; |
Vipul Pandya | 3069ee9 | 2012-05-18 15:29:26 +0530 | [diff] [blame] | 2530 | spin_lock_init(&q->db_lock); |
Dimitris Michailidis | e46dab4 | 2010-08-23 17:20:58 +0000 | [diff] [blame] | 2531 | adap->sge.egr_map[id - adap->sge.egr_start] = q; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2532 | } |
| 2533 | |
| 2534 | int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, |
| 2535 | struct net_device *dev, struct netdev_queue *netdevq, |
| 2536 | unsigned int iqid) |
| 2537 | { |
| 2538 | int ret, nentries; |
| 2539 | struct fw_eq_eth_cmd c; |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2540 | struct sge *s = &adap->sge; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2541 | struct port_info *pi = netdev_priv(dev); |
| 2542 | |
| 2543 | /* Add status entries */ |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2544 | nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2545 | |
| 2546 | txq->q.desc = alloc_ring(adap->pdev_dev, txq->q.size, |
| 2547 | sizeof(struct tx_desc), sizeof(struct tx_sw_desc), |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2548 | &txq->q.phys_addr, &txq->q.sdesc, s->stat_len, |
Dimitris Michailidis | ad6bad3 | 2010-12-14 21:36:55 +0000 | [diff] [blame] | 2549 | netdev_queue_numa_node_read(netdevq)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2550 | if (!txq->q.desc) |
| 2551 | return -ENOMEM; |
| 2552 | |
| 2553 | memset(&c, 0, sizeof(c)); |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 2554 | c.op_to_vfn = htonl(FW_CMD_OP_V(FW_EQ_ETH_CMD) | FW_CMD_REQUEST_F | |
| 2555 | FW_CMD_WRITE_F | FW_CMD_EXEC_F | |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2556 | FW_EQ_ETH_CMD_PFN_V(adap->fn) | |
| 2557 | FW_EQ_ETH_CMD_VFN_V(0)); |
| 2558 | c.alloc_to_len16 = htonl(FW_EQ_ETH_CMD_ALLOC_F | |
| 2559 | FW_EQ_ETH_CMD_EQSTART_F | FW_LEN16(c)); |
| 2560 | c.viid_pkd = htonl(FW_EQ_ETH_CMD_AUTOEQUEQE_F | |
| 2561 | FW_EQ_ETH_CMD_VIID_V(pi->viid)); |
| 2562 | c.fetchszm_to_iqid = htonl(FW_EQ_ETH_CMD_HOSTFCMODE_V(2) | |
| 2563 | FW_EQ_ETH_CMD_PCIECHN_V(pi->tx_chan) | |
| 2564 | FW_EQ_ETH_CMD_FETCHRO_V(1) | |
| 2565 | FW_EQ_ETH_CMD_IQID_V(iqid)); |
| 2566 | c.dcaen_to_eqsize = htonl(FW_EQ_ETH_CMD_FBMIN_V(2) | |
| 2567 | FW_EQ_ETH_CMD_FBMAX_V(3) | |
| 2568 | FW_EQ_ETH_CMD_CIDXFTHRESH_V(5) | |
| 2569 | FW_EQ_ETH_CMD_EQSIZE_V(nentries)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2570 | c.eqaddr = cpu_to_be64(txq->q.phys_addr); |
| 2571 | |
Dimitris Michailidis | 060e0c7 | 2010-08-02 13:19:21 +0000 | [diff] [blame] | 2572 | ret = t4_wr_mbox(adap, adap->fn, &c, sizeof(c), &c); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2573 | if (ret) { |
| 2574 | kfree(txq->q.sdesc); |
| 2575 | txq->q.sdesc = NULL; |
| 2576 | dma_free_coherent(adap->pdev_dev, |
| 2577 | nentries * sizeof(struct tx_desc), |
| 2578 | txq->q.desc, txq->q.phys_addr); |
| 2579 | txq->q.desc = NULL; |
| 2580 | return ret; |
| 2581 | } |
| 2582 | |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2583 | init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_G(ntohl(c.eqid_pkd))); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2584 | txq->txq = netdevq; |
| 2585 | txq->tso = txq->tx_cso = txq->vlan_ins = 0; |
| 2586 | txq->mapping_err = 0; |
| 2587 | return 0; |
| 2588 | } |
| 2589 | |
| 2590 | int t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, |
| 2591 | struct net_device *dev, unsigned int iqid, |
| 2592 | unsigned int cmplqid) |
| 2593 | { |
| 2594 | int ret, nentries; |
| 2595 | struct fw_eq_ctrl_cmd c; |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2596 | struct sge *s = &adap->sge; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2597 | struct port_info *pi = netdev_priv(dev); |
| 2598 | |
| 2599 | /* Add status entries */ |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2600 | nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2601 | |
| 2602 | txq->q.desc = alloc_ring(adap->pdev_dev, nentries, |
| 2603 | sizeof(struct tx_desc), 0, &txq->q.phys_addr, |
Dimitris Michailidis | ad6bad3 | 2010-12-14 21:36:55 +0000 | [diff] [blame] | 2604 | NULL, 0, NUMA_NO_NODE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2605 | if (!txq->q.desc) |
| 2606 | return -ENOMEM; |
| 2607 | |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 2608 | c.op_to_vfn = htonl(FW_CMD_OP_V(FW_EQ_CTRL_CMD) | FW_CMD_REQUEST_F | |
| 2609 | FW_CMD_WRITE_F | FW_CMD_EXEC_F | |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2610 | FW_EQ_CTRL_CMD_PFN_V(adap->fn) | |
| 2611 | FW_EQ_CTRL_CMD_VFN_V(0)); |
| 2612 | c.alloc_to_len16 = htonl(FW_EQ_CTRL_CMD_ALLOC_F | |
| 2613 | FW_EQ_CTRL_CMD_EQSTART_F | FW_LEN16(c)); |
| 2614 | c.cmpliqid_eqid = htonl(FW_EQ_CTRL_CMD_CMPLIQID_V(cmplqid)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2615 | c.physeqid_pkd = htonl(0); |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2616 | c.fetchszm_to_iqid = htonl(FW_EQ_CTRL_CMD_HOSTFCMODE_V(2) | |
| 2617 | FW_EQ_CTRL_CMD_PCIECHN_V(pi->tx_chan) | |
| 2618 | FW_EQ_CTRL_CMD_FETCHRO_F | |
| 2619 | FW_EQ_CTRL_CMD_IQID_V(iqid)); |
| 2620 | c.dcaen_to_eqsize = htonl(FW_EQ_CTRL_CMD_FBMIN_V(2) | |
| 2621 | FW_EQ_CTRL_CMD_FBMAX_V(3) | |
| 2622 | FW_EQ_CTRL_CMD_CIDXFTHRESH_V(5) | |
| 2623 | FW_EQ_CTRL_CMD_EQSIZE_V(nentries)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2624 | c.eqaddr = cpu_to_be64(txq->q.phys_addr); |
| 2625 | |
Dimitris Michailidis | 060e0c7 | 2010-08-02 13:19:21 +0000 | [diff] [blame] | 2626 | ret = t4_wr_mbox(adap, adap->fn, &c, sizeof(c), &c); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2627 | if (ret) { |
| 2628 | dma_free_coherent(adap->pdev_dev, |
| 2629 | nentries * sizeof(struct tx_desc), |
| 2630 | txq->q.desc, txq->q.phys_addr); |
| 2631 | txq->q.desc = NULL; |
| 2632 | return ret; |
| 2633 | } |
| 2634 | |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2635 | init_txq(adap, &txq->q, FW_EQ_CTRL_CMD_EQID_G(ntohl(c.cmpliqid_eqid))); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2636 | txq->adap = adap; |
| 2637 | skb_queue_head_init(&txq->sendq); |
| 2638 | tasklet_init(&txq->qresume_tsk, restart_ctrlq, (unsigned long)txq); |
| 2639 | txq->full = 0; |
| 2640 | return 0; |
| 2641 | } |
| 2642 | |
| 2643 | int t4_sge_alloc_ofld_txq(struct adapter *adap, struct sge_ofld_txq *txq, |
| 2644 | struct net_device *dev, unsigned int iqid) |
| 2645 | { |
| 2646 | int ret, nentries; |
| 2647 | struct fw_eq_ofld_cmd c; |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2648 | struct sge *s = &adap->sge; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2649 | struct port_info *pi = netdev_priv(dev); |
| 2650 | |
| 2651 | /* Add status entries */ |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2652 | nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2653 | |
| 2654 | txq->q.desc = alloc_ring(adap->pdev_dev, txq->q.size, |
| 2655 | sizeof(struct tx_desc), sizeof(struct tx_sw_desc), |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2656 | &txq->q.phys_addr, &txq->q.sdesc, s->stat_len, |
Dimitris Michailidis | ad6bad3 | 2010-12-14 21:36:55 +0000 | [diff] [blame] | 2657 | NUMA_NO_NODE); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2658 | if (!txq->q.desc) |
| 2659 | return -ENOMEM; |
| 2660 | |
| 2661 | memset(&c, 0, sizeof(c)); |
Hariprasad Shenai | e2ac962 | 2014-11-07 09:35:25 +0530 | [diff] [blame] | 2662 | c.op_to_vfn = htonl(FW_CMD_OP_V(FW_EQ_OFLD_CMD) | FW_CMD_REQUEST_F | |
| 2663 | FW_CMD_WRITE_F | FW_CMD_EXEC_F | |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2664 | FW_EQ_OFLD_CMD_PFN_V(adap->fn) | |
| 2665 | FW_EQ_OFLD_CMD_VFN_V(0)); |
| 2666 | c.alloc_to_len16 = htonl(FW_EQ_OFLD_CMD_ALLOC_F | |
| 2667 | FW_EQ_OFLD_CMD_EQSTART_F | FW_LEN16(c)); |
| 2668 | c.fetchszm_to_iqid = htonl(FW_EQ_OFLD_CMD_HOSTFCMODE_V(2) | |
| 2669 | FW_EQ_OFLD_CMD_PCIECHN_V(pi->tx_chan) | |
| 2670 | FW_EQ_OFLD_CMD_FETCHRO_F | |
| 2671 | FW_EQ_OFLD_CMD_IQID_V(iqid)); |
| 2672 | c.dcaen_to_eqsize = htonl(FW_EQ_OFLD_CMD_FBMIN_V(2) | |
| 2673 | FW_EQ_OFLD_CMD_FBMAX_V(3) | |
| 2674 | FW_EQ_OFLD_CMD_CIDXFTHRESH_V(5) | |
| 2675 | FW_EQ_OFLD_CMD_EQSIZE_V(nentries)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2676 | c.eqaddr = cpu_to_be64(txq->q.phys_addr); |
| 2677 | |
Dimitris Michailidis | 060e0c7 | 2010-08-02 13:19:21 +0000 | [diff] [blame] | 2678 | ret = t4_wr_mbox(adap, adap->fn, &c, sizeof(c), &c); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2679 | if (ret) { |
| 2680 | kfree(txq->q.sdesc); |
| 2681 | txq->q.sdesc = NULL; |
| 2682 | dma_free_coherent(adap->pdev_dev, |
| 2683 | nentries * sizeof(struct tx_desc), |
| 2684 | txq->q.desc, txq->q.phys_addr); |
| 2685 | txq->q.desc = NULL; |
| 2686 | return ret; |
| 2687 | } |
| 2688 | |
Hariprasad Shenai | 6e4b51a | 2014-11-21 12:52:03 +0530 | [diff] [blame] | 2689 | init_txq(adap, &txq->q, FW_EQ_OFLD_CMD_EQID_G(ntohl(c.eqid_pkd))); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2690 | txq->adap = adap; |
| 2691 | skb_queue_head_init(&txq->sendq); |
| 2692 | tasklet_init(&txq->qresume_tsk, restart_ofldq, (unsigned long)txq); |
| 2693 | txq->full = 0; |
| 2694 | txq->mapping_err = 0; |
| 2695 | return 0; |
| 2696 | } |
| 2697 | |
| 2698 | static void free_txq(struct adapter *adap, struct sge_txq *q) |
| 2699 | { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2700 | struct sge *s = &adap->sge; |
| 2701 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2702 | dma_free_coherent(adap->pdev_dev, |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2703 | q->size * sizeof(struct tx_desc) + s->stat_len, |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2704 | q->desc, q->phys_addr); |
| 2705 | q->cntxt_id = 0; |
| 2706 | q->sdesc = NULL; |
| 2707 | q->desc = NULL; |
| 2708 | } |
| 2709 | |
| 2710 | static void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, |
| 2711 | struct sge_fl *fl) |
| 2712 | { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2713 | struct sge *s = &adap->sge; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2714 | unsigned int fl_id = fl ? fl->cntxt_id : 0xffff; |
| 2715 | |
Dimitris Michailidis | e46dab4 | 2010-08-23 17:20:58 +0000 | [diff] [blame] | 2716 | adap->sge.ingr_map[rq->cntxt_id - adap->sge.ingr_start] = NULL; |
Dimitris Michailidis | 060e0c7 | 2010-08-02 13:19:21 +0000 | [diff] [blame] | 2717 | t4_iq_free(adap, adap->fn, adap->fn, 0, FW_IQ_TYPE_FL_INT_CAP, |
| 2718 | rq->cntxt_id, fl_id, 0xffff); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2719 | dma_free_coherent(adap->pdev_dev, (rq->size + 1) * rq->iqe_len, |
| 2720 | rq->desc, rq->phys_addr); |
Hariprasad Shenai | 3a336cb | 2015-02-04 15:32:52 +0530 | [diff] [blame] | 2721 | napi_hash_del(&rq->napi); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2722 | netif_napi_del(&rq->napi); |
| 2723 | rq->netdev = NULL; |
| 2724 | rq->cntxt_id = rq->abs_id = 0; |
| 2725 | rq->desc = NULL; |
| 2726 | |
| 2727 | if (fl) { |
| 2728 | free_rx_bufs(adap, fl, fl->avail); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2729 | dma_free_coherent(adap->pdev_dev, fl->size * 8 + s->stat_len, |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2730 | fl->desc, fl->addr); |
| 2731 | kfree(fl->sdesc); |
| 2732 | fl->sdesc = NULL; |
| 2733 | fl->cntxt_id = 0; |
| 2734 | fl->desc = NULL; |
| 2735 | } |
| 2736 | } |
| 2737 | |
| 2738 | /** |
Hariprasad Shenai | 5fa7669 | 2014-08-04 17:01:30 +0530 | [diff] [blame] | 2739 | * t4_free_ofld_rxqs - free a block of consecutive Rx queues |
| 2740 | * @adap: the adapter |
| 2741 | * @n: number of queues |
| 2742 | * @q: pointer to first queue |
| 2743 | * |
| 2744 | * Release the resources of a consecutive block of offload Rx queues. |
| 2745 | */ |
| 2746 | void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q) |
| 2747 | { |
| 2748 | for ( ; n; n--, q++) |
| 2749 | if (q->rspq.desc) |
| 2750 | free_rspq_fl(adap, &q->rspq, |
| 2751 | q->fl.size ? &q->fl : NULL); |
| 2752 | } |
| 2753 | |
| 2754 | /** |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2755 | * t4_free_sge_resources - free SGE resources |
| 2756 | * @adap: the adapter |
| 2757 | * |
| 2758 | * Frees resources used by the SGE queue sets. |
| 2759 | */ |
| 2760 | void t4_free_sge_resources(struct adapter *adap) |
| 2761 | { |
| 2762 | int i; |
| 2763 | struct sge_eth_rxq *eq = adap->sge.ethrxq; |
| 2764 | struct sge_eth_txq *etq = adap->sge.ethtxq; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2765 | |
| 2766 | /* clean up Ethernet Tx/Rx queues */ |
| 2767 | for (i = 0; i < adap->sge.ethqsets; i++, eq++, etq++) { |
| 2768 | if (eq->rspq.desc) |
Hariprasad Shenai | 5fa7669 | 2014-08-04 17:01:30 +0530 | [diff] [blame] | 2769 | free_rspq_fl(adap, &eq->rspq, |
| 2770 | eq->fl.size ? &eq->fl : NULL); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2771 | if (etq->q.desc) { |
Dimitris Michailidis | 060e0c7 | 2010-08-02 13:19:21 +0000 | [diff] [blame] | 2772 | t4_eth_eq_free(adap, adap->fn, adap->fn, 0, |
| 2773 | etq->q.cntxt_id); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2774 | free_tx_desc(adap, &etq->q, etq->q.in_use, true); |
| 2775 | kfree(etq->q.sdesc); |
| 2776 | free_txq(adap, &etq->q); |
| 2777 | } |
| 2778 | } |
| 2779 | |
| 2780 | /* clean up RDMA and iSCSI Rx queues */ |
Hariprasad Shenai | 5fa7669 | 2014-08-04 17:01:30 +0530 | [diff] [blame] | 2781 | t4_free_ofld_rxqs(adap, adap->sge.ofldqsets, adap->sge.ofldrxq); |
| 2782 | t4_free_ofld_rxqs(adap, adap->sge.rdmaqs, adap->sge.rdmarxq); |
| 2783 | t4_free_ofld_rxqs(adap, adap->sge.rdmaciqs, adap->sge.rdmaciq); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2784 | |
| 2785 | /* clean up offload Tx queues */ |
| 2786 | for (i = 0; i < ARRAY_SIZE(adap->sge.ofldtxq); i++) { |
| 2787 | struct sge_ofld_txq *q = &adap->sge.ofldtxq[i]; |
| 2788 | |
| 2789 | if (q->q.desc) { |
| 2790 | tasklet_kill(&q->qresume_tsk); |
Dimitris Michailidis | 060e0c7 | 2010-08-02 13:19:21 +0000 | [diff] [blame] | 2791 | t4_ofld_eq_free(adap, adap->fn, adap->fn, 0, |
| 2792 | q->q.cntxt_id); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2793 | free_tx_desc(adap, &q->q, q->q.in_use, false); |
| 2794 | kfree(q->q.sdesc); |
| 2795 | __skb_queue_purge(&q->sendq); |
| 2796 | free_txq(adap, &q->q); |
| 2797 | } |
| 2798 | } |
| 2799 | |
| 2800 | /* clean up control Tx queues */ |
| 2801 | for (i = 0; i < ARRAY_SIZE(adap->sge.ctrlq); i++) { |
| 2802 | struct sge_ctrl_txq *cq = &adap->sge.ctrlq[i]; |
| 2803 | |
| 2804 | if (cq->q.desc) { |
| 2805 | tasklet_kill(&cq->qresume_tsk); |
Dimitris Michailidis | 060e0c7 | 2010-08-02 13:19:21 +0000 | [diff] [blame] | 2806 | t4_ctrl_eq_free(adap, adap->fn, adap->fn, 0, |
| 2807 | cq->q.cntxt_id); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2808 | __skb_queue_purge(&cq->sendq); |
| 2809 | free_txq(adap, &cq->q); |
| 2810 | } |
| 2811 | } |
| 2812 | |
| 2813 | if (adap->sge.fw_evtq.desc) |
| 2814 | free_rspq_fl(adap, &adap->sge.fw_evtq, NULL); |
| 2815 | |
| 2816 | if (adap->sge.intrq.desc) |
| 2817 | free_rspq_fl(adap, &adap->sge.intrq, NULL); |
| 2818 | |
| 2819 | /* clear the reverse egress queue map */ |
Hariprasad Shenai | 4b8e27a | 2015-03-26 10:04:25 +0530 | [diff] [blame] | 2820 | memset(adap->sge.egr_map, 0, |
| 2821 | adap->sge.egr_sz * sizeof(*adap->sge.egr_map)); |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2822 | } |
| 2823 | |
| 2824 | void t4_sge_start(struct adapter *adap) |
| 2825 | { |
| 2826 | adap->sge.ethtxq_rover = 0; |
| 2827 | mod_timer(&adap->sge.rx_timer, jiffies + RX_QCHECK_PERIOD); |
| 2828 | mod_timer(&adap->sge.tx_timer, jiffies + TX_QCHECK_PERIOD); |
| 2829 | } |
| 2830 | |
| 2831 | /** |
| 2832 | * t4_sge_stop - disable SGE operation |
| 2833 | * @adap: the adapter |
| 2834 | * |
| 2835 | * Stop tasklets and timers associated with the DMA engine. Note that |
| 2836 | * this is effective only if measures have been taken to disable any HW |
| 2837 | * events that may restart them. |
| 2838 | */ |
| 2839 | void t4_sge_stop(struct adapter *adap) |
| 2840 | { |
| 2841 | int i; |
| 2842 | struct sge *s = &adap->sge; |
| 2843 | |
| 2844 | if (in_interrupt()) /* actions below require waiting */ |
| 2845 | return; |
| 2846 | |
| 2847 | if (s->rx_timer.function) |
| 2848 | del_timer_sync(&s->rx_timer); |
| 2849 | if (s->tx_timer.function) |
| 2850 | del_timer_sync(&s->tx_timer); |
| 2851 | |
| 2852 | for (i = 0; i < ARRAY_SIZE(s->ofldtxq); i++) { |
| 2853 | struct sge_ofld_txq *q = &s->ofldtxq[i]; |
| 2854 | |
| 2855 | if (q->q.desc) |
| 2856 | tasklet_kill(&q->qresume_tsk); |
| 2857 | } |
| 2858 | for (i = 0; i < ARRAY_SIZE(s->ctrlq); i++) { |
| 2859 | struct sge_ctrl_txq *cq = &s->ctrlq[i]; |
| 2860 | |
| 2861 | if (cq->q.desc) |
| 2862 | tasklet_kill(&cq->qresume_tsk); |
| 2863 | } |
| 2864 | } |
| 2865 | |
| 2866 | /** |
Hariprasad Shenai | 0664031 | 2015-01-13 15:19:25 +0530 | [diff] [blame] | 2867 | * t4_sge_init_soft - grab core SGE values needed by SGE code |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2868 | * @adap: the adapter |
| 2869 | * |
Hariprasad Shenai | 0664031 | 2015-01-13 15:19:25 +0530 | [diff] [blame] | 2870 | * We need to grab the SGE operating parameters that we need to have |
| 2871 | * in order to do our job and make sure we can live with them. |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2872 | */ |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 2873 | |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2874 | static int t4_sge_init_soft(struct adapter *adap) |
| 2875 | { |
| 2876 | struct sge *s = &adap->sge; |
| 2877 | u32 fl_small_pg, fl_large_pg, fl_small_mtu, fl_large_mtu; |
| 2878 | u32 timer_value_0_and_1, timer_value_2_and_3, timer_value_4_and_5; |
| 2879 | u32 ingress_rx_threshold; |
| 2880 | |
| 2881 | /* |
| 2882 | * Verify that CPL messages are going to the Ingress Queue for |
| 2883 | * process_responses() and that only packet data is going to the |
| 2884 | * Free Lists. |
| 2885 | */ |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2886 | if ((t4_read_reg(adap, SGE_CONTROL_A) & RXPKTCPLMODE_F) != |
| 2887 | RXPKTCPLMODE_V(RXPKTCPLMODE_SPLIT_X)) { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2888 | dev_err(adap->pdev_dev, "bad SGE CPL MODE\n"); |
| 2889 | return -EINVAL; |
| 2890 | } |
| 2891 | |
| 2892 | /* |
| 2893 | * Validate the Host Buffer Register Array indices that we want to |
| 2894 | * use ... |
| 2895 | * |
| 2896 | * XXX Note that we should really read through the Host Buffer Size |
| 2897 | * XXX register array and find the indices of the Buffer Sizes which |
| 2898 | * XXX meet our needs! |
| 2899 | */ |
| 2900 | #define READ_FL_BUF(x) \ |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2901 | t4_read_reg(adap, SGE_FL_BUFFER_SIZE0_A+(x)*sizeof(u32)) |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2902 | |
| 2903 | fl_small_pg = READ_FL_BUF(RX_SMALL_PG_BUF); |
| 2904 | fl_large_pg = READ_FL_BUF(RX_LARGE_PG_BUF); |
| 2905 | fl_small_mtu = READ_FL_BUF(RX_SMALL_MTU_BUF); |
| 2906 | fl_large_mtu = READ_FL_BUF(RX_LARGE_MTU_BUF); |
| 2907 | |
Kumar Sanghvi | 92ddcc7 | 2014-03-13 20:50:46 +0530 | [diff] [blame] | 2908 | /* We only bother using the Large Page logic if the Large Page Buffer |
| 2909 | * is larger than our Page Size Buffer. |
| 2910 | */ |
| 2911 | if (fl_large_pg <= fl_small_pg) |
| 2912 | fl_large_pg = 0; |
| 2913 | |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2914 | #undef READ_FL_BUF |
| 2915 | |
Kumar Sanghvi | 92ddcc7 | 2014-03-13 20:50:46 +0530 | [diff] [blame] | 2916 | /* The Page Size Buffer must be exactly equal to our Page Size and the |
| 2917 | * Large Page Size Buffer should be 0 (per above) or a power of 2. |
| 2918 | */ |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2919 | if (fl_small_pg != PAGE_SIZE || |
Kumar Sanghvi | 92ddcc7 | 2014-03-13 20:50:46 +0530 | [diff] [blame] | 2920 | (fl_large_pg & (fl_large_pg-1)) != 0) { |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2921 | dev_err(adap->pdev_dev, "bad SGE FL page buffer sizes [%d, %d]\n", |
| 2922 | fl_small_pg, fl_large_pg); |
| 2923 | return -EINVAL; |
| 2924 | } |
| 2925 | if (fl_large_pg) |
| 2926 | s->fl_pg_order = ilog2(fl_large_pg) - PAGE_SHIFT; |
| 2927 | |
| 2928 | if (fl_small_mtu < FL_MTU_SMALL_BUFSIZE(adap) || |
| 2929 | fl_large_mtu < FL_MTU_LARGE_BUFSIZE(adap)) { |
| 2930 | dev_err(adap->pdev_dev, "bad SGE FL MTU sizes [%d, %d]\n", |
| 2931 | fl_small_mtu, fl_large_mtu); |
| 2932 | return -EINVAL; |
| 2933 | } |
| 2934 | |
| 2935 | /* |
| 2936 | * Retrieve our RX interrupt holdoff timer values and counter |
| 2937 | * threshold values from the SGE parameters. |
| 2938 | */ |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2939 | timer_value_0_and_1 = t4_read_reg(adap, SGE_TIMER_VALUE_0_AND_1_A); |
| 2940 | timer_value_2_and_3 = t4_read_reg(adap, SGE_TIMER_VALUE_2_AND_3_A); |
| 2941 | timer_value_4_and_5 = t4_read_reg(adap, SGE_TIMER_VALUE_4_AND_5_A); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2942 | s->timer_val[0] = core_ticks_to_us(adap, |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2943 | TIMERVALUE0_G(timer_value_0_and_1)); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2944 | s->timer_val[1] = core_ticks_to_us(adap, |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2945 | TIMERVALUE1_G(timer_value_0_and_1)); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2946 | s->timer_val[2] = core_ticks_to_us(adap, |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2947 | TIMERVALUE2_G(timer_value_2_and_3)); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2948 | s->timer_val[3] = core_ticks_to_us(adap, |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2949 | TIMERVALUE3_G(timer_value_2_and_3)); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2950 | s->timer_val[4] = core_ticks_to_us(adap, |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2951 | TIMERVALUE4_G(timer_value_4_and_5)); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2952 | s->timer_val[5] = core_ticks_to_us(adap, |
Hariprasad Shenai | f061de4 | 2015-01-05 16:30:44 +0530 | [diff] [blame] | 2953 | TIMERVALUE5_G(timer_value_4_and_5)); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2954 | |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2955 | ingress_rx_threshold = t4_read_reg(adap, SGE_INGRESS_RX_THRESHOLD_A); |
| 2956 | s->counter_val[0] = THRESHOLD_0_G(ingress_rx_threshold); |
| 2957 | s->counter_val[1] = THRESHOLD_1_G(ingress_rx_threshold); |
| 2958 | s->counter_val[2] = THRESHOLD_2_G(ingress_rx_threshold); |
| 2959 | s->counter_val[3] = THRESHOLD_3_G(ingress_rx_threshold); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2960 | |
| 2961 | return 0; |
| 2962 | } |
| 2963 | |
Hariprasad Shenai | 0664031 | 2015-01-13 15:19:25 +0530 | [diff] [blame] | 2964 | /** |
| 2965 | * t4_sge_init - initialize SGE |
| 2966 | * @adap: the adapter |
| 2967 | * |
| 2968 | * Perform low-level SGE code initialization needed every time after a |
| 2969 | * chip reset. |
| 2970 | */ |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2971 | int t4_sge_init(struct adapter *adap) |
| 2972 | { |
| 2973 | struct sge *s = &adap->sge; |
Hariprasad Shenai | ce8f407 | 2014-11-07 17:06:30 +0530 | [diff] [blame] | 2974 | u32 sge_control, sge_control2, sge_conm_ctrl; |
| 2975 | unsigned int ingpadboundary, ingpackboundary; |
Kumar Sanghvi | c2b955e | 2014-03-13 20:50:49 +0530 | [diff] [blame] | 2976 | int ret, egress_threshold; |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 2977 | |
| 2978 | /* |
| 2979 | * Ingress Padding Boundary and Egress Status Page Size are set up by |
| 2980 | * t4_fixup_host_params(). |
| 2981 | */ |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2982 | sge_control = t4_read_reg(adap, SGE_CONTROL_A); |
| 2983 | s->pktshift = PKTSHIFT_G(sge_control); |
| 2984 | s->stat_len = (sge_control & EGRSTATUSPAGESIZE_F) ? 128 : 64; |
Hariprasad Shenai | ce8f407 | 2014-11-07 17:06:30 +0530 | [diff] [blame] | 2985 | |
| 2986 | /* T4 uses a single control field to specify both the PCIe Padding and |
| 2987 | * Packing Boundary. T5 introduced the ability to specify these |
| 2988 | * separately. The actual Ingress Packet Data alignment boundary |
| 2989 | * within Packed Buffer Mode is the maximum of these two |
| 2990 | * specifications. |
| 2991 | */ |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 2992 | ingpadboundary = 1 << (INGPADBOUNDARY_G(sge_control) + |
| 2993 | INGPADBOUNDARY_SHIFT_X); |
Hariprasad Shenai | ce8f407 | 2014-11-07 17:06:30 +0530 | [diff] [blame] | 2994 | if (is_t4(adap->params.chip)) { |
| 2995 | s->fl_align = ingpadboundary; |
| 2996 | } else { |
| 2997 | /* T5 has a different interpretation of one of the PCIe Packing |
| 2998 | * Boundary values. |
| 2999 | */ |
| 3000 | sge_control2 = t4_read_reg(adap, SGE_CONTROL2_A); |
| 3001 | ingpackboundary = INGPACKBOUNDARY_G(sge_control2); |
| 3002 | if (ingpackboundary == INGPACKBOUNDARY_16B_X) |
| 3003 | ingpackboundary = 16; |
| 3004 | else |
| 3005 | ingpackboundary = 1 << (ingpackboundary + |
| 3006 | INGPACKBOUNDARY_SHIFT_X); |
| 3007 | |
| 3008 | s->fl_align = max(ingpadboundary, ingpackboundary); |
| 3009 | } |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 3010 | |
Hariprasad Shenai | 0664031 | 2015-01-13 15:19:25 +0530 | [diff] [blame] | 3011 | ret = t4_sge_init_soft(adap); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 3012 | if (ret < 0) |
| 3013 | return ret; |
| 3014 | |
| 3015 | /* |
| 3016 | * A FL with <= fl_starve_thres buffers is starving and a periodic |
| 3017 | * timer will attempt to refill it. This needs to be larger than the |
| 3018 | * SGE's Egress Congestion Threshold. If it isn't, then we can get |
| 3019 | * stuck waiting for new packets while the SGE is waiting for us to |
| 3020 | * give it more Free List entries. (Note that the SGE's Egress |
Kumar Sanghvi | c2b955e | 2014-03-13 20:50:49 +0530 | [diff] [blame] | 3021 | * Congestion Threshold is in units of 2 Free List pointers.) For T4, |
| 3022 | * there was only a single field to control this. For T5 there's the |
| 3023 | * original field which now only applies to Unpacked Mode Free List |
| 3024 | * buffers and a new field which only applies to Packed Mode Free List |
| 3025 | * buffers. |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 3026 | */ |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 3027 | sge_conm_ctrl = t4_read_reg(adap, SGE_CONM_CTRL_A); |
Kumar Sanghvi | c2b955e | 2014-03-13 20:50:49 +0530 | [diff] [blame] | 3028 | if (is_t4(adap->params.chip)) |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 3029 | egress_threshold = EGRTHRESHOLD_G(sge_conm_ctrl); |
Kumar Sanghvi | c2b955e | 2014-03-13 20:50:49 +0530 | [diff] [blame] | 3030 | else |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 3031 | egress_threshold = EGRTHRESHOLDPACKING_G(sge_conm_ctrl); |
Kumar Sanghvi | c2b955e | 2014-03-13 20:50:49 +0530 | [diff] [blame] | 3032 | s->fl_starve_thres = 2*egress_threshold + 1; |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 3033 | |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 3034 | setup_timer(&s->rx_timer, sge_rx_timer_cb, (unsigned long)adap); |
| 3035 | setup_timer(&s->tx_timer, sge_tx_timer_cb, (unsigned long)adap); |
Kumar Sanghvi | 0f4d201 | 2014-03-13 20:50:48 +0530 | [diff] [blame] | 3036 | s->idma_1s_thresh = core_ticks_per_usec(adap) * 1000000; /* 1 s */ |
| 3037 | s->idma_stalled[0] = 0; |
| 3038 | s->idma_stalled[1] = 0; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 3039 | spin_lock_init(&s->intrq_lock); |
Vipul Pandya | 52367a7 | 2012-09-26 02:39:38 +0000 | [diff] [blame] | 3040 | |
| 3041 | return 0; |
Dimitris Michailidis | fd3a479 | 2010-04-01 15:28:24 +0000 | [diff] [blame] | 3042 | } |