diff options
author | Eric Dumazet <edumazet@google.com> | 2014-10-01 07:12:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-01 19:44:05 +0200 |
commit | 2c804d0f8fc7799981d9fdd8c88653541b28c1a7 (patch) | |
tree | 595446444860fdf7c4e1fe200b218280b10f117c /include/net | |
parent | fm10k: using vmalloc requires including linux/vmalloc.h (diff) | |
download | linux-2c804d0f8fc7799981d9fdd8c88653541b28c1a7.tar.xz linux-2c804d0f8fc7799981d9fdd8c88653541b28c1a7.zip |
ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()
Proper CHECKSUM_COMPLETE support needs to adjust skb->csum
when we remove one header. Its done using skb_gro_postpull_rcsum()
In the case of IPv4, we know that the adjustment is not really needed,
because the checksum over IPv4 header is 0. Lets add a comment to
ease code comprehension and avoid copy/paste errors.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions