]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb62b63aae4a7034d080b66fc4b267ae8ccd025c3
treefb3a44ebd4ce8f9b51c2c11b38653d53590e1ffe
parent93561db6610e65b392e26002832eca44b607775f
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