datapath-windows: Add Netlink buffer management APIs.
authorAnkur Sharma <ankursharma@vmware.com>
Wed, 3 Sep 2014 23:33:05 +0000 (16:33 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2014 16:15:33 +0000 (09:15 -0700)
commitba10fc7c1f768bcb3273e9b2a65521693f8d3477
tree6d2f5cd2858be2824fa54203d6aa0086659ff6d6
parentb52641ddf5b020c9eb5e8b6e46aaa0175b0fb614
datapath-windows: Add Netlink buffer management APIs.

In this change we have introduced buffer mgmt apis which will be
used while creating netlink messages. The basic functionality provided
by apis is on similar lines to ofpbuf in userspace with an exception
that it will not do run time buffer reallocation.

Signed-off-by: Ankur Sharma <ankursharma@vmware.com>
Tested-by: Ankur Sharma <ankursharma@vmware.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/37
Acked-by: Eitan Eliahu <eliahue@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/automake.mk
datapath-windows/ovsext/Netlink/NetlinkBuf.c [new file with mode: 0644]
datapath-windows/ovsext/Netlink/NetlinkBuf.h [new file with mode: 0644]
datapath-windows/ovsext/ovsext.vcxproj