> -----Original Message-----
> From: Huichao Cai <[email protected]>
> Sent: Thursday, October 24, 2024 12:17 PM
> To: Kiran Kumar Kokkilagadda <[email protected]>
> Cc: Jerin Jacob <[email protected]>; Nithin Kumar Dabilpuram
> <[email protected]>; [email protected]; [email protected]
> 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/[email protected]/


Reply via email to