]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: introduce new capability flag for cluster
authorHoang Le <hoang.h.le@dektech.com.au>
Tue, 19 Mar 2019 11:49:49 +0000 (18:49 +0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2019 20:56:17 +0000 (13:56 -0700)
commitb9967f4b2df3e4e9d1c78b65a65844527a9a4327
tree12310faa497e8e64adf2b9628e24011159820531
parent6a6ddc92240711c649993f1e6d7a448b1de4a3fd
tipc: introduce new capability flag for cluster

As a preparation for introducing a smooth switching between replicast
and broadcast method for multicast message, We have to introduce a new
capability flag TIPC_MCAST_RBCTL to handle this new feature.

During a cluster upgrade a node can come back with this new capabilities
which also must be reflected in the cluster capabilities field.
The new feature is only applicable if all node in the cluster supports
this new capability.

Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/core.c
net/tipc/core.h
net/tipc/node.c
net/tipc/node.h