[ovs-dev] [PATCH v3 2/9] datapath: Account for "udp-tunnel: Add a few more UDP tunnel APIs"

Thomas Graf tgraf at noironetworks.com
Fri Feb 20 21:17:09 UTC 2015


On 02/20/15 at 10:50am, Jesse Gross wrote:
> Upstream commit:
>     udp-tunnel: Add a few more UDP tunnel APIs
> 
>     Added a few more UDP tunnel APIs that can be shared by UDP based
>     tunnel protocol implementation. The main ones are highlighted below.
> 
>     setup_udp_tunnel_sock() configures UDP listener socket for
>     receiving UDP encapsulated packets.
> 
>     udp_tunnel_xmit_skb() and upd_tunnel6_xmit_skb() transmit skb
>     using UDP encapsulation.
> 
>     udp_tunnel_sock_release() closes the UDP tunnel listener socket.
> 
>     Signed-off-by: Andy Zhou <azhou at nicira.com>
>     Signed-off-by: David S. Miller <davem at davemloft.net>
> 
> Upstream: 6a93cc90 ("udp-tunnel: Add a few more UDP tunnel APIs")
> Signed-off-by: Jesse Gross <jesse at nicira.com>

Some #ifndef candidates here as well.

Acked-by: Thomas Graf <tgraf at noironetworks.com>



More information about the dev mailing list