From: Jakub Kicinski <kuba@kernel.org>
To: Aahil Awatramani <aahila@google.com>
Cc: David Dillow <dave@thedillows.org>,
Mahesh Bandewar <maheshb@google.com>,
Jay Vosburgh <j.vosburgh@gmail.com>,
Hangbin Liu <liuhangbin@gmail.com>,
Andy Gospodarek <andy@greyhouse.net>,
"David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
Martin KaFai Lau <martin.lau@kernel.org>,
Herbert Xu <herbert@gondor.apana.org.au>,
Daniel Borkmann <daniel@iogearbox.net>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v3 2/2] bonding: Add independent control state machine
Date: Mon, 22 Jan 2024 21:13:57 -0800 [thread overview]
Message-ID: <20240122211357.767d4edd@kernel.org> (raw)
In-Reply-To: <20240122175810.1942504-2-aahila@google.com>
On Mon, 22 Jan 2024 17:58:10 +0000 Aahil Awatramani wrote:
> +static inline void __disable_distributing_port(struct port *port)
The compiler will know what to inline, please drop the "inline"
use in C sources in this patch. It just hides unused function
warnings and serves no real purpose.
--
pw-bot: cr
next prev parent reply other threads:[~2024-01-23 5:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-22 17:58 [PATCH net-next v3 1/2] bonding: Add independent control state machine Aahil Awatramani
2024-01-22 17:58 ` [PATCH net-next v3 2/2] " Aahil Awatramani
2024-01-23 5:13 ` Jakub Kicinski [this message]
2024-01-23 20:22 ` Aahil Awatramani
-- strict thread matches above, loose matches on Subject: below --
2024-01-11 20:32 [PATCH net-next v3 1/2] " Aahil Awatramani
2024-01-11 20:32 ` [PATCH net-next v3 2/2] " Aahil Awatramani
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=20240122211357.767d4edd@kernel.org \
--to=kuba@kernel.org \
--cc=aahila@google.com \
--cc=andy@greyhouse.net \
--cc=daniel@iogearbox.net \
--cc=dave@thedillows.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=herbert@gondor.apana.org.au \
--cc=j.vosburgh@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=liuhangbin@gmail.com \
--cc=maheshb@google.com \
--cc=martin.lau@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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.