DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Kiran Kumar K <kirankumark@marvell.com>
Cc: Jerin Jacob <jerinj@marvell.com>,
	Nithin Dabilpuram <ndabilpuram@marvell.com>,
	Zhirun Yan <yanzhirun_163@163.com>,
	dev@dpdk.org
Subject: Re: [PATCH v7 1/3] graph: avoid global node ID counter
Date: Wed, 11 Jun 2025 09:15:36 +0200	[thread overview]
Message-ID: <4401004.BjyWNHgNrj@thomas> (raw)
In-Reply-To: <20250505062422.588450-1-kirankumark@marvell.com>

05/05/2025 08:24, kirankumark@marvell.com:
> From: Kiran Kumar K <kirankumark@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@marvell.com>
> Acked-by: Jerin Jacob <jerinj@marvell.com>

Series applied, thanks.




      parent reply	other threads:[~2025-06-11  7:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14  7:04 [PATCH v3 " kirankumark
2024-11-14  7:04 ` [PATCH v3 2/3] graph: add support for node free API kirankumark
2024-11-14  7:04 ` [PATCH v3 3/3] test/graph: fix graph autotest second run test failure kirankumark
2024-11-14  9:08 ` [PATCH v4 1/3] graph: avoid global node ID counter kirankumark
2024-11-14  9:08   ` [PATCH v4 2/3] graph: add support for node free API kirankumark
2024-11-14 17:07     ` Stephen Hemminger
2024-11-14  9:08   ` [PATCH v4 3/3] test/graph: fix graph autotest second run test failure kirankumark
2024-11-14 17:09     ` Stephen Hemminger
2024-11-26  4:44 ` [PATCH v5 1/3] graph: avoid global node ID counter kirankumark
2024-11-26  4:44   ` [PATCH v5 2/3] graph: add support for node free API kirankumark
2025-02-10 16:49     ` Jerin Jacob
2024-11-26  4:44   ` [PATCH v5 3/3] test/graph: fix graph autotest second run test failure kirankumark
2025-02-10 16:47     ` Jerin Jacob
2025-05-05  6:20   ` [PATCH v6 1/3] graph: avoid global node ID counter kirankumark
2025-05-05  6:20     ` [PATCH v6 2/3] graph: add support for node free API kirankumark
2025-05-05  6:20     ` [PATCH v6 3/3] test/graph: fix graph autotest second run test failure kirankumark
2025-05-05  6:24   ` [PATCH v7 1/3] graph: avoid global node ID counter kirankumark
2025-05-05  6:24     ` [PATCH v7 2/3] graph: add support for node free API kirankumark
2025-05-05  6:24     ` [PATCH v7 3/3] test/graph: fix graph autotest second run test failure kirankumark
2025-05-30 11:07     ` [PATCH v7 1/3] graph: avoid global node ID counter Kiran Kumar Kokkilagadda
2025-06-11  7:15     ` Thomas Monjalon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4401004.BjyWNHgNrj@thomas \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=yanzhirun_163@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).