[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180310084243.4584ccd9@xeon-e3>
Date:   Sat, 10 Mar 2018 08:42:43 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Anirudh Venkataramanan <anirudh.venkataramanan@...el.com>
Cc:     intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org
Subject: Re: [PATCH 12/15] ice: Add stats and ethtool support
On Fri,  9 Mar 2018 09:21:33 -0800
Anirudh Venkataramanan <anirudh.venkataramanan@...el.com> wrote:
> +	/* VSI stats */
> +	struct rtnl_link_stats64 net_stats;
> +	struct rtnl_link_stats64 net_stats_prev;
> +	struct ice_eth_stats eth_stats;
> +	struct ice_eth_stats eth_stats_prev;
You also don't need current and previous as separate copies since previous is only
used while computing the current values.
Powered by blists - more mailing lists
 
