Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-03 Thread Plato, Michael via discuss
Hi, I have some news on this topic. Unfortunately I could not find the root cause. But I managed to implement a workaround (see patch in attachment). The basic idea is to mark the nat flows as invalid if there is no longer an associated connection. From my point of view it is a race condition. I

Re: [ovs-discuss] ovs-dpdk crash

2023-04-03 Thread Lazuardi Nasution via discuss
Hi, Any update with this issue? This issue happens with OVS 3.0.1 and DPDK 21.11.3 too. Best regards, > Date: Mon, 23 Jan 2023 15:45:37 +0800 (CST) > From: ?? <13813836...@163.com> > To: b...@openvswitch.org > Subject: [ovs-discuss] ovs-dpdk crash > Message-ID: <6cb12966.2f9.185dd96f9a5.coremai

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-03 Thread Lazuardi Nasution via discuss
Hi, Is this related to following glibc bug? I'm not so sure about this because when I check the glibc source of installed version (2.35), the proposed patch has been applied. https://sourceware.org/bugzilla/show_bug.cgi?id=12889 I can confirm that this problem only happen if I use statefull ACL