datapath-windows: Add file NetlinkError.h.
authorSamuel Ghinet <sghinet@cloudbasesolutions.com>
Thu, 25 Sep 2014 21:22:22 +0000 (21:22 +0000)
committerBen Pfaff <blp@nicira.com>
Fri, 26 Sep 2014 17:25:30 +0000 (10:25 -0700)
commitfce695e6f71d8de1329b917d8b94718a0ffc9284
tree89464518e54b3832bfbd72d9f246ac59f839b701
parent17c6a05f08a7570dba05a171b08068a71966f11f
datapath-windows: Add file NetlinkError.h.

Contains error codes for netlink transactional errors.
These errors are passed to the "error" field (INT) of the NL_MSG_ERR struct.
The userspace requires them to be negative values: the nl_msg_nlmsgerr userspace
function transforms them from negative to positive values.

These error codes correspond to the userspace error codes defined in:
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h"

Signed-off-by: Samuel Ghinet <sghinet@cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/automake.mk
datapath-windows/ovsext/Datapath.c
datapath-windows/ovsext/Datapath.h
datapath-windows/ovsext/Netlink/NetlinkError.h [new file with mode: 0644]
datapath-windows/ovsext/Netlink/NetlinkProto.h
datapath-windows/ovsext/ovsext.vcxproj
datapath-windows/ovsext/precomp.h