Re: [PATCH net-next v3 2/2] bonding: Add independent control state machine

From: Aahil Awatramani
Date: Tue Jan 23 2024 - 15:23:33 EST


> 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.

Understood, done.
I have dropped any inline reference coming from C sources in this patch.

On Mon, Jan 22, 2024 at 9:14 PM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
>
> 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