System and method for managing multicast group membership
10 claims: 4 independent, 6 dependent
- 1A computer-implemented method of adding a new node to a network multicast group, the new node having a specified group membership status, wherein members of a corresponding routing tree are configured to route multicast messages among members of the group, the method comprising:selecting a minimum spanning tree of the network (200);selecting the new node as the current node (200);examining the routing tree membership status of nodes that are linked to the current node by links included in the minimum spanning tree (204);until said examining is halted, selecting a peer node of the current node as the current node and repeating said examining, wherein a peer node is a node connected to the current node by one hop (206);halting the examining when the selected node is examined if: (214) the selected node is a Full member of the routing tree, that is a node that receives and forwards messages;or (216) the selected node is a SendOnly member of the routing tree, that is a node that receives and forwards messages from nodes that are SendOnly members of the routing tree, and the specified group membership status of the new node is SendOnly, that is a node that initiates, but does not consume messages, wherein the selected node that halts the examining is referred to as the final node;for each node from the new node to the final node, setting the routing tree membership status of the node equal to the specified group membership status of the new node (222);and turning on or off ports of the nodes linked to the new node dependent on the specified group membership status of the new node (222).
- 5A computer-implemented method of removing a first node from a network multicast group, wherein members of a corresponding routing tree are configured to route multicast messages among members of the group, the method comprising:queuing (300) the first node in a queue;until (302) the queue is empty, repeating the following, in order: (a) removing (304) the most recently queued node to serve as the current node;(b) returning (306) to (a) if the group membership status of the current node is Full, that is a node that initiates and consumes messages;(c) identifying (308) a number of local ports of the current node that are on;(d) returning (310) to (a) if the number is greater than one;(e) if (312) the number of local ports that are on is equal to zero: (e1) for each peer node having a local port to the current node on, turning off (314) said peer node's local port to the current node and adding said peer node to the queue;and (e2) setting (316) the routing tree membership status of the current node to None, that is a node that does not receive or forward messages;and (f) if (316) the number of local ports that are on is equal to one: (f1) on a sole peer node coupled to the one local port, turning off (318) the sole peer node's local port to the current node if the sole peer's local port to the current node is on;(f2) adding (318) the sole peer node to the queue;(f3) if (320) zero peer nodes have local ports to the current node on and the group membership status of the current node is None, that is a node that does not initiate or consume messages: turning off (322) the one local port of the current node that is on;and setting (322) the routing tree membership status of the current node to None;and (f4) otherwise, setting (324) the routing tree membership status of the current node to SendOnly, that is a node that receives and forwards messages from nodes that are SendOnly members of the routing tree.
- 7A system for managing membership in a multicast group and a corresponding routing tree for routing multicast messages within the multicast group, the system being configured to provide the method of any one of claims 1 to 6, the system comprising:a network node coupling the apparatus to a network;a subnet administrator (114) configured to receive requests to change the membership of nodes of the multicast group;a subnet manager (112) configured to update network nodes' routing tables when the routing tree is modified in response to a change in membership of the multicast group;and a subnet management coordinator (116) configured to: make a non-member into a Full or SendOnly member of the multicast group;make a Full or SendOnly member into a non-member of the multicast group;and update the membership of the routing tree in response to a change in the membership of the multicast group.
Independent claims4
74 paragraphs, as filed
<u>Field of the Invention</u>
0001This invention relates to the fields of computer systems and networking, and more particularly, to supporting multicast communications and multicast group membership in a network.
<u>Background of the Invention</u>
0002Networking architectures such as InfiniBand support multicast traffic in which one node issues or forwards a communication to multiple other nodes in a specified multicast group. In InfiniBand, network nodes include switches and channel adapters. Both types of nodes can be members of a multicast group. A group member may be configured to receive all multicast communications sent by other members and may also issue multicast communications, or a member may be configured only to send multicast communications, in which case it is not an endconsumer of the group's multicast communications.
0003The InfiniBand architecture specification is described in InfiniBand architecture specification, volume 1, release 1.1, dated 6 November 2002.
0004Traditional multicast schemes often allow network nodes to forward a multicast communication to a neighboring node even if correct operation of the multicast group does not require the neighboring node to receive the communication. For example, after a node leaves a multicast group, it may continue to receive group traffic for some time until group membership is updated. Alternatively, when an end node is removed from a group, an intermediate network node that only forwarded group communications to the end node, but which did not use the communications itself, may not be removed. These deficiencies can cause extra, unnecessary traffic within the network. The larger a network becomes and the more members in a multicast group, the more important it is to keep traffic to a minimum.
0005In traditional multicast schemes, an intermediate or end node might only be removed when the multicast network was periodically rebuilt based on current end node membership. Rebuilding a multicast group network only after multiple changes have been made to the group's membership typically requires a great deal of management traffic.
<u>Summary of the Invention</u>
0006Accordingly, the present invention provides a system and method as defined in the appended claims. Such a system and method may be used to dynamically maintain a minimal or near-minimal network for disseminating a group's multicast messages, and to manage efficiently membership in a multicast communication group.
0007In one embodiment, the system may comprise any number of end nodes (e.g., channel adapters, network interface adapters) and routing nodes (e.g., switches), and the method may be implemented by a processor coupled to any node. Each node in a network may be a member of the multicast group and/or the multicast tree (MCT) that routes the group's multicast communications. A node need not be a member of the group to be a member of the tree. Network links included in the MCT are a subset of a network minimum spanning tree (MST). When a node is added to the group, the MST is searched from that node until a node within the MCT is found. Each time a member is removed from the group, the MCT is pruned to reduce unneeded communications.
<u>Brief Description of the Figures</u>
0008Various embodiment of the invention will now be described in detail by way of example only with reference to the following drawings: <ul id="ul0001" list-style="none" compact="compact"><li><figref idref="f0001">FIG. 1</figref> is a block diagram depicting a system for dynamic and efficient maintenance of a multicast communication subnetwork in accordance with one embodiment of the present invention.</li><li><figref idref="f0002">FIG. 2</figref> is a flowchart illustrating a method of adding a node to a multicast group in accordance with one embodiment of the invention.</li><li><figref idref="f0003">FIG. 3</figref> is a flowchart illustrating a method of removing a node from a multicast group in accordance with one embodiment of the invention.</li></ul>
<u>Detailed Description</u>
0009The approach described herein may be implemented using a variety of technologies. For example, the methods described herein may be implemented in software executing on a computer system, or implemented in hardware utilizing either a combination of microprocessors or other specially designed application specific integrated circuits, programmable logic devices, or various combinations thereof. In particular, the methods described herein may be implemented by a series of computer-executable instructions residing on a suitable computer-readable medium. Suitable computer-readable media may include volatile (e.g., RAM) and/or non-volatile (e.g., ROM, disk) memory, carrier waves and transmission media (e.g., copper wire, coaxial cable, fiber optic media). Example carrier waves may take the form of electrical, electromagnetic or optical signals conveying digital data streams along a local network, a publicly accessible network such as the Internet or some other communication link. The instructions may, for example, be implemented on a general-purpose computer, a special-purpose computer or a network component (e.g., a switch, a network interface device). Certain details of such devices (e.g., processor, memory, data storage, display) may be omitted for the sake of clarity from the present description.
0010In one embodiment of the invention, a system and method are provided for managing membership in a multicast group and managing the configuration of a multicast tree (MCT) for routing the group's multicast communications. The embodiments described below are implemented within an InfiniBand environment, but one skilled in the art will appreciate that the invention is not limited to any particular network or communication technologies, and may be adapted for various such technologies.
0011A multicast group may include virtually any number of member nodes within a network, which may include channel adapters, network interface circuits, switches and/or other communication devices. Besides membership in a multicast group, a network node may or may not be a member of the set of nodes through which multicast messages are routed or disseminated - the group's Multicast Tree (MCT). A group's MCT constitutes a logical tree. In one embodiment, an MCT is a subset of a minimum spanning tree (MST) for the network. Membership in a group's MCT does not necessarily indicate membership in the group itself.
0012A network node may have one of three statuses with regard to a particular multicast group and the multicast tree that disseminates the group's messages: FullMember, SendOnlyMember and NonMember. A node's group membership status may be referred to as its GroupStatus (or GS); its status in the group's MCT may be referred to as its TreeStatus (or TS). Note that the terms FullMember, SendOnlyMember and NonMember as used herein may or may not correspond precisely to their meaning in the InfiniBand specification.
0013TABLE 1 explains the various permutations of a node's GroupStatus and TreeStatus (some of which are invalid) and describes the node's capabilities for each permutation. <tables id="tabl0001" num="0001"><table frame="all"><title>TABLE 1</title><tgroup cols="3"><colspec colnum="1" colname="col1" colwidth="30mm" /><colspec colnum="2" colname="col2" colwidth="30mm" /><colspec colnum="3" colname="col3" colwidth="106mm" /><thead valign="top"><row><entry align="center">GroupStatus</entry><entry align="center">TreeStatus</entry><entry align="center">Comment</entry></row></thead><tbody><row><entry>NonMember</entry><entry>NonMember</entry><entry>Node does not initiate, receive, consume or forward messages</entry></row><row><entry>SendOnlyMember</entry><entry>NonMember</entry><entry>Invalid</entry></row><row><entry>FullMember</entry><entry>NonMember</entry><entry>Invalid</entry></row><row><entry>NonMember</entry><entry>SendOnlyMember</entry><entry>Node does not initiate or consume messages; node receives and forwards messages from nodes having TreeStatus of SendOnly</entry></row><row><entry>SendOnlyMember</entry><entry>SendOnlyMember</entry><entry>Node initiates, but does not consume messages; node receives and forwards from nodes having TreeStatus of SendOnly</entry></row><row><entry>FullMember</entry><entry>SendOnlyMember</entry><entry>Invalid</entry></row><row><entry>NonMember</entry><entry>FullMember</entry><entry>Node does not initiate or consume messages; node receives and forwards messages</entry></row><row><entry>SendOnlyMember</entry><entry>FullMember</entry><entry>Node initiates but does not consume messages; node receives and forwards messages</entry></row><row><entry>FullMember</entry><entry>FullMember</entry><entry>Node initiates, consumes, receives and forwards messages</entry></row></tbody></tgroup></table></tables>
0014In some embodiments of the invention, a multicast group always includes at least one FullMember. For example, a node may always be able to initiate a message to a multicast group, but the message may or may not be routed properly, depending on whether the MCT is configured appropriately.
0015In one embodiment of the invention, each member of a group's MCT that is a switch (or other routing device) maintains a multicast forwarding table (MFT) indicating how it should treat the multicast messages it receives. For each active multicast group in the network, each switch in a group's tree can set individual ports of the switch on or off for the group.
0016For each outgoing port that is on when a multicast message is received for the group, the switch forwards the message to the link partner of that port (unless, perhaps, the message was received on that port). The link partner may be another switch or an end node (e.g., a channel adapter). If not an end node, the link partner may forward the message to one or more other nodes.
0017<figref idref="f0001">FIG. 1</figref> depicts a system for efficiently managing the membership of network nodes in a multicast group and configuration of the group's multicast tree (MCT) corresponding to the group, according to one embodiment of the invention. The multicast tree comprises a subset of the nodes of the network, and may therefore be considered a subnet or subnetwork. Dissemination of a multicast message throughout the MCT or subnetwork ensures that the message reaches every network node that is a member of the group. A network node's membership status in the multicast group may differ from its membership status in the MCT.
0018In this embodiment, resource manager 102 is a program module responsible for managing membership in a multicast group and configuration of the group's multicast tree. Resource manager 102 may manage multiple groups and subnetworks, or multiple instances of the resource manager may be spawned, with each instance responsible for maintaining MCTs or subnets for one or more corresponding multicast groups.
0019Resource manager 102 comprises subnet manager 112, subnet administrator 114 and subnet management coordinator 116. Resource manager 102 and/or its components may execute on, or attached to, one node of the network, or may be distributed among different nodes. A resource manager may comprise one or more instances of each subcomponent illustrated in <figref idref="f0001">FIG. 1</figref>. However, in one embodiment of the invention, a single instance of the resource manager, and its components, executes on a computer system coupled to an end node (e.g., a channel adapter) or intermediate node (e.g., a switch) that is a member of the group's MCT.
0020Subnet manager 112 is responsible for configuring an MCT or subnet for a specified multicast group. To facilitate its work, the subnet manager is informed of all network links and nodes. The subnet manager may publish the group's MCT throughout the network whenever it is updated, with some specified periodicity, or on some other schedule. Each switching or other routing component of the MCT may update its MFT when it receives an updated MCT.
0021Subnet administrator 114 is responsible for receiving group membership changes (e.g., requests from network nodes to join or leave the group) and passing the changes to subnet manager 112 for execution.
0022Subnet management coordinator 116 facilitates the sharing of information between subnet manager 112 and subnet administrator 114. The subnet management coordinator may also execute algorithms for adding/removing members to/from a group and/or its multicast tree.
0023Resource manager 102 and its components support at least two operations: adding a node to a group and removing a node from a group.
0024The configuration of <figref idref="f0001">FIG. 1</figref> does not limit the configuration of other systems assembled according to other embodiments of the invention. For example, the functions of subnet manager 112, subnet administrator 114 and subnet management coordinator 116 may be distributed among the illustrated modules and/or other modules in a manner other than as described above, or may be consolidated into fewer modules. For example, subnet manager 112 may comprise much, if not all, of the functionality of subnet administrator 114 and/or subnet management coordinator 116.
0025In one embodiment of the invention, procedures for adding a node to a group and removing a node from a group begin similarly, in that each operation to be performed is enqueued on a work queue. The system (e.g., a subnet manager, a subnet management coordinator) dequeues operations from the work queue and enqueues other nodes to be added as needed (e.g., to add a requested node to the group).
0026A minimum spanning tree (MST) is maintained for the network in which the multicast group exists. The MST may be maintained by one of the components depicted in <figref idref="f0001">FIG. 1</figref>, or by some other entity in the network. Embodiments of the invention described herein do not depend upon the location of the MST or the manner in which it is maintained or disseminated.
0027In a present embodiment of the invention, only links that are in the network's MST may be included in a group's MCT. Therefore, it can be ensured that the group's MCT will form a tree.
0028For the purpose of identifying members of a multicast group, a multicast tree (MCT) and a network minimum spanning tree (MST), channel adapters and ports of a switch or other routing device may be identified by GID (Global IDentification) and/or port number, or via some other identifier(s). Each node's group and MCT memberships and membership statuses are stored in a resource manager or a component of a resource manager.
0029In one embodiment of the invention, a subnet management coordinator (e.g., coordinator 116 of <figref idref="f0001">FIG. 1</figref>) keeps track of groups, corresponding MCTs and the membership statuses of nodes. To correctly track group membership, the subnet management coordinator differentiates between members (i.e., FullMembers and SendOnlyMembers) and non-members (i.e., NonMembers). The coordinator also disseminates multicast routing or forwarding table updates among network nodes. To do so, the coordinator differentiates between FullMembers and SendOnlyMembers.
0030<figref idref="f0002">FIG. 2</figref> demonstrates a method of adding a network node to a multicast group, and configuring the group's multicast routing tree according to one embodiment of the invention. In this embodiment, the group's MCT comprises a subset of the nodes and links in the network's MST.
0031In general, when adding a node to a group, the MST is traversed from the node (e.g., either breadth-first or depth-first) until a member of the group's MCT is located. Each member of the multicast group is included in the MCT, but a node may be part of the MCT without being a member of the group. Thus, a node's GroupStatus and TreeStatus may differ. In different embodiments of the invention, the MST may be traversed breadth-first or depth-first. The manner in which it is traversed may depend upon factors such as the degree of the network, the location of group members within a subnet, etc.
0032In the illustrated procedure, if the node being added to the multicast group is to be added as a SendOnlyMember, the procedure can end when a SendOnlyMember of the group's MCT is found. If the node being added is to be a FullMember of the multicast group, a FullMember of the MCT must be located. However, if a SendOnlyMember is located, it can be used to facilitate the search for a FullMember. In particular, the search can be limited to the path leading from the SendOnlyMember to the rest of the multicast group members.
0033In operation 200, a request is received to add a network node as a member of the multicast group. The desired membership status (e.g., FullMember or SendOnlyMember) is included in the request and may be referred to as GS(node). The node is added to the group with the requested status, and is queued as a first entry in a stack or queue. The queue, or stack, will be used to store nodes to be examined while locating a path to the group's MCT. The new node's TreeStatus is not yet set.
0034In operation 202, the desired group membership status of the new node (i.e., GS(new node)) is compared to the node's present TreeStatus - TS(new node). If they differ, the method advances to operation 204. Otherwise, the node is already configured as needed for the desired GroupStatus, and so the method ends. Illustratively, the method may also end with operation 202 if the node's present TreeStatus is FullMember and the new group membership is SendOnlyMember.
0035In one alternative embodiment of the invention, instead of queuing the new node in operation 200, the node is not queued until operation 202, and is only queued if the comparison in operation 202 fails.
0036Operation 204 initiates a loop to examine each entry in the queue or stack, to determine if a route to the existing MCT has been discovered. Until the queue is empty, the illustrated procedure repeats any or all of operations 204-220. When the queue is empty, the procedure advances to operation 222.
0037In one embodiment of the invention, if the queue is empty at any time other than when adding a first node to the multicast group, an error may be signaled.
0038In operation 206, the entry placed in the queue most recently is removed for examination, and the peers (or link partners) of the node are identified. The node dequeued from the queue may be termed the "current node." In this embodiment, the peers of the current node include all other network nodes connected to the current node by one hop. Thus, a current node that is a switch may have many peers (e.g., up to 256 in one embodiment of the invention), while a current node that is a channel adapter or network interface circuit may have as few as one.
0039By removing the most recently queued node, the illustrated procedure applies a depth-first traversal of the network. In another embodiment of the invention, a breadth-first traversal may be applied.
0040In operation 208, it is determined whether all of the current node's peers have been examined by the procedure of <figref idref="f0002">FIG. 2</figref>. If so, the method returns to operation 204 to determine if the queue is now empty. Otherwise, the method continues with operation 210.
0041In operation 210, one of the current node's un-examined peers is selected for examination. If the current node has multiple un-examined peers, one may be selected at random, according to the lowest port number or GID, lowest cost, or through any other selection criteria.
0042In one embodiment of the invention, when a FullMember is being added to the multicast group, the illustrated procedure can be refined once a SendOnlyMember of the group is found. In particular, from that SendOnlyMember, as the MCT is traversed to find a FullMember, only peers that are SendOnlyMembers or FullMembers need to be examined. Operations 208 and/or 210 may be modified to implement this refinement.
0043In operation 212, it is determined whether the link between the new node and the selected peer is part of the network's minimum spanning tree (MST). If not, the illustrated method returns to operation 208 to check another peer of the current node. Otherwise, the illustrated method continues with operation 214.
0044In operation 214, the method determines whether the selected peer's TreeStatus is "full." If so, then the procedure has located a node that is already configured to send and receive the group's multicast messages. The new node can be connected to the group's MCT by coupling the new node to the selected peer. If the selected peer is a FullMember of the MCT, the method advances to operation 222; otherwise, the method continues with operation 216.
0045In operation 216, the method determines whether the selected peer's TreeStatus and the new node's GroupStatus are both SendOnlyMember. If so, then the method has located a node that is configured to provide the new node with the necessary type of connection to the group's MCT. As in operation 214, the new node can be connected to the group's MCT with support for the node's GroupStatus by coupling the new node to the selected peer. If the selected peer is a SendOnlyMember of the MCT and the new node's requested GroupStatus is SendOnlyMember, the method advances to operation 222; otherwise, the method continues with operation 218.
0046In operation 218, the selected peer is enqueued. In this embodiment, a peer of a current node is enqueued only if the link between the peer and the current node is part of the network's MST. This helps ensure that the MCT will remain a tree and will contain no loops.
0047In operation 220, the method determines whether the TreeStatus of the selected peer is SendOnlyMember and whether the new node's GroupStatus is FullMember. If either comparison fails, the illustrated method returns to operation 208. Otherwise, if both determinations succeed, the method returns to operation 204. In this embodiment, if both determinations are true, no other peers of the current node need to be examined, because the selected peer, although not a FullMember, can be used to couple the new node to the MCT.
0048In operation 222, the method has succeeded in locating a network node that is a suitable member of the group's MCT for supporting the new node's GroupStatus. Therefore, for each network node in a path traversing the network's MST between the new node and the last selected node, inclusive, those network nodes' TreeStatuses are set to the new node's requested group status (i.e., FullMember or SendOnlyMember). This may cause one or more members of the MCT to be changed from SendOnlyMember status to FullMember status. If the last node selected and examined is a FullMember and the new node is being added to the group with SendOnlyMember status, the last node need not be downgraded to SendOnlyMember.
0049Thus, when a new node is added to a multicast group, it is coupled to the group's MCT via one or more links. The ports of the link partners to those links are then turned on or off and the partners' MFTs updated accordingly.
0050For example, when a new node is added as a FullMember of the group, for each link coupling the new node to the MCT, the link partner's ports for the link are turned on to allow bidirectional communication. However, if the new node is being added as a SendOnlyMember, one or more link partners' ports may be turned (or remain) off because the new node will not need to receive the group's multicast messages. After operation 222, the method ends.
0051When removed from a multicast group, a FullMember or a SendOnlyMember is changed to a NonMember GroupStatus. An intermediate node may remain in the MCT, however, if the node is needed to route multicast messages. For example, when a member that is a channel adapter or other network interface adapter is removed from a multicast group, the switch(es) coupling the member to the rest of the MCT may be removed from the group and MCT if they were members only for the purpose of routing messages to the member that is being removed. Or, a switch may be a NonMember of the group while continuing to be a SendOnlyMember or FullMember of the group's MCT.
0052Thus, to prune the MCT when a member is removed, it must be determined why nearby switch nodes that are in the MCT were forwarding messages, and whether they still need to do so. Illustratively, this may be done by examining how many of a switch's ports are on (for forwarding group messages) and how many of the switch's peers are forwarding messages to the switch.
0053It also may be determined whether the switch itself is consuming the group's messages. Typically, the switch will only be configured to forward messages to other switches and connected end nodes, and thus need not be a FullMember of the group. However, if a management station or other entity on the switch requires the messages, then the switch may be a FullMember of the group, and the process of removing or downgrading a peer node may be altered accordingly.
0054<figref idref="f0003">FIG. 3</figref> demonstrates a procedure for removing a member from a multicast group and pruning the group's MCT according to one embodiment of the invention. In this embodiment, the illustrated method determines whether the member whose GroupStatus is being set to NonMember still needs to route multicast messages for other members. The procedure illustrated in <figref idref="f0003">FIG. 3</figref> may also be applied when a member's GroupStatus is to be downgraded from FullMember to SendOnlyMember.
0055In general, when removing a member node from the group, that node's port coupling it to the MCT is turned off. Then, if no other ports are on, the node can be removed from the MCT and a determination is made if any peers can also be removed from the MCT. If one port is still on, it is determined whether that port can be turned off. If two or more ports are still on, then the node remains in the MCT for routing messages.
0056In operation 300, a request is received to remove a member from the multicast group. The member's GroupStatus is changed to either NonMember or SendOnlyMember, as specified in the request or by a default status setting. A queue or stack is initialized and the departing member is queued as a first entry.
0057In operation 302, a loop is started to examine each queued node in turn. If the queue is empty, the method ends; otherwise, the method continues at operation 304.
0058In operation 304, the top node in the queue is removed. Also, the peers or link partners of the node may be identified.
0059In operation 306, the present GroupStatus of the current node is examined. If the node is a FullMember of the multicast group, it will not be changed, and the illustrated method returns to operation 302; otherwise, the method continues at operation 308.
0060In operation 308, the number of local ports of the node that are currently configured to forward group multicast messages from the node is identified, and may be referred to as NumPorts.
0061In operation 310, it is determined whether the node has more than one local port on (i.e., whether the node is currently forwarding group multicast messages to more than one peer). If so, then the current node does not need to be modified and the method returns to operation 302.
0062Otherwise, in operation 312, the number of local ports that are on is considered. If no local ports are currently forwarding group multicast messages to peer nodes, the method continues with operation 314. If one local port is forwarding messages to a peer, the method advances to operation 318.
0063In operation 314, the current node is not routing messages to any peers. Therefore, the ports of any peers or neighbors through which messages were being sent to this node can be turned off. Also, each such peer is added to the queue to determine if it or any of its peers should be further modified.
0064In operation 316, the current node's TreeStatus is set to NonMember. The illustrated method then returns to state 302.
0065In operation 318, it has been determined that only one local port of the current node is on; therefore, the node is currently configured to forward group multicast messages to only one peer. However, because the current node doesn't route messages to any other peers, it does not need to receive messages from the single peer. Therefore, the peer's port to the current node can be turned off (if it is on), and the peer is added to the queue. Note that the peer's port may already be off - for example, if the current node's GroupStatus is SendOnlyMember, and it is only sending on one port, it does not (need to) receive messages from the link partner of that port, and that link partner's corresponding port may already be off.
0066In operation 320, the method determines if there are any other peers sending messages to the current node, and whether the node's current GroupStatus is NonMember. If both conditions exist, the method continues with operation 322; otherwise, the method advances to operation 324.
0067In operation 322, no peers are routing group multicast messages to the current node, and the node GroupStatus is NonMember, which means that the node itself is not generating messages. Therefore, the node will not need to send messages to any other node, and the node's port that was on can be turned off, and the node's TreeStatus can be set to NonMember. The illustrated method then returns to operation 302.
0068In operation 324, there is at least one peer still sending to the current node, or the node's GroupStatus is not NonMember. In either case, the node's TreeStatus is set to SendOnlyMember. The method then returns to operation 302.
0069The foregoing descriptions of embodiments of the present invention have been presented for purposes of illustration in order to enable a person skilled in the art to appreciate and implement the invention. They are provided in the context of particular applications and their requirements, but are not intended to be exhaustive or to limit the present invention to the forms disclosed. Accordingly, many modifications and variations will be apparent to practitioners skilled in the art, and the scope of the present invention is defined by the appended claims.
3 sheets
Sheet 1 Sheet 2 Sheet 3
Every citation, both ways
| Document | Relation | Office |
|---|---|---|
| US5331637A | Cites | United States of America |
| "INFINIBAND ARCHITECTURE SPECIFICATION VOLUME 1 RELEASE 1.1" INFINIBANDTM ARCHITECTURE SPECIFICATION, XX, XX, 6 November 2002 (2002-11-06), XP002553486 | Non-patent | – |
| JERRY CHU SUN MICROSYSTEMS VIVEK KASHYAP IBM H K: "IP link and multicast over InfiniBand networks; draft-ietf-ipoib-link-multicast-00.txt" IETF STANDARD-WORKING-DRAFT, INTERNET ENGINEERING TASK FORCE, IETF, CH, vol. ipoib, 1 January 2002 (2002-01-01), XP15020455 ISSN: 0000-0004 | Non-patent | – |
7 members in 3 offices; this record represents the family
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 660196 | United States of America | – | |
| 66019603 | United States of America | A |
Members7
| Document | Office | Kind | |
|---|---|---|---|
| EP1515477A2 | European Patent Office (EPO) | A2 | |
| US2005058085A1 | United States of America | A1 | |
| JP2005094767A | Japan | A | |
| US7295525B2 | United States of America | B2 | |
| EP1515477A3 | European Patent Office (EPO) | A3 | |
| JP4474247B2 | Japan | B2 | |
| EP1515477B1This record | European Patent Office (EPO) | B1 |
67 legal events, as 8 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent expired after termination of 20 yearsExpiredPE20 | PE20 | GB | |
| Expiry of rightR071 | R071 | DE | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Opt-out of the competence of the unified patent court (upc) registeredP01 | P01 | EP | |
| Change of representativeR082 | R082 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filed against granted patent, or epo opposition proceedings concluded without decisionGrantedR097 | R097 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filedOpposition26N | 26N | EP | |
| Patent lapsedLapsedMM4A | MM4A | IE | |
| No opposition filed within time limitOppositionORIGINAL CODE: 0009261PLBE | PLBE | EP | |
| Notification of lapseLapsedST | ST | FR | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent ceasedCeasedPL | PL | CH | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Deletion acc. to par. 5 (withdrawal of the translation of the ep patent)MK05 | MK05 | AT | |
| Discontinued in the netherlands as no translation has been filedVDEP | VDEP | NL | |
| Dpma publication of mentioned ep patent grantGrantedR096 | R096 | DE | |
| European patents granted designating irelandGrantedFG4D | FG4D | IE | |
| Reference to at number (ep patent validated in austria)REF | REF | AT | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| Designated contracting statesAK | AK | EP | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Intention to grant announcedINTG | INTG | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Amendment of ipc main classPREVIOUS MAIN CLASS: H04L0012180000R079 | R079 | DE | |
| Party data changed (applicant data changed or rights of an application transferred)RAP1 | RAP1 | EP | |
| First examination report despatched17Q | 17Q | EP | |
| Designation fees paidAKX | AKX | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAX | AX | EP | |
| Search report despatchedORIGINAL CODE: 0009013PUAL | PUAL | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAX | AX | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 1515477
- Application
- 42553032
Titles3
- German
- System und Verfahren zur Verwaltung von Mitgliedschaft einer Mehrfachsendungsgruppe
- English
- System and method for managing multicast group membership
- French
- Système et procédé de gestion d'appartenance à un groupe de multidiffusion
Classification
- CPC, 4
- H04L12/185
- H04L45/02
- H04L45/16
- H04L45/48
- IPC, 3
- H04L12 70
- H04L12 18
- H04L12 56
Designated states28
- Contracting states, 28
- Austria
- Belgium
- Bulgaria
- Switzerland
- Cyprus
- Czechia
- Germany
- Denmark
- Estonia
- Spain
- Finland
- France
- United Kingdom
- Greece
- Hungary
- Ireland
- Italy
- Liechtenstein
- Luxembourg
- Monaco
- Netherlands (Kingdom of the)
- Poland
- Portugal
- Romania
and 4 moreShow fewer
- Sweden
- Slovenia
- Slovakia
- Türkiye
