[EXTERNAL] [PATCH] test/graph: fix graph autotest second test failure
Kiran Kumar Kokkilagadda
kirankumark at marvell.com
Fri Oct 25 10:38:18 CEST 2024
> -----Original Message-----
> From: Huichao Cai <chcchc88 at 163.com>
> Sent: Thursday, October 24, 2024 12:17 PM
> To: Kiran Kumar Kokkilagadda <kirankumark at marvell.com>
> Cc: Jerin Jacob <jerinj at marvell.com>; Nithin Kumar Dabilpuram
> <ndabilpuram at marvell.com>; yanzhirun_163 at 163.com; dev at dpdk.org
> Subject: Re:RE: Re:RE: [EXTERNAL] [PATCH] test/graph: fix graph autotest
> second test failure
>
> There is a problem with deleting static nodes: the node ID is recorded using the
> global variable node_id, which is continuously increasing. If an intermediate
> node is deleted, the node ID will appear empty, which can introduce some
> problems,
>
> There is a problem with deleting static nodes: the node ID is recorded using the
> global variable node_id,
>
> which is continuously increasing. If an intermediate node is deleted, the node
> ID will appear empty, which
>
> can introduce some problems, such as how to choose the node ID for cloning
> later?
We can fix this node id issue also. Something similar to this has been fixed for graph id
Recently. We can do the same thing for node id as well.
https://patches.dpdk.org/project/dpdk/patch/20240618092324.54166-2-rjarry@redhat.com/
More information about the dev
mailing list