> -----Original Message-----
> From: Huichao Cai <chcch...@163.com>
> Sent: Thursday, October 24, 2024 12:17 PM
> To: Kiran Kumar Kokkilagadda <kirankum...@marvell.com>
> Cc: Jerin Jacob <jer...@marvell.com>; Nithin Kumar Dabilpuram
> <ndabilpu...@marvell.com>; yanzhirun_...@163.com; dev@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-rja...@redhat.com/