Re: [ovs-dev] [PATCH] datapath-windows: Support for multiple VXLAN tunnels

2015-02-17 Thread Nithin Raju
Sorin, I’m treating this change as a continuation of the other changed titled “support for custom VXLAN tunnel port”. High level comment is: There may be a STT port and UDP port with the same destination port number. We might need to specify the tunneling protocol or the L4 protocol as key as we

Re: [ovs-dev] [PATCH] datapath-windows: Support for multiple VXLAN tunnels

2015-02-13 Thread Ben Pfaff
On Wed, Jan 21, 2015 at 10:23:18PM +, Sorin Vinturis wrote: > At the moment the OVS extension supports only one VXLAN tunnel that > is cached in the extension switch context. Replaced the latter > cached pointer with an array list that contains all VXLAN tunnel > vports. > > Signed-off-by: Sor