]> asedeno.scripts.mit.edu Git - linux.git/commit
udp: Do not pass MSS as parameter to GSO segmentation
authorAlexander Duyck <alexander.h.duyck@intel.com>
Mon, 7 May 2018 18:08:28 +0000 (11:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 May 2018 02:30:06 +0000 (22:30 -0400)
commitb21c034b3df833b5d9db1cfdc3938dbb0d7995c6
tree8c9b1963de39e3d79a6ea5e6f80f0c5b4e528f6d
parentdfec0ee22c0a4488e4f4c764b2720d3096920383
udp: Do not pass MSS as parameter to GSO segmentation

There is no point in passing MSS as a parameter for for the GSO
segmentation call as it is already available via the shared info for the
skb itself.

Reviewed-by: Eric Dumazet <edumazet@google.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp.h
net/ipv4/udp_offload.c
net/ipv6/udp_offload.c