Load balancers are commonly used in datacenters to spread the traffic load to a number of available computing resources that can handle a particular type of traffic.
In the load balancer deployments of
Some embodiments provide a novel method for load balancing data messages that are sent by a source compute node (SCN) to one or more different groups of destination compute nodes (DCNs). In some embodiments, the method deploys a load balancer in the source compute node's egress datapath. This load balancer receives each data message sent from the source compute node, and determines whether the data message is addressed to one of the DCN groups for which the load balancer spreads the data traffic to balance the load across (e.g., data traffic directed to) the DCNs in the group. When the received data message is not addressed to one of the load balanced DCN groups, the load balancer forwards the received data message to its addressed destination. On the other hand, when the received data message is addressed to one of load balancer's DCN groups, the load balancer identifies a DCN in the addressed DCN group that should receive the data message, and directs the data message to the identified DCN. To direct the data message to the identified DCN, the load balancer in some embodiments changes the destination address (e.g., the destination IP address, destination port, destination MAC address, etc.) in the data message from the address of the identified DCN group to the address (e.g., the destination IP address) of the identified DCN.
By employing this inline load-balancing (LB) method, a source compute node does not have to be configured to address certain data messages to load balancers while foregoing such addressing for other data messages. This method can also seamlessly perform load balancing for several different DCN groups. In some embodiments, the source compute node and DCN group(s) are within one compute cluster in a datacenter. Accordingly, the method of some embodiments can seamlessly load balance data messages that are sent to one or more DCN groups within a compute cluster from source compute nodes in the compute cluster.
In some embodiments, the source compute node is a virtual machine (VM) that executes on a host, and the load balancer is another software module that executes on the same host. Other VMs also execute on the host in some embodiments. Two or more of the VMs (e.g., all of the VMs) on the host use the same load balancer in some embodiments, while in other embodiments, each VM on the host has its own load balancer that executes on the host.
The host also executes a software forwarding element (SFE) in some embodiments. The SFE communicatively couples the VMs of the host to each other and to other devices (e.g., other VMs) outside of the host. In some embodiments, the load balancers are inserted in the egress path of the VMs before the SFE. For instance, in some embodiments, each VM has a virtual network interface card (VNIC) that connects to a port of the SFE. In some of these embodiments, the load balancer for a VM is called by the VM's VNIC or by the SFE port to which the VM's VNIC connects. In some embodiments, the VMs execute on top of a hypervisor, which is a software layer that enables the virtualization of the shared hardware resources of the host. In some of these embodiments, the hypervisor provides the load balancers that provide the inline load balancing service to its VMs.
The load balancing method of some embodiments is implemented in a datacenter that has several hosts executing several VMs and load balancers. In some of these embodiments, some or all of the load balanced DCNs are other VMs that are executing on the same or different hosts as the SCN VMs. Examples of source and destination compute nodes that can be load balanced by the load balancing method of some embodiments include data compute end nodes (i.e., source and data compute end nodes) that generate or consume data messages, or middlebox service nodes that perform some type of data processing on the data messages as these messages are being relayed between the data compute end nodes. Examples of data compute end nodes (DCEN) include webservers, application servers, database servers, etc., while example of middlebox service nodes include firewalls, intrusion detection systems, intrusion prevention systems, etc.
In a multi-host environment of some embodiments, the load balancers on the host implement a distributed load balancing (DLB) method. This DLB method of some embodiments involves deploying one or more load balancers on the hosts that execute the SCN VMs. The load balancers on the hosts enforce the load balancing rules needed to spread the data traffic from the SCN VMs on their hosts to the DCNs of one or more DCN groups. In this distributed implementation, each load balancer enforces just the load balancing rules that are applicable to its SCN VM or VMs.
A set of one or more controllers facilitate the DLB operations of some embodiments. For instance, in some embodiments, the load balancers on the hosts collect data traffic statistics based on the data messages that they load balance. These load balancers then pass the collected statistics to the controller set, which aggregates the statistics. In some embodiments, the controller set then distributes the aggregated statistics to load balancing agents that execute on the hosts. These agents then analyze the aggregated statistics to generate and/or to adjust load balancing criteria that the load balancers (that execute on the same hosts as the agents) enforce. In other embodiments, the controller set analyzes the aggregated statistics to generate and/or to adjust load balancing criteria, which the controller set then distributes to the hosts for their load balancers to enforce. In still other embodiments, the controller set generates and distributes some load balancing criteria based on the aggregated statistics, while also distributing some or all aggregated statistics to the hosts so that their LB agents can generate other load balancing criteria.
Irrespective of the implementation for generating the load balancing criteria, the collection and aggregation of the data traffic statistics allows the load balancing criteria to be dynamically adjusted. For instance, when the statistics show that one DCN is too congested with data traffic, the load balancing criteria can be adjusted dynamically to reduce the load on this DCN while increasing the load on one or more DCNs in the same DCN group. In some embodiments, the collection and aggregation of the data traffic statistics also allows the DLB method to reduce the load in any load balanced DCN group by dynamically instantiating or allocating new DCN VMs for the DCN group or by instantiating or allocating new SCN VMs.
The preceding Summary is intended to serve as a brief introduction to some embodiments of the invention. It is not meant to be an introduction or overview of all inventive subject matter disclosed in this document. The Detailed Description that follows and the Drawings that are referred to in the Detailed Description will further describe the embodiments described in the Summary as well as other embodiments. Accordingly, to understand all the embodiments described by this document, a full review of the Summary, Detailed Description, the Drawings and the Claims is needed. Moreover, the claimed subject matters are not to be limited by the illustrative details in the Summary, Detailed Description and the Drawing.
The novel features of the invention are set forth in the appended claims. However, for purposes of explanation, several embodiments of the invention are set forth in the following figures.
In the following detailed description of the invention, numerous details, examples, and embodiments of the invention are set forth and described. However, it will be clear and apparent to one skilled in the art that the invention is not limited to the embodiments set forth and that the invention may be practiced without some of the specific details and examples discussed.
Some embodiments provide a novel method for load balancing data messages that are sent by a source compute node (SCN) to one or more different groups of destination compute nodes (DCNs). In some embodiments, the method deploys a load balancer in the source compute node's egress datapath. This load balancer receives each data message sent from the source compute node, and determines whether the data message is addressed to one of the DCN groups for which the load balancer spreads the data traffic to balance the load across (e.g., data traffic directed to) the DCNs in the group. When the received data message is not addressed to one of the load balanced DCN groups, the load balancer forwards the received data message to its addressed destination. On the other hand, when the received data message is addressed to one of load balancer's DCN groups, the load balancer identifies a DCN in the addressed DCN group that should receive the data message, and directs the data message to the identified DCN. To direct the data message to the identified DCN, the load balancer in some embodiments changes the destination address (e.g., the destination IP address) in the data message from the address of the identified DCN group to the address (e.g., the destination IP address, destination port, destination MAC address, etc.) of the identified DCN.
Examples of source and destination compute nodes that can be load balanced by the method of some embodiments include data compute end nodes (i.e., source and data compute end nodes) that generate or consume data messages, or middlebox service nodes that perform some data processing on the data messages that are relayed between the data compute end nodes. Examples of data compute end nodes (DCEN) include webservers, application servers, database servers, etc., while example of middlebox service nodes include firewalls, intrusion detection systems, intrusion protection systems, etc. Also, as used in this document, a data message refers to a collection of bits in a particular format sent across a network. One of ordinary skill in the art will recognize that the term data message may be used herein to refer to various formatted collections of bits that may be sent across a network, such as Ethernet frames, IP packets, TCP segments, UDP datagrams, etc.
By employing the inline load-balancing (LB) method of some embodiments, a source compute node does not have to be configured to address certain data messages to load balancers while foregoing such addressing for other data messages. In some embodiments, the service gets deployed for a SCN automatically when the SCN is deployed as a virtual machine on a host, and the VM deployment process configures the load balancing criteria for the VM. This method can also seamlessly perform load balancing for several different DCN groups. In some embodiments, the SCNs and the DCNs are within one compute cluster in a datacenter. Accordingly, the method of some embodiments can seamlessly load balance data messages that are sent to one or more DCN groups within a compute cluster from other source compute nodes in the compute cluster.
As shown, a load balancer 305 is placed at the output of each web or application server in this example, so that webserver data traffic to the application servers is load balanced, and the application server data traffic to the database servers is load balanced. Each load balancer enforces the load balancing rules needed to spread the data traffic that is sent from the load balancer's corresponding source compute node (e.g., source servers) to multiple destination compute nodes (e.g., destination servers) that are part of one DCN group. In other words, this distributed implementation allows each load balancer to enforce just the load balancing rules that are applicable to its source compute node. Also, this distributed architecture does not have any load balancer that is a chokepoint as it receives too much data messages from one or more source compute nodes that prevent it from timely spreading the data messages from another source compute node.
In some embodiments, some or all of the source and destination compute nodes are virtual machines (VMs) that executes on a host, and some or all of the load balancers are other software module that executes on the same hosts as their source compute nodes.
As shown in
In some embodiments, a SCN VM sends a data message to a virtual address (e.g., a virtual IP (VIP) address) that is associated with a load balanced DCN group. Before this data message is processed by the SFE of the VM's host, the SCN VM's load balancer intercepts the data message and determines that it is addressed to a DCN group (e.g., determines that the message's destination IP address is the VIP of a DCN group) whose input data should be load balanced by the load balancer. The load balancer then replaces the virtual address in the data message with a DCN VM's physical address (e.g., the VM's IP address) that is stored in the LB rule storage 440. The changing of the destination virtual address to a DCN VM's physical address is a form of destination network address translation. As the virtual address is replaced by a physical address, the virtual address does not have to be routed out of the host, which simplifies the deployment of the load balancing scheme.
In selecting the DCN VM that should receive the data message, the load balancer in some embodiments uses the load balancing criteria that is stored in the LB rule storage 440. After changing the network address of the received data message, the load balancer supplies the data message to the SFE for it to process so that the data message can reach the addressed DCN VM. One intrinsic advantage of this approach is that no source address translation (e.g., source NAT) is required because the traffic comes back to the SCN VM that generated the traffic.
The STAT data storage 445 stores statistics regarding the load balanced data messages. For instance, as the load balancers 305 spread the data messages to one or more load balanced DCN groups, the load balancers in some embodiments store statistics about how many data messages and/or how many data flows are being sent to each DCN in each load balanced DCN group. In other embodiments, the load balancers store other statistics, as further described below. While one STAT data storage 445 is shown for all load balancers 305 in
In some embodiments, the statistics that are stored in the STAT data storage 445 on each host are passed to a set of one or more LB controllers that facilitate the DLB operations of some embodiments. The controller set then aggregates the statistics that it receives from each host. The controller set then (1) distributes the aggregated statistics to each host so that each host can define and/or adjust its load balancing criteria, and/or (2) analyzes the aggregated statistics to specify and distribute some or all of the load balancing criteria for the load balancers to enforce. In this manner, the load balancing criteria can be dynamically adjusted based on the statistics that are stored in the STAT data storage 445.
In some embodiments, the controller set also dynamically instantiates or allocates VMs to SCN or DCN groups in order to reduce the load in any load balanced DCN group. The controller set can also dynamically instantiate or allocate VMs to SCN or DCN groups when it detects that a VM in one of these groups has crashed or has other operational issues. In such circumstances, the load balancing operations of the distributed load balancers can be adjusted in order to use the newly instantiated or allocated VM, and to reduce or eliminate the use of the VM that has crashed or has operational issues.
The VM managing controllers 525 provide control and management functionality for defining (e.g., allocating or instantiating) and managing one or more VMs on each host. These controllers in some embodiments also provide control and management functionality for defining and managing multiple logical networks that are defined on the common software forwarding elements of the hosts. In some embodiments, the hosts 505-515 are similar to the hosts 405-430 of
The LB controller set 520 aggregates the statistics that it receives from the LB agents of the hosts. In some embodiments, the LB controller set 520 then distributes the aggregated statistics to the LB agents that execute on the hosts. These agents then analyze the aggregated statistics to generate and/or to adjust LB rules or criteria that the load balancers that execute on the same hosts as the agents enforce.
In other embodiments, the controller set analyzes the aggregated statistics to generate and/or to adjust LB rules or criteria, which the controller set then distributes to the hosts for their load balancers to enforce. In some of these embodiments, the controller set distributes the same LB rules and/or criteria to each load balancer in a group of associated load balancers (i.e., in a group of load balancers that distribute the data messages amongst the DCNs of a group of DCNs), while in other embodiments, the controller distributes different LB rules and/or criteria to different load balancers in the group of associated load balancers. Also, in some embodiments, the controller set distributes updated LB rules and/or criteria to some of the load balancers in an associated group of load balancers, while not distributing the updated LB rules and/or criteria to other load balancers in the associated group.
In still other embodiments, the controller set generates and distributes some load balancing rules or criteria based on the aggregated statistics, while also distributing some or all aggregated statistics to the hosts so that their LB agents can generate other load balancing rules or criteria. One of ordinary skill in the art will realize that the LB rules and/or criteria are not always adjusted based on the aggregated statistics. Rather the LB rules and/or criteria are modified only when the aggregated statistics require such modification.
Irrespective of the implementation for generating the LB rules, the collection and aggregation of the data traffic statistics allows the LB rules or criteria to be dynamically adjusted. For instance, when the statistics show one DCN as being too congested with data traffic, the LB rules or criteria can be adjusted dynamically for the load balancers of the SCNs that send data messages to this DCN's group, in order to reduce the load on this DCN while increasing the load on one or more other DCNs in the same DCN group. In some embodiments, the collection and aggregation of the data traffic statistics also allows the LB controller set 520 to reduce the load on any DCN in a load balanced DCN group by dynamically directing the VM managing controller set 525 to instantiate or allocate new DCN VMs for the DCN group or by instantiating or allocating new SCN VMs.
The SFE 610 executes on the host to communicatively couple the VMs of the host to each other and to other devices outside of the host (e.g., other VMs on other hosts) through one or more forwarding elements (e.g., switches and/or routers) that operate outside of the host. As shown, the SFE 610 includes a port 630 to connect to a physical network interface card (not shown) of the host, and a port 635 to connect to the VNIC 625 of each VM. In some embodiments, the VNICs are software abstractions of the physical network interface card (PNIC) that are implemented by the virtualization software (e.g., by a hypervisor). Each VNIC is responsible for exchanging data messages between its VM and the SFE 610 through its corresponding SFE port. As shown, a VM's egress datapath for its data messages includes (1) the VM's VNIC 625, (2) the SFE port 635 that connects to this VNIC, (3) the SFE 610, and (4) the SFE port 630 that connects to the host's PNIC.
Through its port 630 and a NIC driver (not shown), the SFE 610 connects to the host's PNIC to send outgoing packets and to receive incoming packets. The SFE 610 performs message-processing operations to forward messages that it receives on one of its ports to another one of its ports. For example, in some embodiments, the SFE tries to use header values in the VM data message to match the message to flow based rules, and upon finding a match, to perform the action specified by the matching rule (e.g., to hand the packet to one of its ports 630 or 635, which directs the packet to be supplied to a destination VM or to the PNIC). In some embodiments, the SFE extracts from a data message a virtual network identifier and a MAC address. The SFE in these embodiments uses the extracted VNI to identify a logical port group, and then uses the MAC address to identify a port within the port group. In some embodiments, the SFE 610 is a software switch, while in other embodiments it is a software router or a combined software switch/router.
The SFE 610 in some embodiments implements one or more logical forwarding elements (e.g., logical switches or logical routers) with SFEs executing on other hosts in a multi-host environment. A logical forwarding element in some embodiments can span multiple hosts to connect VMs that execute on different hosts but belong to one logical network. In other words, different logical forwarding elements can be defined to specify different logical networks for different users, and each logical forwarding element can be defined by multiple SFEs on multiple hosts. Each logical forwarding element isolates the traffic of the VMs of one logical network from the VMs of another logical network that is serviced by another logical forwarding element. A logical forwarding element can connect VMs executing on the same host and/or different hosts.
The SFE ports 635 in some embodiments include one or more function calls to one or more modules that implement special input/output (I/O) operations on incoming and outgoing packets that are received at the ports. One of these function calls for a port is to a load balancer in the load balancer set 615. In some embodiments, the load balancer performs the load balancing operations on outgoing data messages that are addressed to DCN groups whose input traffic is being spread among the DCNs in the group in order to reduce the load on any one DCN. For the embodiments illustrated by
Examples of other I/O operations that are implemented by the ports 635 include firewall operations, encryption operations, message encapsulation operations (e.g., encapsulation operations needed for sending messages along tunnels to implement overlay logical network operations), etc. By implementing a stack of such function calls, the ports can implement a chain of I/O operations on incoming and/or outgoing messages in some embodiments. Instead of calling the I/O operators (including the load balancer set 615) from the ports 635, other embodiments call these operators from the VM's VNIC or from the port 630 of the SFE.
The load balancers 615 perform their load balancing operations based on the LB rules that are specified in the LB rule storage 440. For a virtual address (e.g., VIP) of a load balanced DCN group, the LB rule storage 440 stores a load balancing rule that specifies two or more physical addresses (e.g., IP addresses) of DCNs of the group to which a data message can be directed. In some embodiments, this load balancing rule also includes load balancing criteria for specifying how the load balancer should spread the traffic across the DCNs of the group associated with a virtual address.
One example of such load balancing criteria is illustrated in
Each rule's tuple set 705 includes the VIP address (as the destination IP address) of the rule's associated DCN group. In some embodiments, the tuple set 705 only includes the VIP address. In other embodiments, the tuple set also includes other data message identifiers, such as source IP address, source port, destination port, and protocol, which together with the destination IP address form the five-tuple header values. In some embodiments, a load balancer searches a LB data storage by comparing one or more message identifier values (e.g., the destination IP address, or one or more of the five-tuple header values) to the rule tuple sets 705 to identify a rule that has a tuple set that matches the message identifier values.
Each LB rule's IP addresses 710 are the IP addresses of the DCNs that are members of the DCN group that has the VIP address specified in the rule's tuple set 705. In some embodiments, the addresses of the DCNs are supplied as a part of the data initially supplied by the controller set (e.g., in order to configure the load balancer) or are supplied in subsequent updates to the DCN group information that is provided by the controller set.
The weight values 715 for the IP addresses of each LB rule provides the criteria for a load balancer to spread the traffic to the DCNs that are identified by the IP addresses. For instance, in some embodiments, the load balancers use a weighted round robin scheme to spread the traffic to the DCNs of the load balanced DCN group. As one example, assume that the DCN group has five DCNs and the weight values for the IP addresses of these DCNs are 1, 3, 1, 3, and 2. Based on these values, a load balancer would distribute data messages that are part of ten new flows as follows: 1 to the first IP address, 3 to the second IP address, 1 to the third IP address, 3 to the fourth IP address, and 2 to the fifth IP address.
As further described below, the weight values for an LB rule are generated and adjusted by the LB agent 620 and/or LB controller set in some embodiments based on the LB statistics that the load balancers store in the STAT data storage 445. To gracefully switch between different load balancing criteria, the LB rules in some embodiments specify time periods for different load balancing criteria of a LB rule that are valid for different periods of time.
In the example illustrated in
In
As shown in
To identify a DCN for a received data message, the load balancer first checks the connection state storage 690 to determine whether it has previously identified a DCN for receiving data messages that are in the same flow as the received message. If so, the load balancer uses the DCN that is identified in the connection state storage. Only when the load balancer does not find a connection record in the connection state storage 690, the load balancer in some embodiments examines the LB rules in the LB rule storage 440 in order to identify a DCN to receive the data message.
By searching the connection state storage 690 with the message identifiers of subsequent data messages that are part of the same flow, the load balancer can identify the DCN that it previously identified for a data message of the same flow, in order to use the same DCN for the messages that are part of the same flow (i.e., in order to statefully perform its load balancing operation). In some embodiments, the load balancer also uses the connection state storage 690 records to replace the DCN's destination address with the virtual group address (e.g., the group VIP address) on the reverse flow path when the load balancer receives (from the SFE port 630 or 635) data messages sent by the DCN to the SCN. After translating of the destination addresses of a data message in the reverse flow, the load balancer returns the data message to the SFE port that called it, so that the SFE port can direct the data message to SCN VM.
In some embodiments, the connection state storage 690 is addressed differently than the LB data storage 440. For instance, as mentioned above, the connection state storage 690 in some embodiments stores its connection-state records based on hashed message identifier values (e.g., five tuple identifier values), while not using such a hash addressing scheme for the LB rule data storage 440. In some embodiments, the hashed values specify memory locations in the connection state storage 690 that store the corresponding message-identifier sets. Because of this addressing scheme, the load balancer generates a hash of the message-identifier set to identify one or more locations in the connection state storage 690 to examine for a matching message-identifier set. In other embodiments, the LB rule data storage 440 is also hash indexed based on the hash of the tuple set 705.
In
In some embodiments, each time a load balancer 615 performs a load balancing operation on a data message (i.e., replaces the destination virtual address of the message to a destination address of a DCN), the load balancer updates the statistics that it maintains in the STAT data storage 445 for the data traffic that it relays to the DCN that was addressed as part of its load balancing operation. Several examples of statistics were provided above and will be further described below.
In some embodiments, the LB agent 620 gathers (e.g., periodically collects) the statistics that the load balancers store in the STAT data storage(s) 445, and relays these statistics to the LB controller set 520. Based on statistics that the LB controller set 520 gathers from various LB agents of various hosts, the LB controller set (1) distributes the aggregated statistics to each host's LB agent so that each LB agent can define and/or adjust its load balancing criteria, and/or (2) analyzes the aggregated statistics to specify and distribute some or all of the load balancing criteria for the load balancers to enforce.
In some embodiments where the LB agent receives new load balancing criteria from the LB controller set, the LB agent stores these criteria in the host-level LB rule storage 688 for propagation to the LB rule storage(s) 440. In the embodiment where the LB agent receives aggregated statistics from the LB controller set, the LB agent stores the aggregated statistics in the global statistics data storage 686. In some embodiments, the LB agent 620 analyzes the aggregated statistics in this storage 686 to define and/or adjust the load balancing criteria (e.g., weight values), which it then stores in the LB rule storage 688 for propagation to the LB rule storage(s) 440. The publisher 622 retrieves each LB rule that the LB agent 620 stores in the LB rule storage 688, and stores the retrieved rule in the LB rule storage 440 of the load balancer 615 that needs to enforce this rule.
The LB agent 620 not only propagates LB rule updates based on newly received aggregated statistics, but it also propagates LB rules or updates LB rules based on updates to DCN groups that it receives from the LB controller set 520. The LB agent 620 stores each DCN group's members that it receives from the LB controller set 520 in the group data storage 684. When a DCN is added or removed from a DCN group, the LB agent 620 stores this update in the group storage 684, and then formulates updates to the LB rules to add or remove the destination address of this DCN to or from the LB rules that should include or already include this address. Again, the LB agent 620 stores such updated rules in the rule data storage 688, from where the publisher propagates them to the LB rule storage(s) 440 of the load balancers that need to enforce these rules.
When a DCN is added to a DCN group, the updated LB rules cause the load balancers to direct some of the DCN-group data messages to the added DCN. Alternatively, when a DCN is removed from a DCN group, the updated LB rules cause the load balancers to re-direct data messages that would go to the removed DCN, to other DCNs in the group. However, even after a DCN is intentionally designated for removal from a DCN group, a load balancer in some embodiments may continue to send data messages (e.g., for a short duration of time after the removal of the DCN) to the DCN that are part of prior flows that were directed to the DCN. This allows the DCN to be removed gradually and gracefully from the DCN group as the flows that it handles terminate. Some embodiments also achieve a graceful transition away from a DCN that should be removed from the DCN group by using time values to specify when different LB criteria for the same LB rule should be used. Some embodiments also use such time values to gracefully add a new DCN to a DCN group.
In some embodiments, the LB agent 620 stores in the policy storage 682, LB policies that direct the operation of the LB agent in response to newly provisioned DCN VMs and their associated load balancers, and/or in response to updated global statistics and/or adjusted DCN group membership. The policies in the policy storage 682 in some embodiments are supplied by the LB controller set 520.
Next, the process determines (at 910) whether the received data message's destination address is a virtual address (e.g., the VIP address) of a DCN group that the load balancer has to balance its input. To make this determination, the process 900 checks a table in the LB rule data storage 440 that stores the virtual addresses of the DCN groups that the process load balances.
When the process determines (at 910) that the data message is not directed to a load balanced virtual address, the process sends (at 915) the message along the message's datapath without performing any destination address translation on the message. This operation (at 915) entails informing the SFE port 635 that called it, that the process has completed processing the VM data message. The SFE port 635 can then handoff the VM data message to the SFE 610 or can call another I/O chain operator to perform another operation on the VM data message. After 915, the process ends.
On the other hand, when the process determines (at 910) that the data message is directed to a load balanced virtual address, the process determines (at 920) whether the connection state cache 690 stores a record that identifies the DCN to which the data message should be routed. As mentioned above, each time a load balancer uses a LB rule to direct a new data message flow a DCN of a DCN group, the load balancer in some embodiments creates a record in the connection state cache 690 to store the physical IP address of the DCN, so that when the load balancer receives another data message within the same flow (i.e., with the same message-attribute set), it can route it to the same DCN that it used for previous data message in the same flow.
Also, as mentioned above, the connection-state cache 690 in some embodiments stores each flow's record based on hashed address values that are hashed versions of the flow identifying attributes of the data message header values. This addressing scheme allows the load balancer to quickly search the cache 690. Hence, before searching the rule data store 440, the load balancer first generates a hash value from the message-attribute set of the received data message (e.g., a hash of the message's five tuples) to identify one or more memory locations in the cache 690, and then uses this hash value to examine the memory location(s) to determine whether the cache stores a connection-flow record with a matching set of attributes as the received VM data message.
When the process 900 identifies (at 920) a record for the received data message's flow in the cache 690, the process (at 925) then replaces the message's destination address (i.e., the virtual group address, such as the VIP address) with the DCN destination address (e.g., with the DCN IP address) that is stored in the record in the cache 690. At 925, the process sends the address-translated data message along its datapath. In some embodiments, this operation entails returning a communication to the SFE port 635 (that called the load balancer to initiate the process 900) to let the port know that the load balancer is done with its processing of the VM data message. The SFE port 635 can then handoff the data message to the SFE 610 or can call another I/O chain operator to perform another operation on the data message. At 925, the process 900 also updates in some embodiments the statistics that it maintains in STAT storage 445 for the DCN to which the message was addressed by the process 900. This update reflects the transmission of a new data message to this DCN. After 925, the process 900 ends.
When the process 900 determines (at 920) that the connection cache 690 does not store a record for the received data message's flow, the process 900 searches (at 930) the LB rule data store 440 to identify an LB rule for the data message received at 905. To identify the LB rule in the data store 440, the process in some embodiments compares a set of attributes of the received data message with the data-message identifying tuples (e.g., tuples 705 of
As mentioned above, each LB rule in some embodiments includes two or more destination addresses (e.g., IP addresses 710), which are the destination addresses (e.g., IP addresses) of the DCNs that are members of the DCN group that has the virtual address (e.g., VIP address) specified in the rule's tuple set 705. When the process identifies an LB rule (at 930), it selects one of the destination addresses (e.g., IP addresses) of the rule to replace the virtual address (e.g., the VIP address) in the message. Also, as mentioned above, each LB rule stores criteria for facilitating the process' selection of one of the destination addresses of the LB rule to replace the message's virtual destination identifier. In some embodiments, the stored criteria are the weight and/or times values that were described above by reference to
After changing the destination address of the data message, the process (at 935) sends the data message along its datapath. Again, in some embodiments, this operation entails returning a communication to the SFE port 635 (that called the load balancer to initiate the process 900) to let the port know that the load balancer is done with its processing of the data message. The SFE port 635 can then handoff the VM data message to the SFE 610 or can call another I/O chain operator to perform another operation on the VM data message.
After 935, the process transitions to 940, where in the connection cache data store 690, it creates a record to identify the DCN (i.e., to identify the DCN destination identifier) to use to forward data messages that are part of the same flow as the data message received at 905. In some embodiments, this record is addressed in the cache 690 based on a hash value of the message-attribute set identified at 905. At 940, the process 900 also updates the statistics that it maintains in STAT storage 445 for the DCN to which the message was addressed by the process 900. This update reflects the transmission of a new data message to this DCN. After 940, the process ends.
Next, the process 1000 determines (at 1010) whether the received update includes an update to the membership of at least one DCN group for which the LB agents generates and/or maintains the LB rules. If not, the process transitions to 1020. Otherwise, the process creates and/or updates (at 1015) one or more records in the group membership storage 684 to store the updated group membership that the process received at 1005. From 1015, the process transitions to 1020.
At 1020, the process 1000 determines whether the received update includes updated statistics for at least one DCN group for which the LB agents generates and/or maintains the LB rules. If not, the process transitions to 1030. Otherwise, the process creates and/or updates (at 1025) one or more records in the global statistics storage 686 to store the updated global statistics that the process received at 1005. From 1025, the process transitions to 1030.
At 1030, the process initiates a process to analyze the updated records in the group membership storage 684 and/or the global statistics storage 686 to update the group memberships (e.g., the IP addresses) and/or the load balancing criteria (e.g., the weight or time values) of one or more LB rules in the host-level LB rule data storage 688. This analyzing process will be further described below by reference to
After 1030, the process 1000 ends.
As shown, this process 1100 initially selects (at 1105) a load balancer 615 on the LB agent's host. In some embodiments, the process selects (at 1105) only load balancers that are affected by one or more of the updated records that resulted in the performance of this process. Next, at 1110, the process selects a virtual address (e.g., a VIP) of a DCN group that the selected load balancer has to load balance. The process then retrieves (at 1115) the stored statistics and group membership data for the DCN group identified by the selected virtual address.
At 1120, the process analyzes the membership and statistic records retrieved at 1115. Based on this analysis, the process determines whether the group memberships (e.g., the IP addresses) and/or the load balancing criteria (e.g., the weight or time values) of one or more LB rules in the host-level LB rule data storage 688 should be specified and/or modified for the selected load balancer. To perform this analysis, the process 1100 uses one or more policies that are specified in the policy storage 682. If the process determines that it should specify or update the group's membership and/or the load balancing criteria for the selected group, the process performs (at 1120) this specifying or updating, and then stores (at 1125) the specified or updated the group's membership and/or load balancing criteria in one or more LB rules that are stored in the LB data storage 688. As mentioned above, the specified or updated LB rules in the host LB rule storage 688 are distributed by the publisher 622 to the LB data storage 440 of any load balancer that on the same host performs load balancing operations on the input traffic to the selected group. Several examples of updating load balancing criteria and/or group membership will be described below.
After 1125, the process determines (at 1130) whether it has examined all virtual group identifiers (i.e., all the DCN groups) that the selected load balancer has to load balance. If not, it selects (at 1135) another virtual group identifier (i.e., another DCN group) and returns to 1115 to perform operations 1115-1130 for this newly selected virtual group identifier. Otherwise, the process transitions to 1140, where it determines whether it has examined the updates for all the load balancers (e.g., whether it has examined all the load balancers affected by the new or updated group membership and statistic data) on its host. If so, the process ends. If not, the process selects (at 1145) another load balancer on the same host as the LB agent, and then repeats operations 1110-1140 for this newly selected load balancer.
After 1205, the process updates (at 1210) (1) the global statistics that the LB controller set 520 maintains based on the statistics received at 1205, and/or (2) the group membership(s) that the LB controller set 520 maintains based on the group updates received at 1205. Next, at 1215, the process determines based on the updated statistics whether it should have one or more SCN or DCN VM specified for or removed from the group. For instance, when the updated statistics causes the aggregated statistics for a DCN group to exceed an overall threshold load value for the DCN group, the process 1200 determines that one or more new DCNs have to be specified (e.g., allotted or instantiated) for the DCN group to reduce the load on DCNs previously specified for the group. Similarly, when the updated statistics causes the aggregated statistics for one or more DCN in the DCN group to exceed a threshold load value, the process 1200 may determine that one or more new DCNs have to be specified (e.g., allotted or instantiated) for the DCN group to reduce the load on the congested DCNs. Conversely, when the updated statistics shows that a DCN in a DCN group is being underutilized or is no longer being used to handle any flows, the process 1200 determines (at 1215) that the DCN has to be removed for the DCN group.
When the process 1200 determines (at 1215) that it should have one or more SCN or DCN VM added or removed for the group, the process requests (at 1220) the VM managing set 525 to add or remove this VM, and then transitions to 1225. The process also transitions to 1225 when it determines (at 1215) that no SCN or DCN VM needs to be added or removed for the group. At 1225, the process determines whether the time has reached for it to distribute membership update and/or global statistics that the LB controller set maintains to one or more LB agents executing on one or more hosts.
In some embodiments, the process 1200 distributes membership updates and/or global statistics on a periodic basis. In other embodiments, however, the process 1200 distributes membership update and/or global statistics for one or more DCN groups whenever this data is modified. In addition to requesting the addition or removal of a VM from a group, the group membership can change when a VM that is part of a group fails. Such VM failures would have to be relayed to the LB agents so that they can modify the LB rules of their associated load balancers. In some embodiments, the membership update data that the process 1200 distributes, differentiates a failed DCN from an intentionally removed DCN (i.e., a DCN that has not failed but has been removed from the DCN group). This differentiation allows a load balancer's operation to be differently modified for the failed DCN and the intentionally removed DCN. For the failed DCN, the load balancer stops using the failed DCN, while for an intentionally removed DCN, the load balancer in some embodiments can continue to use the removed DCN for a duration of time after receiving the membership update (e.g., for new flows up to a particular time, or for previously received flows that are being processed by the DCN). To cause the load balancer to stop using the failed DCN, the connection records that specify the failed DCN in the load balancer's connection storage 690 are removed in some embodiments.
When the process determines (at 1225) that it does not need to distribute new data, it transitions to 1230 to determine whether it has received any more statistic and/or membership updates for which it needs to update its records. If so, the process transitions back to 1210 to process the newly received statistic and/or membership updates. If not, the process transitions back to 1225 to determine again whether it should distribute new data to one or more LB agents.
When the process determines (at 1225) that should distribute membership update(s) and/or global statistics, it distributes (at 1235) this data to one or more LB agents that need to process this data to specify and/or update the load balancing rules that they maintain for their load balancers on their hosts. After 1235, the process determines (at 1240) whether it has received any more statistic and/or membership updates for which it needs to update its records. If not, the process remains at 1240 until it receives statistics and/or membership updates, at which time it transitions back to 1210 to process the newly received statistic and/or membership updates.
In the embodiments described above by reference to
At 1312, the process 1300 analyzes the membership and statistic records and if needed, specifies and/or updates the group memberships (e.g., the IP addresses) and/or the load balancing criteria (e.g., the weight or time values) of one or more LB rules. This operation is similar to the operation 1120 of the process 1100 of
At 1325, the process 1300 determines whether it has to distribute the newly specified and/or updated LB rules. If not, the process transitions to 1230, which was described above. Otherwise, the process transitions to 1335 to distribute the newly specified and/or updated LB rules to the LB agents of the hosts that have load balancers that need to enforce the specified and/or updated LB rules. After 1335, the process transitions to 1240, which was described above.
In three operational stages 1401-1403,
In the first operational stage 1401 of
The first stage 1401 also shows the LB controller set 520 receiving local connection statistics from each of the load balancers 1400. These statistics are gathered and relayed by the load balancers' LB agents, which are not shown in
In different embodiments, the load balancers use different techniques to quantify the number of active flows that they are directing to each application server 1410. In some embodiments, the load balancers time out (i.e., remove) flows that are inactive (i.e., for which they have not received any new data messages) after a particular duration of time. Other embodiments use other techniques to quantify the number of active flows.
Instead of specifying the number of active flow to express the data traffic load on the DCNs (i.e., the application servers in this example), other embodiments use other traffic metrics. For instance, the load balancers 1400 collect the number of data messages (e.g., data packets) that they route to each application server 1410 in some embodiments. Other examples collect other traffic metrics such as TCP RTT and window size, retransmission, etc. Still other embodiments collect other load metrics (such as round-trip delay, TCP window size, etc.) that express the load that each load balancer detects to each DCN to which the load balancer directs traffic. In some embodiments, the LB agents of the load balancers measure these other load metrics (e.g., the round-trip delay or TCP window size), while in other embodiments, the load balancers measure one or more of these load metrics (e.g., the round-trip delay or TCP window size).
The second stage 1402 shows the LB controller set 520 distributing global load statistics to the LB agents (not shown) of each of the load balancers 1400. The global load statistics in some embodiments is an aggregation of the local statistics that the load balancers provide (through the LB agent) to the LB controller set 520. The second stage 1402 shows an example of the global connection statistics, which is the global statistics 1425 that the LB agent of the load balancer 1400a receives from the LB controller set 520. As shown, the global statistics in this example show the following numbers of active connections for the five application servers 1410a-1410e: 131, 135, 101, 100, and 86. These numbers of connection represent the numbers of active flows that all five load balancers 1400 are distributing to the five application servers 1410a-1410e from the five webservers 1405.
Like the gathered local statistics, the distributed global statistics are different types of traffic and/or load metrics in other embodiments. In some embodiments, the distributed global statistics include for each DCN in the DCN group, aggregated message traffic data that expresses the data message traffic load on the DCN. Examples of such load data include the number of data messages (e.g., number of packets) received by the DCN, number of flows processed by the DCN, number of data message bytes received by the DCN, etc. In some embodiments, the metrics can be normalized to units of time, e.g., per second, per minute, etc. Also, in some embodiments, the distributed global statistics express the data message load on each DCN in terms of a relative congestion percentage that compares the load of the DCN to the load of other DCNs in the group.
In some embodiments, the distributed global statistics include an aggregated round trip delay (e.g., average round trip delay) to each DCN, an aggregated TCP window size value (e.g., average TCP window size) for each DCN, etc. Also, in some embodiments, the distributed global statistics are partially or completely based on metrics that the LB controller set 520 gathers by interacting directly with the DCNs (e.g. with the application servers 1410). In some embodiments in which the global statistics are completely based on metrics directly gathered by the LB controller set, the LB controller set does not gather statistics that the load balancers 1400 collect locally.
The second stage 1402 also shows the adjustment of the weight values that the load balancer 1400a uses to spread new flows to the application servers 1410. These weight values are adjusted by the LB agent(s) 620 based on the received global statistics 1425. The weight values after they are adjusted are 1, 1, 2, 2, 3. These weight values direct the load balancer 1400a to spread in a weighted round-robin approach the next nine new data message flows as follows: 1 to the first application server 1410a, 1 to the second application server 1410b, 2 to the third application server 1410c, 2 to the fourth application server 1410d, and 3 to the fifth application server 1410e. As mentioned above, some embodiments specify and use time period values in the LB rules in order to allow the load balancers to gracefully transition between different weight value sets to dynamically adjust their load balancing operations.
The third stage 1403 shows that after this adjustment of the weight values, the relative even distribution of flows by the load balancer 1400a becomes skewed towards the application servers 1410 that are associated with the higher weight values, i.e., the application servers 1410c, 1410d, and 1410e. Specifically, this stage shows that once the weight values are adjusted, the number of flows (from the webservers 1405 to the application servers 1410) goes from 20, 20, 20, 19, and 19, to 23, 23, 26, 26, and 28.
In the example illustrated in
In three operational stages 1501-1503,
The first stage 1501 also shows the LB controller set 520 providing global statistics 1520 and group update 1522 to the LB agents (not shown) of the load balancers 1400. The global statistics 1520 show that each application server is currently handling about 50K flows, which in this example is assumed to be near the threshold maximum number of flows for each application server. As shown, in this stage, the number of flows from load balancer 1400a to the application servers is 20K, 18K, 21K, 17K, and 19K.
The group update 1522 informs the load balancers that the sixth application server 1410f has been added to the application server group 1450. In response to this group update, the LB agent (not shown) of the webserver 1405a adjusts the weight values of the LB rule that load balancer 1400a of this webserver enforces. As shown in the first stage 1501, the adjusted weight values are 1, 1, 1, 1, 1, 1000. This weight value set directs the load balancer to assign the next 1005 new data flows from the webserver 1405a to the application servers 1410a-1410f based on a weighted round robin scheme that assigns the next five news flows to the applications servers 1410a-1410e, and then assign the next 1000 flows to the application server 1410f.
After receiving the group update 1522, the LB rules of the other load balancers of the other webservers 1405 are similarly adjusted by their respective LB agent(s). In response to these adjusted weight values, the load on the sixth application servers 1410f starts to increase, while the load on the first five application servers 1410a-1410e starts to decrease, as shown in the second stage 1502. The second stage 1502 shows the LB controller set providing updated global statistics 1525 to the LB agents (not shown) of the load balancers 1400. The updated global statistics 1525 shows that the load on the five application servers 1410a-1410e has dropped to 40K, 39K, 41K, 38K and 39K, while the load on the sixth application server 1410f has risen to 18K. In this stage, the number of flows from load balancer 1400a to the application servers is now 14K, 12K, 13K, 15K, 16K, and 8K.
The second stage 1502 also shows that in response to the updated global statistics, the weight values for the load balancer 1400a have been adjusted to be 1, 1, 1, 1, 3. After receiving the global statistics 1525, the weight values of the other load balancers of the other webservers 1405 are also adjusted by their respective LB agent(s). The third stage 1503 then shows that in response to these weight value adjustments, the load across the application servers 1410 has reached 44K, 42K, 43K, 45K, 46K, and 35K, as indicated in the updated global statistics 1535. In this stage, the number of flows from load balancer 1400a to the application servers is now 12K, 12K, 13K, 14K, 13K, and 13K.
In three operational stages 1601-1603,
The first stage 1601 also shows the LB controller set 520 providing a group update 1622 that informs the load balancers that the first application server 1410a should be removed from the application server group 1450. In response to this group update, the LB agent (not shown) of the webserver 1405a adjusts the weight values of the LB rule that load balancer 1400a of this webserver enforces. As shown in the first stage 1601, the adjusted weight values are 0, 2, 1, 1, 1, 1. This weight value set directs the load balancer to assign the next 6 new data flows from the webserver 1405a to the application servers 1410b-1410f based on a weighted round robin scheme that assigns the next two news flows to the applications server 1410b, and then assign the next four flows individually to each of the four application servers 1410c-1410f.
After receiving the group update 1622, the LB rules of the other load balancers of the other webservers 1405 are similarly adjusted by their respective LB agent(s). In response to these adjusted weight values, the load on the first application server 1410a starts to decrease, while the load on the other five application servers 1410b-1410f starts to increase, as shown in the second stage 1602. The second stage 1602 shows the LB controller set providing updated global statistics 1625 to the LB agents (not shown) of the load balancers 1400. The updated global statistics 1625 shows that the load on the application server 1410a has dropped down to 12K flows, while the load on the application servers 1410b-1410f has increased to 30K, 32K, 31K, 32K and 30K flows. In this example, the load on the application server 1410a does not immediately fall to zero because this server continues to receive data messages for flows that it has been processing.
The second stage also shows the number of flows from load balancer 1400a to the application servers to now be 5K, 8K, 9K, 8K, 10K, and 9K. The second stage 1602 further shows that in response to the updated global statistics, the weight values for the load balancer 1400a have been adjusted to be 0, 1, 1, 1, 1, 1. After receiving the global statistics 1625, the weight values of the other load balancers of the other webservers 1405 are also adjusted by their respective LB agent(s).
The third stage 1603 then shows that in response to these weight value adjustments, the application server 1410a has effectively been removed from the DCN group 1450 as it no longer receives any flows from the load balancers 1400. This stage also shows that the load on the other application servers 1410b-f has reached 40K, 39K, 41K, 38K and 39K flows, as indicated in the updated global statistics 1635. In this stage, the number of flows from load balancer 1400a to the application servers is now 0, 12K, 13K, 14K, 13K, and 13K.
Examples above show the addition of new DCNs to alleviate the traffic load. In some embodiments, the load on the DCNs can be adjusted by adding or removing SCN VMs. Also, even though the LB rules in the above-described examples include weight values that facilitate the load balancers dynamic adjustment of the load, one of ordinary skill in the art will realize that in other embodiments the load balancers use other mechanisms for dynamically adjusting the data traffic load based on dynamically detected load conditions.
In the above-described examples, the load balancers are described as balancing the data traffic between different layers of data compute end nodes (DCENs), such as webservers, application servers and database servers. However, in some embodiments, the distributed load balancing architecture can be used to load balance the data traffic to and from middlebox service nodes. In other words, the DCNs in the DCN group in some embodiments can be middlebox service nodes (such as firewalls, intrusion detectors, WAN optimizers, etc.).
Also, as illustrated in
To direct to the firewall VMs the data traffic that is addressed to the application servers' virtual address (e.g., VIP), the load balancers 1700 in some embodiments (1) perform a virtual address (e.g., a VIP) translation that replaces the application server virtual address with the firewall VM's virtual address, and then (2) spread the received data traffic amongst the firewall VMs based on their load balancing criteria. In some embodiments, the load balancers 1700 address translation inserts identifiers in the message identifiers (e.g., in the packet header) that allows the firewall VMs 1720 and load balancers 1730 to determine that their received messages are directed to application servers 1710. To make this determination, the load balancers 1730 are configured with rules that enable the load balancers to associate the received data messages with the application servers 1710 in some embodiments.
As mentioned above, an inline load balancer 615 of a VM 605 can perform multiple different load balancing operations for multiple different groups of DCNs. This is because the load balancer 615 can apply the load balancing rules of multiple different groups of DCNs. These rules are stored in the load balancing data storage 440, as described above by reference to
As shown in
As shown in
Each distributed load balancer 1880 or 1890 is logical construct as it is not one item in the physical world, but rather conceptually represents one set of load balancing operations that a group of associated inline load balancers performs to distribute the data message load on a DCN group. In this distributed approach, each inline load balancer only needs to store the load balancing rules of the distributed load balancer that it implements. In other words, each inline load balancer in this distributed approach only needs to store the load balancing rules of the DCN-group data messages that its associated VM might send out. Also, in this distributed approach, each inline load balancer needs to only maintain in its connection data store (e.g., connection data storage 690) the flow connection states of the data message flows sent by the load balancer's associated VM. Because of all of these reasons, the inline load balancers of some embodiments are fast and efficient as they maintain small LB rule and connection state data storages that they can search quickly.
In the example illustrated in
In some embodiments, the inline load balancers differently direct and load balance data messages that are addressed to the same virtual address. For instance, some embodiments define priority sub-groups within an addressed DCN group, and load balance different priority data messages to different sub-groups based on their priority. For example,
In different embodiments, the load balancers 2000 assess the priority of the data messages from the webservers 2005 differently. For instance, in some embodiments, the load balancers assess the priority of the data messages based on identity of the sources from which the webserver received the data messages. After assessing the priority of the data messages, the load balancers direct the received data messages to the application server sub-group with the corresponding priority.
Many of the above-described features and applications are implemented as software processes that are specified as a set of instructions recorded on a computer readable storage medium (also referred to as computer readable medium). When these instructions are executed by one or more processing unit(s) (e.g., one or more processors, cores of processors, or other processing units), they cause the processing unit(s) to perform the actions indicated in the instructions. Examples of computer readable media include, but are not limited to, CD-ROMs, flash drives, RAM chips, hard drives, EPROMs, etc. The computer readable media does not include carrier waves and electronic signals passing wirelessly or over wired connections.
In this specification, the term “software” is meant to include firmware residing in read-only memory or applications stored in magnetic storage, which can be read into memory for processing by a processor. Also, in some embodiments, multiple software inventions can be implemented as sub-parts of a larger program while remaining distinct software inventions. In some embodiments, multiple software inventions can also be implemented as separate programs. Finally, any combination of separate programs that together implement a software invention described here is within the scope of the invention. In some embodiments, the software programs, when installed to operate on one or more electronic systems, define one or more specific machine implementations that execute and perform the operations of the software programs.
The bus 2105 collectively represents all system, peripheral, and chipset buses that communicatively connect the numerous internal devices of the computer system 2100. For instance, the bus 2105 communicatively connects the processing unit(s) 2110 with the read-only memory 2130, the system memory 2125, and the permanent storage device 2135.
From these various memory units, the processing unit(s) 2110 retrieve instructions to execute and data to process in order to execute the processes of the invention. The processing unit(s) may be a single processor or a multi-core processor in different embodiments. The read-only-memory (ROM) 2130 stores static data and instructions that are needed by the processing unit(s) 2110 and other modules of the computer system. The permanent storage device 2135, on the other hand, is a read-and-write memory device. This device is a non-volatile memory unit that stores instructions and data even when the computer system 2100 is off. Some embodiments of the invention use a mass-storage device (such as a magnetic or optical disk and its corresponding disk drive) as the permanent storage device 2135.
Other embodiments use a removable storage device (such as a floppy disk, flash drive, etc.) as the permanent storage device. Like the permanent storage device 2135, the system memory 2125 is a read-and-write memory device. However, unlike storage device 2135, the system memory is a volatile read-and-write memory, such a random access memory. The system memory stores some of the instructions and data that the processor needs at runtime. In some embodiments, the invention's processes are stored in the system memory 2125, the permanent storage device 2135, and/or the read-only memory 2130. From these various memory units, the processing unit(s) 2110 retrieve instructions to execute and data to process in order to execute the processes of some embodiments.
The bus 2105 also connects to the input and output devices 2140 and 2145. The input devices enable the user to communicate information and select commands to the computer system. The input devices 2140 include alphanumeric keyboards and pointing devices (also called “cursor control devices”). The output devices 2145 display images generated by the computer system. The output devices include printers and display devices, such as cathode ray tubes (CRT) or liquid crystal displays (LCD). Some embodiments include devices such as a touchscreen that function as both input and output devices.
Finally, as shown in
Some embodiments include electronic components, such as microprocessors, storage and memory that store computer program instructions in a machine-readable or computer-readable medium (alternatively referred to as computer-readable storage media, machine-readable media, or machine-readable storage media). Some examples of such computer-readable media include RAM, ROM, read-only compact discs (CD-ROM), recordable compact discs (CD-R), rewritable compact discs (CD-RW), read-only digital versatile discs (e.g., DVD-ROM, dual-layer DVD-ROM), a variety of recordable/rewritable DVDs (e.g., DVD-RAM, DVD-RW, DVD+RW, etc.), flash memory (e.g., SD cards, mini-SD cards, micro-SD cards, etc.), magnetic and/or solid state hard drives, read-only and recordable Blu-Ray® discs, ultra density optical discs, any other optical or magnetic media, and floppy disks. The computer-readable media may store a computer program that is executable by at least one processing unit and includes sets of instructions for performing various operations. Examples of computer programs or computer code include machine code, such as is produced by a compiler, and files including higher-level code that are executed by a computer, an electronic component, or a microprocessor using an interpreter.
While the above discussion primarily refers to microprocessor or multi-core processors that execute software, some embodiments are performed by one or more integrated circuits, such as application specific integrated circuits (ASICs) or field programmable gate arrays (FPGAs). In some embodiments, such integrated circuits execute instructions that are stored on the circuit itself.
As used in this specification, the terms “computer”, “server”, “processor”, and “memory” all refer to electronic or other technological devices. These terms exclude people or groups of people. For the purposes of the specification, the terms display or displaying means displaying on an electronic device. As used in this specification, the terms “computer readable medium,” “computer readable media,” and “machine readable medium” are entirely restricted to tangible, physical objects that store information in a form that is readable by a computer. These terms exclude any wireless signals, wired download signals, and any other ephemeral or transitory signals.
While the invention has been described with reference to numerous specific details, one of ordinary skill in the art will recognize that the invention can be embodied in other specific forms without departing from the spirit of the invention. For instance, while the load balancing processes were described above by reference to several host architecture, one of ordinary skill in the art will realize that these processes could be implemented in a variety of different architectures that load balance messages at variety of different locations along their egress path out of the host. For instance, in some embodiments, the load balancing processes are implemented in the PNIC of the host. In other words, the PNIC of the host in some embodiments examines the VM messages to determine whether it should load balance them before sending them out of the host or sending them to their destination GVMs.
In many of the above-described examples, the virtual addresses are VIPs, which the load balancers replace by physical IP addresses of the DCN VMs. However, one of ordinary skill in the art will realize that, in other embodiments, the virtual addresses are different types of addresses and the load balancers perform other address translation operations. For example, in some embodiments, the load balancer translates a virtual port address to a physical port address (i.e., performs L4 address translation operations), instead of or in conjunction with performing the IP network address translation (to replace the VIP with a physical IP address). In still other embodiments, the load balancer directs a data message to a DCN in a DCN group through MAC redirection operation, which replaced one MAC address with the MAC address of the DCN that should received the data messages. In some embodiments, the DCNs are connected to one distributed logical switch that logically spans multiple hosts, and the MAC redirection directs a data message that is addressed to one port of the logical switch to another port of the logical switch.
In many of the above-described examples, an LB agent adjusts the load balancing criteria for the load balancers that execute on its host based on the data distributed by the controller set. One of ordinary skill will realize that in other embodiments, the load balancers themselves adjust their load balancing criteria based on the data distributed by the controller set.
This specification refers throughout to computational and network environments that include virtual machines (VMs). However, virtual machines are merely one example of a compute node, also referred to as addressable nodes. Some embodiments of the invention are equally applicable to any computing node that utilizes a port abstraction defined on a host computing device to allow multiple programs that execute on the host to share common resources on the host. As such, the compute nodes in some embodiments may include non-virtualized physical hosts, virtual machines, containers that run on top of a host operating system without the need for a hypervisor or separate operating system, and hypervisor kernel network interface modules.
VMs, in some embodiments, operate with their own guest operating systems on a host using resources of the host virtualized by virtualization software (e.g., a hypervisor, virtual machine monitor, etc.). The tenant (i.e., the owner of the VM) can choose which applications to operate on top of the guest operating system. Some containers, on the other hand, are constructs that run on top of a host operating system without the need for a hypervisor or separate guest operating system. In some embodiments, the host operating system uses name spaces to isolate the containers from each other and therefore provides operating-system level segregation of the different groups of applications that operate within different containers. This segregation is akin to the VM segregation that is offered in hypervisor-virtualized environments that virtualize system hardware, and thus can be viewed as a form of virtualization that isolates different groups of applications that operate in different containers. Such containers are more lightweight than VMs.
Hypervisor kernel network interface modules, in some embodiments, is a non-VM DCN that includes a network stack with a hypervisor kernel network interface and receive/transmit threads. One example of a hypervisor kernel network interface module is the vmknic module that is part of the ESXi™ hypervisor of VMware, Inc.
One of ordinary skill in the art will recognize that while the specification refers to VMs, the examples given could be any type of DCNs, including physical hosts, VMs, non-VM containers, and hypervisor kernel network interface modules. In fact, the example networks could include combinations of different types of DCNs in some embodiments.
A number of the figures (e.g.,
This application is a continuation application of U.S. patent application Ser. No. 16/427,294, filed May 30, 2019, now published as U.S. Patent Publication 2019/0288947. U.S. patent application Ser. No. 16/427,294 is a continuation application of U.S. patent application Ser. No. 14/557,287, filed Dec. 1, 2014, now issued as U.S. Pat. No. 10,320,679. U.S. patent application Ser. No. 14/557,287 claims the benefit of U.S. Provisional Patent Applications 62/058,044, filed Sep. 30, 2014, and 62/083,453, filed Nov. 24, 2014. U.S. Patent Publication 2019/0288947, U.S. Pat. No. 10,320,679, and U.S. Provisional Patent Applications 62/058,044 and 62/083,453 are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
6006264 | Colby et al. | Dec 1999 | A |
6104700 | Haddock et al. | Aug 2000 | A |
6154448 | Petersen et al. | Nov 2000 | A |
6772211 | Lu et al. | Aug 2004 | B2 |
6779030 | Dugan et al. | Aug 2004 | B1 |
6826694 | Dutta et al. | Nov 2004 | B1 |
6880089 | Bommareddy et al. | Apr 2005 | B1 |
6985956 | Luke et al. | Jan 2006 | B2 |
7013389 | Srivastava et al. | Mar 2006 | B1 |
7209977 | Acharya et al. | Apr 2007 | B2 |
7239639 | Cox et al. | Jul 2007 | B2 |
7379465 | Aysan et al. | May 2008 | B2 |
7406540 | Acharya et al. | Jul 2008 | B2 |
7447775 | Zhu et al. | Nov 2008 | B1 |
7480737 | Chauffour et al. | Jan 2009 | B2 |
7487250 | Siegel | Feb 2009 | B2 |
7499463 | Droux et al. | Mar 2009 | B1 |
7649890 | Mizutani et al. | Jan 2010 | B2 |
7698458 | Liu et al. | Apr 2010 | B1 |
7818452 | Matthews et al. | Oct 2010 | B2 |
7898959 | Arad | Mar 2011 | B1 |
7921174 | Denise | Apr 2011 | B1 |
7948986 | Ghosh et al. | May 2011 | B1 |
8078903 | Parthasarathy et al. | Dec 2011 | B1 |
8094575 | Vadlakonda et al. | Jan 2012 | B1 |
8175863 | Ostermeyer et al. | May 2012 | B1 |
8190767 | Maufer et al. | May 2012 | B1 |
8201219 | Jones | Jun 2012 | B2 |
8223634 | Tanaka et al. | Jul 2012 | B2 |
8224885 | Doucette et al. | Jul 2012 | B1 |
8230493 | Davidson et al. | Jul 2012 | B2 |
8266261 | Akagi | Sep 2012 | B2 |
8339959 | Moisand et al. | Dec 2012 | B1 |
8451735 | Li | May 2013 | B2 |
8484348 | Subramanian et al. | Jul 2013 | B2 |
8488577 | Macpherson | Jul 2013 | B1 |
8521879 | Pena et al. | Aug 2013 | B1 |
8615009 | Ramamoorthi et al. | Dec 2013 | B1 |
8707383 | Bade et al. | Apr 2014 | B2 |
8738702 | Belanger et al. | May 2014 | B1 |
8743885 | Khan et al. | Jun 2014 | B2 |
8804720 | Rainovic et al. | Aug 2014 | B1 |
8804746 | Wu et al. | Aug 2014 | B2 |
8811412 | Shippy | Aug 2014 | B2 |
8830834 | Sharma et al. | Sep 2014 | B2 |
8832683 | Heim | Sep 2014 | B2 |
8849746 | Candea et al. | Sep 2014 | B2 |
8856518 | Sridharan et al. | Oct 2014 | B2 |
8862883 | Cherukuri et al. | Oct 2014 | B2 |
8868711 | Skjolsvold et al. | Oct 2014 | B2 |
8873399 | Bothos et al. | Oct 2014 | B2 |
8874789 | Zhu | Oct 2014 | B1 |
8892706 | Dalal | Nov 2014 | B1 |
8913611 | Koponen et al. | Dec 2014 | B2 |
8914406 | Haugsnes et al. | Dec 2014 | B1 |
8966024 | Koponen et al. | Feb 2015 | B2 |
8966029 | Zhang et al. | Feb 2015 | B2 |
8971345 | McCanne et al. | Mar 2015 | B1 |
8989192 | Foo et al. | Mar 2015 | B2 |
8996610 | Sureshchandra et al. | Mar 2015 | B1 |
9009289 | Jacob | Apr 2015 | B1 |
9015823 | Koponen et al. | Apr 2015 | B2 |
9094464 | Scharber et al. | Jul 2015 | B1 |
9104497 | Mortazavi | Aug 2015 | B2 |
9148367 | Kandaswamy et al. | Sep 2015 | B2 |
9172603 | Padmanabhan et al. | Oct 2015 | B2 |
9178709 | Tigashida et al. | Nov 2015 | B2 |
9191293 | Iovene et al. | Nov 2015 | B2 |
9195491 | Zhang et al. | Nov 2015 | B2 |
9203748 | Jiang et al. | Dec 2015 | B2 |
9225638 | Jain et al. | Dec 2015 | B2 |
9225659 | McCanne et al. | Dec 2015 | B2 |
9232342 | Seed et al. | Jan 2016 | B2 |
9237098 | Patel et al. | Jan 2016 | B2 |
9256467 | Singh et al. | Feb 2016 | B1 |
9258742 | Pianigiani et al. | Feb 2016 | B1 |
9264313 | Manuguri et al. | Feb 2016 | B1 |
9277412 | Freda et al. | Mar 2016 | B2 |
9344337 | Kumar et al. | May 2016 | B2 |
9363183 | Kumar et al. | Jun 2016 | B2 |
9397946 | Yadav | Jul 2016 | B1 |
9407540 | Kumar et al. | Aug 2016 | B2 |
9407599 | Koponen et al. | Aug 2016 | B2 |
9419897 | Cherian et al. | Aug 2016 | B2 |
9442752 | Roth et al. | Sep 2016 | B1 |
9467382 | Kumar et al. | Oct 2016 | B2 |
9479358 | Klosowski et al. | Oct 2016 | B2 |
9503530 | Niedzielski | Nov 2016 | B1 |
9531590 | Jain et al. | Dec 2016 | B2 |
9577845 | Thakkar et al. | Feb 2017 | B2 |
9602380 | Strassner | Mar 2017 | B2 |
9608896 | Kumar et al. | Mar 2017 | B2 |
9660905 | Dunbar et al. | May 2017 | B2 |
9686192 | Sengupta et al. | Jun 2017 | B2 |
9686200 | Pettit et al. | Jun 2017 | B2 |
9705702 | Foo et al. | Jul 2017 | B2 |
9705775 | Zhang et al. | Jul 2017 | B2 |
9749229 | Previdi et al. | Aug 2017 | B2 |
9755898 | Jain et al. | Sep 2017 | B2 |
9755971 | Wang et al. | Sep 2017 | B2 |
9774537 | Jain | Sep 2017 | B2 |
9787559 | Schroeder | Oct 2017 | B1 |
9787605 | Zhang et al. | Oct 2017 | B2 |
9804797 | Ng et al. | Oct 2017 | B1 |
9825810 | Jain et al. | Nov 2017 | B2 |
9860079 | Cohn et al. | Jan 2018 | B2 |
9900410 | Dalal | Feb 2018 | B2 |
9935827 | Jain et al. | Apr 2018 | B2 |
9979641 | Jain et al. | May 2018 | B2 |
9985896 | Koponen et al. | May 2018 | B2 |
9996380 | Singh et al. | Jun 2018 | B2 |
10013276 | Fahs et al. | Jul 2018 | B2 |
10042722 | Chigurupati et al. | Aug 2018 | B1 |
10075470 | Vaidya et al. | Sep 2018 | B2 |
10079779 | Zhang et al. | Sep 2018 | B2 |
10084703 | Kumar et al. | Sep 2018 | B2 |
10089127 | Padmanabhan et al. | Oct 2018 | B2 |
10091276 | Bloomquist et al. | Oct 2018 | B2 |
10104169 | Moniz et al. | Oct 2018 | B1 |
10129077 | Jain et al. | Nov 2018 | B2 |
10129180 | Zhang et al. | Nov 2018 | B2 |
10135636 | Jiang et al. | Nov 2018 | B2 |
10135737 | Jain | Nov 2018 | B2 |
10158573 | Lee et al. | Dec 2018 | B1 |
10187306 | Nainar et al. | Jan 2019 | B2 |
10200493 | Bendapudi et al. | Feb 2019 | B2 |
10212071 | Kancherla et al. | Feb 2019 | B2 |
10225137 | Jain et al. | Mar 2019 | B2 |
10237379 | Kumar et al. | Mar 2019 | B2 |
10250501 | Ni | Apr 2019 | B2 |
10257095 | Jain | Apr 2019 | B2 |
10284390 | Kumar et al. | May 2019 | B2 |
10305822 | Tao et al. | May 2019 | B2 |
10320679 | Jain | Jun 2019 | B2 |
10333822 | Jeuk et al. | Jun 2019 | B1 |
10341233 | Jain et al. | Jul 2019 | B2 |
10341427 | Jalan et al. | Jul 2019 | B2 |
10375155 | Cai et al. | Aug 2019 | B1 |
10390285 | Zhou | Aug 2019 | B2 |
10397275 | Jain et al. | Aug 2019 | B2 |
10445509 | Thota et al. | Oct 2019 | B2 |
10484334 | Lee et al. | Nov 2019 | B1 |
10514941 | Zhang et al. | Dec 2019 | B2 |
10516568 | Jain et al. | Dec 2019 | B2 |
10547508 | Kanakarajan | Jan 2020 | B1 |
10547692 | Salgueiro et al. | Jan 2020 | B2 |
10554484 | Chanda et al. | Feb 2020 | B2 |
10594743 | Hong et al. | Mar 2020 | B2 |
10609091 | Hong et al. | Mar 2020 | B2 |
10609122 | Argenti et al. | Mar 2020 | B1 |
10623309 | Gampel et al. | Apr 2020 | B1 |
10637750 | Bollineni et al. | Apr 2020 | B1 |
10645060 | Ao et al. | May 2020 | B2 |
10645201 | Mishra et al. | May 2020 | B2 |
10659252 | Boutros et al. | May 2020 | B2 |
10693782 | Jain et al. | Jun 2020 | B2 |
10700891 | Hao et al. | Jun 2020 | B2 |
10708229 | Sevinc et al. | Jul 2020 | B2 |
10728174 | Boutros et al. | Jul 2020 | B2 |
10735311 | Li | Aug 2020 | B2 |
10742544 | Roeland et al. | Aug 2020 | B2 |
10757077 | Rajahalme et al. | Aug 2020 | B2 |
10797910 | Boutros et al. | Oct 2020 | B2 |
10797966 | Boutros et al. | Oct 2020 | B2 |
10802858 | Gunda | Oct 2020 | B2 |
10805181 | Boutros et al. | Oct 2020 | B2 |
10805192 | Boutros et al. | Oct 2020 | B2 |
10812378 | Nainar et al. | Oct 2020 | B2 |
10826835 | Ruckstuhl et al. | Nov 2020 | B2 |
10834004 | Yigit et al. | Nov 2020 | B2 |
10853111 | Gupta et al. | Dec 2020 | B1 |
10929171 | Gokhale et al. | Feb 2021 | B2 |
10931793 | Kumar et al. | Feb 2021 | B2 |
10938668 | Zulak et al. | Mar 2021 | B1 |
10938716 | Chin et al. | Mar 2021 | B1 |
10944673 | Naveen et al. | Mar 2021 | B2 |
10949244 | Naveen et al. | Mar 2021 | B2 |
10997177 | Howes et al. | May 2021 | B1 |
11003482 | Rolando et al. | May 2021 | B2 |
11012351 | Feng et al. | May 2021 | B2 |
11012420 | Sevinc et al. | May 2021 | B2 |
11026047 | Greenberger et al. | Jun 2021 | B2 |
11036538 | Lecuyer et al. | Jun 2021 | B2 |
11038782 | Boutros et al. | Jun 2021 | B2 |
11042397 | Mishra et al. | Jun 2021 | B2 |
11055273 | Meduri et al. | Jul 2021 | B1 |
11074097 | Naveen et al. | Jul 2021 | B2 |
11075839 | Zhuang et al. | Jul 2021 | B2 |
11075842 | Jain | Jul 2021 | B2 |
11086654 | Rolando et al. | Aug 2021 | B2 |
11119804 | Gokhale et al. | Sep 2021 | B2 |
11140218 | Tidemann et al. | Oct 2021 | B2 |
11153190 | Mahajan et al. | Oct 2021 | B1 |
11153406 | Sawant et al. | Oct 2021 | B2 |
11157304 | Watt, Jr. et al. | Oct 2021 | B2 |
11184397 | Annadata et al. | Nov 2021 | B2 |
11194610 | Mundaragi et al. | Dec 2021 | B2 |
11212356 | Rolando et al. | Dec 2021 | B2 |
11223494 | Mishra et al. | Jan 2022 | B2 |
11249784 | Chalvadi et al. | Feb 2022 | B2 |
11265187 | Boutros et al. | Mar 2022 | B2 |
11277331 | Rolando et al. | Mar 2022 | B2 |
11283717 | Tidemann et al. | Mar 2022 | B2 |
11288088 | Rolando et al. | Mar 2022 | B2 |
11294703 | Rolando et al. | Apr 2022 | B2 |
11296930 | Jain et al. | Apr 2022 | B2 |
11301281 | Rolando et al. | Apr 2022 | B2 |
11316900 | Schottland et al. | Apr 2022 | B1 |
11321113 | Feng et al. | May 2022 | B2 |
11354148 | Rolando et al. | Jun 2022 | B2 |
11360796 | Mishra et al. | Jun 2022 | B2 |
11368387 | Rolando et al. | Jun 2022 | B2 |
11397604 | Mundaragi et al. | Jul 2022 | B2 |
11398983 | Wijnands et al. | Jul 2022 | B2 |
11405431 | Hong et al. | Aug 2022 | B2 |
11411863 | Zhang et al. | Aug 2022 | B2 |
11438257 | Rolando et al. | Sep 2022 | B2 |
11438267 | Jain et al. | Sep 2022 | B2 |
11467861 | Kavathia et al. | Oct 2022 | B2 |
11496606 | Jain et al. | Nov 2022 | B2 |
11528213 | Venkatasubbaiah et al. | Dec 2022 | B2 |
11528219 | Rolando et al. | Dec 2022 | B2 |
11595250 | Naveen et al. | Feb 2023 | B2 |
11604666 | Feng et al. | Mar 2023 | B2 |
11609781 | Mishra et al. | Mar 2023 | B2 |
11611625 | Jain et al. | Mar 2023 | B2 |
11659061 | Sawant et al. | May 2023 | B2 |
11722367 | Jain et al. | Aug 2023 | B2 |
11722559 | Tidemann et al. | Aug 2023 | B2 |
11734043 | Jain et al. | Aug 2023 | B2 |
11743172 | Rolando et al. | Aug 2023 | B2 |
11750476 | Boutros et al. | Sep 2023 | B2 |
20020010783 | Primak et al. | Jan 2002 | A1 |
20020078370 | Tahan | Jun 2002 | A1 |
20020097724 | Halme et al. | Jul 2002 | A1 |
20020194350 | Lu et al. | Dec 2002 | A1 |
20030065711 | Acharya et al. | Apr 2003 | A1 |
20030093481 | Mitchell et al. | May 2003 | A1 |
20030097429 | Wu et al. | May 2003 | A1 |
20030105812 | Flowers et al. | Jun 2003 | A1 |
20030188026 | Denton et al. | Oct 2003 | A1 |
20030236813 | Abjanic | Dec 2003 | A1 |
20040066769 | Ahmavaara et al. | Apr 2004 | A1 |
20040210670 | Anerousis et al. | Oct 2004 | A1 |
20040215703 | Song et al. | Oct 2004 | A1 |
20040249776 | Horvitz et al. | Dec 2004 | A1 |
20050021713 | Dugan et al. | Jan 2005 | A1 |
20050089327 | Ovadia et al. | Apr 2005 | A1 |
20050091396 | Nilakantan et al. | Apr 2005 | A1 |
20050114429 | Caccavale | May 2005 | A1 |
20050114648 | Akundi et al. | May 2005 | A1 |
20050132030 | Hopen et al. | Jun 2005 | A1 |
20050198200 | Subramanian et al. | Sep 2005 | A1 |
20050249199 | Albert | Nov 2005 | A1 |
20060069776 | Shim et al. | Mar 2006 | A1 |
20060112297 | Davidson | May 2006 | A1 |
20060130133 | Andreev et al. | Jun 2006 | A1 |
20060155862 | Kathi | Jul 2006 | A1 |
20060195896 | Fulp et al. | Aug 2006 | A1 |
20060233155 | Srivastava | Oct 2006 | A1 |
20070061492 | Riel | Mar 2007 | A1 |
20070121615 | Weill et al. | May 2007 | A1 |
20070153782 | Fletcher et al. | Jul 2007 | A1 |
20070214282 | Sen | Sep 2007 | A1 |
20070248091 | Khalid et al. | Oct 2007 | A1 |
20070260750 | Feied et al. | Nov 2007 | A1 |
20070288615 | Keohane et al. | Dec 2007 | A1 |
20070291773 | Khan et al. | Dec 2007 | A1 |
20080005293 | Bhargava et al. | Jan 2008 | A1 |
20080031263 | Ervin et al. | Feb 2008 | A1 |
20080046400 | Shi et al. | Feb 2008 | A1 |
20080049614 | Briscoe et al. | Feb 2008 | A1 |
20080049619 | Twiss | Feb 2008 | A1 |
20080049786 | Ram et al. | Feb 2008 | A1 |
20080072305 | Casado et al. | Mar 2008 | A1 |
20080084819 | Parizhsky et al. | Apr 2008 | A1 |
20080095153 | Fukunaga et al. | Apr 2008 | A1 |
20080104608 | Hyser et al. | May 2008 | A1 |
20080195755 | Lu et al. | Aug 2008 | A1 |
20080225714 | Denis | Sep 2008 | A1 |
20080239991 | Applegate et al. | Oct 2008 | A1 |
20080247396 | Hazard | Oct 2008 | A1 |
20080276085 | Davidson et al. | Nov 2008 | A1 |
20080279196 | Friskney et al. | Nov 2008 | A1 |
20090003349 | Havemann et al. | Jan 2009 | A1 |
20090003364 | Fendick et al. | Jan 2009 | A1 |
20090003375 | Havemann et al. | Jan 2009 | A1 |
20090019135 | Eswaran et al. | Jan 2009 | A1 |
20090037713 | Khalid et al. | Feb 2009 | A1 |
20090063706 | Goldman et al. | Mar 2009 | A1 |
20090129271 | Ramankutty et al. | May 2009 | A1 |
20090172666 | Yahalom et al. | Jul 2009 | A1 |
20090190506 | Belling et al. | Jul 2009 | A1 |
20090199268 | Ahmavaara et al. | Aug 2009 | A1 |
20090235325 | Dimitrakos et al. | Sep 2009 | A1 |
20090238084 | Nadeau et al. | Sep 2009 | A1 |
20090249472 | Litvin et al. | Oct 2009 | A1 |
20090264567 | Prins | Oct 2009 | A1 |
20090265467 | Peles et al. | Oct 2009 | A1 |
20090271586 | Shaath | Oct 2009 | A1 |
20090299791 | Blake et al. | Dec 2009 | A1 |
20090300210 | Ferris | Dec 2009 | A1 |
20090303880 | Maltz et al. | Dec 2009 | A1 |
20090307334 | Maltz et al. | Dec 2009 | A1 |
20090327464 | Archer et al. | Dec 2009 | A1 |
20100031360 | Seshadri et al. | Feb 2010 | A1 |
20100036903 | Ahmad et al. | Feb 2010 | A1 |
20100100616 | Bryson et al. | Apr 2010 | A1 |
20100131638 | Kondamuru | May 2010 | A1 |
20100165985 | Sharma et al. | Jul 2010 | A1 |
20100223364 | Wei | Sep 2010 | A1 |
20100223621 | Joshi et al. | Sep 2010 | A1 |
20100235915 | Memon et al. | Sep 2010 | A1 |
20100254385 | Sharma et al. | Oct 2010 | A1 |
20100257278 | Gunturu | Oct 2010 | A1 |
20100265824 | Chao et al. | Oct 2010 | A1 |
20100281482 | Pike et al. | Nov 2010 | A1 |
20100332595 | Fullagar et al. | Dec 2010 | A1 |
20110010578 | Dominguez et al. | Jan 2011 | A1 |
20110016348 | Pace et al. | Jan 2011 | A1 |
20110022695 | Dalal et al. | Jan 2011 | A1 |
20110022812 | Van Der Linden et al. | Jan 2011 | A1 |
20110035494 | Pandey et al. | Feb 2011 | A1 |
20110040893 | Karaoguz et al. | Feb 2011 | A1 |
20110055845 | Nandagopal et al. | Mar 2011 | A1 |
20110058563 | Saraph et al. | Mar 2011 | A1 |
20110090912 | Shippy | Apr 2011 | A1 |
20110164504 | Bothos et al. | Jul 2011 | A1 |
20110194563 | Shen et al. | Aug 2011 | A1 |
20110211463 | Matityahu et al. | Sep 2011 | A1 |
20110225293 | Rathod | Sep 2011 | A1 |
20110235508 | Goel et al. | Sep 2011 | A1 |
20110261811 | Battestilli et al. | Oct 2011 | A1 |
20110268118 | Schlansker et al. | Nov 2011 | A1 |
20110271007 | Wang et al. | Nov 2011 | A1 |
20110276695 | Maldaner | Nov 2011 | A1 |
20110283013 | Grosser et al. | Nov 2011 | A1 |
20110295991 | Aida | Dec 2011 | A1 |
20110317708 | Clark | Dec 2011 | A1 |
20120005265 | Ushioda et al. | Jan 2012 | A1 |
20120011281 | Hamada et al. | Jan 2012 | A1 |
20120014386 | Xiong et al. | Jan 2012 | A1 |
20120023231 | Jeno | Jan 2012 | A1 |
20120054266 | Kazerani et al. | Mar 2012 | A1 |
20120089664 | Igelka | Apr 2012 | A1 |
20120110577 | Chen et al. | May 2012 | A1 |
20120137004 | Smith | May 2012 | A1 |
20120140719 | Hui et al. | Jun 2012 | A1 |
20120144014 | Natham | Jun 2012 | A1 |
20120147894 | Mulligan et al. | Jun 2012 | A1 |
20120155266 | Patel et al. | Jun 2012 | A1 |
20120176932 | Wu et al. | Jul 2012 | A1 |
20120185588 | Error | Jul 2012 | A1 |
20120195196 | Ghai et al. | Aug 2012 | A1 |
20120207174 | Shieh | Aug 2012 | A1 |
20120213074 | Goldfarb et al. | Aug 2012 | A1 |
20120230187 | Tremblay et al. | Sep 2012 | A1 |
20120239804 | Liu et al. | Sep 2012 | A1 |
20120246637 | Kreeger | Sep 2012 | A1 |
20120266252 | Spiers et al. | Oct 2012 | A1 |
20120281540 | Khan et al. | Nov 2012 | A1 |
20120287789 | Aybay et al. | Nov 2012 | A1 |
20120303784 | Zisapel et al. | Nov 2012 | A1 |
20120303809 | Patel et al. | Nov 2012 | A1 |
20120311568 | Jansen | Dec 2012 | A1 |
20120317260 | Husain et al. | Dec 2012 | A1 |
20120317570 | Dalcher et al. | Dec 2012 | A1 |
20120331188 | Riordan et al. | Dec 2012 | A1 |
20130003735 | Chao et al. | Jan 2013 | A1 |
20130021942 | Bacthu et al. | Jan 2013 | A1 |
20130031544 | Sridharan et al. | Jan 2013 | A1 |
20130039218 | Narasimhan et al. | Feb 2013 | A1 |
20130044636 | Koponen et al. | Feb 2013 | A1 |
20130058346 | Sridharan et al. | Mar 2013 | A1 |
20130073743 | Ramasamy et al. | Mar 2013 | A1 |
20130100851 | Bacthu et al. | Apr 2013 | A1 |
20130125120 | Zhang et al. | May 2013 | A1 |
20130136126 | Wang | May 2013 | A1 |
20130142048 | Gross, IV et al. | Jun 2013 | A1 |
20130148505 | Koponen et al. | Jun 2013 | A1 |
20130151661 | Koponen et al. | Jun 2013 | A1 |
20130159487 | Patel et al. | Jun 2013 | A1 |
20130160024 | Shtilman et al. | Jun 2013 | A1 |
20130163594 | Sharma et al. | Jun 2013 | A1 |
20130166703 | Hammer et al. | Jun 2013 | A1 |
20130170501 | Egi et al. | Jul 2013 | A1 |
20130201989 | Hu et al. | Aug 2013 | A1 |
20130227097 | Yasuda et al. | Aug 2013 | A1 |
20130227550 | Weinstein et al. | Aug 2013 | A1 |
20130287026 | Davie | Oct 2013 | A1 |
20130287036 | Banavalikar et al. | Oct 2013 | A1 |
20130291088 | Shieh et al. | Oct 2013 | A1 |
20130297798 | Arisoylu et al. | Nov 2013 | A1 |
20130301472 | Allan | Nov 2013 | A1 |
20130311637 | Kamath et al. | Nov 2013 | A1 |
20130318219 | Kancherla | Nov 2013 | A1 |
20130322446 | Biswas et al. | Dec 2013 | A1 |
20130332983 | Koorevaar et al. | Dec 2013 | A1 |
20130336319 | Liu et al. | Dec 2013 | A1 |
20130343174 | Guichard et al. | Dec 2013 | A1 |
20130343378 | Veteikis et al. | Dec 2013 | A1 |
20140003232 | Guichard et al. | Jan 2014 | A1 |
20140003422 | Mogul et al. | Jan 2014 | A1 |
20140010085 | Kavunder et al. | Jan 2014 | A1 |
20140029447 | Schrum, Jr. | Jan 2014 | A1 |
20140046997 | Dain et al. | Feb 2014 | A1 |
20140046998 | Dain et al. | Feb 2014 | A1 |
20140050223 | Foo et al. | Feb 2014 | A1 |
20140052844 | Nayak et al. | Feb 2014 | A1 |
20140059204 | Nguyen et al. | Feb 2014 | A1 |
20140059544 | Koganty et al. | Feb 2014 | A1 |
20140068602 | Gember et al. | Mar 2014 | A1 |
20140092738 | Grandhi et al. | Apr 2014 | A1 |
20140092906 | Kandaswamy et al. | Apr 2014 | A1 |
20140092914 | Kondapalli | Apr 2014 | A1 |
20140096183 | Jain et al. | Apr 2014 | A1 |
20140101226 | Khandekar et al. | Apr 2014 | A1 |
20140101656 | Zhu et al. | Apr 2014 | A1 |
20140108665 | Arora et al. | Apr 2014 | A1 |
20140115578 | Cooper et al. | Apr 2014 | A1 |
20140129715 | Mortazavi | May 2014 | A1 |
20140149696 | Frenkel et al. | May 2014 | A1 |
20140164477 | Springer et al. | Jun 2014 | A1 |
20140169168 | Jalan et al. | Jun 2014 | A1 |
20140169375 | Khan et al. | Jun 2014 | A1 |
20140195666 | Dumitriu et al. | Jul 2014 | A1 |
20140207968 | Kumar et al. | Jul 2014 | A1 |
20140254374 | Janakiraman et al. | Sep 2014 | A1 |
20140254591 | Mahadevan et al. | Sep 2014 | A1 |
20140269487 | Kalkunte | Sep 2014 | A1 |
20140269717 | Thubert et al. | Sep 2014 | A1 |
20140269724 | Mehler et al. | Sep 2014 | A1 |
20140280896 | Papakostas et al. | Sep 2014 | A1 |
20140281029 | Danforth | Sep 2014 | A1 |
20140282526 | Basavaiah et al. | Sep 2014 | A1 |
20140301388 | Jagadish et al. | Oct 2014 | A1 |
20140304231 | Kamath et al. | Oct 2014 | A1 |
20140307744 | Dunbar et al. | Oct 2014 | A1 |
20140310391 | Sorenson et al. | Oct 2014 | A1 |
20140310418 | Sorenson, III et al. | Oct 2014 | A1 |
20140317677 | Vaidya et al. | Oct 2014 | A1 |
20140321459 | Kumar et al. | Oct 2014 | A1 |
20140330983 | Zisapel et al. | Nov 2014 | A1 |
20140334485 | Jain et al. | Nov 2014 | A1 |
20140334488 | Guichard et al. | Nov 2014 | A1 |
20140341029 | Allan et al. | Nov 2014 | A1 |
20140351452 | Bosch et al. | Nov 2014 | A1 |
20140362682 | Guichard et al. | Dec 2014 | A1 |
20140362705 | Pan | Dec 2014 | A1 |
20140369204 | Anand et al. | Dec 2014 | A1 |
20140372567 | Ganesh et al. | Dec 2014 | A1 |
20140372616 | Arisoylu et al. | Dec 2014 | A1 |
20140372702 | Subramanyam et al. | Dec 2014 | A1 |
20150003453 | Sengupta et al. | Jan 2015 | A1 |
20150003455 | Haddad et al. | Jan 2015 | A1 |
20150009995 | Gross, IV et al. | Jan 2015 | A1 |
20150016279 | Zhang et al. | Jan 2015 | A1 |
20150023354 | Li et al. | Jan 2015 | A1 |
20150026321 | Ravinoothala et al. | Jan 2015 | A1 |
20150026345 | Ravinoothala et al. | Jan 2015 | A1 |
20150026362 | Guichard et al. | Jan 2015 | A1 |
20150030024 | Venkataswami et al. | Jan 2015 | A1 |
20150052262 | Chanda et al. | Feb 2015 | A1 |
20150052522 | Chanda et al. | Feb 2015 | A1 |
20150063102 | Mestery et al. | Mar 2015 | A1 |
20150063364 | Thakkar et al. | Mar 2015 | A1 |
20150071285 | Kumar et al. | Mar 2015 | A1 |
20150071301 | Dalal | Mar 2015 | A1 |
20150073967 | Katsuyama et al. | Mar 2015 | A1 |
20150078384 | Jackson et al. | Mar 2015 | A1 |
20150092551 | Moisand et al. | Apr 2015 | A1 |
20150092564 | Aldrin | Apr 2015 | A1 |
20150103645 | Shen et al. | Apr 2015 | A1 |
20150103679 | Tessmer et al. | Apr 2015 | A1 |
20150103827 | Quinn et al. | Apr 2015 | A1 |
20150106802 | Ivanov et al. | Apr 2015 | A1 |
20150109901 | Tan et al. | Apr 2015 | A1 |
20150124608 | Agarwal et al. | May 2015 | A1 |
20150124622 | Kovvali et al. | May 2015 | A1 |
20150124815 | Beliveau | May 2015 | A1 |
20150124840 | Bergeron | May 2015 | A1 |
20150138973 | Kumar et al. | May 2015 | A1 |
20150139041 | Bosch et al. | May 2015 | A1 |
20150146539 | Mehta et al. | May 2015 | A1 |
20150156035 | Foo et al. | Jun 2015 | A1 |
20150188770 | Naiksatam et al. | Jul 2015 | A1 |
20150195197 | Yong et al. | Jul 2015 | A1 |
20150213087 | Sikri | Jul 2015 | A1 |
20150215819 | Bosch et al. | Jul 2015 | A1 |
20150222640 | Kumar et al. | Aug 2015 | A1 |
20150236948 | Dunbar et al. | Aug 2015 | A1 |
20150237013 | Bansal et al. | Aug 2015 | A1 |
20150242197 | Alfonso et al. | Aug 2015 | A1 |
20150244617 | Nakil et al. | Aug 2015 | A1 |
20150263901 | Kumar et al. | Sep 2015 | A1 |
20150263946 | Tubaltsev et al. | Sep 2015 | A1 |
20150271102 | Antich | Sep 2015 | A1 |
20150280959 | Vincent | Oct 2015 | A1 |
20150281089 | Marchetti | Oct 2015 | A1 |
20150281098 | Pettit et al. | Oct 2015 | A1 |
20150281125 | Koponen et al. | Oct 2015 | A1 |
20150281179 | Raman et al. | Oct 2015 | A1 |
20150281180 | Raman et al. | Oct 2015 | A1 |
20150288671 | Chan et al. | Oct 2015 | A1 |
20150288679 | Ben-Nun et al. | Oct 2015 | A1 |
20150295831 | Kumar et al. | Oct 2015 | A1 |
20150319078 | Lee et al. | Nov 2015 | A1 |
20150319096 | Mp et al. | Nov 2015 | A1 |
20150358235 | Zhang et al. | Dec 2015 | A1 |
20150358294 | Kancharla et al. | Dec 2015 | A1 |
20150365322 | Shatzkamer et al. | Dec 2015 | A1 |
20150370586 | Cooper et al. | Dec 2015 | A1 |
20150370596 | Fahs et al. | Dec 2015 | A1 |
20150372840 | Benny et al. | Dec 2015 | A1 |
20150372911 | Yabusaki et al. | Dec 2015 | A1 |
20150379277 | Thota et al. | Dec 2015 | A1 |
20150381493 | Bansal et al. | Dec 2015 | A1 |
20150381494 | Cherian et al. | Dec 2015 | A1 |
20150381495 | Cherian et al. | Dec 2015 | A1 |
20160006654 | Fernando et al. | Jan 2016 | A1 |
20160028640 | Zhang et al. | Jan 2016 | A1 |
20160043901 | Sankar | Feb 2016 | A1 |
20160043952 | Zhang et al. | Feb 2016 | A1 |
20160057050 | Ostrom et al. | Feb 2016 | A1 |
20160057687 | Horn et al. | Feb 2016 | A1 |
20160065503 | Yohe et al. | Mar 2016 | A1 |
20160080253 | Wang et al. | Mar 2016 | A1 |
20160087888 | Jain et al. | Mar 2016 | A1 |
20160094384 | Jain et al. | Mar 2016 | A1 |
20160094389 | Jain et al. | Mar 2016 | A1 |
20160094451 | Jain et al. | Mar 2016 | A1 |
20160094452 | Jain et al. | Mar 2016 | A1 |
20160094453 | Jain et al. | Mar 2016 | A1 |
20160094454 | Jain et al. | Mar 2016 | A1 |
20160094455 | Jain et al. | Mar 2016 | A1 |
20160094456 | Jain et al. | Mar 2016 | A1 |
20160094457 | Jain et al. | Mar 2016 | A1 |
20160094631 | Jain et al. | Mar 2016 | A1 |
20160094632 | Jain et al. | Mar 2016 | A1 |
20160094633 | Jain et al. | Mar 2016 | A1 |
20160094642 | Jain et al. | Mar 2016 | A1 |
20160094643 | Jain et al. | Mar 2016 | A1 |
20160094661 | Jain et al. | Mar 2016 | A1 |
20160099948 | Ott et al. | Apr 2016 | A1 |
20160105333 | Lenglet et al. | Apr 2016 | A1 |
20160119226 | Guichard et al. | Apr 2016 | A1 |
20160127306 | Wang et al. | May 2016 | A1 |
20160127564 | Sharma et al. | May 2016 | A1 |
20160134528 | Lin et al. | May 2016 | A1 |
20160149784 | Zhang et al. | May 2016 | A1 |
20160149816 | Roach et al. | May 2016 | A1 |
20160149828 | Vijayan et al. | May 2016 | A1 |
20160162320 | Singh et al. | Jun 2016 | A1 |
20160164776 | Biancaniello | Jun 2016 | A1 |
20160164787 | Roach et al. | Jun 2016 | A1 |
20160164826 | Riedel et al. | Jun 2016 | A1 |
20160173373 | Guichard et al. | Jun 2016 | A1 |
20160182684 | Connor et al. | Jun 2016 | A1 |
20160188527 | Cherian et al. | Jun 2016 | A1 |
20160197831 | Foy et al. | Jul 2016 | A1 |
20160197839 | Li et al. | Jul 2016 | A1 |
20160203817 | Formhals et al. | Jul 2016 | A1 |
20160205015 | Halligan et al. | Jul 2016 | A1 |
20160212048 | Kaempfer et al. | Jul 2016 | A1 |
20160212237 | Nishijima | Jul 2016 | A1 |
20160218918 | Chu et al. | Jul 2016 | A1 |
20160226700 | Zhang et al. | Aug 2016 | A1 |
20160226754 | Zhang et al. | Aug 2016 | A1 |
20160226762 | Zhang et al. | Aug 2016 | A1 |
20160232019 | Shah et al. | Aug 2016 | A1 |
20160248685 | Pignataro et al. | Aug 2016 | A1 |
20160277210 | Lin et al. | Sep 2016 | A1 |
20160277294 | Akiyoshi | Sep 2016 | A1 |
20160294612 | Ravinoothala et al. | Oct 2016 | A1 |
20160294933 | Hong et al. | Oct 2016 | A1 |
20160294935 | Hong et al. | Oct 2016 | A1 |
20160308758 | Li et al. | Oct 2016 | A1 |
20160308961 | Rao | Oct 2016 | A1 |
20160337189 | Liebhart et al. | Nov 2016 | A1 |
20160337249 | Zhang et al. | Nov 2016 | A1 |
20160337317 | Hwang et al. | Nov 2016 | A1 |
20160344565 | Batz et al. | Nov 2016 | A1 |
20160344621 | Roeland et al. | Nov 2016 | A1 |
20160344803 | Batz et al. | Nov 2016 | A1 |
20160352866 | Gupta et al. | Dec 2016 | A1 |
20160366046 | Anantharam et al. | Dec 2016 | A1 |
20160373364 | Yokota | Dec 2016 | A1 |
20160378537 | Zou | Dec 2016 | A1 |
20160380812 | Chanda et al. | Dec 2016 | A1 |
20170005882 | Tao et al. | Jan 2017 | A1 |
20170005920 | Previdi et al. | Jan 2017 | A1 |
20170005923 | Babakian | Jan 2017 | A1 |
20170005988 | Bansal et al. | Jan 2017 | A1 |
20170019303 | Swamy et al. | Jan 2017 | A1 |
20170019329 | Kozat et al. | Jan 2017 | A1 |
20170019331 | Yong | Jan 2017 | A1 |
20170019341 | Huang et al. | Jan 2017 | A1 |
20170026417 | Ermagan et al. | Jan 2017 | A1 |
20170033939 | Bragg et al. | Feb 2017 | A1 |
20170063683 | Li et al. | Mar 2017 | A1 |
20170063928 | Jain et al. | Mar 2017 | A1 |
20170064048 | Pettit et al. | Mar 2017 | A1 |
20170064749 | Jain et al. | Mar 2017 | A1 |
20170078176 | Lakshmikantha et al. | Mar 2017 | A1 |
20170078961 | Rabii et al. | Mar 2017 | A1 |
20170093698 | Farmanbar | Mar 2017 | A1 |
20170093758 | Chanda | Mar 2017 | A1 |
20170099194 | Wei | Apr 2017 | A1 |
20170126497 | Dubey et al. | May 2017 | A1 |
20170126522 | McCann et al. | May 2017 | A1 |
20170126726 | Han | May 2017 | A1 |
20170134538 | Mahkonen et al. | May 2017 | A1 |
20170142012 | Thakkar et al. | May 2017 | A1 |
20170147399 | Cropper et al. | May 2017 | A1 |
20170149582 | Cohn et al. | May 2017 | A1 |
20170149675 | Yang | May 2017 | A1 |
20170149680 | Liu et al. | May 2017 | A1 |
20170163531 | Kumar et al. | Jun 2017 | A1 |
20170163724 | Puri et al. | Jun 2017 | A1 |
20170170990 | Gaddehosur et al. | Jun 2017 | A1 |
20170171159 | Kumar et al. | Jun 2017 | A1 |
20170180240 | Kern et al. | Jun 2017 | A1 |
20170195255 | Pham et al. | Jul 2017 | A1 |
20170208000 | Bosch et al. | Jul 2017 | A1 |
20170208011 | Bosch et al. | Jul 2017 | A1 |
20170208532 | Zhou | Jul 2017 | A1 |
20170214627 | Zhang et al. | Jul 2017 | A1 |
20170220306 | Price et al. | Aug 2017 | A1 |
20170230333 | Glazemakers et al. | Aug 2017 | A1 |
20170230467 | Salgueiro et al. | Aug 2017 | A1 |
20170237656 | Gage | Aug 2017 | A1 |
20170250869 | Voellmy | Aug 2017 | A1 |
20170250902 | Rasanen et al. | Aug 2017 | A1 |
20170250917 | Ruckstuhl et al. | Aug 2017 | A1 |
20170251065 | Furr et al. | Aug 2017 | A1 |
20170257432 | Fu et al. | Sep 2017 | A1 |
20170264677 | Li | Sep 2017 | A1 |
20170273099 | Zhang et al. | Sep 2017 | A1 |
20170279938 | You et al. | Sep 2017 | A1 |
20170295021 | Gutiérrez et al. | Oct 2017 | A1 |
20170295033 | Cherian et al. | Oct 2017 | A1 |
20170295100 | Hira et al. | Oct 2017 | A1 |
20170310588 | Zuo | Oct 2017 | A1 |
20170310611 | Kumar et al. | Oct 2017 | A1 |
20170317887 | Dwaraki et al. | Nov 2017 | A1 |
20170317926 | Penno et al. | Nov 2017 | A1 |
20170317936 | Swaminathan et al. | Nov 2017 | A1 |
20170317954 | Masurekar et al. | Nov 2017 | A1 |
20170317969 | Masurekar et al. | Nov 2017 | A1 |
20170318081 | Hopen et al. | Nov 2017 | A1 |
20170318097 | Drew et al. | Nov 2017 | A1 |
20170324651 | Penno et al. | Nov 2017 | A1 |
20170324654 | Previdi et al. | Nov 2017 | A1 |
20170331672 | Fedyk et al. | Nov 2017 | A1 |
20170339110 | Ni | Nov 2017 | A1 |
20170339600 | Roeland et al. | Nov 2017 | A1 |
20170346764 | Tan et al. | Nov 2017 | A1 |
20170353387 | Kwak et al. | Dec 2017 | A1 |
20170359252 | Kumar et al. | Dec 2017 | A1 |
20170364287 | Antony et al. | Dec 2017 | A1 |
20170364794 | Mahkonen et al. | Dec 2017 | A1 |
20170366605 | Chang et al. | Dec 2017 | A1 |
20170373990 | Jeuk et al. | Dec 2017 | A1 |
20180004954 | Liguori et al. | Jan 2018 | A1 |
20180006935 | Mutnuru et al. | Jan 2018 | A1 |
20180026911 | Anholt et al. | Jan 2018 | A1 |
20180027101 | Kumar et al. | Jan 2018 | A1 |
20180041425 | Zhang | Feb 2018 | A1 |
20180041470 | Schultz et al. | Feb 2018 | A1 |
20180041524 | Reddy et al. | Feb 2018 | A1 |
20180063000 | Wu et al. | Mar 2018 | A1 |
20180063018 | Bosch et al. | Mar 2018 | A1 |
20180063087 | Hira et al. | Mar 2018 | A1 |
20180091420 | Drake et al. | Mar 2018 | A1 |
20180102919 | Hao et al. | Apr 2018 | A1 |
20180102965 | Hari et al. | Apr 2018 | A1 |
20180115471 | Curcio et al. | Apr 2018 | A1 |
20180123950 | Garg et al. | May 2018 | A1 |
20180124061 | Raman et al. | May 2018 | A1 |
20180139098 | Sunavala et al. | May 2018 | A1 |
20180145899 | Rao | May 2018 | A1 |
20180159733 | Poon et al. | Jun 2018 | A1 |
20180159801 | Rajan et al. | Jun 2018 | A1 |
20180159943 | Poon et al. | Jun 2018 | A1 |
20180176177 | Bichot et al. | Jun 2018 | A1 |
20180176294 | Vacaro et al. | Jun 2018 | A1 |
20180183764 | Gunda | Jun 2018 | A1 |
20180184281 | Tamagawa et al. | Jun 2018 | A1 |
20180191600 | Hecker et al. | Jul 2018 | A1 |
20180198692 | Ansari et al. | Jul 2018 | A1 |
20180198705 | Wang et al. | Jul 2018 | A1 |
20180198791 | Desai et al. | Jul 2018 | A1 |
20180203736 | Vyas et al. | Jul 2018 | A1 |
20180205637 | Li | Jul 2018 | A1 |
20180213040 | Pak et al. | Jul 2018 | A1 |
20180219762 | Wang et al. | Aug 2018 | A1 |
20180227216 | Hughes | Aug 2018 | A1 |
20180234360 | Narayana et al. | Aug 2018 | A1 |
20180247082 | Durham et al. | Aug 2018 | A1 |
20180248713 | Zanier et al. | Aug 2018 | A1 |
20180248755 | Hecker et al. | Aug 2018 | A1 |
20180248790 | Tan et al. | Aug 2018 | A1 |
20180248986 | Dalal | Aug 2018 | A1 |
20180262427 | Jain et al. | Sep 2018 | A1 |
20180262434 | Koponen et al. | Sep 2018 | A1 |
20180278530 | Connor et al. | Sep 2018 | A1 |
20180288129 | Joshi et al. | Oct 2018 | A1 |
20180295036 | Krishnamurthy et al. | Oct 2018 | A1 |
20180295053 | Leung et al. | Oct 2018 | A1 |
20180302242 | Hao et al. | Oct 2018 | A1 |
20180309632 | Kompella et al. | Oct 2018 | A1 |
20180337849 | Sharma et al. | Nov 2018 | A1 |
20180349212 | Liu et al. | Dec 2018 | A1 |
20180351874 | Abhigyan et al. | Dec 2018 | A1 |
20180375684 | Filsfils et al. | Dec 2018 | A1 |
20190007382 | Nirwal et al. | Jan 2019 | A1 |
20190020580 | Boutros et al. | Jan 2019 | A1 |
20190020600 | Zhang et al. | Jan 2019 | A1 |
20190020684 | Qian et al. | Jan 2019 | A1 |
20190028347 | Johnston et al. | Jan 2019 | A1 |
20190028384 | Penno et al. | Jan 2019 | A1 |
20190028577 | D'Souza et al. | Jan 2019 | A1 |
20190036819 | Kancherla et al. | Jan 2019 | A1 |
20190068500 | Hira | Feb 2019 | A1 |
20190089679 | Kahalon et al. | Mar 2019 | A1 |
20190097838 | Sahoo et al. | Mar 2019 | A1 |
20190102280 | Caldato et al. | Apr 2019 | A1 |
20190108049 | Singh et al. | Apr 2019 | A1 |
20190116063 | Bottorff et al. | Apr 2019 | A1 |
20190121961 | Coleman et al. | Apr 2019 | A1 |
20190124096 | Ahuja et al. | Apr 2019 | A1 |
20190132220 | Boutros et al. | May 2019 | A1 |
20190132221 | Boutros et al. | May 2019 | A1 |
20190140863 | Nainar et al. | May 2019 | A1 |
20190140947 | Zhuang et al. | May 2019 | A1 |
20190140950 | Zhuang et al. | May 2019 | A1 |
20190149512 | Sevinc et al. | May 2019 | A1 |
20190149516 | Rajahalme et al. | May 2019 | A1 |
20190149518 | Sevinc et al. | May 2019 | A1 |
20190166045 | Peng et al. | May 2019 | A1 |
20190173778 | Faseela et al. | Jun 2019 | A1 |
20190173850 | Jain et al. | Jun 2019 | A1 |
20190173851 | Jain et al. | Jun 2019 | A1 |
20190222538 | Yang et al. | Jul 2019 | A1 |
20190229937 | Nagarajan et al. | Jul 2019 | A1 |
20190230126 | Kumar et al. | Jul 2019 | A1 |
20190238363 | Boutros et al. | Aug 2019 | A1 |
20190238364 | Boutros et al. | Aug 2019 | A1 |
20190268384 | Hu et al. | Aug 2019 | A1 |
20190286475 | Mani | Sep 2019 | A1 |
20190288915 | Denyer et al. | Sep 2019 | A1 |
20190288946 | Gupta et al. | Sep 2019 | A1 |
20190288947 | Jain et al. | Sep 2019 | A1 |
20190306036 | Boutros et al. | Oct 2019 | A1 |
20190306086 | Boutros et al. | Oct 2019 | A1 |
20190342175 | Wan et al. | Nov 2019 | A1 |
20190377604 | Cybulski | Dec 2019 | A1 |
20190379578 | Mishra et al. | Dec 2019 | A1 |
20190379579 | Mishra et al. | Dec 2019 | A1 |
20200007388 | Johnston et al. | Jan 2020 | A1 |
20200036629 | Roeland et al. | Jan 2020 | A1 |
20200059761 | Li et al. | Feb 2020 | A1 |
20200067828 | Liu et al. | Feb 2020 | A1 |
20200073739 | Rungta et al. | Mar 2020 | A1 |
20200076684 | Naveen et al. | Mar 2020 | A1 |
20200076734 | Naveen et al. | Mar 2020 | A1 |
20200084141 | Bengough et al. | Mar 2020 | A1 |
20200084147 | Gandhi et al. | Mar 2020 | A1 |
20200136960 | Jeuk et al. | Apr 2020 | A1 |
20200143388 | Duchin et al. | May 2020 | A1 |
20200145331 | Bhandari et al. | May 2020 | A1 |
20200162318 | Patil et al. | May 2020 | A1 |
20200162352 | Jorgenson et al. | May 2020 | A1 |
20200183724 | Shevade et al. | Jun 2020 | A1 |
20200195711 | Abhigyan et al. | Jun 2020 | A1 |
20200204492 | Sarva et al. | Jun 2020 | A1 |
20200213366 | Hong et al. | Jul 2020 | A1 |
20200220805 | Dhanabalan | Jul 2020 | A1 |
20200272493 | Lecuyer et al. | Aug 2020 | A1 |
20200272494 | Gokhale et al. | Aug 2020 | A1 |
20200272495 | Rolando et al. | Aug 2020 | A1 |
20200272496 | Mundaragi et al. | Aug 2020 | A1 |
20200272497 | Kavathia et al. | Aug 2020 | A1 |
20200272498 | Mishra et al. | Aug 2020 | A1 |
20200272499 | Feng et al. | Aug 2020 | A1 |
20200272500 | Feng et al. | Aug 2020 | A1 |
20200272501 | Chalvadi et al. | Aug 2020 | A1 |
20200274757 | Rolando et al. | Aug 2020 | A1 |
20200274769 | Naveen et al. | Aug 2020 | A1 |
20200274778 | Lecuyer et al. | Aug 2020 | A1 |
20200274779 | Rolando et al. | Aug 2020 | A1 |
20200274795 | Rolando et al. | Aug 2020 | A1 |
20200274801 | Feng et al. | Aug 2020 | A1 |
20200274808 | Mundaragi et al. | Aug 2020 | A1 |
20200274809 | Rolando et al. | Aug 2020 | A1 |
20200274810 | Gokhale et al. | Aug 2020 | A1 |
20200274826 | Mishra et al. | Aug 2020 | A1 |
20200274944 | Naveen et al. | Aug 2020 | A1 |
20200274945 | Rolando et al. | Aug 2020 | A1 |
20200287962 | Mishra et al. | Sep 2020 | A1 |
20200322271 | Jain et al. | Oct 2020 | A1 |
20200344088 | Selvaraj et al. | Oct 2020 | A1 |
20200358696 | Hu et al. | Nov 2020 | A1 |
20200364074 | Gunda et al. | Nov 2020 | A1 |
20200366526 | Boutros et al. | Nov 2020 | A1 |
20200366584 | Boutros et al. | Nov 2020 | A1 |
20200382412 | Chandrappa et al. | Dec 2020 | A1 |
20200382420 | Suryanarayana et al. | Dec 2020 | A1 |
20200389401 | Enguehard et al. | Dec 2020 | A1 |
20210004245 | Kamath et al. | Jan 2021 | A1 |
20210011812 | Mitkar et al. | Jan 2021 | A1 |
20210011816 | Mitkar et al. | Jan 2021 | A1 |
20210029088 | Mayya et al. | Jan 2021 | A1 |
20210044502 | Boutros et al. | Feb 2021 | A1 |
20210067439 | Kommula et al. | Mar 2021 | A1 |
20210073736 | Alawi et al. | Mar 2021 | A1 |
20210117217 | Croteau et al. | Apr 2021 | A1 |
20210120080 | Mishra et al. | Apr 2021 | A1 |
20210135992 | Tidemann et al. | May 2021 | A1 |
20210136140 | Tidemann et al. | May 2021 | A1 |
20210136141 | Tidemann et al. | May 2021 | A1 |
20210136147 | Giassa et al. | May 2021 | A1 |
20210218587 | Mishra et al. | Jul 2021 | A1 |
20210227041 | Sawant et al. | Jul 2021 | A1 |
20210227042 | Sawant et al. | Jul 2021 | A1 |
20210240734 | Shah et al. | Aug 2021 | A1 |
20210266295 | Stroz | Aug 2021 | A1 |
20210271565 | Bhavanarushi et al. | Sep 2021 | A1 |
20210306240 | Boutros et al. | Sep 2021 | A1 |
20210311758 | Cao et al. | Oct 2021 | A1 |
20210311772 | Mishra et al. | Oct 2021 | A1 |
20210314248 | Rolando et al. | Oct 2021 | A1 |
20210314252 | Rolando et al. | Oct 2021 | A1 |
20210314253 | Rolando et al. | Oct 2021 | A1 |
20210314268 | Rolando et al. | Oct 2021 | A1 |
20210314277 | Rolando et al. | Oct 2021 | A1 |
20210314310 | Cao et al. | Oct 2021 | A1 |
20210314415 | Rolando et al. | Oct 2021 | A1 |
20210314423 | Rolando et al. | Oct 2021 | A1 |
20210328913 | Nainar et al. | Oct 2021 | A1 |
20210349767 | Asayag et al. | Nov 2021 | A1 |
20210377160 | Faseela | Dec 2021 | A1 |
20220019698 | Durham et al. | Jan 2022 | A1 |
20220030058 | Tidemann et al. | Jan 2022 | A1 |
20220038310 | Boutros et al. | Feb 2022 | A1 |
20220060467 | Montgomery et al. | Feb 2022 | A1 |
20220078037 | Mishra et al. | Mar 2022 | A1 |
20220188140 | Jain et al. | Jun 2022 | A1 |
20220191304 | Jain et al. | Jun 2022 | A1 |
20220417150 | Jain et al. | Dec 2022 | A1 |
20230052818 | Jain et al. | Feb 2023 | A1 |
20230168917 | Kavathia et al. | Jun 2023 | A1 |
20230179474 | Naveen et al. | Jun 2023 | A1 |
20230283689 | Sawant et al. | Sep 2023 | A1 |
Number | Date | Country |
---|---|---|
3034809 | Mar 2018 | CA |
1689369 | Oct 2005 | CN |
101594358 | Dec 2009 | CN |
101729412 | Jun 2010 | CN |
103516807 | Jan 2014 | CN |
103795805 | May 2014 | CN |
104471899 | Mar 2015 | CN |
104521195 | Apr 2015 | CN |
106134137 | Nov 2016 | CN |
107005584 | Aug 2017 | CN |
107078950 | Aug 2017 | CN |
107113208 | Aug 2017 | CN |
107204941 | Sep 2017 | CN |
107210959 | Sep 2017 | CN |
109213573 | Jan 2019 | CN |
110521169 | Nov 2019 | CN |
107105061 | Sep 2020 | CN |
112181632 | Jan 2021 | CN |
2426956 | Mar 2012 | EP |
2466985 | Jun 2012 | EP |
3210345 | Aug 2017 | EP |
B201761 | Aug 2017 | EP |
3300319 | Mar 2018 | EP |
3709600 | Sep 2020 | EP |
2005311863 | Nov 2005 | JP |
2015519822 | Jul 2015 | JP |
9918534 | Apr 1999 | WO |
2008095010 | Aug 2008 | WO |
2014069978 | May 2014 | WO |
2014182529 | Nov 2014 | WO |
2016053373 | Apr 2016 | WO |
2016054272 | Apr 2016 | WO |
2019084066 | May 2019 | WO |
2019147316 | Aug 2019 | WO |
2019157955 | Aug 2019 | WO |
2019168532 | Sep 2019 | WO |
2019226327 | Nov 2019 | WO |
2020046686 | Mar 2020 | WO |
2020171937 | Aug 2020 | WO |
2021041440 | Mar 2021 | WO |
2021086462 | May 2021 | WO |
2021206789 | Oct 2021 | WO |
2022132308 | Jun 2022 | WO |
Entry |
---|
Halpern, J., et al., “Service Function Chaining (SFC) Architecture,” RFC 7665, Oct. 2015, 32 pages, IETF Trust. |
Xiong, Gang, et al., “A Mechanism for Configurable Network Service Chaining and Its Implementation,” KSII Transactions on Internet and Information Systems, Aug. 2016, 27 pages, vol. 10, No. 8, KSII. |
Author Unknown, “Datagram,” Jun. 22, 2012, 2 pages, retrieved from https://web.archive.org/web/20120622031055/https://en.wikipedia.org/wiki/datagram. |
Author Unknown, “AppLogic Features,” Jul. 2007, 2 pages. 3TERA, Inc. |
Author Unknown, “Enabling Service Chaining on Cisco Nexus 1000V Series,” Month Unknown, 2012, 25 pages, Cisco. |
Casado, Martin, et al., “Virtualizing the Network Forwarding Plane,” Dec. 2010, 6 pages. |
Dixon, Colin, et al., “An End to the Middle,” Proceedings of the 12th Conference on Hot Topics in Operating Systems, May 2009, 5 pages, USENIX Association, Berkeley, CA, USA. |
Dumitriu, Dan Mihai, et al., U.S. Appl. No. 61/514,990, filed Aug. 4, 2011, 31 pages. |
Greenberg, Albert, et al., “VL2: A Scalable and Flexible Data Center Network,” SIGCOMM '09, Aug. 17-21, 2009, 12 pages, ACM, Barcelona, Spain. |
Guichard, J., et al., “Network Service Chaining Problem Statement,” Network Working Group, Jun. 13, 2013, 14 pages, Cisco Systems, Inc. |
Halpern, J., et al., “Service Function Chaining (SFC) Architecture,” draft-ietf-sfc-architecture-02, Sep. 20, 2014, 26 pages, IETF. |
Joseph, Dilip Anthony, et al., “A Policy-aware Switching Layer for Data Centers,” Jun. 24, 2008, 26 pages, Electrical Engineering and Computer Sciences, University of California, Berkeley, CA, USA. |
Karakus, Murat, et al., “Quality of Service (QoS) in Software Defined Networking (SDN): A Survey,” Journal of Network and Computer Applications, Dec. 9, 2016, 19 pages, vol. 80, Elsevier, Ltd. |
Kumar, S., et al., “Service Function Chaining Use Cases in Data Centers,” draft-ietf-sfc-dc-use-cases-01, Jul. 21, 2014, 23 pages, IETF. |
Lin, Po-Ching, et al., “Balanced Service Chaining in Software-Defined Networks with Network Function Virtualization,” Computer: Research Feature, Nov. 2016, 9 pages, vol. 49, No. 11, IEEE. |
Liu, W., et al., “Service Function Chaining (SFC) Use Cases,” draft-liu-sfc-use-cases-02, Feb. 13, 2014, 17 pages, IETF. |
PCT International Search Report and Written Opinion of Commonly Owned International Patent Application PCT/US2014/072897, mailed Aug. 4, 2015, 16 pages, International Searching Authority (US). |
Salsano, Stefano, et al., “Generalized Virtual Networking: An Enabler for Service Centric Networking and Network Function Virtualization,” 2014 16th International Telecommunications Network Strategy and Planning Symposium, Sep. 17-19, 2014, 7 pages, IEEE, Funchal, Portugal. |
Sekar, Vyas, et al., “Design and Implementation of a Consolidated Middlebox Architecture,” 9th USENIX Symposium on Networked Systems Design and Implementation, Apr. 25-27, 2012, 14 pages, USENIX, San Jose, CA, USA. |
Sherry, Justine, et al., “Making Middleboxes Someone Else's Problem: Network Processing as a Cloud Service,” In Proc. of SIGCOMM '12, Aug. 13-17, 2012, 12 pages, Helsinki, Finland. |
Siasi, N., et al., “Container-Based Service Function Chain Mapping,” 2019 SoutheastCon, Apr. 11-14, 2019, 6 pages, IEEE, Huntsville, AL, USA. |
Author Unknown, “MPLS,” Mar. 3, 2008, 47 pages. |
Cianfrani, Antonio, et al., “Translating Traffic Engineering Outcome into Segment Routing Paths: the Encoding Problem,” 2016 IEEE Conference on Computer Communications Workshops (INFOCOM Wkshps): GI 2016: 9th IEEE Global Internet Symposium, Apr. 10-14, 2016, 6 pages, IEEE, San Francisco, CA, USA. |
Li, Qing-Gu, “Network Virtualization of Data Center Security,” Information Security and Technology, Oct. 2012, 3 pages. |
Author Unknown, “Research on Multi-tenancy Network Technology for Datacenter Network,” May 2015, 64 pages, Beijing Jiaotong University. |
Author Unknown, “Reference Design: VMware NSX for vSphere (NSX), Network Virtualization Design Guide,” , Aug. 21, 2014, 167 pages, VMware, Inc., Palo Alto, CA, retrieved from https:// communities.vmware.com/docs/DOC-27683. |
Author Unknown, “Service Chaining in OpenStack with NSX,” Dec. 28, 2016, 2 pages, retrieved from https://www.youtube.com/watch?v=xY1uz6PjWlo. |
Number | Date | Country | |
---|---|---|---|
20210359945 A1 | Nov 2021 | US |
Number | Date | Country | |
---|---|---|---|
62083453 | Nov 2014 | US | |
62058044 | Sep 2014 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 16427294 | May 2019 | US |
Child | 17385809 | US | |
Parent | 14557287 | Dec 2014 | US |
Child | 16427294 | US |