[ovs-dev] [PATCH v4 3/4] Add file: NetlinkError.h

Ben Pfaff blp at nicira.com
Fri Sep 26 17:27:47 UTC 2014


On Thu, Sep 25, 2014 at 09:22:22PM +0000, Samuel Ghinet wrote:
> 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 at cloudbasesolutions.com>
> Acked-by: Eitan Eliahu <eliahue at vmware.com>
> Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>

Thanks.  I adjusted the commit message to refer to datapath-windows
and I fixed the indentation in automake.mk, which was inconsistent.



More information about the dev mailing list