RE: [EXT] Re: [PATCH v3 1/4] common/ml: add initial files for ML common code

2022-12-20 Thread Srikanth Yalavarthi
> -Original Message- > From: Stephen Hemminger > Sent: 21 December 2022 00:35 > To: Srikanth Yalavarthi > Cc: Thomas Monjalon ; dev@dpdk.org; Shivah > Shankar Shankar Narayan Rao ; Jerin Jacob > Kollanukkaran ; Anup Prabhu > Subject: [EXT] Re: [PATCH v3 1/4] comm

Re: [PATCH v3 1/4] common/ml: add initial files for ML common code

2022-12-20 Thread Stephen Hemminger
On Tue, 20 Dec 2022 09:52:53 -0800 Srikanth Yalavarthi wrote: > diff --git a/drivers/common/ml/meson.build b/drivers/common/ml/meson.build > new file mode 100644 > index 00..b0ecc42668 > --- /dev/null > +++ b/drivers/common/ml/meson.build > @@ -0,0 +1,20 @@ > +# SPDX-License-Identifier: B

[PATCH v3 1/4] common/ml: add initial files for ML common code

2022-12-20 Thread Srikanth Yalavarthi
Added ML common header files and skeleton code. Common ML code includes utility routines to convert ML IO type and format to string, IO type to size and routines to convert data types. Signed-off-by: Srikanth Yalavarthi --- Depends-on: series-26046 ("app/mldev: implement test framework for mldev"