RE: [PATCH v5 2/3] graph: add support for node free API

2025-02-10 Thread Jerin Jacob
> -Original Message- > From: kirankum...@marvell.com > Sent: Tuesday, November 26, 2024 10:14 AM > To: Jerin Jacob ; Kiran Kumar Kokkilagadda > ; Nithin Kumar Dabilpuram > ; Zhirun Yan > Cc: dev@dpdk.org; rja...@redhat.com; chcch...@163.com > Subject: [PATCH v5

[PATCH v5 2/3] graph: add support for node free API

2024-11-25 Thread kirankumark
From: Kiran Kumar K Add support for rte_node_free API to free the node and its memory, if node is not part of any of the created graphs. Signed-off-by: Kiran Kumar K --- v5: - Fix review comments. lib/graph/graph.c | 16 lib/graph/graph_private.h | 13 + l