From: David Miller <davem@davemloft.net>
To: sowmini.varadhan@oracle.com
Cc: netdev@vger.kernel.org, raghavendra.kt@linux.vnet.ibm.com,
roopa@cumulusnetworks.com, eric.dumazet@gmail.com
Subject: Re: [PATCH RFC] RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
Date: Thu, 10 Sep 2015 13:29:33 -0700 (PDT) [thread overview]
Message-ID: <20150910.132933.1956643418409700904.davem@davemloft.net> (raw)
In-Reply-To: <20150910201649.GD28585@oracle.com>
From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Date: Thu, 10 Sep 2015 16:16:49 -0400
> @@ -1272,7 +1273,7 @@ static int rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev,
> if (!(af = nla_nest_start(skb, af_ops->family)))
> goto nla_put_failure;
>
> - err = af_ops->fill_link_af(skb, dev);
> + err = af_ops->fill_link_af(skb, dev, skip_af_stats);
Maybe just pass down the raw flags as 'ext_filter_mask', like we do
for the rtnl_fill_ifinfo() call chain.
prev parent reply other threads:[~2015-09-10 20:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 20:16 [PATCH RFC] RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats Sowmini Varadhan
2015-09-10 20:29 ` David Miller [this message]
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=20150910.132933.1956643418409700904.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=raghavendra.kt@linux.vnet.ibm.com \
--cc=roopa@cumulusnetworks.com \
--cc=sowmini.varadhan@oracle.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).