Searched hist:d5566fd72ec1924958fcfd48b65c022c8f7eae64 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | rtnetlink.h | diff d5566fd72ec1924958fcfd48b65c022c8f7eae64 Fri Sep 11 15:48:48 CDT 2015 Sowmini Varadhan <sowmini.varadhan@oracle.com> 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>
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | diff d5566fd72ec1924958fcfd48b65c022c8f7eae64 Fri Sep 11 15:48:48 CDT 2015 Sowmini Varadhan <sowmini.varadhan@oracle.com> 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>
|
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | diff d5566fd72ec1924958fcfd48b65c022c8f7eae64 Fri Sep 11 15:48:48 CDT 2015 Sowmini Varadhan <sowmini.varadhan@oracle.com> 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>
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff d5566fd72ec1924958fcfd48b65c022c8f7eae64 Fri Sep 11 15:48:48 CDT 2015 Sowmini Varadhan <sowmini.varadhan@oracle.com> 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>
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | diff d5566fd72ec1924958fcfd48b65c022c8f7eae64 Fri Sep 11 15:48:48 CDT 2015 Sowmini Varadhan <sowmini.varadhan@oracle.com> 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>
|