[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190904.152218.250246841354408872.davem@davemloft.net>
Date: Wed, 04 Sep 2019 15:22:18 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: yanjun.zhu@...cle.com
Cc: eric.dumazet@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCHv2 1/1] forcedeth: use per cpu to collect xmit/recv
statistics
From: Zhu Yanjun <yanjun.zhu@...cle.com>
Date: Sun, 1 Sep 2019 03:26:13 -0400
> +static inline void nv_get_stats(int cpu, struct fe_priv *np,
> + struct rtnl_link_stats64 *storage)
...
> +static inline void rx_missing_handler(u32 flags, struct fe_priv *np)
> +{
Never use the inline keyword in foo.c files, let the compiler decide.
Powered by blists - more mailing lists