[ovs-git] [openvswitch/ovs] f0bc74: datapath-windows: Output to multiple VXLAN ports

GitHub noreply at github.com
Fri Sep 18 18:34:06 UTC 2015


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: f0bc74690842ea454fafbdfc74c62475c1e97e30
      https://github.com/openvswitch/ovs/commit/f0bc74690842ea454fafbdfc74c62475c1e97e30
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

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

  Log Message:
  -----------
  datapath-windows: Output to multiple VXLAN ports

If we have a flow rule of the following form:
 actions=strip_vlan,set_tunnel:0x3e9,15,16,17 (Where port 15, 16 and 17 are
 VXLAN OF ports with different tunnelling information)

Current implementation is that if a packet will hit that specific flow,
only one packet will be sent out with the first tunnelling information.

This patch saves the initial packet source port for further use of the
currently implemented pipeline and ignores the latter if it
is the last tunnelling port.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Nithin Raju <nithin at vmware.com>
Acked-by: Sairam Venugopal <vsairam at vmware.com>
Acked-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list