From: Stephen Hemminger <stephen@networkplumber.org>
To: <kirankumark@marvell.com>
Cc: Jerin Jacob <jerinj@marvell.com>,
Nithin Dabilpuram <ndabilpuram@marvell.com>,
Zhirun Yan <yanzhirun_163@163.com>, <dev@dpdk.org>,
<rjarry@redhat.com>, <chcchc88@163.com>
Subject: Re: [PATCH v4 2/3] graph: add support for node free API
Date: Thu, 14 Nov 2024 09:07:48 -0800 [thread overview]
Message-ID: <20241114090748.0c847525@hermes.local> (raw)
In-Reply-To: <20241114090806.3266673-2-kirankumark@marvell.com>
On Thu, 14 Nov 2024 14:38:05 +0530
<kirankumark@marvell.com> wrote:
>
> +uint8_t
> +graph_is_node_active_in_graph(struct node *node)
For true/false functions bool type is preferred.
It prevents cases where function accidentally returns 2.
next prev parent reply other threads:[~2024-11-14 17:07 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 7:04 [PATCH v3 1/3] graph: avoid global node ID counter 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 [this message]
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
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=20241114090748.0c847525@hermes.local \
--to=stephen@networkplumber.org \
--cc=chcchc88@163.com \
--cc=dev@dpdk.org \
--cc=jerinj@marvell.com \
--cc=kirankumark@marvell.com \
--cc=ndabilpuram@marvell.com \
--cc=rjarry@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.