tunneling: Factor out common UDP tunnel code.
authorJesse Gross <jesse@nicira.com>
Thu, 26 Mar 2015 19:07:02 +0000 (12:07 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 7 Apr 2015 23:47:35 +0000 (16:47 -0700)
commite066f78fea7ba17d293f97c51cd15d69d2c75dbf
treeddda2a0dd220d3ee05f8a6cb82d2f759919c2b52
parent83fbb69b50325ad01604d035dbcf6c5fdd61d564
tunneling: Factor out common UDP tunnel code.

Currently, the userspace VXLAN implementation contains the code
for generating and parsing both the UDP and VXLAN headers. This
pulls out the UDP portion for better layering and to make it
easier to support additional UDP based tunnels and features.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
lib/netdev-vport.c
lib/odp-util.c