diff options
author | Davide Caratti <dcaratti@redhat.com> | 2017-05-18 16:44:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-20 02:21:29 +0300 |
commit | dba003067a43a9699bef0c4bdbe320ece5a109b8 (patch) | |
tree | 3daa11a9bfb1185e5ad54cbabfd1515d79f42419 /Documentation | |
parent | 219f1d79871257e9603f504dce0fe8ebf47aad08 (diff) | |
download | linux-dba003067a43a9699bef0c4bdbe320ece5a109b8.tar.xz |
net: use skb->csum_not_inet to identify packets needing crc32c
skb->csum_not_inet carries the indication on which algorithm is needed to
compute checksum on skb in the transmit path, when skb->ip_summed is equal
to CHECKSUM_PARTIAL. If skb carries a SCTP packet and crc32c hasn't been
yet written in L4 header, skb->csum_not_inet is assigned to 1; otherwise,
assume Internet Checksum is needed and thus set skb->csum_not_inet to 0.
Suggested-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Acked-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions