Re: [ovs-dev] [PATCH 2/3] datapath-windows: Using windows kernel netlink parsing APIs.

2014-08-21 Thread Nithin Raju
hi Ankur, Thanks for working on this. Looks good overall, but for the minor comments I had. On Aug 20, 2014, at 9:46 AM, Ankur Sharma wrote: > In this patch we incorporate the usage of netlink message > and the parsing APIs that were added in previous commit. > > Change-Id: If627ba5a10d78b9366

[ovs-dev] [PATCH 2/3] datapath-windows: Using windows kernel netlink parsing APIs.

2014-08-20 Thread Ankur Sharma
In this patch we incorporate the usage of netlink message and the parsing APIs that were added in previous commit. Change-Id: If627ba5a10d78b93668afd32da77807394cd06be --- datapath-windows/include/OvsPub.h | 13 +++- datapath-windows/ovsext/Datapath.c| 8 ++--- datapath-windows/ovsex