]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit8965d250c28f588d2a6dca2a0b00e4bb895b58e0
tree0c6dd29e79aa592b678bc2ff08444105848800ad
parenta8f48af587b0f257c49dce5b49a62554a4b8627e
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