[PATCH v7 1/3] graph: avoid global node ID counter
Thomas Monjalon
thomas at monjalon.net
Wed Jun 11 09:15:36 CEST 2025
05/05/2025 08:24, kirankumark at marvell.com:
> From: Kiran Kumar K <kirankumark at marvell.com>
>
> 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 allocated.
>
> Signed-off-by: Kiran Kumar K <kirankumark at marvell.com>
> Acked-by: Jerin Jacob <jerinj at marvell.com>
Series applied, thanks.
More information about the dev
mailing list