[ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.

2017-11-18 Thread w00273186
From: Yunjian Wang The variable tun_dst in struct ovs_gso_cb isn't necessarily all-zeros which came from the Netlink layer. When delete a netdev port and immediately add a vxlan port, they maybe use the same port_no. So the variable tun_dst of struct ovs_gso_cb hasn't be set, when the skb sent to

Re: [ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.

2017-12-03 Thread wangyunjian
angyunjian > > Subject: [ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized > tun_dst of ovs_gso_cb. > > From: Yunjian Wang > > The variable tun_dst in struct ovs_gso_cb isn't necessarily all-zeros which > came from the Netlink layer. When delete a netdev

Re: [ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.

2017-12-03 Thread Ben Pfaff
s without any reviews. > > > -Original Message- > > From: wangyunjian > > Sent: Saturday, November 18, 2017 6:01 PM > > To: d...@openvswitch.org > > Cc: caihe ; gaoxiaoqiu ; > > Lilijun (Jerry) ; wangyunjian > > > > Subject: [ovs-dev] [PATCH

Re: [ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.

2017-12-04 Thread Gregory Rose
his patch? It's been sitting around in the mailing list for two weeks without any reviews. -Original Message- From: wangyunjian Sent: Saturday, November 18, 2017 6:01 PM To: d...@openvswitch.org Cc: caihe ; gaoxiaoqiu ; Lilijun (Jerry) ; wangyunjian Subject: [ovs-dev] [PATCH] datapa

Re: [ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.

2017-12-04 Thread Gregory Rose
On 11/18/2017 2:01 AM, w00273186 wrote: From: Yunjian Wang The variable tun_dst in struct ovs_gso_cb isn't necessarily all-zeros which came from the Netlink layer. When delete a netdev port and immediately add a vxlan port, they maybe use the same port_no. So the variable tun_dst of struct ovs_

Re: [ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.

2017-12-04 Thread Ben Pfaff
On Mon, Dec 04, 2017 at 09:00:56AM -0800, Gregory Rose wrote: > On 11/18/2017 2:01 AM, w00273186 wrote: > >From: Yunjian Wang > > > >The variable tun_dst in struct ovs_gso_cb isn't necessarily all-zeros which > >came from the Netlink layer. When delete a netdev port and immediately add > >a vxlan

Re: [ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.

2017-12-04 Thread Gregory Rose
On 12/4/2017 9:45 AM, Ben Pfaff wrote: On Mon, Dec 04, 2017 at 09:00:56AM -0800, Gregory Rose wrote: On 11/18/2017 2:01 AM, w00273186 wrote: From: Yunjian Wang The variable tun_dst in struct ovs_gso_cb isn't necessarily all-zeros which came from the Netlink layer. When delete a netdev port an

Re: [ovs-dev] [PATCH] datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.

2017-12-04 Thread Ben Pfaff
On Mon, Dec 04, 2017 at 10:14:31AM -0800, Gregory Rose wrote: > On 12/4/2017 9:45 AM, Ben Pfaff wrote: > >On Mon, Dec 04, 2017 at 09:00:56AM -0800, Gregory Rose wrote: > >>On 11/18/2017 2:01 AM, w00273186 wrote: > >>>From: Yunjian Wang > >>> > >>>The variable tun_dst in struct ovs_gso_cb isn't nec