On Thu, Dec 14, 2017 at 09:56:19AM +0100, Zoltan Balogh wrote: > By avoiding Tx recirculation and embracing tnl_push action within clone, > the tunnel metadata is not propagated. Unless clone action is handled in > the dpif_sflow_read_actions() function as well. This commit resolves > this issue. > In addition, some sflow data needs to be stored and restored in > ofproto-dpif-xlate when native_tunnel_output() is invoked. Otherwise the > output action of underlay bridge is getting counted as well if sFlow is > set on the overlay bridge. > > Signed-off-by: Zoltan Balogh <[email protected]>
Thanks for working on bug fixes. I don't yet understand the first problem that you mention. Could you give an example of something that does not work properly without the patch, and how the patch fixes it? It sounds like this patch addresses two independent bugs. Could it be broken into two patches? Thanks, Ben. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
