From: Olaf Hering <olaf@aepfle.de>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH net-next v3 1/3] netvsc: transparent VF management
Date: Thu, 3 Aug 2017 16:19:37 +0200 [thread overview]
Message-ID: <20170803141937.GF1646@aepfle.de> (raw)
In-Reply-To: <20170802025855.11521-2-sthemmin@microsoft.com>
[-- Attachment #1: Type: text/plain, Size: 394 bytes --]
On Tue, Aug 01, Stephen Hemminger wrote:
> static void netvsc_get_stats64(struct net_device *net,
> struct rtnl_link_stats64 *t)
> {
> struct net_device_context *ndev_ctx = netdev_priv(net);
> struct netvsc_device *nvdev = rcu_dereference_rtnl(ndev_ctx->nvdev);
> - int i;
> + struct netvsc_vf_pcpu_stats vf_tot;
> + int i;
This move of 'i' was probably not intended.
Olaf
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
next prev parent reply other threads:[~2017-08-03 14:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-02 2:58 [PATCH net-next v3 0/3] netvsc: transparent VF support Stephen Hemminger
2017-08-02 2:58 ` [PATCH net-next v3 1/3] netvsc: transparent VF management Stephen Hemminger
2017-08-03 14:19 ` Olaf Hering [this message]
2017-08-02 2:58 ` [PATCH net-next v3 2/3] netvsc: add documentation Stephen Hemminger
2017-08-02 2:58 ` [PATCH net-next v3 3/3] netvsc: remove bonding setup script Stephen Hemminger
2017-08-02 23:55 ` [PATCH net-next v3 0/3] netvsc: transparent VF support David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170803141937.GF1646@aepfle.de \
--to=olaf@aepfle.de \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.