Re: [ovs-dev] [PATCH ovn 20/21] ovn-northd-ddlog: Remove Router.static_routes.

2021-03-26 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Ben

[ovs-dev] [PATCH ovn 20/21] ovn-northd-ddlog: Remove Router.static_routes.

2021-03-26 Thread Ben Pfaff
From: Leonid Ryzhyk This is another instance of a performance bug when a change to a router object forces a cascade of changes to relations that reference the object. This time around the problem was caused by the `Router.static_routes` field, which is copied from `nb::Logical_Router`. Luckily,