datapath-windows: Move netlink files to a new directory.
authorAnkur Sharma <ankursharma@vmware.com>
Wed, 3 Sep 2014 23:32:55 +0000 (16:32 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2014 16:13:48 +0000 (09:13 -0700)
commitb52641ddf5b020c9eb5e8b6e46aaa0175b0fb614
tree75f437e0a6de0b842438ee2887e75c92d48db87b
parenta1fdee136b278e575d84aeeac06374a44a530300
datapath-windows: Move netlink files to a new directory.

In this change we have created a new directory named Netlink
inside datapath-windows/ovsext/. This directory will be used to
keep all the netlink related files.

The reason we have created new directory is that for 'put' related
APIs we will be adding netlink buffer mgmt files as well. These files
will take the count of netlink related files to 5. Hence
we decided to club the netlink files in a single directory.

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/include/OvsPub.h
datapath-windows/ovsext/Netlink.c [deleted file]
datapath-windows/ovsext/Netlink.h [deleted file]
datapath-windows/ovsext/Netlink/Netlink.c [new file with mode: 0644]
datapath-windows/ovsext/Netlink/Netlink.h [new file with mode: 0644]
datapath-windows/ovsext/Netlink/NetlinkProto.h [new file with mode: 0644]
datapath-windows/ovsext/NetlinkProto.h [deleted file]
datapath-windows/ovsext/ovsext.vcxproj
datapath-windows/ovsext/precomp.h