Skip to content

Commit

Permalink
IB/sa: Route SA pathrecord query through netlink
Browse files Browse the repository at this point in the history
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 <kaike.wan@intel.com>
Signed-off-by: John Fleck <john.fleck@intel.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
  • Loading branch information
Kaike Wan authored and Doug Ledford committed Aug 30, 2015
1 parent 5d26577 commit 2ca546b
Showing 1 changed file with 500 additions and 1 deletion.
Loading

0 comments on commit 2ca546b

Please sign in to comment.