Merge branch 'tipc-diag'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 18:44:11 +0000 (14:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 18:44:11 +0000 (14:44 -0400)
commitf5b5a3b7879d5ed5fcbf51aba4e8eed1232077de
tree832466ed602f57586e25a2707d201e47d7bc2a9d
parent334e76782563ce6835270973dd47f79fcff4c261
parent872619d8cf810c17279335ef531a2a34f3b4e589
Merge branch 'tipc-diag'

GhantaKrishnamurthy MohanKrishna says:

====================
tipc: socket diagnostics additions for AF_TIPC

The following patchsets add socket diagnostics support for AF_TIPC by
using the sock diag framework. The patchset was created on top of
commit id: fb66cb0.

New iproute2 package is needed to use this functionality which will
be sent for review in a seperate mail.

The commit series improves diagnosis of tipc sockets by exporting the
configuration, states and statistics of sockets.

The series has been co-authored by Parthasarathy Bhuvaragan and
consist of two parts:

1-2:  Adaptations of existing code to support sock_diag framework.
We modify existing functions to support socket diagnostics. Required
information about the sockets are exported.

3:  Step sk_drops during packet drop.
This occurs if the packet cannot be queued due to queue length exceeding
configured thresholds.

The diag module is optional, and if enabled it will be loaded on demand
when needed.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>