Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457687
| From | Jia He <hejianet@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH 0/3] net: Improve snmp6_fill_stats |
| Date | 2016-08-08 12:30 +0200 |
| Message-ID | <s3PYJ-7f-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is the follow up work of commit a3a773726c9f ("net: Optimize
snmp stat aggregation by walking all the percpu data at once")
Jia He (3):
net: Remove unnecessary memset in __snmp6_fill_stats64
net: Replace for_each_possible_cpu with for_each_online_cpu
net: Remove the useless parameter of __snmp6_fill_statsdev
net/ipv6/addrconf.c | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
--
2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC PATCH 0/3] net: Improve snmp6_fill_stats Jia He <hejianet@gmail.com> - 2016-08-08 12:30 +0200
[RFC PATCH 1/3] net: Remove unnecessary memset in __snmp6_fill_stats64 Jia He <hejianet@gmail.com> - 2016-08-08 12:30 +0200
Re: [RFC PATCH 1/3] net: Remove unnecessary memset in __snmp6_fill_stats64 Florian Westphal <fw@strlen.de> - 2016-08-08 13:20 +0200
Re: [RFC PATCH 1/3] net: Remove unnecessary memset in __snmp6_fill_stats64 hejianet <hejianet@gmail.com> - 2016-08-08 15:10 +0200
Re: [RFC PATCH 1/3] net: Remove unnecessary memset in __snmp6_fill_stats64 Eric Dumazet <eric.dumazet@gmail.com> - 2016-08-09 12:20 +0200
[RFC PATCH 2/3] net: Replace for_each_possible_cpu with for_each_online_cpu Jia He <hejianet@gmail.com> - 2016-08-08 12:30 +0200
Re: [RFC PATCH 2/3] net: Replace for_each_possible_cpu with for_each_online_cpu David Miller <davem@davemloft.net> - 2016-08-08 20:00 +0200
Re: [RFC PATCH 2/3] net: Replace for_each_possible_cpu with for_each_online_cpu Eric Dumazet <eric.dumazet@gmail.com> - 2016-08-09 12:20 +0200
[RFC PATCH 3/3] net: Remove the useless parameter of __snmp6_fill_statsdev Jia He <hejianet@gmail.com> - 2016-08-08 12:30 +0200
csiph-web