netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/5] tipc: netlink updates for neighbour monitor
@ 2016-07-26  6:47 Parthasarathy Bhuvaragan
  2016-07-26  6:47 ` [PATCH net-next v2 1/5] tipc: introduce constants for tipc address validation Parthasarathy Bhuvaragan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Parthasarathy Bhuvaragan @ 2016-07-26  6:47 UTC (permalink / raw)
  To: netdev; +Cc: jon.maloy, tipc-discussion

This series contains the updates to configure and read the attributes for
neighbour monitor.

v2: rebase on top of net-next

Parthasarathy Bhuvaragan (5):
  tipc: introduce constants for tipc address validation
  tipc: make cluster size threshold for monitoring configurable
  tipc: get monitor threshold for the cluster
  tipc: add a function to get the bearer name
  tipc: dump monitor attributes

 include/uapi/linux/tipc.h         |  30 ++++++-
 include/uapi/linux/tipc_netlink.h |  37 +++++++++
 net/tipc/addr.h                   |   5 +-
 net/tipc/bearer.c                 |  25 +++++-
 net/tipc/bearer.h                 |   1 +
 net/tipc/monitor.c                | 152 +++++++++++++++++++++++++++++++++++
 net/tipc/monitor.h                |   9 +++
 net/tipc/netlink.c                |  27 ++++++-
 net/tipc/netlink.h                |   1 +
 net/tipc/node.c                   | 165 ++++++++++++++++++++++++++++++++++++++
 net/tipc/node.h                   |   5 ++
 11 files changed, 445 insertions(+), 12 deletions(-)

-- 
2.1.4


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev

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

end of thread, other threads:[~2016-07-26 21:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26  6:47 [PATCH net-next v2 0/5] tipc: netlink updates for neighbour monitor Parthasarathy Bhuvaragan
2016-07-26  6:47 ` [PATCH net-next v2 1/5] tipc: introduce constants for tipc address validation Parthasarathy Bhuvaragan
2016-07-26  6:47 ` [PATCH net-next v2 2/5] tipc: make cluster size threshold for monitoring configurable Parthasarathy Bhuvaragan
2016-07-26  6:47 ` [PATCH net-next v2 3/5] tipc: get monitor threshold for the cluster Parthasarathy Bhuvaragan
2016-07-26  6:47 ` [PATCH net-next v2 4/5] tipc: add a function to get the bearer name Parthasarathy Bhuvaragan
2016-07-26  6:47 ` [PATCH net-next v2 5/5] tipc: dump monitor attributes Parthasarathy Bhuvaragan
2016-07-26 21:26 ` [PATCH net-next v2 0/5] tipc: netlink updates for neighbour monitor David Miller

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).