]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/netdevice.h
net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoE
[net-next-2.6.git] / include / linux / netdevice.h
index 9f25ab2899de2e95f19799df9207b992edc66492..9192cdf5bd2cf39f3180df1e584343630257b0be 100644 (file)
@@ -701,6 +701,7 @@ struct net_device
 /* the GSO_MASK reserves bits 16 through 23 */
 #define NETIF_F_FCOE_CRC       (1 << 24) /* FCoE CRC32 */
 #define NETIF_F_SCTP_CSUM      (1 << 25) /* SCTP checksum offload */
+#define NETIF_F_FCOE_MTU       (1 << 26) /* Supports max FCoE MTU, 2158 bytes*/
 
        /* Segmentation offload features */
 #define NETIF_F_GSO_SHIFT      16