On Tue, Jun 18, 2024 at 11:24 AM Robin Jarry wrote:
>
> The graph id is determined based on a global variable that is
> incremented every time a graph is created, and decremented every time
> a graph is destroyed. This only works if graphs are destroyed in the
> reverse order in which they have be
From: Robin Jarry
Sent: Tuesday, June 18, 2024 2:53 PM
To: dev@dpdk.org; Jerin Jacob ; Kiran Kumar Kokkilagadda
; Nithin Kumar Dabilpuram ;
Zhirun Yan
Subject: [EXTERNAL] [PATCH v3] graph: avoid id collisions
The graph id is determined based on a global variable that is incremented every
The graph id is determined based on a global variable that is
incremented every time a graph is created, and decremented every time
a graph is destroyed. This only works if graphs are destroyed in the
reverse order in which they have been created.
The following code produces duplicate graph IDs wh
3 matches
Mail list logo