Re: [ovs-dev] [PATCH] Revert "openvswitch: Fix template leak in error cases."

2018-10-01 Thread Joe Stringer
On Fri, 28 Sep 2018 at 10:55, Flavio Leitner wrote: > > This reverts commit 90c7afc96cbbd77f44094b5b651261968e97de67. > > When the commit was merged, the code used nf_ct_put() to free > the entry, but later on commit 76644232e612 ("openvswitch: Free > tmpl with tmpl_free.") replaced that with

[ovs-dev] [PATCH] expr: Properly initialize expr_constant

2018-10-01 Thread Yifeng Sun
expr_constant.masked may be uninitialized when its type is EXPR_C_STRING. This patch fixes this issue. Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10731 Signed-off-by: Yifeng Sun --- include/ovn/expr.h | 10 +- ovn/lib/expr.c | 4 2 files changed, 13

[ovs-dev] [PATCH] extend-table: Fix a bug that iterates wrong table

2018-10-01 Thread Yifeng Sun
This seems to be a copy and paste bug that iterates and frees the wrong table. This commit fixes that. Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10730 Signed-off-by: Yifeng Sun --- ovn/lib/extend-table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[ovs-dev] [PATCH] ovn: Avoid tunneling for VLAN packets redirected to a gateway chassis

2018-10-01 Thread nusiddiq
From: Numan Siddique An OVN deployment can have multiple logical switches each with a localnet port connected to a distributed logical router with one logical router port providing external connectivity (provider network) and others used as tenant networks with VLAN tagging. As reported in [1],

[ovs-dev] Máster en Comercio Exterior

2018-10-01 Thread Relaciones internacionales
--- Este correo electrónico ha sido comprobado en busca de virus por AVG. http://www.avg.com ___

[ovs-dev] [PATCH] bfd: Make the tp_dst masking megaflow-friendly.

2018-10-01 Thread Han Zhou
From: Han Zhou When there are tunnel ports with BFD enabled, all UDP flows will have dst port as match condition in datapath, which causes unnecessarily high flow miss for all UDP traffic, and results in latency increase. For more details, see [1]. This patch solves the problem by masking