diff --git a/[refs] b/[refs] index bcdf86133a84..2c67a1145760 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf64bc8f093581d0697b65ea8dd04bdd27a676b0 +refs/heads/master: 3af79302b400e05b45e377993a8870869500466b diff --git a/trunk/include/linux/skbuff.h b/trunk/include/linux/skbuff.h index 8dc8257eab8b..a2b9953b582d 100644 --- a/trunk/include/linux/skbuff.h +++ b/trunk/include/linux/skbuff.h @@ -94,6 +94,13 @@ * about CHECKSUM_UNNECESSARY. 8) * NETIF_F_IPV6_CSUM about as dumb as the last one but does IPv6 instead. * + * UNNECESSARY: device will do per protocol specific csum. Protocol drivers + * that do not want net to perform the checksum calculation should use + * this flag in their outgoing skbs. + * NETIF_F_FCOE_CRC this indicates the device can do FCoE FC CRC + * offload. Correspondingly, the FCoE protocol driver + * stack should use CHECKSUM_UNNECESSARY. + * * Any questions? No questions, good. --ANK */