Re: [ovs-discuss] icmpv6 jitter increase after upgrade

2024-04-29 Thread Tiago Pires via discuss
Hi all, I was checking the datapath flows before and after the upgrade and the below second flow from each output (before/after the upgrade) has a difference about the ct_mark: ##before the upgrade # recirc_id(0x1e6e85),tunnel(tun_id=0x1c,src=10.XX.XX.X3X,dst=10.XX.XX.4,tos=0x20,geneve({}{}),flag

Re: [ovs-discuss] icmpv6 jitter increase after upgrade

2024-04-29 Thread Tiago Pires via discuss
Hi all, After debugging and trying to understand when this behavior was introduced, we figured out the ofensor commit was this one [0]. We backported only this commit to the OVS 2.17.2 and the issue was reproduced. @Ilya Maximets do you have any idea how this patch could interfere with ICMP v6 tr