[SCSI] fcoe: Fibre Channel over Ethernet
authorRobert Love <robert.w.love@intel.com>
Tue, 9 Dec 2008 23:10:24 +0000 (15:10 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 29 Dec 2008 17:24:33 +0000 (11:24 -0600)
commit85b4aa4926a50210b683ac89326e338e7d131211
tree127b6586573194f2d37b5a298e12c8b7d24a6fac
parent42e9a92fe6a9095bd68a379aaec7ad2be0337f7a
[SCSI] fcoe: Fibre Channel over Ethernet

Encapsulation protocol for running Fibre Channel over Ethernet interfaces.
Creates virtual Fibre Channel host adapters using libfc.

This layer is the LLD to the scsi-ml. It allocates the Scsi_Host, utilizes
libfc for Fibre Channel protocol processing and interacts with netdev to
send/receive Ethernet packets.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/Kconfig
drivers/scsi/Makefile
drivers/scsi/fcoe/Makefile [new file with mode: 0644]
drivers/scsi/fcoe/fc_transport_fcoe.c [new file with mode: 0644]
drivers/scsi/fcoe/fcoe_sw.c [new file with mode: 0644]
drivers/scsi/fcoe/libfcoe.c [new file with mode: 0644]
include/scsi/fc_transport_fcoe.h [new file with mode: 0644]
include/scsi/libfcoe.h [new file with mode: 0644]