All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] mpls: Packet stats
@ 2017-01-13 18:14 Robert Shearman
  2017-01-13 18:14 ` [PATCH net-next 1/2] net: AF-specific RTM_GETSTATS attributes Robert Shearman
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Robert Shearman @ 2017-01-13 18:14 UTC (permalink / raw)
  To: davem; +Cc: netdev, roopa, David Ahern, ebiederm, Robert Shearman

This patchset records per-interface packet stats in the MPLS
forwarding path and exports them using a nest of attributes root at a
new IFLA_STATS_AF_SPEC attribute as part of RTM_GETSTATS messages:

[IFLA_STATS_AF_SPEC]
 -> [AF_MPLS]
  -> [MPLS_STATS_LINK]
   -> struct mpls_link_stats

The first patch adds the rtnl infrastructure for this, including a new
callbacks to per-AF ops of fill_stats_af and get_stats_af_size. The
second patch records MPLS stats and makes use of the infrastructure to
export them. The rtnl infrastructure could also be used to export IPv6
stats in the future.

Robert Shearman (2):
  net: AF-specific RTM_GETSTATS attributes
  mpls: Packet stats

 include/net/rtnetlink.h      |   4 +
 include/uapi/linux/if_link.h |   1 +
 include/uapi/linux/mpls.h    |  30 ++++++++
 net/core/rtnetlink.c         |  50 ++++++++++++
 net/mpls/af_mpls.c           | 179 +++++++++++++++++++++++++++++++++++++------
 net/mpls/internal.h          |  58 +++++++++++++-
 net/mpls/mpls_iptunnel.c     |  11 ++-
 7 files changed, 305 insertions(+), 28 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-01-17 19:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 18:14 [PATCH net-next 0/2] mpls: Packet stats Robert Shearman
2017-01-13 18:14 ` [PATCH net-next 1/2] net: AF-specific RTM_GETSTATS attributes Robert Shearman
2017-01-13 22:50   ` Roopa Prabhu
2017-01-13 18:14 ` [PATCH net-next 2/2] mpls: Packet stats Robert Shearman
2017-01-13 22:51   ` Roopa Prabhu
2017-01-14  6:41   ` kbuild test robot
2017-01-16 10:30     ` Robert Shearman
2017-01-14  6:58   ` kbuild test robot
2017-01-13 22:50 ` [PATCH net-next 0/2] " Roopa Prabhu
2017-01-16 14:16 ` [PATCH net-next v2 " Robert Shearman
2017-01-16 14:16   ` [PATCH net-next v2 1/2] net: AF-specific RTM_GETSTATS attributes Robert Shearman
2017-01-16 14:16   ` [PATCH net-next v2 2/2] mpls: Packet stats Robert Shearman
2017-01-17 19:39   ` [PATCH net-next v2 0/2] " David Miller

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.