[ovs-dev] [PATCH v4 7/7] docs/dpdk/bridge: add datapath performance section.

Van Haaren, Harry harry.van.haaren at intel.com
Tue Jun 30 10:01:27 UTC 2020


> -----Original Message-----
> From: William Tu <u9012063 at gmail.com>
> Sent: Saturday, June 27, 2020 7:28 PM
> To: Van Haaren, Harry <harry.van.haaren at intel.com>
> Cc: ovs-dev <ovs-dev at openvswitch.org>; Stokes, Ian <ian.stokes at intel.com>;
> Ilya Maximets <i.maximets at ovn.org>; Federico Iezzi <fiezzi at redhat.com>
> 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
> <harry.van.haaren at intel.com> 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 <harry.van.haaren at intel.com>
> >
> Acked-by: William Tu <u9012063 at gmail.com>

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>


More information about the dev mailing list