From: Richard Alpe Date: Thu, 20 Nov 2014 09:29:08 +0000 (+0100) Subject: tipc: add bearer get/dump to new netlink api X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~144^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b9dd7607f049466a66427e58818b29aeae9ea7;p=pandora-kernel.git tipc: add bearer get/dump to new netlink api Add TIPC_NL_BEARER_GET command to the new tipc netlink API. This command supports dumping all data about all bearers or getting all information about a specific bearer. The information about a bearer includes name, link priorities and domain. Netlink logical layout of bearer get message: -> bearer -> name Netlink logical layout of returned bearer information: -> bearer -> name -> link properties -> priority -> tolerance -> window -> domain Signed-off-by: Richard Alpe Reviewed-by: Erik Hugne Reviewed-by: Jon Maloy Acked-by: Ying Xue Signed-off-by: David S. Miller --- Reading git-diff-tree failed