Re: [PATCH net-next v8 0/2] Bare UDP L3 Encapsulation Module
From: David Miller <davem@davemloft.net>
Date: 2020-02-24 21:32:09
From: David Miller <davem@davemloft.net>
Date: 2020-02-24 21:32:09
From: Martin Varghese <redacted> Date: Mon, 24 Feb 2020 10:56:56 +0530
There are various L3 encapsulation standards using UDP being discussed to leverage the UDP based load balancing capability of different networks. MPLSoUDP (__ https://tools.ietf.org/html/rfc7510) is one among them. The Bareudp tunnel module provides a generic L3 encapsulation tunnelling support for tunnelling different L3 protocols like MPLS, IP, NSH etc. inside a UDP tunnel.
... Series applied, thanks.