[ovs-git] [openvswitch/ovs] b52641: datapath-windows: Move netlink files to a new dire...

GitHub noreply at github.com
Thu Sep 4 16:14:28 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: b52641ddf5b020c9eb5e8b6e46aaa0175b0fb614
      https://github.com/openvswitch/ovs/commit/b52641ddf5b020c9eb5e8b6e46aaa0175b0fb614
  Author: Ankur Sharma <ankursharma at vmware.com>
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
    M datapath-windows/automake.mk
    M datapath-windows/include/OvsPub.h
    R datapath-windows/ovsext/Netlink.c
    R datapath-windows/ovsext/Netlink.h
    A datapath-windows/ovsext/Netlink/Netlink.c
    A datapath-windows/ovsext/Netlink/Netlink.h
    A datapath-windows/ovsext/Netlink/NetlinkProto.h
    R datapath-windows/ovsext/NetlinkProto.h
    M datapath-windows/ovsext/ovsext.vcxproj
    M datapath-windows/ovsext/precomp.h

  Log Message:
  -----------
  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 at vmware.com>
Tested-by: Ankur Sharma <ankursharma at vmware.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/37
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list