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

2024-10-09 Thread Stephen Hemminger
On Fri, 5 Jul 2024 09:31:11 + 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

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

2024-09-05 Thread fengchengwen
Kindly ping Thanks On 2024/7/5 17:31, 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: sup

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

2024-07-05 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