[ovs-dev] [PATCH] conntrack: Fix tcp payload length in case multi-segments.

2019-11-08 Thread Zhike Wang
Signed-off-by: Zhike Wang --- lib/conntrack-private.h | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/conntrack-private.h b/lib/conntrack-private.h index 590f139..1d21f6e 100644 --- a/lib/conntrack-private.h +++ b/lib/conntrack-private.h @@ -233,13

[ovs-dev] [PATCH] flow: Fix IPv6 header parser with partial offloading.

2019-11-08 Thread Zhike Wang
Set new_proto before it is used in parse_ipv6_ext_hdrs__(). Signed-off-by: Zhike Wang --- lib/flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flow.c b/lib/flow.c index a18a1e6..45bb96b 100644 --- a/lib/flow.c +++ b/lib/flow.c @@ -1136,11 +1136,11

[ovs-dev] [PATCH] netdev-dpdk: Fix dev attached flag.

2019-11-08 Thread Zhike Wang
If the dev was already probed correctly, the dev attached flag should be set to true, or resource would leak during destruct. Signed-off-by: Zhike Wang --- lib/netdev-dpdk.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index a65540c..10e2fe9