]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: remove protocol message queue
authorYing Xue <ying.xue@windriver.com>
Wed, 26 Nov 2014 03:41:46 +0000 (11:41 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2014 17:30:16 +0000 (12:30 -0500)
commit5bbd528fe2564940752c553ff678548df313c5a2
tree0c6dd29e79aa592b678bc2ff08444105848800ad
parent7905325630ef43330dbbf97dcdc1e2aba6758bdd
tipc: remove protocol message queue

TIPC protocol message queue is intended to save one protocol message
when bearer is congested so that the message stored in the queue can
be immediately transmitted when bearer congestion is released. However,
as now the protocol queue has no mission any more with the removal of
bearer congestion mechanism, it should be removed.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c
net/tipc/link.h