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

GitHub noreply at github.com
Thu Feb 2 19:54:32 UTC 2017


  Branch: refs/heads/branch-2.7
  Home:   https://github.com/openvswitch/ovs
  Commit: 8d0e4001e8812708798f12a6150316aef6e020c2
      https://github.com/openvswitch/ovs/commit/8d0e4001e8812708798f12a6150316aef6e020c2
  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: a83b37cfc1201c09ed53a10309ad7e805bc417f7
      https://github.com/openvswitch/ovs/commit/a83b37cfc1201c09ed53a10309ad7e805bc417f7
  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: e6d89649628c0ca5ed421b42a4891f8833562643
      https://github.com/openvswitch/ovs/commit/e6d89649628c0ca5ed421b42a4891f8833562643
  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: 581708345b5e5a7df8f4e36831f1dcaa4c103c99
      https://github.com/openvswitch/ovs/commit/581708345b5e5a7df8f4e36831f1dcaa4c103c99
  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: 671b85df84ed43ab87d44bdc49970816313c2a30
      https://github.com/openvswitch/ovs/commit/671b85df84ed43ab87d44bdc49970816313c2a30
  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/26d7a03ab742...671b85df84ed


More information about the git mailing list