On Wed, Jun 01, 2016 at 02:04:57PM +0900, Simon Horman wrote: > On Tue, May 31, 2016 at 08:20:24PM -0700, Ben Pfaff wrote: > > There's a change to tnl_port_show() to "Skip ports with duplicate 'port' > > field". I don't understand this change. Can you explain it? (It's > > O(n**2) in the number of ports, too.) > > The problem that this tries to address is that it is now possible > to have an l3 and non-l3 tunnel which share the same port and when > the ports are dumped this shows up as a duplicate. > > For example in the tunnel-push-pop.at test updated by this patch the > following duplicate gre port appears without this portion of the change:
OK, so I understand the solution now, but I don't yet understand the problem: why are these represented as two separate tunnels, and why do those separate tunnels have the same port number? Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev