Re: [EXT] Re: [PATCH 1/2] lib: add helper to read strings from sysfs files

2023-01-26 Thread Tyler Retzlaff
ukkaran > >; step...@networkplumber.org; chenbo@intel.com; > >david.march...@redhat.com; > >bruce.richard...@intel.com > >Subject: [EXT] Re: [PATCH 1/2] lib: add helper to read strings from sysfs > >files > > > >External Email > > > >--

RE: [EXT] Re: [PATCH 1/2] lib: add helper to read strings from sysfs files

2023-01-26 Thread Tomasz Duszynski
om >Subject: [EXT] Re: [PATCH 1/2] lib: add helper to read strings from sysfs files > >External Email > >-- >25/01/2023 11:33, Tomasz Duszynski: >> Reading strings from sysfs files is a re-occurring pattern henc

RE: [EXT] Re: [PATCH 1/2] lib: add helper to read strings from sysfs files

2023-01-26 Thread Tomasz Duszynski
;bruce.richard...@intel.com >Subject: [EXT] Re: [PATCH 1/2] lib: add helper to read strings from sysfs files > >External Email > >-- >On Wed, Jan 25, 2023 at 11:39:30AM +0100, Thomas Monjalon wrote: >> 25/01/2023

Re: [PATCH 1/2] lib: add helper to read strings from sysfs files

2023-01-25 Thread Tyler Retzlaff
On Wed, Jan 25, 2023 at 11:39:30AM +0100, Thomas Monjalon wrote: > 25/01/2023 11:33, Tomasz Duszynski: > > Reading strings from sysfs files is a re-occurring pattern > > hence add helper for doing that. > > In general it would be to nice to clean sysfs parsing in libs and drivers, > so they all us

Re: [PATCH 1/2] lib: add helper to read strings from sysfs files

2023-01-25 Thread Thomas Monjalon
25/01/2023 11:33, Tomasz Duszynski: > Reading strings from sysfs files is a re-occurring pattern > hence add helper for doing that. In general it would be to nice to clean sysfs parsing in libs and drivers, so they all use some functions from EAL.