[ovs-git] [openvswitch/ovs] 6c5695: datapath-windows: Allow tunnel action to modify de...

GitHub noreply at github.com
Thu Feb 2 18:52:25 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 6c5695bb3643573ce4f98a6ae063b6ec2c2e8186
      https://github.com/openvswitch/ovs/commit/6c5695bb3643573ce4f98a6ae063b6ec2c2e8186
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M datapath-windows/ovsext/Actions.c

  Log Message:
  -----------
  datapath-windows: Allow tunnel action to modify destination port

'OvsTunnelAttrToIPv4TunnelKey' modifies 'tunkey' with the received netlink
attributes(i.e. OVS_TUNNEL_KEY_ATTR_IPV4_DST).

Change the order of the value assignment to reflect the values received via
userspace.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Sairam Venugopal <vsairam at vmware.com>


  Commit: be39122984d965b2079701d7adee85f0fb13ec33
      https://github.com/openvswitch/ovs/commit/be39122984d965b2079701d7adee85f0fb13ec33
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M datapath-windows/ovsext/Flow.c

  Log Message:
  -----------
  datapath-windows: Add support for OVS_TUNNEL_KEY_ATTR_TP_DST

Add support for netlink attribute OVS_TUNNEL_KEY_ATTR_TP_DST get/set
flow functions.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Sairam Venugopal <vsairam at vmware.com>


  Commit: 83287b6ada52837631a00ea4749d106eb0516412
      https://github.com/openvswitch/ovs/commit/83287b6ada52837631a00ea4749d106eb0516412
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M datapath-windows/ovsext/Vxlan.c

  Log Message:
  -----------
  datapath-windows: VXLAN Check for flow destination port

Change the UDP destination port(VXLAN header) to check if it was set by
the userspace, use it if it was set.
If the userspace did not specify a destination port, use the configured
vport destination port.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Sairam Venugopal <vsairam at vmware.com>


  Commit: 2bfd0e96e9cc4e3177e32a177e6704639dacf1d3
      https://github.com/openvswitch/ovs/commit/2bfd0e96e9cc4e3177e32a177e6704639dacf1d3
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M datapath-windows/ovsext/Stt.c

  Log Message:
  -----------
  datapath-windows: STT Check for flow destination port

Change the TCP destination port(STT header) to check if it was set by
the userspace, use it if it was set.
If the userspace did not specify a destination port, use the configured
vport destination port.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Sairam Venugopal <vsairam at vmware.com>


  Commit: 654b8cb38f98cbd2f442c25f33c28dbd765a5608
      https://github.com/openvswitch/ovs/commit/654b8cb38f98cbd2f442c25f33c28dbd765a5608
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M datapath-windows/ovsext/Geneve.c

  Log Message:
  -----------
  datapath-windows: GENEVE Check for flow destination port

Change the UDP destination port(GENEVE header) to check if it was set by
the userspace, use it if it was set.
If the userspace did not specify a destination port, use the configured
vport destination port.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Sairam Venugopal <vsairam at vmware.com>


Compare: https://github.com/openvswitch/ovs/compare/6d43b84c2119...654b8cb38f98


More information about the git mailing list