]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-multicast-through-replication'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Jan 2017 17:10:17 +0000 (12:10 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jan 2017 17:10:17 +0000 (12:10 -0500)
commitf7d571d80c22464e24eb39f36c513381aa7c5bb4
tree6e865477ba51e3dd0216c00362e7c3421de1e57b
parentcc9f003e7335f8fbc39510205f5453dd01856841
parent7c1e6d8c5c5580e8778cd58581f1c6b6a06d2e09
Merge branch 'tipc-multicast-through-replication'

Jon Maloy says:

====================
tipc: emulate multicast through replication

TIPC multicast messages are currently distributed via L2 broadcast
or IP multicast to all nodes in the cluster, irrespective of the
number of real destinations of the message.

In this series we introduce an option to transport messages via
replication ("replicast") across a selected number of unicast links,
instead of relying on the underlying media. This option is used when
true broadcast/multicast is not supported by the media, or when the
number of true destinations is much smaller than the cluster size.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>