diff options
author | Xin Long <lucien.xin@gmail.com> | 2020-10-29 15:04:56 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-10-30 15:23:41 -0700 |
commit | 3c7d4415db6a2fa9312e3b5a3e7ca08ed09c9f57 (patch) | |
tree | a09fec9bce73637e18667031e361ecff39df6096 /net/sctp/Kconfig | |
parent | d26796ae589401d209f63f462d5aee3746f3c51e (diff) | |
download | lwn-3c7d4415db6a2fa9312e3b5a3e7ca08ed09c9f57.tar.gz lwn-3c7d4415db6a2fa9312e3b5a3e7ca08ed09c9f57.zip |
udp6: move the mss check after udp gso tunnel processing
For some protocol's gso, like SCTP, it's using GSO_BY_FRAGS for
gso_size. When using UDP to encapsulate its packet, it will
return error in udp6_ufo_fragment() as skb->len < gso_size,
and it will never go to the gso tunnel processing.
So we should move this check after udp gso tunnel processing,
the same as udp4_ufo_fragment() does.
v1->v2:
- no change.
v2->v3:
- not do any cleanup.
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/sctp/Kconfig')
0 files changed, 0 insertions, 0 deletions