Re: [ovs-dev] [PATCH] tunnel:fix vlan bug for tunnel forwarding

2021-03-01 Thread Guohongzhi (Russell Lab)
The VLAN id of the inner packet is 2, and the VLAN id of the tunnel port is 3. The result I expect should be that the packet can be forwarded from the VXLAN tunnel. And the VXLAN packet received by the destination should be in the following format, the outer VLAN id is 3, and the inner VLAN id is

Re: [ovs-dev] [PATCH] tunnel:fix vlan bug for tunnel forwarding

2021-03-01 Thread William Tu
On Mon, Mar 1, 2021 at 3:47 AM Ilya Maximets wrote: > > On 1/10/21 3:16 AM, Hongzhi Guo wrote: > > From: hongzhi guo > > > > I found the basic vxlan topology cannot work when upgrade ovs 2.12 version. > > Through debugging, I found that when the native tunnel forward, > > the inner vlan was used

Re: [ovs-dev] [PATCH] tunnel:fix vlan bug for tunnel forwarding

2021-03-01 Thread Ilya Maximets
On 1/10/21 3:16 AM, Hongzhi Guo wrote: > From: hongzhi guo > > I found the basic vxlan topology cannot work when upgrade ovs 2.12 version. > Through debugging, I found that when the native tunnel forward, > the inner vlan was used for forwarding mistakely. > Which resulted in packet loss on the t

Re: [ovs-dev] [PATCH] tunnel:fix vlan bug for tunnel forwarding

2021-02-28 Thread Guohongzhi (Russell Lab)
Hi, William and Ilya, please review this patch, thanks. Best Regard. -Original Message- From: Hongzhi Guo [mailto:iaccep...@163.com] Sent: 1/3/21 10:49 AM To: ovs-dev@openvswitch.org Cc: sugesh.chand...@intel.com; Guohongzhi (Russell Lab) ; ee07b...@gmail.com; aserd...@cloudbasesolution

[ovs-dev] [PATCH] tunnel:fix vlan bug for tunnel forwarding

2021-01-09 Thread Hongzhi Guo
From: hongzhi guo I found the basic vxlan topology cannot work when upgrade ovs 2.12 version. Through debugging, I found that when the native tunnel forward, the inner vlan was used for forwarding mistakely. Which resulted in packet loss on the tunnel_bearing port. Then I abstracted the scene wh

[ovs-dev] [PATCH] tunnel:fix vlan bug for tunnel forwarding

2021-01-03 Thread Hongzhi Guo
From: hongzhi guo I found the basic vxlan topology cannot work when upgrade ovs 2.12 version. Through debugging, I found that when the native tunnel forward, the inner vlan was used for forwarding mistakely. Which resulted in packet loss on the tunnel_bearing port. Then I abstracted the scene wh

[ovs-dev] [PATCH] tunnel:fix vlan bug for tunnel forwarding

2021-01-03 Thread Hongzhi Guo
From: hongzhi guo I found the basic vxlan topology cannot work when upgrade ovs 2.12 version. Through debugging, I found that when the native tunnel forward, the inner vlan was used for forwarding mistakely. Which resulted in packet loss on the tunnel_bearing port. Then I abstracted the scene wh