diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2018-05-07 11:08:40 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-08 22:30:06 -0400 |
commit | 0ad6509571e06b302d519f2f05e616ac8c1a10d7 (patch) | |
tree | 339ea1f0c15f38b9510b353b95da1c46939e381c /net/ipv4/tcp_input.c | |
parent | 9a0d41b3598ff62ecb26661bbfb1d523586cdea3 (diff) |
udp: Partially unroll handling of first segment and last segment
This patch allows us to take care of unrolling the first segment and the
last segment of the loop for processing the segmented skb. Part of the
motivation for this is that it makes it easier to process the fact that the
first fame and all of the frames in between should be mostly identical
in terms of header data, and the last frame has differences in the length
and partial checksum.
In addition I am dropping the header length calculation since we don't
really need it for anything but the last frame and it can be easily
obtained by just pulling the data_len and offset of tail from the transport
header.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions