Re: [PATCH v7 1/3] graph: avoid global node ID counter

2025-06-11 Thread Thomas Monjalon
05/05/2025 08:24, kirankum...@marvell.com: > From: Kiran Kumar K > > The node id is determined based on a global variable that is > incremented every time a node is created. Adding changes to > remove the global counter. Make sure that the node list is always > ordered by increasing node ids. Whe

RE: [PATCH v7 1/3] graph: avoid global node ID counter

2025-05-30 Thread Kiran Kumar Kokkilagadda
; Nithin Kumar Dabilpuram > ; Zhirun Yan > Cc: dev@dpdk.org > Subject: [PATCH v7 1/3] graph: avoid global node ID counter > > From: Kiran Kumar K > > The node id is determined based on a global variable that is incremented every > time a node is created. Adding changes to remo

[PATCH v7 1/3] graph: avoid global node ID counter

2025-05-04 Thread kirankumark
From: Kiran Kumar K The node id is determined based on a global variable that is incremented every time a node is created. Adding changes to remove the global counter. Make sure that the node list is always ordered by increasing node ids. When creating a new node, pick a free id which is not allo