commit | b21c034b3df833b5d9db1cfdc3938dbb0d7995c6 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Mon May 07 11:08:28 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 08 22:30:06 2018 -0400 |
tree | 8c9b1963de39e3d79a6ea5e6f80f0c5b4e528f6d | |
parent | dfec0ee22c0a4488e4f4c764b2720d3096920383 [diff] |
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>