public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
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

  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$(echo .)org \
    --cc=aahila@google$(echo .)com \
    --cc=andy@greyhouse$(echo .)net \
    --cc=daniel@iogearbox$(echo .)net \
    --cc=dave@thedillows$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=herbert@gondor$(echo .)apana.org.au \
    --cc=j.vosburgh@gmail$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=liuhangbin@gmail$(echo .)com \
    --cc=maheshb@google$(echo .)com \
    --cc=martin.lau@kernel$(echo .)org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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