[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200908121703.24517604@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Tue, 8 Sep 2020 12:17:03 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: David Awogbemila <awogbemila@...gle.com>
Cc: netdev@...r.kernel.org, Kuo Zhao <kuozhao@...gle.com>,
Yangchun Fu <yangchun@...gle.com>
Subject: Re: [PATCH net-next v3 5/9] gve: Add Gvnic stats AQ command and
ethtool show/set-priv-flags.
On Tue, 8 Sep 2020 11:39:05 -0700 David Awogbemila wrote:
> @@ -213,6 +235,7 @@ gve_get_ethtool_stats(struct net_device *netdev,
> } else {
> i += priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS;
> }
> +
> /* walk TX rings */
> if (priv->tx) {
> for (ring = 0; ring < priv->tx_cfg.num_queues; ring++) {
> @@ -235,6 +258,7 @@ gve_get_ethtool_stats(struct net_device *netdev,
> } else {
> i += priv->tx_cfg.num_queues * NUM_GVE_TX_CNTS;
> }
> +
Again, these white space changes don't belong in this patch.
Powered by blists - more mailing lists