tipc: Optimize routing of returned payload messages
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 24 May 2011 17:20:09 +0000 (13:20 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Jun 2011 20:18:15 +0000 (16:18 -0400)
commit017dac31dc8a25ad45421715d88c3869e299fd35
treefb3a44ebd4ce8f9b51c2c11b38653d53590e1ffe
parent76d12527f74ad1b42b068252fdd2056c8ae48a99
tipc: Optimize routing of returned payload messages

Reduces the work involved in transmitting a returned payload message
by doing only the work necessary to route such a message directly to
the specified destination port, rather than invoking the code used
to route an arbitrary message to an arbitrary destination.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/port.c