[ovs-dev] [PATCH v6] datapath-windows: Output to multiple VXLAN ports

Ben Pfaff blp at nicira.com
Fri Sep 18 18:34:41 UTC 2015


On Thu, Sep 17, 2015 at 02:54:07PM +0000, Alin Serdean wrote:
> 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>
> ---
> This patch is also intended for branch-2.4

Thanks, applied to master and branch-2.4.



More information about the dev mailing list