DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Huichao Cai" <chcchc88@163.com>
To: "Kiran Kumar Kokkilagadda" <kirankumark@marvell.com>
Cc: "Jerin Jacob" <jerinj@marvell.com>,
	 "Nithin Kumar Dabilpuram" <ndabilpuram@marvell.com>,
	 "yanzhirun_163@163.com" <yanzhirun_163@163.com>,
	 "dev@dpdk.org" <dev@dpdk.org>
Subject: Re:RE: [EXTERNAL] [PATCH] test/graph: fix graph autotest second test failure
Date: Wed, 23 Oct 2024 10:44:34 +0800 (CST)	[thread overview]
Message-ID: <7ee78c74.2f25.192b743020c.Coremail.chcchc88@163.com> (raw)
In-Reply-To: <PH0PR18MB507187E28ADF207715BE0FA0AC4C2@PH0PR18MB5071.namprd18.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 2351 bytes --]

  reply	other threads:[~2024-10-23  2:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-22 11:28 Huichao cai
2024-10-22 13:38 ` [EXTERNAL] " Kiran Kumar Kokkilagadda
2024-10-23  2:44   ` Huichao Cai [this message]
2024-10-23 12:42     ` Kiran Kumar Kokkilagadda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7ee78c74.2f25.192b743020c.Coremail.chcchc88@163.com \
    --to=chcchc88@163.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=yanzhirun_163@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).