This set addresses some annoying and fairly misleading error logs and attempts to make the code a little more clear. The races are getting hit in real ovn-kubernetes deployments as well as sometimes in OVN tests in GitHub Actions CI.
Ilya Maximets (3): ofproto-dpif: Avoid race between recirc id free and the leak check. ofproto-dpif: Rename recirc_free_ofproto to better match the code. ofproto-dpif: Remove unused rule->recirc_id. ofproto/ofproto-dpif-rid.c | 8 +++++--- ofproto/ofproto-dpif-rid.h | 3 ++- ofproto/ofproto-dpif.c | 32 +------------------------------- ofproto/ofproto-dpif.h | 8 -------- 4 files changed, 8 insertions(+), 43 deletions(-) -- 2.53.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
