Re: [PATCHv5 net-next 00/16] sctp: Implement RFC6951: UDP Encapsulation of SCTP

2020-10-30 Thread Jakub Kicinski
On Thu, 29 Oct 2020 15:04:54 +0800 Xin Long wrote: >This patchset is using the udp4/6 tunnel APIs to implement the UDP >Encapsulation of SCTP with not much change in SCTP protocol stack >and with all current SCTP features keeped in Linux Kernel. > >1 - 4: Fix some UDP issues that m

Re: [PATCHv5 net-next 00/16] sctp: Implement RFC6951: UDP Encapsulation of SCTP

2020-10-29 Thread Marcelo Ricardo Leitner
On Thu, Oct 29, 2020 at 03:04:54PM +0800, Xin Long wrote: ... > Patches: > >This patchset is using the udp4/6 tunnel APIs to implement the UDP >Encapsulation of SCTP with not much change in SCTP protocol stack >and with all current SCTP features keeped in Linux Kernel. Acked-by: Marce

[PATCHv5 net-next 00/16] sctp: Implement RFC6951: UDP Encapsulation of SCTP

2020-10-29 Thread Xin Long
Description From the RFC: The Main Reasons: o To allow SCTP traffic to pass through legacy NATs, which do not provide native SCTP support as specified in [BEHAVE] and [NATSUPP]. o To allow SCTP to be implemented on hosts that do not provide direct access to the IP la