[EXTERNAL] [PATCH] test/graph: fix graph autotest second test failure

Huichao Cai chcchc88 at 163.com
Wed Oct 23 04:44:34 CEST 2024


At present rte_graph_destroy will only clean up the struct rte_node and struct graph_node,

not the struct node, rte_node_clone creates the struct node, inserts the global node_list linked list,

there is no function to clean up the node_list linked list, if you want to clean up the node

created by rte_node_clone, Perhaps a new function needs to be added to clean up node_list linked lists.

Or write a test case function to clean up the nodes that are cloned by this test case.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20241023/f581fb27/attachment-0001.htm>


More information about the dev mailing list