Re: [PATCH v6 1/4] mldev: add headers for internal ML functions

2023-03-09 Thread Thomas Monjalon
07/02/2023 17:00, Srikanth Yalavarthi: > Added header files for internal ML utility routines to convert > IO type and format to string, IO type to size and routines to > convert data types. > > Signed-off-by: Srikanth Yalavarthi > --- > Depends-on: series-26858 ("Implementation of mldev test appl

[PATCH v6 1/4] mldev: add headers for internal ML functions

2023-02-07 Thread Srikanth Yalavarthi
Added header files for internal ML utility routines to convert IO type and format to string, IO type to size and routines to convert data types. Signed-off-by: Srikanth Yalavarthi --- Depends-on: series-26858 ("Implementation of mldev test application") v6: * Updated release notes and series dep