[PATCH 0/4] cfgfile: enhance error detecting
Stephen Hemminger
stephen at networkplumber.org
Fri Jul 5 02:29:51 CEST 2024
On Thu, 4 Jul 2024 17:14:33 -0700
Stephen Hemminger <stephen at networkplumber.org> wrote:
> On Thu, 4 Jul 2024 17:12:56 +0200
> David Marchand <david.marchand at redhat.com> wrote:
>
> > On Tue, Feb 20, 2024 at 5:00 AM Chengwen Feng <fengchengwen at huawei.com> wrote:
> > >
> > > When I was trying to debug a problem introduced by config.ini in
> > > test-dma-perf, I found the cfgfile library should enhance error
> > > detecting, so got this patchset.
> > >
> > > Chengwen Feng (4):
> > > cfgfile: remove dead code
> > > cfgfile: support verify name and value
> > > cfgfile: verify add section and entry result
> > > cfgfile: add unique name flag
> > >
> > > lib/cfgfile/rte_cfgfile.c | 70 +++++++++++++++++++++++++++++----------
> > > lib/cfgfile/rte_cfgfile.h | 7 ++++
> > > 2 files changed, 59 insertions(+), 18 deletions(-)
> >
> > Please review.
> >
> >
>
>
> Somewhat related, why is the cfgfile test disabled?
> The line for test_cfgfile is commented out in app/test/meson.build
The existing test won't build because of broken resource stuff which is
also not built. Probably best to yank the whole test and resource stuff
out until Christian fixes it.
More information about the dev
mailing list