Signed-off-by: yinpeijun
---
ofproto/ofproto-dpif-xlate.c | 12
1 file changed, 12 insertions(+)
diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
index f737877..396d261 100644
--- a/ofproto/ofproto-dpif-xlate.c
+++ b/ofproto/ofproto-dpif-xlate.c
@@ -2749,6
>> tcp flows with gso between two VMs in diffrent host, go through vxlan
>> tunnel, cause kernel crash.
>>
>> Signed-off-by: caochengrong
>> Signed-off-by: Arika Chen
>
>What OVS and host kernel version is this for? I don't think this should be
>necessary, at least on master. vxlan_xmit_skb() c
From: caochengrong
tcp flows with gso between two VMs in diffrent host,
go through vxlan tunnel, cause kernel crash.
Signed-off-by: caochengrong
Signed-off-by: Arika Chen
---
datapath/linux/compat/vxlan.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/datapath/linux/compat/vxlan.c b/da