Re: [ovs-dev] [PATCH v2] datapath-windows: Update netlink family IDs

2014-08-27 Thread Ben Pfaff
On Tue, Aug 26, 2014 at 08:37:18PM -0700, Nithin Raju wrote: > I didn't realize earlier while defining OvsDpInterfaceExt.h that > there are special values defined in netlink-protocol.h for nlmsg_type. > For Eg. NLMSG_ERROR is defined to be 2. In this patch, we update the > values of the family IDs

[ovs-dev] [PATCH v2] datapath-windows: Update netlink family IDs

2014-08-26 Thread Nithin Raju
I didn't realize earlier while defining OvsDpInterfaceExt.h that there are special values defined in netlink-protocol.h for nlmsg_type. For Eg. NLMSG_ERROR is defined to be 2. In this patch, we update the values of the family IDs to not clash with the special defines. I'm using NLMSG_MIN_TYPE as a