On Fri, Dec 11, 2020 at 4:29 PM Ilya Maximets <[email protected]> wrote: > > Version 2: > * Hash maps renamed to avoid name collision: > lsp_to_ls --> lsp_to_ls_map > lrp_to_lr --> lrp_to_lr_map > * Removed unused variable from the patch #2. > * Added ACK from Dumitru to the patch #1 and from Mark to the patch #2. > * Added patch #3 to remove unnecessary 'wait' operation from the > transaction.
Thanks Ilya for these improvement patches. I applied these patches to the main branch. Numan > > Ilya Maximets (3): > nbctl: Cache to which switch or router particular port belongs. > nbctl: Use partial set updates instead of re-setting the whole column. > nbctl: Remove column verification for partial updates. > > utilities/ovn-nbctl.c | 550 ++++++++++++++++-------------------------- > 1 file changed, 212 insertions(+), 338 deletions(-) > > -- > 2.25.4 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
