Re: [ovs-dev] [PATCH v2 1/5] datapath-windows: Netlink additional APIs.

2014-10-03 Thread Nithin Raju
On Oct 3, 2014, at 11:34 AM, Ankur Sharma wrote: > In this patch we have added following new APIs. > > NlMsgAlignSize => Aligns the size of netlink message. > NlMsgSetSize => Sets the value of nlmsgLen. > > Signed-off-by: Ankur Sharma Thanks for incorporating the comments. Acked-by: Nithin

[ovs-dev] [PATCH v2 1/5] datapath-windows: Netlink additional APIs.

2014-10-03 Thread Ankur Sharma
In this patch we have added following new APIs. NlMsgAlignSize => Aligns the size of netlink message. NlMsgSetSize => Sets the value of nlmsgLen. Signed-off-by: Ankur Sharma --- datapath-windows/ovsext/Netlink/Netlink.c | 66 +++ datapath-windows/ovsext/Netlink/Netli