[SCSI] fcoe: remove unnecessary list and lock initializations.
[safe/jmp/linux-2.6] / drivers / scsi / fcoe / fcoe.c
1 /*
2  * Copyright(c) 2007 - 2008 Intel Corporation. All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms and conditions of the GNU General Public License,
6  * version 2, as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope it will be useful, but WITHOUT
9  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
11  * more details.
12  *
13  * You should have received a copy of the GNU General Public License along with
14  * this program; if not, write to the Free Software Foundation, Inc.,
15  * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
16  *
17  * Maintained at www.Open-FCoE.org
18  */
19
20 #include <linux/module.h>
21 #include <linux/version.h>
22 #include <linux/spinlock.h>
23 #include <linux/netdevice.h>
24 #include <linux/etherdevice.h>
25 #include <linux/ethtool.h>
26 #include <linux/if_ether.h>
27 #include <linux/if_vlan.h>
28 #include <linux/crc32.h>
29 #include <linux/cpu.h>
30 #include <linux/fs.h>
31 #include <linux/sysfs.h>
32 #include <linux/ctype.h>
33 #include <scsi/scsi_tcq.h>
34 #include <scsi/scsicam.h>
35 #include <scsi/scsi_transport.h>
36 #include <scsi/scsi_transport_fc.h>
37 #include <net/rtnetlink.h>
38
39 #include <scsi/fc/fc_encaps.h>
40 #include <scsi/fc/fc_fip.h>
41
42 #include <scsi/libfc.h>
43 #include <scsi/fc_frame.h>
44 #include <scsi/libfcoe.h>
45
46 #include "fcoe.h"
47
48 MODULE_AUTHOR("Open-FCoE.org");
49 MODULE_DESCRIPTION("FCoE");
50 MODULE_LICENSE("GPL v2");
51
52 /* Performance tuning parameters for fcoe */
53 static unsigned int fcoe_ddp_min;
54 module_param_named(ddp_min, fcoe_ddp_min, uint, S_IRUGO | S_IWUSR);
55 MODULE_PARM_DESC(ddp_min, "Minimum I/O size in bytes for "      \
56                  "Direct Data Placement (DDP).");
57
58 /* fcoe host list */
59 LIST_HEAD(fcoe_hostlist);
60 DEFINE_RWLOCK(fcoe_hostlist_lock);
61 DEFINE_PER_CPU(struct fcoe_percpu_s, fcoe_percpu);
62
63 /* Function Prototypes */
64 static int fcoe_reset(struct Scsi_Host *shost);
65 static int fcoe_xmit(struct fc_lport *, struct fc_frame *);
66 static int fcoe_rcv(struct sk_buff *, struct net_device *,
67                     struct packet_type *, struct net_device *);
68 static int fcoe_percpu_receive_thread(void *arg);
69 static void fcoe_clean_pending_queue(struct fc_lport *lp);
70 static void fcoe_percpu_clean(struct fc_lport *lp);
71 static int fcoe_link_ok(struct fc_lport *lp);
72
73 static struct fc_lport *fcoe_hostlist_lookup(const struct net_device *);
74 static int fcoe_hostlist_add(const struct fc_lport *);
75 static int fcoe_hostlist_remove(const struct fc_lport *);
76
77 static void fcoe_check_wait_queue(struct fc_lport *, struct sk_buff *);
78 static int fcoe_device_notification(struct notifier_block *, ulong, void *);
79 static void fcoe_dev_setup(void);
80 static void fcoe_dev_cleanup(void);
81
82 /* notification function from net device */
83 static struct notifier_block fcoe_notifier = {
84         .notifier_call = fcoe_device_notification,
85 };
86
87 static struct scsi_transport_template *scsi_transport_fcoe_sw;
88
89 struct fc_function_template fcoe_transport_function = {
90         .show_host_node_name = 1,
91         .show_host_port_name = 1,
92         .show_host_supported_classes = 1,
93         .show_host_supported_fc4s = 1,
94         .show_host_active_fc4s = 1,
95         .show_host_maxframe_size = 1,
96
97         .show_host_port_id = 1,
98         .show_host_supported_speeds = 1,
99         .get_host_speed = fc_get_host_speed,
100         .show_host_speed = 1,
101         .show_host_port_type = 1,
102         .get_host_port_state = fc_get_host_port_state,
103         .show_host_port_state = 1,
104         .show_host_symbolic_name = 1,
105
106         .dd_fcrport_size = sizeof(struct fc_rport_libfc_priv),
107         .show_rport_maxframe_size = 1,
108         .show_rport_supported_classes = 1,
109
110         .show_host_fabric_name = 1,
111         .show_starget_node_name = 1,
112         .show_starget_port_name = 1,
113         .show_starget_port_id = 1,
114         .set_rport_dev_loss_tmo = fc_set_rport_loss_tmo,
115         .show_rport_dev_loss_tmo = 1,
116         .get_fc_host_stats = fc_get_host_stats,
117         .issue_fc_host_lip = fcoe_reset,
118
119         .terminate_rport_io = fc_rport_terminate_io,
120 };
121
122 static struct scsi_host_template fcoe_shost_template = {
123         .module = THIS_MODULE,
124         .name = "FCoE Driver",
125         .proc_name = FCOE_NAME,
126         .queuecommand = fc_queuecommand,
127         .eh_abort_handler = fc_eh_abort,
128         .eh_device_reset_handler = fc_eh_device_reset,
129         .eh_host_reset_handler = fc_eh_host_reset,
130         .slave_alloc = fc_slave_alloc,
131         .change_queue_depth = fc_change_queue_depth,
132         .change_queue_type = fc_change_queue_type,
133         .this_id = -1,
134         .cmd_per_lun = 32,
135         .can_queue = FCOE_MAX_OUTSTANDING_COMMANDS,
136         .use_clustering = ENABLE_CLUSTERING,
137         .sg_tablesize = SG_ALL,
138         .max_sectors = 0xffff,
139 };
140
141 /**
142  * fcoe_fip_recv - handle a received FIP frame.
143  * @skb: the receive skb
144  * @dev: associated &net_device
145  * @ptype: the &packet_type structure which was used to register this handler.
146  * @orig_dev: original receive &net_device, in case @dev is a bond.
147  *
148  * Returns: 0 for success
149  */
150 static int fcoe_fip_recv(struct sk_buff *skb, struct net_device *dev,
151                          struct packet_type *ptype,
152                          struct net_device *orig_dev)
153 {
154         struct fcoe_softc *fc;
155
156         fc = container_of(ptype, struct fcoe_softc, fip_packet_type);
157         fcoe_ctlr_recv(&fc->ctlr, skb);
158         return 0;
159 }
160
161 /**
162  * fcoe_fip_send() - send an Ethernet-encapsulated FIP frame.
163  * @fip: FCoE controller.
164  * @skb: FIP Packet.
165  */
166 static void fcoe_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb)
167 {
168         skb->dev = fcoe_from_ctlr(fip)->netdev;
169         dev_queue_xmit(skb);
170 }
171
172 /**
173  * fcoe_update_src_mac() - Update Ethernet MAC filters.
174  * @fip: FCoE controller.
175  * @old: Unicast MAC address to delete if the MAC is non-zero.
176  * @new: Unicast MAC address to add.
177  *
178  * Remove any previously-set unicast MAC filter.
179  * Add secondary FCoE MAC address filter for our OUI.
180  */
181 static void fcoe_update_src_mac(struct fcoe_ctlr *fip, u8 *old, u8 *new)
182 {
183         struct fcoe_softc *fc;
184
185         fc = fcoe_from_ctlr(fip);
186         rtnl_lock();
187         if (!is_zero_ether_addr(old))
188                 dev_unicast_delete(fc->netdev, old);
189         dev_unicast_add(fc->netdev, new);
190         rtnl_unlock();
191 }
192
193 /**
194  * fcoe_lport_config() - sets up the fc_lport
195  * @lp: ptr to the fc_lport
196  *
197  * Returns: 0 for success
198  */
199 static int fcoe_lport_config(struct fc_lport *lp)
200 {
201         lp->link_up = 0;
202         lp->qfull = 0;
203         lp->max_retry_count = 3;
204         lp->max_rport_retry_count = 3;
205         lp->e_d_tov = 2 * 1000; /* FC-FS default */
206         lp->r_a_tov = 2 * 2 * 1000;
207         lp->service_params = (FCP_SPPF_INIT_FCN | FCP_SPPF_RD_XRDY_DIS |
208                               FCP_SPPF_RETRY | FCP_SPPF_CONF_COMPL);
209
210         fc_lport_init_stats(lp);
211
212         /* lport fc_lport related configuration */
213         fc_lport_config(lp);
214
215         /* offload related configuration */
216         lp->crc_offload = 0;
217         lp->seq_offload = 0;
218         lp->lro_enabled = 0;
219         lp->lro_xid = 0;
220         lp->lso_max = 0;
221
222         return 0;
223 }
224
225 /**
226  * fcoe_netdev_cleanup() - clean up netdev configurations
227  * @fc: ptr to the fcoe_softc
228  */
229 void fcoe_netdev_cleanup(struct fcoe_softc *fc)
230 {
231         u8 flogi_maddr[ETH_ALEN];
232
233         /* Don't listen for Ethernet packets anymore */
234         dev_remove_pack(&fc->fcoe_packet_type);
235         dev_remove_pack(&fc->fip_packet_type);
236
237         /* Delete secondary MAC addresses */
238         rtnl_lock();
239         memcpy(flogi_maddr, (u8[6]) FC_FCOE_FLOGI_MAC, ETH_ALEN);
240         dev_unicast_delete(fc->netdev, flogi_maddr);
241         if (!is_zero_ether_addr(fc->ctlr.data_src_addr))
242                 dev_unicast_delete(fc->netdev, fc->ctlr.data_src_addr);
243         if (fc->ctlr.spma)
244                 dev_unicast_delete(fc->netdev, fc->ctlr.ctl_src_addr);
245         dev_mc_delete(fc->netdev, FIP_ALL_ENODE_MACS, ETH_ALEN, 0);
246         rtnl_unlock();
247 }
248
249 /**
250  * fcoe_queue_timer() - fcoe queue timer
251  * @lp: the fc_lport pointer
252  *
253  * Calls fcoe_check_wait_queue on timeout
254  *
255  */
256 static void fcoe_queue_timer(ulong lp)
257 {
258         fcoe_check_wait_queue((struct fc_lport *)lp, NULL);
259 }
260
261 /**
262  * fcoe_netdev_config() - Set up netdev for SW FCoE
263  * @lp : ptr to the fc_lport
264  * @netdev : ptr to the associated netdevice struct
265  *
266  * Must be called after fcoe_lport_config() as it will use lport mutex
267  *
268  * Returns : 0 for success
269  */
270 static int fcoe_netdev_config(struct fc_lport *lp, struct net_device *netdev)
271 {
272         u32 mfs;
273         u64 wwnn, wwpn;
274         struct fcoe_softc *fc;
275         u8 flogi_maddr[ETH_ALEN];
276         struct netdev_hw_addr *ha;
277
278         /* Setup lport private data to point to fcoe softc */
279         fc = lport_priv(lp);
280         fc->ctlr.lp = lp;
281         fc->netdev = netdev;
282
283         /* Do not support for bonding device */
284         if ((netdev->priv_flags & IFF_MASTER_ALB) ||
285             (netdev->priv_flags & IFF_SLAVE_INACTIVE) ||
286             (netdev->priv_flags & IFF_MASTER_8023AD)) {
287                 return -EOPNOTSUPP;
288         }
289
290         /*
291          * Determine max frame size based on underlying device and optional
292          * user-configured limit.  If the MFS is too low, fcoe_link_ok()
293          * will return 0, so do this first.
294          */
295         mfs = netdev->mtu - (sizeof(struct fcoe_hdr) +
296                              sizeof(struct fcoe_crc_eof));
297         if (fc_set_mfs(lp, mfs))
298                 return -EINVAL;
299
300         /* offload features support */
301         if (netdev->features & NETIF_F_SG)
302                 lp->sg_supp = 1;
303
304         if (netdev->features & NETIF_F_FCOE_CRC) {
305                 lp->crc_offload = 1;
306                 FCOE_NETDEV_DBG(netdev, "Supports FCCRC offload\n");
307         }
308         if (netdev->features & NETIF_F_FSO) {
309                 lp->seq_offload = 1;
310                 lp->lso_max = netdev->gso_max_size;
311                 FCOE_NETDEV_DBG(netdev, "Supports LSO for max len 0x%x\n",
312                                 lp->lso_max);
313         }
314         if (netdev->fcoe_ddp_xid) {
315                 lp->lro_enabled = 1;
316                 lp->lro_xid = netdev->fcoe_ddp_xid;
317                 FCOE_NETDEV_DBG(netdev, "Supports LRO for max xid 0x%x\n",
318                                 lp->lro_xid);
319         }
320         skb_queue_head_init(&fc->fcoe_pending_queue);
321         fc->fcoe_pending_queue_active = 0;
322         setup_timer(&fc->timer, fcoe_queue_timer, (unsigned long)lp);
323
324         /* look for SAN MAC address, if multiple SAN MACs exist, only
325          * use the first one for SPMA */
326         rcu_read_lock();
327         for_each_dev_addr(netdev, ha) {
328                 if ((ha->type == NETDEV_HW_ADDR_T_SAN) &&
329                     (is_valid_ether_addr(ha->addr))) {
330                         memcpy(fc->ctlr.ctl_src_addr, ha->addr, ETH_ALEN);
331                         fc->ctlr.spma = 1;
332                         break;
333                 }
334         }
335         rcu_read_unlock();
336
337         /* setup Source Mac Address */
338         if (!fc->ctlr.spma)
339                 memcpy(fc->ctlr.ctl_src_addr, netdev->dev_addr,
340                        fc->netdev->addr_len);
341
342         wwnn = fcoe_wwn_from_mac(netdev->dev_addr, 1, 0);
343         fc_set_wwnn(lp, wwnn);
344         /* XXX - 3rd arg needs to be vlan id */
345         wwpn = fcoe_wwn_from_mac(netdev->dev_addr, 2, 0);
346         fc_set_wwpn(lp, wwpn);
347
348         /*
349          * Add FCoE MAC address as second unicast MAC address
350          * or enter promiscuous mode if not capable of listening
351          * for multiple unicast MACs.
352          */
353         rtnl_lock();
354         memcpy(flogi_maddr, (u8[6]) FC_FCOE_FLOGI_MAC, ETH_ALEN);
355         dev_unicast_add(netdev, flogi_maddr);
356         if (fc->ctlr.spma)
357                 dev_unicast_add(netdev, fc->ctlr.ctl_src_addr);
358         dev_mc_add(netdev, FIP_ALL_ENODE_MACS, ETH_ALEN, 0);
359         rtnl_unlock();
360
361         /*
362          * setup the receive function from ethernet driver
363          * on the ethertype for the given device
364          */
365         fc->fcoe_packet_type.func = fcoe_rcv;
366         fc->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE);
367         fc->fcoe_packet_type.dev = netdev;
368         dev_add_pack(&fc->fcoe_packet_type);
369
370         fc->fip_packet_type.func = fcoe_fip_recv;
371         fc->fip_packet_type.type = htons(ETH_P_FIP);
372         fc->fip_packet_type.dev = netdev;
373         dev_add_pack(&fc->fip_packet_type);
374
375         return 0;
376 }
377
378 /**
379  * fcoe_shost_config() - Sets up fc_lport->host
380  * @lp : ptr to the fc_lport
381  * @shost : ptr to the associated scsi host
382  * @dev : device associated to scsi host
383  *
384  * Must be called after fcoe_lport_config() and fcoe_netdev_config()
385  *
386  * Returns : 0 for success
387  */
388 static int fcoe_shost_config(struct fc_lport *lp, struct Scsi_Host *shost,
389                                 struct device *dev)
390 {
391         int rc = 0;
392
393         /* lport scsi host config */
394         lp->host = shost;
395
396         lp->host->max_lun = FCOE_MAX_LUN;
397         lp->host->max_id = FCOE_MAX_FCP_TARGET;
398         lp->host->max_channel = 0;
399         lp->host->transportt = scsi_transport_fcoe_sw;
400
401         /* add the new host to the SCSI-ml */
402         rc = scsi_add_host(lp->host, dev);
403         if (rc) {
404                 FCOE_NETDEV_DBG(fcoe_netdev(lp), "fcoe_shost_config: "
405                                 "error on scsi_add_host\n");
406                 return rc;
407         }
408         sprintf(fc_host_symbolic_name(lp->host), "%s v%s over %s",
409                 FCOE_NAME, FCOE_VERSION,
410                 fcoe_netdev(lp)->name);
411
412         return 0;
413 }
414
415 /*
416  * fcoe_oem_match() - match for read types IO
417  * @fp: the fc_frame for new IO.
418  *
419  * Returns : true for read types IO, otherwise returns false.
420  */
421 bool fcoe_oem_match(struct fc_frame *fp)
422 {
423         return fc_fcp_is_read(fr_fsp(fp)) &&
424                 (fr_fsp(fp)->data_len > fcoe_ddp_min);
425 }
426
427 /**
428  * fcoe_em_config() - allocates em for this lport
429  * @lp: the port that em is to allocated for
430  *
431  * Called with write fcoe_hostlist_lock held.
432  *
433  * Returns : 0 on success
434  */
435 static inline int fcoe_em_config(struct fc_lport *lp)
436 {
437         struct fcoe_softc *fc = lport_priv(lp);
438         struct fcoe_softc *oldfc = NULL;
439         struct net_device *old_real_dev, *cur_real_dev;
440         u16 min_xid = FCOE_MIN_XID;
441         u16 max_xid = FCOE_MAX_XID;
442
443         /*
444          * Check if need to allocate an em instance for
445          * offload exchange ids to be shared across all VN_PORTs/lport.
446          */
447         if (!lp->lro_enabled || !lp->lro_xid || (lp->lro_xid >= max_xid)) {
448                 lp->lro_xid = 0;
449                 goto skip_oem;
450         }
451
452         /*
453          * Reuse existing offload em instance in case
454          * it is already allocated on real eth device
455          */
456         if (fc->netdev->priv_flags & IFF_802_1Q_VLAN)
457                 cur_real_dev = vlan_dev_real_dev(fc->netdev);
458         else
459                 cur_real_dev = fc->netdev;
460
461         list_for_each_entry(oldfc, &fcoe_hostlist, list) {
462                 if (oldfc->netdev->priv_flags & IFF_802_1Q_VLAN)
463                         old_real_dev = vlan_dev_real_dev(oldfc->netdev);
464                 else
465                         old_real_dev = oldfc->netdev;
466
467                 if (cur_real_dev == old_real_dev) {
468                         fc->oem = oldfc->oem;
469                         break;
470                 }
471         }
472
473         if (fc->oem) {
474                 if (!fc_exch_mgr_add(lp, fc->oem, fcoe_oem_match)) {
475                         printk(KERN_ERR "fcoe_em_config: failed to add "
476                                "offload em:%p on interface:%s\n",
477                                fc->oem, fc->netdev->name);
478                         return -ENOMEM;
479                 }
480         } else {
481                 fc->oem = fc_exch_mgr_alloc(lp, FC_CLASS_3,
482                                             FCOE_MIN_XID, lp->lro_xid,
483                                             fcoe_oem_match);
484                 if (!fc->oem) {
485                         printk(KERN_ERR "fcoe_em_config: failed to allocate "
486                                "em for offload exches on interface:%s\n",
487                                fc->netdev->name);
488                         return -ENOMEM;
489                 }
490         }
491
492         /*
493          * Exclude offload EM xid range from next EM xid range.
494          */
495         min_xid += lp->lro_xid + 1;
496
497 skip_oem:
498         if (!fc_exch_mgr_alloc(lp, FC_CLASS_3, min_xid, max_xid, NULL)) {
499                 printk(KERN_ERR "fcoe_em_config: failed to "
500                        "allocate em on interface %s\n", fc->netdev->name);
501                 return -ENOMEM;
502         }
503
504         return 0;
505 }
506
507 /**
508  * fcoe_if_destroy() - FCoE software HBA tear-down function
509  * @netdev: ptr to the associated net_device
510  *
511  * Returns: 0 if link is OK for use by FCoE.
512  */
513 static int fcoe_if_destroy(struct net_device *netdev)
514 {
515         struct fc_lport *lp = NULL;
516         struct fcoe_softc *fc;
517
518         BUG_ON(!netdev);
519
520         FCOE_NETDEV_DBG(netdev, "Destroying interface\n");
521
522         lp = fcoe_hostlist_lookup(netdev);
523         if (!lp)
524                 return -ENODEV;
525
526         fc = lport_priv(lp);
527
528         /* Logout of the fabric */
529         fc_fabric_logoff(lp);
530
531         /* Remove the instance from fcoe's list */
532         fcoe_hostlist_remove(lp);
533
534         /* clean up netdev configurations */
535         fcoe_netdev_cleanup(fc);
536
537         /* tear-down the FCoE controller */
538         fcoe_ctlr_destroy(&fc->ctlr);
539
540         /* Free queued packets for the per-CPU receive threads */
541         fcoe_percpu_clean(lp);
542
543         /* Cleanup the fc_lport */
544         fc_lport_destroy(lp);
545         fc_fcp_destroy(lp);
546
547         /* Detach from the scsi-ml */
548         fc_remove_host(lp->host);
549         scsi_remove_host(lp->host);
550
551         /* There are no more rports or I/O, free the EM */
552         fc_exch_mgr_free(lp);
553
554         /* Free existing skbs */
555         fcoe_clean_pending_queue(lp);
556
557         /* Stop the timer */
558         del_timer_sync(&fc->timer);
559
560         /* Free memory used by statistical counters */
561         fc_lport_free_stats(lp);
562
563         /* Release the net_device and Scsi_Host */
564         dev_put(netdev);
565         scsi_host_put(lp->host);
566
567         return 0;
568 }
569
570 /*
571  * fcoe_ddp_setup - calls LLD's ddp_setup through net_device
572  * @lp: the corresponding fc_lport
573  * @xid: the exchange id for this ddp transfer
574  * @sgl: the scatterlist describing this transfer
575  * @sgc: number of sg items
576  *
577  * Returns : 0 no ddp
578  */
579 static int fcoe_ddp_setup(struct fc_lport *lp, u16 xid,
580                              struct scatterlist *sgl, unsigned int sgc)
581 {
582         struct net_device *n = fcoe_netdev(lp);
583
584         if (n->netdev_ops && n->netdev_ops->ndo_fcoe_ddp_setup)
585                 return n->netdev_ops->ndo_fcoe_ddp_setup(n, xid, sgl, sgc);
586
587         return 0;
588 }
589
590 /*
591  * fcoe_ddp_done - calls LLD's ddp_done through net_device
592  * @lp: the corresponding fc_lport
593  * @xid: the exchange id for this ddp transfer
594  *
595  * Returns : the length of data that have been completed by ddp
596  */
597 static int fcoe_ddp_done(struct fc_lport *lp, u16 xid)
598 {
599         struct net_device *n = fcoe_netdev(lp);
600
601         if (n->netdev_ops && n->netdev_ops->ndo_fcoe_ddp_done)
602                 return n->netdev_ops->ndo_fcoe_ddp_done(n, xid);
603         return 0;
604 }
605
606 static struct libfc_function_template fcoe_libfc_fcn_templ = {
607         .frame_send = fcoe_xmit,
608         .ddp_setup = fcoe_ddp_setup,
609         .ddp_done = fcoe_ddp_done,
610 };
611
612 /**
613  * fcoe_if_create() - this function creates the fcoe interface
614  * @netdev: pointer the associated netdevice
615  *
616  * Creates fc_lport struct and scsi_host for lport, configures lport
617  * and starts fabric login.
618  *
619  * Returns : 0 on success
620  */
621 static int fcoe_if_create(struct net_device *netdev)
622 {
623         int rc;
624         struct fc_lport *lp = NULL;
625         struct fcoe_softc *fc;
626         struct Scsi_Host *shost;
627
628         BUG_ON(!netdev);
629
630         FCOE_NETDEV_DBG(netdev, "Create Interface\n");
631
632         lp = fcoe_hostlist_lookup(netdev);
633         if (lp)
634                 return -EEXIST;
635
636         shost = libfc_host_alloc(&fcoe_shost_template,
637                                  sizeof(struct fcoe_softc));
638         if (!shost) {
639                 FCOE_NETDEV_DBG(netdev, "Could not allocate host structure\n");
640                 return -ENOMEM;
641         }
642         lp = shost_priv(shost);
643         fc = lport_priv(lp);
644
645         /* configure fc_lport, e.g., em */
646         rc = fcoe_lport_config(lp);
647         if (rc) {
648                 FCOE_NETDEV_DBG(netdev, "Could not configure lport for the "
649                                 "interface\n");
650                 goto out_host_put;
651         }
652
653         /*
654          * Initialize FIP.
655          */
656         fcoe_ctlr_init(&fc->ctlr);
657         fc->ctlr.send = fcoe_fip_send;
658         fc->ctlr.update_mac = fcoe_update_src_mac;
659
660         /* configure lport network properties */
661         rc = fcoe_netdev_config(lp, netdev);
662         if (rc) {
663                 FCOE_NETDEV_DBG(netdev, "Could not configure netdev for the "
664                                 "interface\n");
665                 goto out_netdev_cleanup;
666         }
667
668         /* configure lport scsi host properties */
669         rc = fcoe_shost_config(lp, shost, &netdev->dev);
670         if (rc) {
671                 FCOE_NETDEV_DBG(netdev, "Could not configure shost for the "
672                                 "interface\n");
673                 goto out_netdev_cleanup;
674         }
675
676         /* Initialize the library */
677         rc = fcoe_libfc_config(lp, &fcoe_libfc_fcn_templ);
678         if (rc) {
679                 FCOE_NETDEV_DBG(netdev, "Could not configure libfc for the "
680                                 "interface\n");
681                 goto out_lp_destroy;
682         }
683
684         /*
685          * fcoe_em_alloc() and fcoe_hostlist_add() both
686          * need to be atomic under fcoe_hostlist_lock
687          * since fcoe_em_alloc() looks for an existing EM
688          * instance on host list updated by fcoe_hostlist_add().
689          */
690         write_lock(&fcoe_hostlist_lock);
691         /* lport exch manager allocation */
692         rc = fcoe_em_config(lp);
693         if (rc) {
694                 FCOE_NETDEV_DBG(netdev, "Could not configure the EM for the "
695                                 "interface\n");
696                 goto out_lp_destroy;
697         }
698
699         /* add to lports list */
700         fcoe_hostlist_add(lp);
701         write_unlock(&fcoe_hostlist_lock);
702
703         lp->boot_time = jiffies;
704
705         fc_fabric_login(lp);
706
707         if (!fcoe_link_ok(lp))
708                 fcoe_ctlr_link_up(&fc->ctlr);
709
710         dev_hold(netdev);
711
712         return rc;
713
714 out_lp_destroy:
715         fc_exch_mgr_free(lp);
716 out_netdev_cleanup:
717         fcoe_netdev_cleanup(fc);
718 out_host_put:
719         scsi_host_put(lp->host);
720         return rc;
721 }
722
723 /**
724  * fcoe_if_init() - attach to scsi transport
725  *
726  * Returns : 0 on success
727  */
728 static int __init fcoe_if_init(void)
729 {
730         /* attach to scsi transport */
731         scsi_transport_fcoe_sw =
732                 fc_attach_transport(&fcoe_transport_function);
733
734         if (!scsi_transport_fcoe_sw) {
735                 printk(KERN_ERR "fcoe: Failed to attach to the FC transport\n");
736                 return -ENODEV;
737         }
738
739         return 0;
740 }
741
742 /**
743  * fcoe_if_exit() - detach from scsi transport
744  *
745  * Returns : 0 on success
746  */
747 int __exit fcoe_if_exit(void)
748 {
749         fc_release_transport(scsi_transport_fcoe_sw);
750         return 0;
751 }
752
753 /**
754  * fcoe_percpu_thread_create() - Create a receive thread for an online cpu
755  * @cpu: cpu index for the online cpu
756  */
757 static void fcoe_percpu_thread_create(unsigned int cpu)
758 {
759         struct fcoe_percpu_s *p;
760         struct task_struct *thread;
761
762         p = &per_cpu(fcoe_percpu, cpu);
763
764         thread = kthread_create(fcoe_percpu_receive_thread,
765                                 (void *)p, "fcoethread/%d", cpu);
766
767         if (likely(!IS_ERR(p->thread))) {
768                 kthread_bind(thread, cpu);
769                 wake_up_process(thread);
770
771                 spin_lock_bh(&p->fcoe_rx_list.lock);
772                 p->thread = thread;
773                 spin_unlock_bh(&p->fcoe_rx_list.lock);
774         }
775 }
776
777 /**
778  * fcoe_percpu_thread_destroy() - removes the rx thread for the given cpu
779  * @cpu: cpu index the rx thread is to be removed
780  *
781  * Destroys a per-CPU Rx thread. Any pending skbs are moved to the
782  * current CPU's Rx thread. If the thread being destroyed is bound to
783  * the CPU processing this context the skbs will be freed.
784  */
785 static void fcoe_percpu_thread_destroy(unsigned int cpu)
786 {
787         struct fcoe_percpu_s *p;
788         struct task_struct *thread;
789         struct page *crc_eof;
790         struct sk_buff *skb;
791 #ifdef CONFIG_SMP
792         struct fcoe_percpu_s *p0;
793         unsigned targ_cpu = smp_processor_id();
794 #endif /* CONFIG_SMP */
795
796         FCOE_DBG("Destroying receive thread for CPU %d\n", cpu);
797
798         /* Prevent any new skbs from being queued for this CPU. */
799         p = &per_cpu(fcoe_percpu, cpu);
800         spin_lock_bh(&p->fcoe_rx_list.lock);
801         thread = p->thread;
802         p->thread = NULL;
803         crc_eof = p->crc_eof_page;
804         p->crc_eof_page = NULL;
805         p->crc_eof_offset = 0;
806         spin_unlock_bh(&p->fcoe_rx_list.lock);
807
808 #ifdef CONFIG_SMP
809         /*
810          * Don't bother moving the skb's if this context is running
811          * on the same CPU that is having its thread destroyed. This
812          * can easily happen when the module is removed.
813          */
814         if (cpu != targ_cpu) {
815                 p0 = &per_cpu(fcoe_percpu, targ_cpu);
816                 spin_lock_bh(&p0->fcoe_rx_list.lock);
817                 if (p0->thread) {
818                         FCOE_DBG("Moving frames from CPU %d to CPU %d\n",
819                                  cpu, targ_cpu);
820
821                         while ((skb = __skb_dequeue(&p->fcoe_rx_list)) != NULL)
822                                 __skb_queue_tail(&p0->fcoe_rx_list, skb);
823                         spin_unlock_bh(&p0->fcoe_rx_list.lock);
824                 } else {
825                         /*
826                          * The targeted CPU is not initialized and cannot accept
827                          * new  skbs. Unlock the targeted CPU and drop the skbs
828                          * on the CPU that is going offline.
829                          */
830                         while ((skb = __skb_dequeue(&p->fcoe_rx_list)) != NULL)
831                                 kfree_skb(skb);
832                         spin_unlock_bh(&p0->fcoe_rx_list.lock);
833                 }
834         } else {
835                 /*
836                  * This scenario occurs when the module is being removed
837                  * and all threads are being destroyed. skbs will continue
838                  * to be shifted from the CPU thread that is being removed
839                  * to the CPU thread associated with the CPU that is processing
840                  * the module removal. Once there is only one CPU Rx thread it
841                  * will reach this case and we will drop all skbs and later
842                  * stop the thread.
843                  */
844                 spin_lock_bh(&p->fcoe_rx_list.lock);
845                 while ((skb = __skb_dequeue(&p->fcoe_rx_list)) != NULL)
846                         kfree_skb(skb);
847                 spin_unlock_bh(&p->fcoe_rx_list.lock);
848         }
849 #else
850         /*
851          * This a non-SMP scenario where the singular Rx thread is
852          * being removed. Free all skbs and stop the thread.
853          */
854         spin_lock_bh(&p->fcoe_rx_list.lock);
855         while ((skb = __skb_dequeue(&p->fcoe_rx_list)) != NULL)
856                 kfree_skb(skb);
857         spin_unlock_bh(&p->fcoe_rx_list.lock);
858 #endif
859
860         if (thread)
861                 kthread_stop(thread);
862
863         if (crc_eof)
864                 put_page(crc_eof);
865 }
866
867 /**
868  * fcoe_cpu_callback() - fcoe cpu hotplug event callback
869  * @nfb: callback data block
870  * @action: event triggering the callback
871  * @hcpu: index for the cpu of this event
872  *
873  * This creates or destroys per cpu data for fcoe
874  *
875  * Returns NOTIFY_OK always.
876  */
877 static int fcoe_cpu_callback(struct notifier_block *nfb,
878                              unsigned long action, void *hcpu)
879 {
880         unsigned cpu = (unsigned long)hcpu;
881
882         switch (action) {
883         case CPU_ONLINE:
884         case CPU_ONLINE_FROZEN:
885                 FCOE_DBG("CPU %x online: Create Rx thread\n", cpu);
886                 fcoe_percpu_thread_create(cpu);
887                 break;
888         case CPU_DEAD:
889         case CPU_DEAD_FROZEN:
890                 FCOE_DBG("CPU %x offline: Remove Rx thread\n", cpu);
891                 fcoe_percpu_thread_destroy(cpu);
892                 break;
893         default:
894                 break;
895         }
896         return NOTIFY_OK;
897 }
898
899 static struct notifier_block fcoe_cpu_notifier = {
900         .notifier_call = fcoe_cpu_callback,
901 };
902
903 /**
904  * fcoe_rcv() - this is the fcoe receive function called by NET_RX_SOFTIRQ
905  * @skb: the receive skb
906  * @dev: associated net device
907  * @ptype: context
908  * @olddev: last device
909  *
910  * this function will receive the packet and build fc frame and pass it up
911  *
912  * Returns: 0 for success
913  */
914 int fcoe_rcv(struct sk_buff *skb, struct net_device *dev,
915              struct packet_type *ptype, struct net_device *olddev)
916 {
917         struct fc_lport *lp;
918         struct fcoe_rcv_info *fr;
919         struct fcoe_softc *fc;
920         struct fc_frame_header *fh;
921         struct fcoe_percpu_s *fps;
922         unsigned int cpu;
923
924         fc = container_of(ptype, struct fcoe_softc, fcoe_packet_type);
925         lp = fc->ctlr.lp;
926         if (unlikely(lp == NULL)) {
927                 FCOE_NETDEV_DBG(dev, "Cannot find hba structure");
928                 goto err2;
929         }
930         if (!lp->link_up)
931                 goto err2;
932
933         FCOE_NETDEV_DBG(dev, "skb_info: len:%d data_len:%d head:%p "
934                         "data:%p tail:%p end:%p sum:%d dev:%s",
935                         skb->len, skb->data_len, skb->head, skb->data,
936                         skb_tail_pointer(skb), skb_end_pointer(skb),
937                         skb->csum, skb->dev ? skb->dev->name : "<NULL>");
938
939         /* check for FCOE packet type */
940         if (unlikely(eth_hdr(skb)->h_proto != htons(ETH_P_FCOE))) {
941                 FCOE_NETDEV_DBG(dev, "Wrong FC type frame");
942                 goto err;
943         }
944
945         /*
946          * Check for minimum frame length, and make sure required FCoE
947          * and FC headers are pulled into the linear data area.
948          */
949         if (unlikely((skb->len < FCOE_MIN_FRAME) ||
950             !pskb_may_pull(skb, FCOE_HEADER_LEN)))
951                 goto err;
952
953         skb_set_transport_header(skb, sizeof(struct fcoe_hdr));
954         fh = (struct fc_frame_header *) skb_transport_header(skb);
955
956         fr = fcoe_dev_from_skb(skb);
957         fr->fr_dev = lp;
958         fr->ptype = ptype;
959
960         /*
961          * In case the incoming frame's exchange is originated from
962          * the initiator, then received frame's exchange id is ANDed
963          * with fc_cpu_mask bits to get the same cpu on which exchange
964          * was originated, otherwise just use the current cpu.
965          */
966         if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX)
967                 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask;
968         else
969                 cpu = smp_processor_id();
970
971         fps = &per_cpu(fcoe_percpu, cpu);
972         spin_lock_bh(&fps->fcoe_rx_list.lock);
973         if (unlikely(!fps->thread)) {
974                 /*
975                  * The targeted CPU is not ready, let's target
976                  * the first CPU now. For non-SMP systems this
977                  * will check the same CPU twice.
978                  */
979                 FCOE_NETDEV_DBG(dev, "CPU is online, but no receive thread "
980                                 "ready for incoming skb- using first online "
981                                 "CPU.\n");
982
983                 spin_unlock_bh(&fps->fcoe_rx_list.lock);
984                 cpu = first_cpu(cpu_online_map);
985                 fps = &per_cpu(fcoe_percpu, cpu);
986                 spin_lock_bh(&fps->fcoe_rx_list.lock);
987                 if (!fps->thread) {
988                         spin_unlock_bh(&fps->fcoe_rx_list.lock);
989                         goto err;
990                 }
991         }
992
993         /*
994          * We now have a valid CPU that we're targeting for
995          * this skb. We also have this receive thread locked,
996          * so we're free to queue skbs into it's queue.
997          */
998         __skb_queue_tail(&fps->fcoe_rx_list, skb);
999         if (fps->fcoe_rx_list.qlen == 1)
1000                 wake_up_process(fps->thread);
1001
1002         spin_unlock_bh(&fps->fcoe_rx_list.lock);
1003
1004         return 0;
1005 err:
1006         fc_lport_get_stats(lp)->ErrorFrames++;
1007
1008 err2:
1009         kfree_skb(skb);
1010         return -1;
1011 }
1012
1013 /**
1014  * fcoe_start_io() - pass to netdev to start xmit for fcoe
1015  * @skb: the skb to be xmitted
1016  *
1017  * Returns: 0 for success
1018  */
1019 static inline int fcoe_start_io(struct sk_buff *skb)
1020 {
1021         int rc;
1022
1023         skb_get(skb);
1024         rc = dev_queue_xmit(skb);
1025         if (rc != 0)
1026                 return rc;
1027         kfree_skb(skb);
1028         return 0;
1029 }
1030
1031 /**
1032  * fcoe_get_paged_crc_eof() - in case we need to alloc a page for crc_eof
1033  * @skb: the skb to be xmitted
1034  * @tlen: total len
1035  *
1036  * Returns: 0 for success
1037  */
1038 static int fcoe_get_paged_crc_eof(struct sk_buff *skb, int tlen)
1039 {
1040         struct fcoe_percpu_s *fps;
1041         struct page *page;
1042
1043         fps = &get_cpu_var(fcoe_percpu);
1044         page = fps->crc_eof_page;
1045         if (!page) {
1046                 page = alloc_page(GFP_ATOMIC);
1047                 if (!page) {
1048                         put_cpu_var(fcoe_percpu);
1049                         return -ENOMEM;
1050                 }
1051                 fps->crc_eof_page = page;
1052                 fps->crc_eof_offset = 0;
1053         }
1054
1055         get_page(page);
1056         skb_fill_page_desc(skb, skb_shinfo(skb)->nr_frags, page,
1057                            fps->crc_eof_offset, tlen);
1058         skb->len += tlen;
1059         skb->data_len += tlen;
1060         skb->truesize += tlen;
1061         fps->crc_eof_offset += sizeof(struct fcoe_crc_eof);
1062
1063         if (fps->crc_eof_offset >= PAGE_SIZE) {
1064                 fps->crc_eof_page = NULL;
1065                 fps->crc_eof_offset = 0;
1066                 put_page(page);
1067         }
1068         put_cpu_var(fcoe_percpu);
1069         return 0;
1070 }
1071
1072 /**
1073  * fcoe_fc_crc() - calculates FC CRC in this fcoe skb
1074  * @fp: the fc_frame containing data to be checksummed
1075  *
1076  * This uses crc32() to calculate the crc for fc frame
1077  * Return   : 32 bit crc
1078  */
1079 u32 fcoe_fc_crc(struct fc_frame *fp)
1080 {
1081         struct sk_buff *skb = fp_skb(fp);
1082         struct skb_frag_struct *frag;
1083         unsigned char *data;
1084         unsigned long off, len, clen;
1085         u32 crc;
1086         unsigned i;
1087
1088         crc = crc32(~0, skb->data, skb_headlen(skb));
1089
1090         for (i = 0; i < skb_shinfo(skb)->nr_frags; i++) {
1091                 frag = &skb_shinfo(skb)->frags[i];
1092                 off = frag->page_offset;
1093                 len = frag->size;
1094                 while (len > 0) {
1095                         clen = min(len, PAGE_SIZE - (off & ~PAGE_MASK));
1096                         data = kmap_atomic(frag->page + (off >> PAGE_SHIFT),
1097                                            KM_SKB_DATA_SOFTIRQ);
1098                         crc = crc32(crc, data + (off & ~PAGE_MASK), clen);
1099                         kunmap_atomic(data, KM_SKB_DATA_SOFTIRQ);
1100                         off += clen;
1101                         len -= clen;
1102                 }
1103         }
1104         return crc;
1105 }
1106
1107 /**
1108  * fcoe_xmit() - FCoE frame transmit function
1109  * @lp: the associated local port
1110  * @fp: the fc_frame to be transmitted
1111  *
1112  * Return   : 0 for success
1113  */
1114 int fcoe_xmit(struct fc_lport *lp, struct fc_frame *fp)
1115 {
1116         int wlen;
1117         u32 crc;
1118         struct ethhdr *eh;
1119         struct fcoe_crc_eof *cp;
1120         struct sk_buff *skb;
1121         struct fcoe_dev_stats *stats;
1122         struct fc_frame_header *fh;
1123         unsigned int hlen;              /* header length implies the version */
1124         unsigned int tlen;              /* trailer length */
1125         unsigned int elen;              /* eth header, may include vlan */
1126         struct fcoe_softc *fc;
1127         u8 sof, eof;
1128         struct fcoe_hdr *hp;
1129
1130         WARN_ON((fr_len(fp) % sizeof(u32)) != 0);
1131
1132         fc = lport_priv(lp);
1133         fh = fc_frame_header_get(fp);
1134         skb = fp_skb(fp);
1135         wlen = skb->len / FCOE_WORD_TO_BYTE;
1136
1137         if (!lp->link_up) {
1138                 kfree_skb(skb);
1139                 return 0;
1140         }
1141
1142         if (unlikely(fh->fh_r_ctl == FC_RCTL_ELS_REQ) &&
1143             fcoe_ctlr_els_send(&fc->ctlr, skb))
1144                 return 0;
1145
1146         sof = fr_sof(fp);
1147         eof = fr_eof(fp);
1148
1149         elen = sizeof(struct ethhdr);
1150         hlen = sizeof(struct fcoe_hdr);
1151         tlen = sizeof(struct fcoe_crc_eof);
1152         wlen = (skb->len - tlen + sizeof(crc)) / FCOE_WORD_TO_BYTE;
1153
1154         /* crc offload */
1155         if (likely(lp->crc_offload)) {
1156                 skb->ip_summed = CHECKSUM_PARTIAL;
1157                 skb->csum_start = skb_headroom(skb);
1158                 skb->csum_offset = skb->len;
1159                 crc = 0;
1160         } else {
1161                 skb->ip_summed = CHECKSUM_NONE;
1162                 crc = fcoe_fc_crc(fp);
1163         }
1164
1165         /* copy fc crc and eof to the skb buff */
1166         if (skb_is_nonlinear(skb)) {
1167                 skb_frag_t *frag;
1168                 if (fcoe_get_paged_crc_eof(skb, tlen)) {
1169                         kfree_skb(skb);
1170                         return -ENOMEM;
1171                 }
1172                 frag = &skb_shinfo(skb)->frags[skb_shinfo(skb)->nr_frags - 1];
1173                 cp = kmap_atomic(frag->page, KM_SKB_DATA_SOFTIRQ)
1174                         + frag->page_offset;
1175         } else {
1176                 cp = (struct fcoe_crc_eof *)skb_put(skb, tlen);
1177         }
1178
1179         memset(cp, 0, sizeof(*cp));
1180         cp->fcoe_eof = eof;
1181         cp->fcoe_crc32 = cpu_to_le32(~crc);
1182
1183         if (skb_is_nonlinear(skb)) {
1184                 kunmap_atomic(cp, KM_SKB_DATA_SOFTIRQ);
1185                 cp = NULL;
1186         }
1187
1188         /* adjust skb network/transport offsets to match mac/fcoe/fc */
1189         skb_push(skb, elen + hlen);
1190         skb_reset_mac_header(skb);
1191         skb_reset_network_header(skb);
1192         skb->mac_len = elen;
1193         skb->protocol = htons(ETH_P_FCOE);
1194         skb->dev = fc->netdev;
1195
1196         /* fill up mac and fcoe headers */
1197         eh = eth_hdr(skb);
1198         eh->h_proto = htons(ETH_P_FCOE);
1199         if (fc->ctlr.map_dest)
1200                 fc_fcoe_set_mac(eh->h_dest, fh->fh_d_id);
1201         else
1202                 /* insert GW address */
1203                 memcpy(eh->h_dest, fc->ctlr.dest_addr, ETH_ALEN);
1204
1205         if (unlikely(fc->ctlr.flogi_oxid != FC_XID_UNKNOWN))
1206                 memcpy(eh->h_source, fc->ctlr.ctl_src_addr, ETH_ALEN);
1207         else
1208                 memcpy(eh->h_source, fc->ctlr.data_src_addr, ETH_ALEN);
1209
1210         hp = (struct fcoe_hdr *)(eh + 1);
1211         memset(hp, 0, sizeof(*hp));
1212         if (FC_FCOE_VER)
1213                 FC_FCOE_ENCAPS_VER(hp, FC_FCOE_VER);
1214         hp->fcoe_sof = sof;
1215
1216         /* fcoe lso, mss is in max_payload which is non-zero for FCP data */
1217         if (lp->seq_offload && fr_max_payload(fp)) {
1218                 skb_shinfo(skb)->gso_type = SKB_GSO_FCOE;
1219                 skb_shinfo(skb)->gso_size = fr_max_payload(fp);
1220         } else {
1221                 skb_shinfo(skb)->gso_type = 0;
1222                 skb_shinfo(skb)->gso_size = 0;
1223         }
1224         /* update tx stats: regardless if LLD fails */
1225         stats = fc_lport_get_stats(lp);
1226         stats->TxFrames++;
1227         stats->TxWords += wlen;
1228
1229         /* send down to lld */
1230         fr_dev(fp) = lp;
1231         if (fc->fcoe_pending_queue.qlen)
1232                 fcoe_check_wait_queue(lp, skb);
1233         else if (fcoe_start_io(skb))
1234                 fcoe_check_wait_queue(lp, skb);
1235
1236         return 0;
1237 }
1238
1239 /**
1240  * fcoe_percpu_receive_thread() - recv thread per cpu
1241  * @arg: ptr to the fcoe per cpu struct
1242  *
1243  * Return: 0 for success
1244  */
1245 int fcoe_percpu_receive_thread(void *arg)
1246 {
1247         struct fcoe_percpu_s *p = arg;
1248         u32 fr_len;
1249         struct fc_lport *lp;
1250         struct fcoe_rcv_info *fr;
1251         struct fcoe_dev_stats *stats;
1252         struct fc_frame_header *fh;
1253         struct sk_buff *skb;
1254         struct fcoe_crc_eof crc_eof;
1255         struct fc_frame *fp;
1256         u8 *mac = NULL;
1257         struct fcoe_softc *fc;
1258         struct fcoe_hdr *hp;
1259
1260         set_user_nice(current, -20);
1261
1262         while (!kthread_should_stop()) {
1263
1264                 spin_lock_bh(&p->fcoe_rx_list.lock);
1265                 while ((skb = __skb_dequeue(&p->fcoe_rx_list)) == NULL) {
1266                         set_current_state(TASK_INTERRUPTIBLE);
1267                         spin_unlock_bh(&p->fcoe_rx_list.lock);
1268                         schedule();
1269                         set_current_state(TASK_RUNNING);
1270                         if (kthread_should_stop())
1271                                 return 0;
1272                         spin_lock_bh(&p->fcoe_rx_list.lock);
1273                 }
1274                 spin_unlock_bh(&p->fcoe_rx_list.lock);
1275                 fr = fcoe_dev_from_skb(skb);
1276                 lp = fr->fr_dev;
1277                 if (unlikely(lp == NULL)) {
1278                         FCOE_NETDEV_DBG(skb->dev, "Invalid HBA Structure");
1279                         kfree_skb(skb);
1280                         continue;
1281                 }
1282
1283                 FCOE_NETDEV_DBG(skb->dev, "skb_info: len:%d data_len:%d "
1284                                 "head:%p data:%p tail:%p end:%p sum:%d dev:%s",
1285                                 skb->len, skb->data_len,
1286                                 skb->head, skb->data, skb_tail_pointer(skb),
1287                                 skb_end_pointer(skb), skb->csum,
1288                                 skb->dev ? skb->dev->name : "<NULL>");
1289
1290                 /*
1291                  * Save source MAC address before discarding header.
1292                  */
1293                 fc = lport_priv(lp);
1294                 if (skb_is_nonlinear(skb))
1295                         skb_linearize(skb);     /* not ideal */
1296                 mac = eth_hdr(skb)->h_source;
1297
1298                 /*
1299                  * Frame length checks and setting up the header pointers
1300                  * was done in fcoe_rcv already.
1301                  */
1302                 hp = (struct fcoe_hdr *) skb_network_header(skb);
1303                 fh = (struct fc_frame_header *) skb_transport_header(skb);
1304
1305                 stats = fc_lport_get_stats(lp);
1306                 if (unlikely(FC_FCOE_DECAPS_VER(hp) != FC_FCOE_VER)) {
1307                         if (stats->ErrorFrames < 5)
1308                                 printk(KERN_WARNING "fcoe: FCoE version "
1309                                        "mismatch: The frame has "
1310                                        "version %x, but the "
1311                                        "initiator supports version "
1312                                        "%x\n", FC_FCOE_DECAPS_VER(hp),
1313                                        FC_FCOE_VER);
1314                         stats->ErrorFrames++;
1315                         kfree_skb(skb);
1316                         continue;
1317                 }
1318
1319                 skb_pull(skb, sizeof(struct fcoe_hdr));
1320                 fr_len = skb->len - sizeof(struct fcoe_crc_eof);
1321
1322                 stats->RxFrames++;
1323                 stats->RxWords += fr_len / FCOE_WORD_TO_BYTE;
1324
1325                 fp = (struct fc_frame *)skb;
1326                 fc_frame_init(fp);
1327                 fr_dev(fp) = lp;
1328                 fr_sof(fp) = hp->fcoe_sof;
1329
1330                 /* Copy out the CRC and EOF trailer for access */
1331                 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) {
1332                         kfree_skb(skb);
1333                         continue;
1334                 }
1335                 fr_eof(fp) = crc_eof.fcoe_eof;
1336                 fr_crc(fp) = crc_eof.fcoe_crc32;
1337                 if (pskb_trim(skb, fr_len)) {
1338                         kfree_skb(skb);
1339                         continue;
1340                 }
1341
1342                 /*
1343                  * We only check CRC if no offload is available and if it is
1344                  * it's solicited data, in which case, the FCP layer would
1345                  * check it during the copy.
1346                  */
1347                 if (lp->crc_offload && skb->ip_summed == CHECKSUM_UNNECESSARY)
1348                         fr_flags(fp) &= ~FCPHF_CRC_UNCHECKED;
1349                 else
1350                         fr_flags(fp) |= FCPHF_CRC_UNCHECKED;
1351
1352                 fh = fc_frame_header_get(fp);
1353                 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA &&
1354                     fh->fh_type == FC_TYPE_FCP) {
1355                         fc_exch_recv(lp, fp);
1356                         continue;
1357                 }
1358                 if (fr_flags(fp) & FCPHF_CRC_UNCHECKED) {
1359                         if (le32_to_cpu(fr_crc(fp)) !=
1360                             ~crc32(~0, skb->data, fr_len)) {
1361                                 if (stats->InvalidCRCCount < 5)
1362                                         printk(KERN_WARNING "fcoe: dropping "
1363                                                "frame with CRC error\n");
1364                                 stats->InvalidCRCCount++;
1365                                 stats->ErrorFrames++;
1366                                 fc_frame_free(fp);
1367                                 continue;
1368                         }
1369                         fr_flags(fp) &= ~FCPHF_CRC_UNCHECKED;
1370                 }
1371                 if (unlikely(fc->ctlr.flogi_oxid != FC_XID_UNKNOWN) &&
1372                     fcoe_ctlr_recv_flogi(&fc->ctlr, fp, mac)) {
1373                         fc_frame_free(fp);
1374                         continue;
1375                 }
1376                 fc_exch_recv(lp, fp);
1377         }
1378         return 0;
1379 }
1380
1381 /**
1382  * fcoe_check_wait_queue() - attempt to clear the transmit backlog
1383  * @lp: the fc_lport
1384  *
1385  * This empties the wait_queue, dequeue the head of the wait_queue queue
1386  * and calls fcoe_start_io() for each packet, if all skb have been
1387  * transmitted, return qlen or -1 if a error occurs, then restore
1388  * wait_queue and try again later.
1389  *
1390  * The wait_queue is used when the skb transmit fails. skb will go
1391  * in the wait_queue which will be emptied by the timer function or
1392  * by the next skb transmit.
1393  */
1394 static void fcoe_check_wait_queue(struct fc_lport *lp, struct sk_buff *skb)
1395 {
1396         struct fcoe_softc *fc = lport_priv(lp);
1397         int rc;
1398
1399         spin_lock_bh(&fc->fcoe_pending_queue.lock);
1400
1401         if (skb)
1402                 __skb_queue_tail(&fc->fcoe_pending_queue, skb);
1403
1404         if (fc->fcoe_pending_queue_active)
1405                 goto out;
1406         fc->fcoe_pending_queue_active = 1;
1407
1408         while (fc->fcoe_pending_queue.qlen) {
1409                 /* keep qlen > 0 until fcoe_start_io succeeds */
1410                 fc->fcoe_pending_queue.qlen++;
1411                 skb = __skb_dequeue(&fc->fcoe_pending_queue);
1412
1413                 spin_unlock_bh(&fc->fcoe_pending_queue.lock);
1414                 rc = fcoe_start_io(skb);
1415                 spin_lock_bh(&fc->fcoe_pending_queue.lock);
1416
1417                 if (rc) {
1418                         __skb_queue_head(&fc->fcoe_pending_queue, skb);
1419                         /* undo temporary increment above */
1420                         fc->fcoe_pending_queue.qlen--;
1421                         break;
1422                 }
1423                 /* undo temporary increment above */
1424                 fc->fcoe_pending_queue.qlen--;
1425         }
1426
1427         if (fc->fcoe_pending_queue.qlen < FCOE_LOW_QUEUE_DEPTH)
1428                 lp->qfull = 0;
1429         if (fc->fcoe_pending_queue.qlen && !timer_pending(&fc->timer))
1430                 mod_timer(&fc->timer, jiffies + 2);
1431         fc->fcoe_pending_queue_active = 0;
1432 out:
1433         if (fc->fcoe_pending_queue.qlen > FCOE_MAX_QUEUE_DEPTH)
1434                 lp->qfull = 1;
1435         spin_unlock_bh(&fc->fcoe_pending_queue.lock);
1436         return;
1437 }
1438
1439 /**
1440  * fcoe_dev_setup() - setup link change notification interface
1441  */
1442 static void fcoe_dev_setup(void)
1443 {
1444         register_netdevice_notifier(&fcoe_notifier);
1445 }
1446
1447 /**
1448  * fcoe_dev_cleanup() - cleanup link change notification interface
1449  */
1450 static void fcoe_dev_cleanup(void)
1451 {
1452         unregister_netdevice_notifier(&fcoe_notifier);
1453 }
1454
1455 /**
1456  * fcoe_device_notification() - netdev event notification callback
1457  * @notifier: context of the notification
1458  * @event: type of event
1459  * @ptr: fixed array for output parsed ifname
1460  *
1461  * This function is called by the ethernet driver in case of link change event
1462  *
1463  * Returns: 0 for success
1464  */
1465 static int fcoe_device_notification(struct notifier_block *notifier,
1466                                     ulong event, void *ptr)
1467 {
1468         struct fc_lport *lp = NULL;
1469         struct net_device *netdev = ptr;
1470         struct fcoe_softc *fc;
1471         struct fcoe_dev_stats *stats;
1472         u32 link_possible = 1;
1473         u32 mfs;
1474         int rc = NOTIFY_OK;
1475
1476         read_lock(&fcoe_hostlist_lock);
1477         list_for_each_entry(fc, &fcoe_hostlist, list) {
1478                 if (fc->netdev == netdev) {
1479                         lp = fc->ctlr.lp;
1480                         break;
1481                 }
1482         }
1483         read_unlock(&fcoe_hostlist_lock);
1484         if (lp == NULL) {
1485                 rc = NOTIFY_DONE;
1486                 goto out;
1487         }
1488
1489         switch (event) {
1490         case NETDEV_DOWN:
1491         case NETDEV_GOING_DOWN:
1492                 link_possible = 0;
1493                 break;
1494         case NETDEV_UP:
1495         case NETDEV_CHANGE:
1496                 break;
1497         case NETDEV_CHANGEMTU:
1498                 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) +
1499                                      sizeof(struct fcoe_crc_eof));
1500                 if (mfs >= FC_MIN_MAX_FRAME)
1501                         fc_set_mfs(lp, mfs);
1502                 break;
1503         case NETDEV_REGISTER:
1504                 break;
1505         default:
1506                 FCOE_NETDEV_DBG(netdev, "Unknown event %ld "
1507                                 "from netdev netlink\n", event);
1508         }
1509         if (link_possible && !fcoe_link_ok(lp))
1510                 fcoe_ctlr_link_up(&fc->ctlr);
1511         else if (fcoe_ctlr_link_down(&fc->ctlr)) {
1512                 stats = fc_lport_get_stats(lp);
1513                 stats->LinkFailureCount++;
1514                 fcoe_clean_pending_queue(lp);
1515         }
1516 out:
1517         return rc;
1518 }
1519
1520 /**
1521  * fcoe_if_to_netdev() - parse a name buffer to get netdev
1522  * @buffer: incoming buffer to be copied
1523  *
1524  * Returns: NULL or ptr to net_device
1525  */
1526 static struct net_device *fcoe_if_to_netdev(const char *buffer)
1527 {
1528         char *cp;
1529         char ifname[IFNAMSIZ + 2];
1530
1531         if (buffer) {
1532                 strlcpy(ifname, buffer, IFNAMSIZ);
1533                 cp = ifname + strlen(ifname);
1534                 while (--cp >= ifname && *cp == '\n')
1535                         *cp = '\0';
1536                 return dev_get_by_name(&init_net, ifname);
1537         }
1538         return NULL;
1539 }
1540
1541 /**
1542  * fcoe_netdev_to_module_owner() - finds out the driver module of the netdev
1543  * @netdev: the target netdev
1544  *
1545  * Returns: ptr to the struct module, NULL for failure
1546  */
1547 static struct module *
1548 fcoe_netdev_to_module_owner(const struct net_device *netdev)
1549 {
1550         struct device *dev;
1551
1552         if (!netdev)
1553                 return NULL;
1554
1555         dev = netdev->dev.parent;
1556         if (!dev)
1557                 return NULL;
1558
1559         if (!dev->driver)
1560                 return NULL;
1561
1562         return dev->driver->owner;
1563 }
1564
1565 /**
1566  * fcoe_ethdrv_get() - Hold the Ethernet driver
1567  * @netdev: the target netdev
1568  *
1569  * Holds the Ethernet driver module by try_module_get() for
1570  * the corresponding netdev.
1571  *
1572  * Returns: 0 for success
1573  */
1574 static int fcoe_ethdrv_get(const struct net_device *netdev)
1575 {
1576         struct module *owner;
1577
1578         owner = fcoe_netdev_to_module_owner(netdev);
1579         if (owner) {
1580                 FCOE_NETDEV_DBG(netdev, "Hold driver module %s\n",
1581                                 module_name(owner));
1582                 return  try_module_get(owner);
1583         }
1584         return -ENODEV;
1585 }
1586
1587 /**
1588  * fcoe_ethdrv_put() - Release the Ethernet driver
1589  * @netdev: the target netdev
1590  *
1591  * Releases the Ethernet driver module by module_put for
1592  * the corresponding netdev.
1593  *
1594  * Returns: 0 for success
1595  */
1596 static int fcoe_ethdrv_put(const struct net_device *netdev)
1597 {
1598         struct module *owner;
1599
1600         owner = fcoe_netdev_to_module_owner(netdev);
1601         if (owner) {
1602                 FCOE_NETDEV_DBG(netdev, "Release driver module %s\n",
1603                                 module_name(owner));
1604                 module_put(owner);
1605                 return 0;
1606         }
1607         return -ENODEV;
1608 }
1609
1610 /**
1611  * fcoe_destroy() - handles the destroy from sysfs
1612  * @buffer: expected to be an eth if name
1613  * @kp: associated kernel param
1614  *
1615  * Returns: 0 for success
1616  */
1617 static int fcoe_destroy(const char *buffer, struct kernel_param *kp)
1618 {
1619         int rc;
1620         struct net_device *netdev;
1621
1622         netdev = fcoe_if_to_netdev(buffer);
1623         if (!netdev) {
1624                 rc = -ENODEV;
1625                 goto out_nodev;
1626         }
1627         /* look for existing lport */
1628         if (!fcoe_hostlist_lookup(netdev)) {
1629                 rc = -ENODEV;
1630                 goto out_putdev;
1631         }
1632         rc = fcoe_if_destroy(netdev);
1633         if (rc) {
1634                 printk(KERN_ERR "fcoe: Failed to destroy interface (%s)\n",
1635                        netdev->name);
1636                 rc = -EIO;
1637                 goto out_putdev;
1638         }
1639         fcoe_ethdrv_put(netdev);
1640         rc = 0;
1641 out_putdev:
1642         dev_put(netdev);
1643 out_nodev:
1644         return rc;
1645 }
1646
1647 /**
1648  * fcoe_create() - Handles the create call from sysfs
1649  * @buffer: expected to be an eth if name
1650  * @kp: associated kernel param
1651  *
1652  * Returns: 0 for success
1653  */
1654 static int fcoe_create(const char *buffer, struct kernel_param *kp)
1655 {
1656         int rc;
1657         struct net_device *netdev;
1658
1659         netdev = fcoe_if_to_netdev(buffer);
1660         if (!netdev) {
1661                 rc = -ENODEV;
1662                 goto out_nodev;
1663         }
1664         /* look for existing lport */
1665         if (fcoe_hostlist_lookup(netdev)) {
1666                 rc = -EEXIST;
1667                 goto out_putdev;
1668         }
1669         fcoe_ethdrv_get(netdev);
1670
1671         rc = fcoe_if_create(netdev);
1672         if (rc) {
1673                 printk(KERN_ERR "fcoe: Failed to create interface (%s)\n",
1674                        netdev->name);
1675                 fcoe_ethdrv_put(netdev);
1676                 rc = -EIO;
1677                 goto out_putdev;
1678         }
1679         rc = 0;
1680 out_putdev:
1681         dev_put(netdev);
1682 out_nodev:
1683         return rc;
1684 }
1685
1686 module_param_call(create, fcoe_create, NULL, NULL, S_IWUSR);
1687 __MODULE_PARM_TYPE(create, "string");
1688 MODULE_PARM_DESC(create, "Create fcoe port using net device passed in.");
1689 module_param_call(destroy, fcoe_destroy, NULL, NULL, S_IWUSR);
1690 __MODULE_PARM_TYPE(destroy, "string");
1691 MODULE_PARM_DESC(destroy, "Destroy fcoe port");
1692
1693 /**
1694  * fcoe_link_ok() - Check if link is ok for the fc_lport
1695  * @lp: ptr to the fc_lport
1696  *
1697  * Any permanently-disqualifying conditions have been previously checked.
1698  * This also updates the speed setting, which may change with link for 100/1000.
1699  *
1700  * This function should probably be checking for PAUSE support at some point
1701  * in the future. Currently Per-priority-pause is not determinable using
1702  * ethtool, so we shouldn't be restrictive until that problem is resolved.
1703  *
1704  * Returns: 0 if link is OK for use by FCoE.
1705  *
1706  */
1707 int fcoe_link_ok(struct fc_lport *lp)
1708 {
1709         struct fcoe_softc *fc = lport_priv(lp);
1710         struct net_device *dev = fc->netdev;
1711         struct ethtool_cmd ecmd = { ETHTOOL_GSET };
1712
1713         if ((dev->flags & IFF_UP) && netif_carrier_ok(dev) &&
1714             (!dev_ethtool_get_settings(dev, &ecmd))) {
1715                 lp->link_supported_speeds &=
1716                         ~(FC_PORTSPEED_1GBIT | FC_PORTSPEED_10GBIT);
1717                 if (ecmd.supported & (SUPPORTED_1000baseT_Half |
1718                                       SUPPORTED_1000baseT_Full))
1719                         lp->link_supported_speeds |= FC_PORTSPEED_1GBIT;
1720                 if (ecmd.supported & SUPPORTED_10000baseT_Full)
1721                         lp->link_supported_speeds |=
1722                                 FC_PORTSPEED_10GBIT;
1723                 if (ecmd.speed == SPEED_1000)
1724                         lp->link_speed = FC_PORTSPEED_1GBIT;
1725                 if (ecmd.speed == SPEED_10000)
1726                         lp->link_speed = FC_PORTSPEED_10GBIT;
1727
1728                 return 0;
1729         }
1730         return -1;
1731 }
1732
1733 /**
1734  * fcoe_percpu_clean() - Clear the pending skbs for an lport
1735  * @lp: the fc_lport
1736  */
1737 void fcoe_percpu_clean(struct fc_lport *lp)
1738 {
1739         struct fcoe_percpu_s *pp;
1740         struct fcoe_rcv_info *fr;
1741         struct sk_buff_head *list;
1742         struct sk_buff *skb, *next;
1743         struct sk_buff *head;
1744         unsigned int cpu;
1745
1746         for_each_possible_cpu(cpu) {
1747                 pp = &per_cpu(fcoe_percpu, cpu);
1748                 spin_lock_bh(&pp->fcoe_rx_list.lock);
1749                 list = &pp->fcoe_rx_list;
1750                 head = list->next;
1751                 for (skb = head; skb != (struct sk_buff *)list;
1752                      skb = next) {
1753                         next = skb->next;
1754                         fr = fcoe_dev_from_skb(skb);
1755                         if (fr->fr_dev == lp) {
1756                                 __skb_unlink(skb, list);
1757                                 kfree_skb(skb);
1758                         }
1759                 }
1760                 spin_unlock_bh(&pp->fcoe_rx_list.lock);
1761         }
1762 }
1763
1764 /**
1765  * fcoe_clean_pending_queue() - Dequeue a skb and free it
1766  * @lp: the corresponding fc_lport
1767  *
1768  * Returns: none
1769  */
1770 void fcoe_clean_pending_queue(struct fc_lport *lp)
1771 {
1772         struct fcoe_softc  *fc = lport_priv(lp);
1773         struct sk_buff *skb;
1774
1775         spin_lock_bh(&fc->fcoe_pending_queue.lock);
1776         while ((skb = __skb_dequeue(&fc->fcoe_pending_queue)) != NULL) {
1777                 spin_unlock_bh(&fc->fcoe_pending_queue.lock);
1778                 kfree_skb(skb);
1779                 spin_lock_bh(&fc->fcoe_pending_queue.lock);
1780         }
1781         spin_unlock_bh(&fc->fcoe_pending_queue.lock);
1782 }
1783
1784 /**
1785  * fcoe_reset() - Resets the fcoe
1786  * @shost: shost the reset is from
1787  *
1788  * Returns: always 0
1789  */
1790 int fcoe_reset(struct Scsi_Host *shost)
1791 {
1792         struct fc_lport *lport = shost_priv(shost);
1793         fc_lport_reset(lport);
1794         return 0;
1795 }
1796
1797 /**
1798  * fcoe_hostlist_lookup_softc() - find the corresponding lport by a given device
1799  * @dev: this is currently ptr to net_device
1800  *
1801  * Called with fcoe_hostlist_lock held.
1802  *
1803  * Returns: NULL or the located fcoe_softc
1804  */
1805 static struct fcoe_softc *
1806 fcoe_hostlist_lookup_softc(const struct net_device *dev)
1807 {
1808         struct fcoe_softc *fc;
1809
1810         list_for_each_entry(fc, &fcoe_hostlist, list) {
1811                 if (fc->netdev == dev)
1812                         return fc;
1813         }
1814         return NULL;
1815 }
1816
1817 /**
1818  * fcoe_hostlist_lookup() - Find the corresponding lport by netdev
1819  * @netdev: ptr to net_device
1820  *
1821  * Returns: 0 for success
1822  */
1823 struct fc_lport *fcoe_hostlist_lookup(const struct net_device *netdev)
1824 {
1825         struct fcoe_softc *fc;
1826
1827         read_lock(&fcoe_hostlist_lock);
1828         fc = fcoe_hostlist_lookup_softc(netdev);
1829         read_unlock(&fcoe_hostlist_lock);
1830
1831         return (fc) ? fc->ctlr.lp : NULL;
1832 }
1833
1834 /**
1835  * fcoe_hostlist_add() - Add a lport to lports list
1836  * @lp: ptr to the fc_lport to be added
1837  *
1838  * Called with write fcoe_hostlist_lock held.
1839  *
1840  * Returns: 0 for success
1841  */
1842 int fcoe_hostlist_add(const struct fc_lport *lp)
1843 {
1844         struct fcoe_softc *fc;
1845
1846         fc = fcoe_hostlist_lookup_softc(fcoe_netdev(lp));
1847         if (!fc) {
1848                 fc = lport_priv(lp);
1849                 list_add_tail(&fc->list, &fcoe_hostlist);
1850         }
1851         return 0;
1852 }
1853
1854 /**
1855  * fcoe_hostlist_remove() - remove a lport from lports list
1856  * @lp: ptr to the fc_lport to be removed
1857  *
1858  * Returns: 0 for success
1859  */
1860 int fcoe_hostlist_remove(const struct fc_lport *lp)
1861 {
1862         struct fcoe_softc *fc;
1863
1864         write_lock_bh(&fcoe_hostlist_lock);
1865         fc = fcoe_hostlist_lookup_softc(fcoe_netdev(lp));
1866         BUG_ON(!fc);
1867         list_del(&fc->list);
1868         write_unlock_bh(&fcoe_hostlist_lock);
1869
1870         return 0;
1871 }
1872
1873 /**
1874  * fcoe_init() - fcoe module loading initialization
1875  *
1876  * Returns 0 on success, negative on failure
1877  */
1878 static int __init fcoe_init(void)
1879 {
1880         unsigned int cpu;
1881         int rc = 0;
1882         struct fcoe_percpu_s *p;
1883
1884         for_each_possible_cpu(cpu) {
1885                 p = &per_cpu(fcoe_percpu, cpu);
1886                 skb_queue_head_init(&p->fcoe_rx_list);
1887         }
1888
1889         for_each_online_cpu(cpu)
1890                 fcoe_percpu_thread_create(cpu);
1891
1892         /* Initialize per CPU interrupt thread */
1893         rc = register_hotcpu_notifier(&fcoe_cpu_notifier);
1894         if (rc)
1895                 goto out_free;
1896
1897         /* Setup link change notification */
1898         fcoe_dev_setup();
1899
1900         rc = fcoe_if_init();
1901         if (rc)
1902                 goto out_free;
1903
1904         return 0;
1905
1906 out_free:
1907         for_each_online_cpu(cpu) {
1908                 fcoe_percpu_thread_destroy(cpu);
1909         }
1910
1911         return rc;
1912 }
1913 module_init(fcoe_init);
1914
1915 /**
1916  * fcoe_exit() - fcoe module unloading cleanup
1917  *
1918  * Returns 0 on success, negative on failure
1919  */
1920 static void __exit fcoe_exit(void)
1921 {
1922         unsigned int cpu;
1923         struct fcoe_softc *fc, *tmp;
1924
1925         fcoe_dev_cleanup();
1926
1927         /* releases the associated fcoe hosts */
1928         list_for_each_entry_safe(fc, tmp, &fcoe_hostlist, list)
1929                 fcoe_if_destroy(fc->netdev);
1930
1931         unregister_hotcpu_notifier(&fcoe_cpu_notifier);
1932
1933         for_each_online_cpu(cpu) {
1934                 fcoe_percpu_thread_destroy(cpu);
1935         }
1936
1937         /* detach from scsi transport */
1938         fcoe_if_exit();
1939 }
1940 module_exit(fcoe_exit);