[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191121.120218.822468406949238769.davem@davemloft.net>
Date: Thu, 21 Nov 2019 12:02:18 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: rahul.lakkireddy@...lsio.com
Cc: netdev@...r.kernel.org, linux-crypto@...r.kernel.org,
herbert@...dor.apana.org.au, nirranjan@...lsio.com,
atul.gupta@...lsio.com, vishal@...lsio.com, dt@...lsio.com
Subject: Re: [PATCH net-next 2/3] cxgb4: add UDP segmentation offload
support
From: Rahul Lakkireddy <rahul.lakkireddy@...lsio.com>
Date: Thu, 21 Nov 2019 20:50:48 +0530
> @@ -1345,6 +1355,25 @@ static inline int cxgb4_validate_skb(struct sk_buff *skb,
> return 0;
> }
>
> +static inline void *write_eo_udp_wr(struct sk_buff *skb,
> + struct fw_eth_tx_eo_wr *wr, u32 hdr_len)
> +{
Do not use inline in foo.c files, let the compiler decide.
I know this source file is already a rotting mess of inline function
directives, but let's not add more.
Powered by blists - more mailing lists