On Fri,  9 Mar 2018 09:21:33 -0800
Anirudh Venkataramanan <anirudh.venkatarama...@intel.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.

Reply via email to