On 9/12/23 11:53, Ales Musil wrote: > From: Ihar Hrachyshka <[email protected]> > > When multiple chassis are fighting for the same port (requested-chassis > is not set, e.g. for gateway ports), they may produce an unreasonable > number of chassis field updates in a very short time frame (hundreds of > updates in several seconds). This puts unnecessary load on OVN as well > as any db notification consumers trying to keep up with the barrage. > > This patch throttles port claim attempts so that they don't happen more > frequently than once per 0.5 seconds. > > Conflicts: > controller/binding.c > controller/binding.h > controller/ovn-controller.c > > Reported: https://bugzilla.redhat.com/show_bug.cgi?id=1974898 > Signed-off-by: Ihar Hrachyshka <[email protected]> > Acked-by: Mark Michelson <[email protected]> > Signed-off-by: Numan Siddique <[email protected]> > (cherry picked from commit 4dc4bc7fdb848bcc626becbd2c80ffef8a39ff9a) > (cherry picked from commit 887a8df4f4aa08a4a87b42f7aa684ed7e9aff9a1) > Signed-off-by: Mark Michelson <[email protected]> > (cherry picked from commit 2c98163e024f0543d84df44f9c0840ce0347e2bc) > ---
Thanks, Ales! Applied to 21.12. Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
