Re: [PATCH 0/4] cfgfile: enhance error detecting

2024-07-05 Thread Bruce Richardson
On Thu, Jul 04, 2024 at 02:40:55PM -0700, Stephen Hemminger wrote: > On Tue, 20 Feb 2024 03:58:36 + > Chengwen Feng 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 patc

Re: [PATCH 0/4] cfgfile: enhance error detecting

2024-07-04 Thread David Marchand
On Tue, Feb 20, 2024 at 5:00 AM Chengwen Feng 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 v

[PATCH 0/4] cfgfile: enhance error detecting

2024-02-19 Thread Chengwen Feng
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