Files
scst/fcst/Kconfig
Bart Van Assche 93d7c0da08 Expand Kconfig help texts
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7518 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2018-10-14 21:59:08 +00:00

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.