commit | 7727640cc3c4d03b6a3cb5bf26d48c72e31403ca | [log] [tgz] |
---|---|---|
author | Tim Smith <tim@electronghost.co.uk> | Mon Mar 03 23:04:45 2014 +0000 |
committer | David Howells <dhowells@redhat.com> | Tue Mar 04 10:36:53 2014 +0000 |
tree | 1297fc34c3003a300faa45d57ecd4db15730a5d8 | |
parent | e8388eb10371745627d1e538e018cb10ded86aa7 [diff] |
af_rxrpc: Keep rxrpc_call pointers in a hashtable Keep track of rxrpc_call structures in a hashtable so they can be found directly from the network parameters which define the call. This allows incoming packets to be routed directly to a call without walking through hierarchy of peer -> transport -> connection -> call and all the spinlocks that that entailed. Signed-off-by: Tim Smith <tim@electronghost.co.uk> Signed-off-by: David Howells <dhowells@redhat.com>