> -----Original Message----- > From: William Tu <[email protected]> > Sent: Saturday, June 27, 2020 7:28 PM > To: Van Haaren, Harry <[email protected]> > Cc: ovs-dev <[email protected]>; Stokes, Ian <[email protected]>; > Ilya Maximets <[email protected]>; Federico Iezzi <[email protected]> > Subject: Re: [PATCH v4 7/7] docs/dpdk/bridge: add datapath performance > section. > > On Thu, Jun 18, 2020 at 9:53 AM Harry van Haaren > <[email protected]> wrote: > > > > This commit adds a section to the dpdk/bridge.rst netdev documentation, > > detailing the added DPCLS functionality. The newly added commands are > > documented, and sample output is provided. > > > > Running the DPCLS autovalidator with unit tests by default is possible > > through re-compiling the autovalidator to have the highest priority at > > startup time. This avoids making changes to all tests, and enables > > debug and CI builds to validate every lookup implementation with all > > unit tests. > > > > Signed-off-by: Harry van Haaren <[email protected]> > > > Acked-by: William Tu <[email protected]>
Thanks will include your Acks in v5. > snip > > +Running Unit Tests with Autovalidator > > ++++++++++++++++++++++++++++++++++++++ > > + > > +To run the OVS unit test suite with the DPCLS autovalidator as the default > > +implementation, it is required to recompile OVS. During the recompilation, > > +the default priority of the `autovalidator` implementation is set to the > > +maximum priority, ensuring every test will be run with every lookup > > +implementation :: > > + > > + $ ./configure --enable-autovalidator > > + > > Now I understand the use case. > Do you see any error if you run ex: make check-system-userspace? Will check this. <snip> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
