Table of Contents

Fibre Channel over Ethernet protocol

Name

  NET_PROTO_FCOE

Header file

Configured via config/general.h.

Examples

Enable Fibre Channel over Ethernet (FCoE) protocol

  #define NET_PROTO_FCOE        /* Fibre Channel over Ethernet protocol */

Enable FCoE protocol and Fibre Channel management commands

  #define NET_PROTO_FCOE        /* Fibre Channel over Ethernet protocol */
  #define FCMGMT_CMD            /* Fibre Channel management commands */

Description

This build option enables support for the Fibre Channel over Ethernet (FCoE) protocol.

See also

Notes

You may wish to enable support for the Fibre Channel management commands using the build option FCMGMT_CMD.