linux/drivers/scsi/fcoe
Robert Love 38eccabd10 [SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loaded
Currently the skb_queue is initialized every time the associated
CPU goes online. This patch has libfcoe initializing the skb_queue
for all possible CPUs when the module is loaded.

This patch also re-orders some declarations in the fcoe_rcv()
function so the structure declarations are grouped before
the primitive declarations.

Lastly, this patch converts all CPU indicies to use unsigned int
since CPU indicies should not be negative.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-04-03 09:22:57 -05:00
..
fc_transport_fcoe.c [SCSI] fcoe: Correct fcoe_transports initialization vs. registration 2009-03-10 09:06:17 -05:00
fcoe_sw.c [SCSI] fcoe: add support to FCoE offload support in fcoe_sw through net_device 2009-03-13 15:15:31 -05:00
libfcoe.c [SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loaded 2009-04-03 09:22:57 -05:00
Makefile [SCSI] fcoe: Fibre Channel over Ethernet 2008-12-29 11:24:33 -06:00