datapath: Backport upstream Geneve implementation.
authorJesse Gross <jesse@nicira.com>
Fri, 6 Feb 2015 21:24:27 +0000 (13:24 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 20 Feb 2015 23:34:26 +0000 (15:34 -0800)
commita19920cc02c2c5e4f3883dbb141dcffa04020a5f
treeb0795741d7f2ab858f467fc34ac6d5b77a79f7af
parent7bdcee3ee0b8332c0fecef65745abffa9da9c09f
datapath: Backport upstream Geneve implementation.

This resolves the differences between the OVS Geneve implementation
and the upstream kernel, particularly in the area of the split
between vport-geneve.c and the generic Geneve data plane.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/linux/.gitignore
datapath/linux/Modules.mk
datapath/linux/compat/geneve.c [new file with mode: 0644]
datapath/linux/compat/include/net/geneve.h
datapath/vport-geneve.c