numam-dpdk/lib/graph
Haiyue Wang 6eccb0c9ee graph: remove useless duplicate name check
The node clone API parameter 'name' is the new node's postfix name, not
the final node name, so it makes no sense to check it. And the new name
will be checked duplicate when calling API '__rte_node_register'.

And update the test case to call clone API twice to check the real name
duplicate.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
2022-03-07 20:31:14 +01:00
..
graph_debug.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
graph_ops.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
graph_populate.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
graph_private.h
graph_stats.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
graph.c log: register with standardized names 2021-05-11 15:17:55 +02:00
meson.build build/windows: remove separate list of libs 2021-10-22 22:40:59 +02:00
node.c graph: remove useless duplicate name check 2022-03-07 20:31:14 +01:00
rte_graph_worker.h graph: fix C++ include 2022-02-10 23:05:32 +01:00
rte_graph.h
version.map