From: Kaike Wan Date: Fri, 14 Aug 2015 12:52:09 +0000 (-0400) Subject: IB/sa: Route SA pathrecord query through netlink X-Git-Tag: omap-for-v4.3/fixes-rc1~52^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca546b92a024d07adedd15b4c262b1c2c0786ec;p=pandora-kernel.git IB/sa: Route SA pathrecord query through netlink This patch routes a SA pathrecord query to netlink first and processes the response appropriately. If a failure is returned, the request will be sent through IB. The decision whether to route the request to netlink first is determined by the presence of a listener for the local service netlink multicast group. If the user-space local service netlink multicast group listener is not present, the request will be sent through IB, just like what is currently being done. Signed-off-by: Kaike Wan Signed-off-by: John Fleck Signed-off-by: Ira Weiny Signed-off-by: Doug Ledford --- Reading git-diff-tree failed