Can you explain further? I guess you must be saying that there is a dependency problem in v5, but I don't see the issue yet.
On Thu, Nov 12, 2020 at 05:35:48PM -0500, Flavio Fernandes wrote: > Hm.. > > Could it be that you inadvertently remove this change in V5 ? > > > diff --git a/northd/automake.mk b/northd/automake.mk > index 2717f59c5f3a..157b5d0df487 100644 > --- a/northd/automake.mk > +++ b/northd/automake.mk > @@ -22,8 +22,7 @@ bin_PROGRAMS += northd/ovn-northd-ddlog > northd_ovn_northd_ddlog_SOURCES = \ > northd/ovn-northd-ddlog.c \ > northd/ovn-northd-ddlog-sb.inc \ > - northd/ovn-northd-ddlog-nb.inc \ > - northd/ovn_northd_ddlog/ddlog.h > + northd/ovn-northd-ddlog-nb.inc > northd_ovn_northd_ddlog_LDADD = \ > northd/ovn_northd_ddlog/target/release/libovn_northd_ddlog.la > <http://libovn_northd_ddlog.la/> \ > lib/libovn.la <http://libovn.la/> \ > @@ -46,6 +45,7 @@ BUILT_SOURCES += \ > northd/ovn-northd-ddlog-sb.inc \ > northd/ovn-northd-ddlog-nb.inc > > +northd/ovn-northd-ddlog.$(OBJEXT): northd/ovn_northd_ddlog/ddlog.h > northd/ovn_northd_ddlog/ddlog.h: northd/ddlog.stamp > > CARGO_VERBOSE = $(cargo_verbose_$(V)) > > > -- flaviof > > > > > On Nov 11, 2020, at 8:45 PM, Ben Pfaff <[email protected]> wrote: > > > > From: Leonid Ryzhyk <[email protected]> > > > > This implementation is incremental, meaning that it only recalculates > > what is needed for the southbound database when northbound changes > > occur. It is expected to scale better than the C implementation, > > for large deployments. (This may take testing and tuning to be > > effective.) > > > > There are three tests that I'm having mysterious trouble getting > > to work with DDlog. For now, I've marked the testsuite to skip > > them unless RUN_ANYWAY=yes is set in the environment. > > > > Signed-off-by: Leonid Ryzhyk <[email protected]> > > Co-authored-by: Justin Pettit <[email protected]> > > Signed-off-by: Justin Pettit <[email protected]> > > Co-authored-by: Ben Pfaff <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
