Re: [PATCH v8 03/12] app/graph: add parser utility APIs

2023-10-16 Thread Jerin Jacob
On Fri, Sep 29, 2023 at 3:28 PM wrote: > > From: Sunil Kumar Kori > > It adds some helper functions to parse IPv4, IPv6 and MAC addresses > string into respective datatype. > > Signed-off-by: Sunil Kumar Kori > Signed-off-by: Rakesh Kudurumalla Acked-by: Jerin Jacob

[PATCH v8 03/12] app/graph: add parser utility APIs

2023-09-29 Thread skori
From: Sunil Kumar Kori It adds some helper functions to parse IPv4, IPv6 and MAC addresses string into respective datatype. Signed-off-by: Sunil Kumar Kori Signed-off-by: Rakesh Kudurumalla --- app/graph/meson.build | 1 + app/graph/module_api.h | 1 + app/graph/utils.c | 156 ++