netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tipc: improve broadcast NACK mechanism
@ 2016-09-01 17:52 Jon Maloy
  2016-09-01 17:52 ` [PATCH net-next 1/3] tipc: transfer broadcast nacks in link state messages Jon Maloy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jon Maloy @ 2016-09-01 17:52 UTC (permalink / raw)
  To: davem; +Cc: Jon Maloy, netdev, Paul Gortmaker, tipc-discussion

The broadcast protocol has turned out to not scale well beyond 70-80
nodes, while it is now possible to build TIPC clusters of at least ten
times that size. This commit series improves the NACK/retransmission
mechanism of the broadcast protocol to make is at scalable as the rest
of TIPC.

Jon Maloy (3):
  tipc: transfer broadcast nacks in link state messages
  tipc: rate limit broadcast retransmissions
  tipc: send broadcast nack directly upon sequence gap detection

 net/tipc/bcast.c |   8 ++--
 net/tipc/bcast.h |   4 +-
 net/tipc/link.c  | 131 ++++++++++++++++++++++++++++++++++++++++++++++---------
 net/tipc/link.h  |   6 +--
 net/tipc/msg.h   |  10 +++++
 net/tipc/node.c  |  32 +++++++++++++-
 net/tipc/node.h  |  11 +++--
 7 files changed, 167 insertions(+), 35 deletions(-)

-- 
2.7.4


------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-03  0:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01 17:52 [PATCH net-next 0/3] tipc: improve broadcast NACK mechanism Jon Maloy
2016-09-01 17:52 ` [PATCH net-next 1/3] tipc: transfer broadcast nacks in link state messages Jon Maloy
2016-09-01 17:52 ` [PATCH net-next 2/3] tipc: rate limit broadcast retransmissions Jon Maloy
2016-09-01 17:52 ` [PATCH net-next 3/3] tipc: send broadcast nack directly upon sequence gap detection Jon Maloy
2016-09-03  0:10 ` [PATCH net-next 0/3] tipc: improve broadcast NACK mechanism David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).