[ovs-dev] [BUG] [ovs-tcpdump] Got duplicate icmp when start ovs-tcpdump in vxlan topology

2023-06-08 Thread Simon Jones
Hi all, I'm using OVS-DPDK of version 2.17.1 . ** 1. This is my vxlan topology ** ``` ### HOST-1, use ovs-dpdk HOST-1 -- br-int | - (br-int) | | vxlan1 pf0hpf br-phy(192.168.10.20) | (br-phy) | p0 [root@localhost ~]# ovs-vsct

Re: [ovs-dev] [BUG] [ovs-tcpdump] Got duplicate icmp when start ovs-tcpdump in vxlan topology

2023-06-09 Thread Simon Jones
The reason why HOST-2 got DUP ICMP reply is HOST-1 got DUP ICMP request. The reason HOST-1 got DUP ICMP request is two tnl_pop(2) in actions in megaflow-2. So I have only 1 question: Why megaflow-2 on HOST-1 has two tnl_pop(2) in actions ? Simon Jones Simon Jones 于2023年6月9日周五 11:45写道: >

Re: [ovs-dev] [BUG] [ovs-tcpdump] Got duplicate icmp when start ovs-tcpdump in vxlan topology

2023-06-15 Thread Simon Jones
I found only vxlan topology has this bug. Other topology such as use patch port , no bug. Simon Jones Simon Jones 于2023年6月9日周五 15:20写道: > The reason why HOST-2 got DUP ICMP reply is HOST-1 got DUP ICMP request. > The reason HOST-1 got DUP ICMP request is two tnl_pop(2) in actions in > meg

Re: [ovs-dev] [BUG] [ovs-tcpdump] Got duplicate icmp when start ovs-tcpdump in vxlan topology

2023-06-15 Thread Simon Jones
Add : ovs-disc...@openvswitch.org Simon Jones Simon Jones 于2023年6月15日周四 21:48写道: > I found only vxlan topology has this bug. > > Other topology such as use patch port , no bug. > > Simon Jones > > > Simon Jones 于2023年6月9日周五 15:20写道: > >> The reason why HOST-2 got DUP ICMP reply is HO

Re: [ovs-dev] [BUG] [ovs-tcpdump] Got duplicate icmp when start ovs-tcpdump in vxlan topology

2023-06-27 Thread Simon Jones
This bug is fixed in https://github.com/openvswitch/ovs/pull/415 Simon Jones Simon Jones 于2023年6月15日周四 21:51写道: > Add > : ovs-disc...@openvswitch.org > > Simon Jones > > > Simon Jones 于2023年6月15日周四 21:48写道: > >> I found only vxlan topology has this bug. >> >> Other topology such as u