On Fri, Jul 5, 2019 at 11:55 PM Ben Pfaff <[email protected]> wrote: > On Fri, Jun 28, 2019 at 04:14:04PM +0530, [email protected] wrote: > > From: Numan Siddique <[email protected]> > > > > Running the command "ovn-nbctl set logical_switch_port foo > external_ids:foo=bar" > > results in the incremetal processing engine to recompute the flows on the > > chassis where the logical port 'foo' is claimed. > > > > This patch avoids this unnecessary recomputation by omitting the > tracking of > > external_ids column of all the Southbound DB tables except DNS, Chassis > > and Datapath_Binding tables. ovn-controller is refering to the > external_ids > > column of these tables. > > > > Signed-off-by: Numan Siddique <[email protected]> > > Thanks, applied to master. >
Thanks for the review and applying the patch. Numan _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
