mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7518 d57e44dd-8a1f-0410-8b47-8ef2f437770f
16 lines
769 B
Plaintext
16 lines
769 B
Plaintext
config FCST
|
|
tristate "SCST FCoE target module"
|
|
depends on LIBFC && SCST
|
|
help
|
|
The fcst kernel module implements an SCST target driver for the FCoE
|
|
protocol. FCoE or Fibre Channel over Ethernet is a protocol that
|
|
allows to communicate fibre channel frames over an Ethernet
|
|
network. Since the FCoE protocol requires a lossless Ethernet
|
|
network, special network adapters and switches are required.
|
|
Ethernet network adapters that support FCoE are called Converged
|
|
Network Adapters (CNA). The standard that makes lossless Ethernet
|
|
communication possible is called DCB or Data Center Bridging. Since
|
|
FCoE frames are a kind of Ethernet frames, communication between
|
|
FCoE clients and servers is limited to a single Ethernet broadcast
|
|
domain.
|