[ovs-dev] [PATCH] vxlan: fix kernel crash with vxlan gso

2015-03-29 Thread yinpeijun
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

Re: [ovs-dev] [PATCH] vxlan: fix kernel crash with vxlan gso

2015-03-30 Thread Yinpeijun
>> 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

[ovs-dev] [PATCH] Fix userspace tunnel port with remote_ip is flow not work , where set vxlan port remote_ip is flow then the ovs-appctl tnl\ports\show ipv4 src is 0.0.0.0, tnl_port_map_lookup cann't

2015-04-23 Thread yinpeijun
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