跳转至

以太网光纤通道协议

名称

  NET_PROTO_FCOE

头文件

通过 config/general.h 配置。

示例

启用以太网光纤通道(FCoE)协议

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

启用 FCoE 协议和光纤通道管理命令

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

描述

此构建选项启用以太网光纤通道(FCoE)协议支持。

另请参阅

备注

你可能希望使用构建选项 FCMGMT_CMD 启用光纤通道管理命令支持。