[dpdk-dev] [PATCH 1/2] ethdev: fix log level of Tx and Rx dummy functions

David Marchand david.marchand at redhat.com
Mon Oct 25 15:31:53 CEST 2021


On Mon, Oct 25, 2021 at 3:27 PM Thomas Monjalon <thomas at monjalon.net> wrote:
> > > > There is a concern about getting efficient log report,
> > > > especially when looking at CI issues.
> > >
> > > +1.
> > > The current solution with logs is a real pain.
> >
> > Are you guys talking about problems with
> > app/test/sample_packet_forward.* David reported?
> > Or some extra problems arise?
>
> The problem will arise each time an app is misbehaving.
> That's going to be a recurring problem in the CI.
>

One thing that could be done is compiling with asserts in CI, and let
default build not have those asserts.

Otherwise, logging once should be enough (I have a patch for this latter idea).


-- 
David Marchand



More information about the dev mailing list