Sowmini Varadhan
d5566fd72e
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
...
Many commonly used functions like getifaddrs() invoke RTM_GETLINK
to dump the interface information, and do not need the
the AF_INET6 statististics that are always returned by default
from rtnl_fill_ifinfo().
Computing the statistics can be an expensive operation that impacts
scaling, so it is desirable to avoid this if the information is
not needed.
This patch adds a the RTEXT_FILTER_SKIP_STATS extended info flag that
can be passed with netlink_request() to avoid statistics computation
for the ifinfo path.
Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2015-09-15 15:25:02 -07:00
..
2015-09-02 16:28:06 -07:00
2015-07-31 15:21:30 -07:00
2015-09-15 15:25:02 -07:00
2015-03-31 13:58:35 -04:00
2015-07-31 17:07:11 -07:00
2015-08-25 13:37:31 -07:00
2015-03-31 13:51:54 -04:00
2015-07-29 22:44:04 -07:00
2015-05-28 11:23:20 +08:00
2015-03-31 13:51:54 -04:00
2015-09-02 15:31:00 -07:00
2015-07-09 15:06:59 -07:00
2015-09-09 14:19:50 -07:00
2015-07-31 15:21:30 -07:00
2015-08-24 10:34:40 -07:00
2015-03-23 16:52:26 -04:00
2015-07-09 15:12:20 -07:00
2014-06-04 22:46:38 -07:00
2015-08-21 11:44:04 -07:00
2015-05-03 21:58:01 -04:00
2015-08-27 21:45:31 -07:00
2014-08-24 22:37:52 -07:00
2015-07-26 20:54:56 -07:00
2015-07-20 16:52:28 -07:00
2012-11-15 17:39:24 -05:00
2015-07-31 17:07:11 -07:00
2015-07-31 17:07:11 -07:00
2015-08-29 13:07:54 -07:00
2015-06-01 16:03:43 -07:00
2015-09-09 14:19:50 -07:00
2014-08-24 22:37:52 -07:00
2015-03-31 13:51:54 -04:00
2015-08-17 21:33:06 -07:00
2015-08-17 21:33:06 -07:00
2015-08-13 17:08:39 -07:00
2015-04-07 15:25:55 -04:00
2014-11-11 14:10:31 -05:00
2015-08-31 21:20:29 -07:00
2015-06-12 14:10:12 +02:00
2015-06-18 21:14:31 +02:00
2015-03-09 23:38:02 -04:00
2014-11-07 15:45:50 -05:00
2014-09-19 17:15:31 -04:00
2015-07-09 21:09:10 -07:00
2015-07-26 21:00:15 -07:00
2015-09-09 17:21:01 -07:00
2015-08-10 14:03:54 -07:00
2015-06-07 15:19:52 -07:00
2015-07-31 17:07:11 -07:00
2015-08-13 16:23:11 -07:00
2015-02-28 16:56:51 -05:00
2014-08-24 22:37:52 -07:00
2015-03-02 13:06:31 -05:00
2015-03-25 14:07:04 -04:00
2015-08-17 14:34:48 -07:00
2014-05-23 16:28:53 -04:00
2015-04-07 15:25:55 -04:00
2015-03-31 13:58:35 -04:00
2013-12-06 12:37:56 -05:00
2015-08-11 12:41:34 +02:00
2015-04-07 15:25:55 -04:00
2015-08-25 11:25:09 -07:00
2014-05-06 07:08:38 +02:00
2014-08-24 22:37:52 -07:00
2014-08-24 22:37:52 -07:00