datapath-windows: Change return type of OvsInitVxlanTunnel()
authorNithin Raju <nithin@vmware.com>
Wed, 19 Nov 2014 01:42:47 +0000 (17:42 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 20 Nov 2014 15:13:37 +0000 (07:13 -0800)
commit8ea43bad3d4bf56d29c1390a9c7f5c8f9cb4e252
tree5a97ed105f6ef4caf3a02b71ae2b4f397bf2a3d9
parent827e07be2e969354267f8383cc708b1edbe4dd49
datapath-windows: Change return type of OvsInitVxlanTunnel()

OvsInitVxlanTunnel() need not return a NL_ERROR. In this patch, we
change it to NTSTATUS, and also update the mapping function that maps a
NTSTATUS to NL_ERROR.

Signed-off-by: Nithin Raju <nithin@vmware.com>
Acked-by: Ankur Sharma <ankursharma@vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
datapath-windows/ovsext/Datapath.c
datapath-windows/ovsext/Netlink/NetlinkError.h
datapath-windows/ovsext/Vxlan.c
datapath-windows/ovsext/Vxlan.h