Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291615
b: refs/heads/master
c: 3af7930
h: refs/heads/master
i:
  291613: 82ee345
  291611: 8792833
  291607: 8a2a7ae
  291599: aaee48a
  291583: 9390fb3
v: v3
  • Loading branch information
Yi Zou authored and David S. Miller committed Mar 19, 2012
1 parent 28813eb commit e96031c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf64bc8f093581d0697b65ea8dd04bdd27a676b0
refs/heads/master: 3af79302b400e05b45e377993a8870869500466b
7 changes: 7 additions & 0 deletions trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

0 comments on commit e96031c

Please sign in to comment.