Re: [ovs-dev] [PATCH ovn v6 1/4] ic: process only local port_bindings

2021-10-14 Thread Han Zhou
On Thu, Oct 14, 2021 at 1:55 AM Vladislav Odintsov wrote: > > > > Regards, > Vladislav Odintsov > > On 14 Oct 2021, at 06:23, Han Zhou wrote: > > > > On Tue, Oct 5, 2021 at 1:25 PM Vladislav Odintsov wrote: > > > > This commit adds a small optimization by utilizing ovsdb_index > > to iterate

Re: [ovs-dev] [PATCH ovn v6 1/4] ic: process only local port_bindings

2021-10-14 Thread Vladislav Odintsov
Regards, Vladislav Odintsov > On 14 Oct 2021, at 06:23, Han Zhou wrote: > > > > On Tue, Oct 5, 2021 at 1:25 PM Vladislav Odintsov > wrote: > > > > This commit adds a small optimization by utilizing ovsdb_index > > to iterate over port_bindings. > > Prior to this

Re: [ovs-dev] [PATCH ovn v6 1/4] ic: process only local port_bindings

2021-10-13 Thread Han Zhou
On Tue, Oct 5, 2021 at 1:25 PM Vladislav Odintsov wrote: > > This commit adds a small optimization by utilizing ovsdb_index > to iterate over port_bindings. > Prior to this change each iteration checked availability_zone > and continued processing only if port_binding belons to local AZ. > > Now

[ovs-dev] [PATCH ovn v6 1/4] ic: process only local port_bindings

2021-10-05 Thread Vladislav Odintsov
This commit adds a small optimization by utilizing ovsdb_index to iterate over port_bindings. Prior to this change each iteration checked availability_zone and continued processing only if port_binding belons to local AZ. Now we run against port_bindings from local AZ only and don't check