Logical memory addressing for network devices

Information

  • Patent Grant
  • 11928367
  • Patent Number
    11,928,367
  • Date Filed
    Tuesday, June 21, 2022
    2 years ago
  • Date Issued
    Tuesday, March 12, 2024
    12 months ago
Abstract
Some embodiments provide a method for, at a network interface controller (NIC) of a computer, accessing data in a network. From the computer, the method receives a request to access data stored at a logical memory address. The method translates the logical memory address into a memory address of a particular network device storing the requested data. The method sends a data message to the particular network device to retrieve the requested data.
Description
BACKGROUND

Especially in the datacenter context, programmable smart network interface controllers (NICs) are becoming more commonplace. These smart NICs typically include a central processing unit (CPU), possibly in addition to one or more application-specific integrated circuits (ASICs) or field-programmable gate arrays (FPGAs). These ASICs (or FPGAs) can be designed for packet processing as well as other uses. However, the inclusion of the CPU also allows for more configurability of the smart NICs, thereby enabling the offloading of some tasks from software of a host computer.


BRIEF SUMMARY

Some embodiments provide a network interface controller (NIC) of a computer that translates logical memory addresses into memory addresses for accessing network devices such that the memory access is transparent to client processes running on the computer. That is, a logical memory is defined that spans one or more devices accessible through a network (and may also include local device memory of the computer). The NIC, in some embodiments, is a smart NIC that includes at least a configurable processor for more than simply performing basic I/O data message handling. The NIC is configured to receive a logical memory address from the computer (e.g., from a client process executing on the computer), translate the logical memory address into a memory address for accessing a particular network device, and send a data message to the particular network device to retrieve the requested data and provide that data to the requesting process.


The network devices, in some embodiments are non-volatile memory express (NVMe) devices that are accessible via NVMe-over-fabric protocols (e.g., NVMe-over-TCP). To access a particular device, the NIC translates the logical memory address in a data request into a specification of the particular device as well as a physical or logical address readable by the NVMe device (i.e., that can be used in the NVMe-over-fabric message). In some embodiments, the translation of the logical memory address specifies a network address (e.g., IP address) for the remote device as well as the memory address readable by the NVMe device. In some embodiments, the logical memory address is translated directly into an NVMe-over-fabric message that includes the TCP and IP headers, the NVMe protocol fields, and the memory address for the remote device. The NIC sends this data message to the network device in order to retrieve the requested data and, in response, receives one or more data messages conveying the requested data (which the NIC can then provide to the requesting process).


In some embodiments, the network devices are a set of storage devices separate from the client computer accessible through the network (e.g., in the same datacenter). These storage devices are accessed by the NICs of multiple computers. These computers, in some embodiments, all execute similar client processes (e.g., multiple computers implementing a distributed machine learning process that retrieve machine learning parameters and/or inputs from the storage devices). In other embodiments, the computers may operate unrelated client processes that simply use the set of storage devices for their own respective inputs and/or outputs.


In some embodiments, the network devices include computers on which the client processes operate. In this case, some of the logical memory addresses are translated into memory accesses of the local CPU memory or a local NVMe device rather than a remote network device. For instance, in the previously-mentioned distributed machine learning process, each of the computers performing training of a machine learning model might also store a subset of the network inputs.


As mentioned, the storage arrangement is transparent to the client processes (in fact is transparent to the CPUs of the computers that access the data). When a computer is booted up, the NIC sends a request to the network to learn the logical memory address translation configuration (e.g., to learn a set of page tables). In some embodiments, a central storage manager sends the translation configuration to the NIC so that the NIC can store this translation configuration and use the configuration for logical memory addresses. In other embodiments, each network device that stores data sends its information to the NIC in order for the NIC to generate the translation configuration. In either case, when data is moved to a new storage location, the change is conveyed to the NICs that access the data in terms of a configuration update. In some embodiments, a grace period is provided, such that data being moved is stored at its old location for a period of time after the new configuration is sent, before being deleted from the old location. The client processes can continue sending their data requests without any knowledge of the new data locations.


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, and the Drawings is needed. Moreover, the claimed subject matters are not to be limited by the illustrative details in the Summary, Detailed Description, and the Drawings, but rather are to be defined by the appended claims, because the claimed subject matters can be embodied in other specific forms without departing from the spirit of the subject matters.





BRIEF DESCRIPTION OF THE DRAWINGS

The novel features of the invention are set forth in the appended claims. However, for purpose of explanation, several embodiments of the invention are set forth in the following figures.



FIG. 1 conceptually illustrates the hardware of a smart NIC of some embodiments that can be configured to translate logical memory addresses into memory addresses for accessing network devices.



FIG. 2 conceptually illustrates the NIC OS of a smart NIC of some embodiments.



FIG. 3 conceptually illustrates a process of some embodiments for translating a logical memory address into a physical or virtual memory address of a particular device.



FIG. 4 conceptually illustrates a client process executing on a host computer and accessing data from a network storage device via a smart NIC of the host computer.



FIG. 5 conceptually illustrates an example logical memory address of some embodiments that is provided to a smart NIC and the translation of that logical memory address by the smart NIC.



FIG. 6 conceptually illustrates a set of network storage devices sending mapping data to a smart NIC when the smart NIC boots up.



FIG. 7 conceptually illustrates the replacement of two network storage devices with a new network storage device.



FIG. 8 conceptually illustrates an electronic system with which some embodiments of the invention are implemented.





DETAILED DESCRIPTION

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 network interface controller (NIC) of a computer that translates logical memory addresses into memory addresses for accessing network devices such that the memory access is transparent to client processes running on the computer. That is, a logical memory is defined that spans one or more devices accessible through a network (and may also include local device memory of the computer). The NIC, in some embodiments, is a smart NIC that includes at least a configurable processor for more than simply performing basic I/O data message handling. The smart NIC is configured to receive a logical memory address from the computer (e.g., from a client process executing on the computer), translate the logical memory address into a memory address for accessing a particular network device, and send a data message to the particular network device to retrieve the requested data and provide that data to the requesting process.


The network devices, in some embodiments are non-volatile memory express (NVMe) devices that are accessible via NVMe-over-fabric protocols (e.g., NVMe-over-TCP). To access a particular device, the NIC translates the logical memory address in a data request into a specification of the particular device as well as a physical or logical address readable by the NVMe device (i.e., that can be used in the NVMe-over-fabric message). In some embodiments, the translation of the logical memory address specifies a network address (e.g., IP address) for the remote device as well as the memory address readable by the NVMe device. In some embodiments, the logical memory address is translated directly into an NVMe-over-fabric message that includes the TCP and IP headers, the NVMe protocol fields, and the memory address for the remote device. The NIC sends this data message to the network device in order to retrieve the requested data and, in response, receives one or more data messages conveying the requested data (which the NIC can then provide to the requesting process).


The smart NIC, in some embodiments, is a configurable network interface controller that includes a general-purpose CPU (e.g., an ARM or x86 processor), which is typically low-power compared to the processor of the computer for which the smart NIC acts as the network interface, in addition to one or more application-specific circuits (e.g., data message processing circuits). In other embodiments, the smart NIC is a NIC with a low-power processor that can be configured to perform logical memory address translation but does not include a full general-purpose CPU with its own operating system.



FIG. 1 conceptually illustrates the hardware of a smart NIC 100 of some embodiments that can be configured to translate logical memory addresses into memory addresses for accessing network devices. As shown, the smart NIC 100 includes its own general-purpose (e.g., x86 or ARM) CPU 105, a set of application-specific integrated circuit (ASICs) 110, memory 115, and a configurable PCIe interface 120. The ASICs 110, in some embodiments, include at least one I/O ASIC that handles the processing of data messages forwarded to and from the computer (e.g., performing forwarding according to a set of forwarding entries). In some embodiments, these ASICs 110 are at least partly controlled by the CPU 105. In some embodiments, either in addition to or as an alternative to the ASICs, the smart NIC may include a set of configurable field-programmable gate arrays (FPGAs). It should be noted that, in some embodiments, the CPU is a lightweight processor (e.g., not an ARM or x86 processor) that only functions to perform logical memory address translation. In other embodiments, the NIC 100 does not include a general-purpose processor at all and instead an ASIC or FPGA is configured to perform the logical memory address translation.


The configurable PCIe interface 120 enables connection of the smart NIC 100 to the other physical components of a computer system via a PCIe bus 125 of the computer system. Via this configurable PCIe interface 120, the smart NIC 100 can present itself to the computer system as a multitude of devices, including a data message processing NIC, a hard disk (using non-volatile memory express (NVMe) over PCIe), or other types of devices. As shown, also connected to the PCIe bus 125 is a set of CPU(s) 130 of a host computer 135. In some embodiments, one or more storage (e.g., NVMe) devices accessible as part of the smart NIC logical memory may also connect to the PCIe bus.


The host computer 135 includes at least a set of CPUs 130 (e.g., a single processor, a multi-core processor, etc.) and a memory (e.g., one or more random access memories) 145. In different embodiments, the host computer 135 may be a bare metal (i.e., non-virtualized) computing device or may operate a set of virtualized data compute nodes (e.g., containers, virtual machines, etc.). The host computer CPU 130 executes a network stack as well as various other processes (e.g., operating system, hypervisor, applications, etc.), making use of the memory 145. A portion of the memory 145 is allocated to I/O virtual memory for use by the network stack executing on the host computer CPU 130.


The host computer 135, via the smart NIC 100, connects through a network 150 to a set of network storage devices 140. These network devices 140, in some embodiments are non-volatile memory express (NVMe) devices that are accessible via NVMe-over-fabric protocols (e.g., NVMe-over-TCP). In other embodiments, the network devices 140 are accessible in a different manner. The network devices 140, along with the smart NIC memory 115 and/or the host computer memory 145 are combined to form a logical memory accessible by the NIC 100. In other embodiments, the logical memory only encompasses the network storage devices 140.


In some embodiments, as shown, the network storage devices 140 are fully separate from the host computer 135 and other host computers 160 that access these devices. These storage devices 140 are accessed by the NICs of multiple computers, which use a similar logical memory translation scheme to access data stored in the network storage devices 140. These host computers 160, in some embodiments, all execute similar client processes. As an example, the host computers 135 and 160 could all execute a distributed machine learning process, with the individual instances each retrieving machine learning parameters and/or inputs from the storage devices 140. In some such embodiments, the local smart NIC memory 115 and host computer memory 145 are not actually part of the logical memory, which is the same across all of the smart NICs of these computers. In other embodiments, the computers 135 and 160 may operate unrelated client processes that simply use the set of network storage devices 140 for their own respective inputs and/or outputs.


In other embodiments, the network devices include some or all of the computers on which the client processes operate. In this case, for at least a subset of the smart NICs, the logical memory spans local memory (i.e., the smart NIC and/or host computer memory) as well as the network storage devices (which might actually be the other computers with their own client processes). For instance, in the previously-mentioned distributed machine learning process, each of the computers executing client processes that perform training of a machine learning model might also store a subset of the network inputs and/or parameters.


In some embodiments, the CPU 105 of the smart NIC 100 executes a NIC operating system (OS) that controls the ASICs 110 and can perform other operations as well, including logical memory address translation. FIG. 2 conceptually illustrates the NIC OS 200 of a smart NIC 205 of some embodiments. The NIC OS 200 is executed, in some embodiments, by the CPU of the smart NIC (e.g., CPU 105). This NIC OS 200 includes a PCIe driver 210, a virtual switch 220, and a memory translation function 215.


The PCIe driver 210 includes multiple physical functions 225, each of which is capable of instantiating multiple virtual functions 230. These different physical functions 225 enable the smart NIC to present as multiple different types of devices to the computer system to which it attaches via its PCIe bus. For instance, the smart NIC can present itself as a network adapter (for processing data messages to and from the computer system) as well as an NVMe disk in some embodiments.


The NIC OS 200 of some embodiments is capable of executing a virtualization program (similar to a hypervisor) that enables sharing resources (e.g., memory, CPU resources) of the smart NIC among multiple machines (e.g., VMs) if those VMs execute on the computer. The virtualization program can provide compute virtualization services and/or network virtualization services similar to a managed hypervisor in some embodiments. These network virtualization services, in some embodiments, include segregating data messages into different private (e.g., overlay) networks that are defined over the physical network (shared between the private networks), forwarding the data messages for these private networks (e.g., performing switching and/or routing operations), and/or performing middlebox services for the private networks.


To implement these network virtualization services, the NIC OS 200 of some embodiments executes the virtual switch 220. The virtual switch 220 enables the smart NIC 205 to perform software-defined networking and provide the I/O ASIC 235 of the smart NIC 205 with a set of flow entries (e.g., the cache entries described herein) so that the I/O ASIC 235 can perform flow processing offload (FPO) for the computer system in some embodiments. The I/O ASIC 235, in some embodiments, receives data messages from the network and transmits data messages to the network via one or more physical network ports 240.


The memory translation function 215 executed by the NIC operating system 200 of some embodiments translates between logical memory addresses and physical or virtual memory addresses of multiple devices, including the physical NIC memory, memory of the host computer, one or more network devices, etc. In some embodiments, the memory translation function 215 translates logical memory addresses into network addresses of the network devices (or even directly into NVME-over-fabric messages). The NIC OS 200 can also include various other operations, including operations not directly related to data message processing (e.g., operations for a machine-learning system).


In other embodiments, as indicated above, the NIC does not run a full NIC OS. Instead, either a lightweight CPU (e.g., a non-x86/ARM processor) or an ASIC or FPGA is configured to perform the logical memory address translation. In this case, the NIC is also capable of performing typical I/O data message processing functions.



FIG. 3 conceptually illustrates a process 300 of some embodiments for translating a logical memory address into a physical or virtual memory address of a particular device. The process 300 is performed by a smart NIC, in some embodiments, in the context of a client process attempting to access data stored at the logical memory address. In different embodiments, the data could be for consumption by the client process (e.g., in a distributed machine learning system), as part of the client process sending a data message or set of data messages (e.g., when streaming a requested file), or a combination thereof. The process 300 will be described in part by reference to FIGS. 4 and 5, which conceptually illustrate examples of client processes accessing file data on a network storage device and the translation tables used to enable this translation according to some embodiments.


As shown, the process 300 begins by receiving (at 305) a request to access data stored at a logical memory address from a client process. In some embodiments, the client process sends this request directly to the NIC, while in other embodiments other operations (e.g., a network stack of the host computer) act as intermediaries between the client process and the NIC. The client process, in some embodiments, simply requests a file (e.g., via its filename). In some such embodiments, the file name acts as the logical memory address (i.e., the NIC translation logic is configured to directly translate the filename into a device and memory location). In other embodiments, an intermediary process translates the filename into a logical memory address or the client process itself uses a logical memory address in its request to the NIC.



FIG. 4 conceptually illustrates a client process 400 executing on a host computer 405 (e.g., on a CPU or GPU of the host computer 405) and accessing data from a network storage device 420 via a smart NIC 415 of the host computer 405. The host computer 405 also includes a local memory 410. As shown by the encircled 1, the client process 400 sends a file access request (with a logical memory address) 425 to the smart NIC 415. This file access request 425 could be a read request, a TCP or UDP message specifying to read a particular file and/or from a particular memory location, or other manner of accessing a file.


The process 300 then determines (at 310) whether the logical memory address maps to local memory. It should be understood that the process 300 is a conceptual process and, in some embodiments, the NIC does not actually make this specific determination. Rather, the NIC of some embodiments translates the logical memory address to a device and memory address, which may correspond to a network device or a local memory. Other embodiments, however, do make a specific determination and use two different translation operations depending on whether the logical memory address corresponds to a network device or a local memory.


If the logical memory address maps to local memory, the process 300 translates (at 315) the logical memory address to a physical or virtual memory address of the local memory (e.g., the CPU or GPU on-board memory, smart NIC memory, an NVMe device locally connected to the PCIe bus, etc.). The process 300 also retrieves (at 320) this data from the local memory using the translated physical or virtual memory address (e.g., via a read operation).


On the other hand, if the logical memory address maps to a network device, the process 300 translates (at 325) the logical memory address to a network device identifier and a memory address for accessing the data at that network device. In some embodiments, the translation of the logical memory address specifies a network address (e.g., IP address) for a remote NVMe device as well as the memory address readable by the NVMe device. In some embodiments, the NIC uses a set of page tables or other memory address translation tables to determine these values.



FIG. 5 conceptually illustrates an example logical memory address 505 of some embodiments that is provided to a smart NIC and the translation of that logical memory address by the smart NIC. As mentioned, in some embodiments the logical memory address 505 represents a particular file or a particular location within a file (e.g., a particular set of bits of a file). In some embodiments, the logical memory address 505 is provided as a file name and a location within the file. The logical memory address 505, in some embodiments, is structured in such a way that if a file is moved from one network storage device to another, it retains the same logical memory address so that the client processes do not need to change their actions to access those files. That is, in some embodiments the logical memory address 505 does not include a specific portion specifying a device, because a particular file may be moved from one device to another. As shown, the logical memory address 505 includes a first portion that indicates the file name and a second portion indicating a portion of the data that is requested. The requested data, in different embodiments, may indicate the entire file, a starting point and ending point within the file, or a starting point and number of bits of the file that should be read. It should be understood that this is only one possible structure for a logical memory address, and that various different structures may be used so long as those logical memory addresses (i) can be translated to an identification of a device and a memory location of that device and (ii) are transparent to changes to the location of the actual data being requested.


The translation logic 500 of the smart NIC includes a set of translation tables 510 that allow the NIC to translate the logical memory address 505. These translation tables 510, in some embodiments, map the file name (or other portion of the logical memory address) to a device identifier (in this case a device IP address) and a location of the file in the storage of that device. Thus, a first file name maps to a first location (Loc_1) on device A (and provides the IP address for that device), a second file name maps to a second location on device B (and provides the IP address for device B), a third file name maps to a third location on device A, etc. This information enables the translation logic 500 to output a device IP address 535 and a physical (or virtual) memory address 540 for that device. In addition, different embodiments refer to the requested data using a starting location and ending location in memory or by using a starting location and amount (e.g., 1500 kb) of subsequent data within the memory that need to be read.


Returning to the FIG. 3, the process 300 generates (at 330) a data message to request the data from the identified device. In some embodiments, the data message is an NVMe-over-fabric message (e.g., NVMe-over-TCP) that is generated based on the network address of the identified device and the memory location of the requested data that is identified for that device. FIG. 5 shows that an NVMe-over-TCP message generator 515 uses the device IP address 535 and the physical or virtual memory address information 540 to generate an NVMe-over-TCP message 520 (e.g., an NVMe-over-TCP command capsule packet data unit), which may be sent as one or more TCP segments. In some embodiments, the translation logic uses the translation tables 510 to translate the logical memory address directly into an NVMe-over-fabric message.


Next, the process 300 sends (at 335) the generated data message via the network to request data from the network device. In the NVMe-over-TCP case, the NIC generates an NVMe-over-TCP command capsule packet data unit (PDU) that requests the specified data from the NVMe device. This PDU is incorporated into one or more TCP segments (using the identified device IP address) and sent to the NVMe device through the network (i.e., the network to which the smart NIC connects the host computer). FIG. 4 shows that, based on the file access request 425, the smart NIC 415 sends an NVMe-over-TCP request message 430 to the network storage device 420. This request message 430 may be sent as one or more TCP segments, depending on the amount of data required (typically a request message will only require a single TCP segment).


After a period of time, the process 300 receives (at 340) one or more data messages with the requested data (unless there is a fault or other error that causes the network storage device to respond with an error message). If a large file is requested, the network storage device may need to send multiple messages (e.g., multiple TCP segments) in order to transfer the entire file to the NIC. In some embodiments, after all of the data has been sent, the network storage device sends an additional message to specify that the data transfer is complete. In FIG. 4, this set of data messages is represented by the file data 435 sent from the network storage device 420 to the smart NIC 415.


Whether the data is retrieved by the NIC from a network storage device or from a local memory, the process 300 provides (at 345) the retrieved data to the client process that requested the data, then ends. In some embodiments, the NIC reconstructs the file from multiple data messages (e.g., the NVMe-over-TCP messages) received from the network storage device before providing the file to the client process. FIG. 4 shows that the smart NIC 415 provides the file data 435 to the client process 400.


As mentioned, the data storage arrangement is transparent to the client processes that access the data in some embodiments. In fact, this storage arrangement is transparent to the CPUs of the computers on which these client processes operate. For this to be the case, the translation tables stored by the NICs need to be configured and kept up to date with any movement of data from one network storage device to another. The data request from a client process for a particular file is the same, irrespective of whether that file is located on one network storage device or another.


When a computer is booted up, the NIC of that computer sends a request to the network to learn the logical memory address translation configuration (e.g., a set of page tables or other configuration data) in some embodiments. In some embodiments, a central storage manager sends the translation configuration to the NIC so that the NIC can store this translation configuration and use the configuration for logical memory addresses. In other embodiments, each network device that stores data sends its information to the NIC in order for the NIC to generate the translation configuration.



FIG. 6 conceptually illustrates a set of network storage devices 620 sending mapping data to a smart NIC 600 when the smart NIC 600 boots up, over three stages 605-615. In the first stage 605, upon booting up, the smart NIC 600 sends a file mapping request 625 to each of the network storage devices 620. As the smart NIC 600 does not necessarily know the individual addresses of all of the network storage devices 620 (or even how many devices are currently present), in some embodiments the smart NIC 600 is configured to send a broadcast or multicast message to a specific broadcast or multicast address that will reach any network storage devices 620. In other embodiments, the smart NIC 600 is configured to send a message to a storage controller or other centralized entity.


In the second stage 610, the network storage devices 620 reply to the smart NIC 600 to indicate their respective file mappings 630. In some embodiments, each device 620 sends a message or set of messages with (i) its network address (e.g., in the network layer header of the message) and (ii) the information needed for the smart NIC 600 to translate logical memory addresses and/or file names into memory addresses for that device 620. In some embodiments, each network device 620 sends to the smart NIC 60 its page tables that enable this mapping, or a set of data that allows the smart NIC 600 to generate the page tables (e.g., a listing of file names and their starting locations within the device memory). As mentioned, in other embodiments, a central repository stores the network page tables (along with the network address for each device) and provides this data to each of the smart NICs upon bootup. The third stage 615 illustrates that the smart NIC 600 now stores a set of translation tables 635 that it can use to translate data access requests from any client processes running on its host computer.


The network storage may not be static. New data could be stored on the device (e.g., in the machine learning context, new inputs and/or modified parameters), other data might be deleted, data can be moved from one device to another, and new devices might be added while others are removed from the network. When changes occur, the network storage devices of some embodiments publish their respective changes to the network so that the smart NICs will have the most up-to-date translation tables. These changes may be published to the set of smart NICs that have previously contacted the network storage devices in some embodiments. In other embodiments, the network storage devices publish their updates by broadcasting the updates or sending the updates to a multicast address to which all of the smart NICs subscribe, or by providing updates to a centralized controller or repository that then publishes these updates to the smart NICs.



FIG. 7 conceptually illustrates the replacement of two network storage devices A and B with a new network storage device C over four stages 705-720. As shown, in the first stage 705, a smart NIC 700 stores a translation table 725 that provides information for at least two files 1 and 2. File 1 is located on network storage device A (at a first location) and file 2 is located on network storage device B (at a second location).


In the second stage 710, a new network storage device C is added to the network to consolidate the data stored on current devices A and B. As shown, this new network storage device C transmits its new updated file mapping information 730 to the smart NIC 700. In some embodiments, the devices A and B that will be brought offline soon also notify the smart NIC 700 (and any other smart NICs that access their data) in order for the smart NIC 700 to remove mappings to these devices in its translation table 725.


The third stage 715 shows that the smart NIC 700 has used the updated file mapping to update its translation table 725. Both file 1 and file 2 are now located on network storage device C at different locations. The client processes can continue sending data requests without any knowledge that this data has moved to device C.


In some embodiments, for changes that involve moving data from one storage device to another (as this change effectively moves data from devices A and B to device C), a grace period is provided such that the data is stored at its old location for a period of time after the new configuration is sent before being deleted from the old location. Stage 720 indicates that once the grace period ends the devices A and B can be removed from the network.



FIG. 8 conceptually illustrates an electronic system 800 with which some embodiments of the invention are implemented. The electronic system 800 may be a computer (e.g., a desktop computer, personal computer, tablet computer, server computer, mainframe, a blade computer etc.), phone, PDA, or any other sort of electronic device. Such an electronic system includes various types of computer readable media and interfaces for various other types of computer readable media. Electronic system 800 includes a bus 805, processing unit(s) 810, a system memory 825, a read-only memory 830, a permanent storage device 835, input devices 840, and output devices 845.


The bus 805 collectively represents all system, peripheral, and chipset buses that communicatively connect the numerous internal devices of the electronic system 800. For instance, the bus 805 communicatively connects the processing unit(s) 810 with the read-only memory 830, the system memory 825, and the permanent storage device 835.


From these various memory units, the processing unit(s) 810 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) 830 stores static data and instructions that are needed by the processing unit(s) 810 and other modules of the electronic system. The permanent storage device 835, 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 electronic system 800 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 835.


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 835, the system memory 825 is a read-and-write memory device. However, unlike storage device 835, 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 825, the permanent storage device 835, and/or the read-only memory 830. From these various memory units, the processing unit(s) 810 retrieve instructions to execute and data to process in order to execute the processes of some embodiments.


The bus 805 also connects to the input and output devices 840 and 845. The input devices enable the user to communicate information and select commands to the electronic system. The input devices 840 include alphanumeric keyboards and pointing devices (also called “cursor control devices”). The output devices 845 display images generated by the electronic 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 FIG. 8, bus 805 also couples electronic system 800 to a network 865 through a network adapter (not shown). In this manner, the computer can be a part of a network of computers (such as a local area network (“LAN”), a wide area network (“WAN”), or an Intranet, or a network of networks, such as the Internet. Any or all components of electronic system 800 may be used in conjunction with the invention.


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 signals.


This specification refers throughout to computational and network environments that include virtual machines (VMs). However, virtual machines are merely one example of data compute nodes (DCNs) or data compute end nodes, also referred to as addressable nodes. DCNs 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.


It should be understood 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.


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. In addition, a number of the figures (including FIG. 3) conceptually illustrate processes. The specific operations of these processes may not be performed in the exact order shown and described. The specific operations may not be performed in one continuous series of operations, and different specific operations may be performed in different embodiments. Furthermore, the process could be implemented using several sub-processes, or as part of a larger macro process. Thus, one of ordinary skill in the art would understand that the invention is not to be limited by the foregoing illustrative details, but rather is to be defined by the appended claims.

Claims
  • 1. A method for accessing data in a network, the method comprising: at a network interface controller (NIC) of a computer: receiving a first set of configuration data from a first network device for translating logical memory addresses into memory addresses of the first network device;from the computer, receiving a request to access data stored at a logical memory address;translating the logical memory address into a memory address of the first network device that stores the requested data;sending a data message to the first network device to retrieve the requested data, wherein after the sending of the data message a second network device replaces the first network device in a storage network; andreceiving a second set of configuration data from a second network device for translating the logical memory addresses into memory addresses of the second network device for subsequent requests from the computer, wherein the first network device is shut down after a grace period that allows for the NIC and NICs of other computers to update configuration data for translating logical memory addresses.
  • 2. The method of claim 1, wherein the request is received from a client process executed by a processing unit of the computer.
  • 3. The method of claim 2, wherein modifications to a location of the data in the network are transparent to the client process.
  • 4. The method of claim 1, wherein the request is a first request and the logical memory address is a first logical memory address, the method further comprising: from the computer, receiving a second request to access data stored at a second logical memory address;translating the second logical memory address into a memory address of a local memory of the computer; andreading the requested data from the local memory using the translated memory address.
  • 5. The method of claim 1, wherein translating the logical memory address comprises determining a network address for the particular network device and a logical block address for reading data at a specific memory location of the particular network device.
  • 6. The method of claim 5, wherein the network address is used to send the data message to the particular network device.
  • 7. The method of claim 1, wherein the data message is a non-volatile memory express (NVMe) over fabric data message.
  • 8. The method of claim 1 further comprising: receiving a set of data messages from the particular network device conveying the requested data; andproviding the requested data to the computer.
  • 9. The method of claim 1 further comprising receiving configuration data from a plurality of respective network devices for translating respective sets of logical memory addresses into memory addresses of the respective network devices.
  • 10. A non-transitory machine-readable medium storing a program which when executed by at least one processing unit of a network interface controller (NIC) of a computer accesses data in a network, the program comprising sets of instructions for: receiving a first set of configuration data from a first network device for translating logical memory addresses into memory addresses of the first network device;from the computer, receiving a request to access data stored at a logical memory address;translating the logical memory address into a memory address of the first network device that stores the requested data;sending a data message to the first network device to retrieve the requested data, wherein after the sending of the data message a second network device replaces the first network device in a storage network; andreceiving a second set of configuration data from a second network device for translating the logical memory addresses into memory addresses of the second network device, wherein the first network device is shut down after a grace period that allows for the NIC and NICs of other computers to update configuration data for translating logical memory addresses.
  • 11. The non-transitory machine-readable medium of claim 10, wherein the request is received from a client process executed by a processing unit of the computer, wherein modifications to a location of the data in the network are transparent to the client process.
  • 12. The non-transitory machine-readable medium of claim 10, wherein the request is a first request and the logical memory address is a first logical memory address, wherein the program further comprises sets of instructions for: from the computer, receiving a second request to access data stored at a second logical memory address;translating the second logical memory address into a memory address of a local memory of the computer; andreading the requested data from the local memory using the translated memory address.
  • 13. The non-transitory machine-readable medium of claim 10, wherein the set of instructions for translating the logical memory address comprises a set of instructions for determining a network address for the particular network device and a logical block address for reading data at a specific memory location of the particular network device.
  • 14. The non-transitory machine-readable medium of claim 13, wherein the network address is used to send the data message to the particular network device.
  • 15. The non-transitory machine-readable medium of claim 10, wherein the program further comprises sets of instructions for: receiving a set of data messages from the particular network device conveying the requested data; andproviding the requested data to the computer.
  • 16. The non-transitory machine-readable medium of claim 10, wherein the program further comprises a set of instructions for receiving configuration data from a plurality of respective network devices for translating respective sets of logical memory addresses into memory addresses of the respective network devices.
US Referenced Citations (288)
Number Name Date Kind
5884313 Talluri et al. Mar 1999 A
5887134 Ebrahim Mar 1999 A
5974547 Klimenko Oct 1999 A
6219699 McCloghrie et al. Apr 2001 B1
6393483 Latif et al. May 2002 B1
6496935 Fink et al. Dec 2002 B1
7079544 Wakayama et al. Jul 2006 B2
7424710 Nelson et al. Sep 2008 B1
7606260 Oguchi et al. Oct 2009 B2
7849168 Utsunomiya et al. Dec 2010 B2
7853998 Blaisdell et al. Dec 2010 B2
8346919 Eiriksson et al. Jan 2013 B1
8442059 Iglesia et al. May 2013 B1
8660129 Brendel et al. Feb 2014 B1
8825900 Gross, IV et al. Sep 2014 B1
8856518 Sridharan et al. Oct 2014 B2
8930529 Wang et al. Jan 2015 B1
8931047 Wanser et al. Jan 2015 B2
9008085 Kamble et al. Apr 2015 B2
9047109 Wang et al. Jun 2015 B1
9116727 Benny et al. Aug 2015 B2
9135044 Maharana Sep 2015 B2
9143582 Banavalikar et al. Sep 2015 B2
9148895 PalChaudhuri et al. Sep 2015 B2
9152593 Galles Oct 2015 B2
9154327 Marino et al. Oct 2015 B1
9197551 DeCusatis et al. Nov 2015 B2
9231849 Hyoudou et al. Jan 2016 B2
9325739 Roth et al. Apr 2016 B1
9378161 Dalal et al. Jun 2016 B1
9380027 Lian et al. Jun 2016 B1
9419897 Cherian et al. Aug 2016 B2
9460031 Dalal et al. Oct 2016 B1
9621516 Basak et al. Apr 2017 B2
9634990 Lee Apr 2017 B2
9692698 Cherian et al. Jun 2017 B2
9697019 Fitzgerald et al. Jul 2017 B1
9755903 Masurekar et al. Sep 2017 B2
9806948 Masurekar et al. Oct 2017 B2
9916269 Machulsky et al. Mar 2018 B1
9952782 Chandrasekaran et al. Apr 2018 B1
10050884 Dhanabalan et al. Aug 2018 B1
10142127 Cherian et al. Nov 2018 B2
10162793 BShara et al. Dec 2018 B1
10193771 Koponen et al. Jan 2019 B2
10284478 Yokota May 2019 B2
10341296 Bhagwat et al. Jul 2019 B2
10534629 Pierre et al. Jan 2020 B1
10567308 Subbiah et al. Feb 2020 B1
10873566 Han Dec 2020 B2
10997106 Bandaru et al. May 2021 B1
11005755 Yu et al. May 2021 B2
11038845 Han Jun 2021 B2
11108593 Cherian et al. Aug 2021 B2
11221972 Raman et al. Jan 2022 B1
11385981 Silakov et al. Jul 2022 B1
11593278 Kim et al. Feb 2023 B2
11606310 Ang et al. Mar 2023 B2
11636053 Kim et al. Apr 2023 B2
11677719 Han Jun 2023 B2
11716383 Kim et al. Aug 2023 B2
11736565 Cherian et al. Aug 2023 B2
11736566 Cherian et al. Aug 2023 B2
20020069245 Kim Jun 2002 A1
20030097589 Syvanne May 2003 A1
20030130833 Brownell et al. Jul 2003 A1
20030140124 Burns Jul 2003 A1
20030145114 Gertner Jul 2003 A1
20030200290 Zimmerman et al. Oct 2003 A1
20030217119 Raman et al. Nov 2003 A1
20040042464 Elzur et al. Mar 2004 A1
20050053079 Havala Mar 2005 A1
20060029056 Perera et al. Feb 2006 A1
20060041894 Cheng et al. Feb 2006 A1
20060206603 Rajan et al. Sep 2006 A1
20060206655 Chappell et al. Sep 2006 A1
20060236054 Kitamura Oct 2006 A1
20070056038 Lok Mar 2007 A1
20070174850 Zur Jul 2007 A1
20080008202 Terrell et al. Jan 2008 A1
20080086620 Morris Apr 2008 A1
20080163207 Reumann et al. Jul 2008 A1
20080267177 Johnson et al. Oct 2008 A1
20090089537 Vick et al. Apr 2009 A1
20090119087 Ang et al. May 2009 A1
20090161547 Riddle et al. Jun 2009 A1
20090161673 Breslau et al. Jun 2009 A1
20090249472 Litvin et al. Oct 2009 A1
20100070677 Thakkar Mar 2010 A1
20100115208 Logan May 2010 A1
20100165874 Brown et al. Jul 2010 A1
20100275199 Smith et al. Oct 2010 A1
20100287306 Matsuda Nov 2010 A1
20110060859 Shukla et al. Mar 2011 A1
20110219170 Frost et al. Sep 2011 A1
20120042138 Eguchi et al. Feb 2012 A1
20120072909 Malik et al. Mar 2012 A1
20120079478 Galles et al. Mar 2012 A1
20120096459 Miyazaki Apr 2012 A1
20120163388 Goel et al. Jun 2012 A1
20120167082 Kumar et al. Jun 2012 A1
20120207174 Shieh Aug 2012 A1
20120259953 Gertner Oct 2012 A1
20120278584 Nagami et al. Nov 2012 A1
20120290703 Barabash et al. Nov 2012 A1
20120320918 Fomin et al. Dec 2012 A1
20130033993 Cardona et al. Feb 2013 A1
20130058346 Sridharan et al. Mar 2013 A1
20130061047 Sridharan et al. Mar 2013 A1
20130073702 Umbehocker Mar 2013 A1
20130125122 Hansen May 2013 A1
20130125230 Koponen et al. May 2013 A1
20130145106 Kan Jun 2013 A1
20130311663 Kamath et al. Nov 2013 A1
20130318219 Kancherla Nov 2013 A1
20130318268 Dalal et al. Nov 2013 A1
20140003442 Hernandez et al. Jan 2014 A1
20140056151 Petrus et al. Feb 2014 A1
20140067763 Jorapurkar et al. Mar 2014 A1
20140074799 Karampuri et al. Mar 2014 A1
20140098815 Mishra et al. Apr 2014 A1
20140115578 Cooper et al. Apr 2014 A1
20140123211 Wanser et al. May 2014 A1
20140164595 Bray et al. Jun 2014 A1
20140195666 Dumitriu et al. Jul 2014 A1
20140201305 Dalal et al. Jul 2014 A1
20140208075 McCormick, Jr. Jul 2014 A1
20140215036 Elzur Jul 2014 A1
20140244983 McDonald et al. Aug 2014 A1
20140245296 Sethuramalingam et al. Aug 2014 A1
20140245423 Lee Aug 2014 A1
20140269712 Kidambi Sep 2014 A1
20140269754 Eguchi et al. Sep 2014 A1
20140376367 Jain et al. Dec 2014 A1
20150007317 Jain Jan 2015 A1
20150016300 Devireddy et al. Jan 2015 A1
20150019748 Gross, IV et al. Jan 2015 A1
20150020067 Brant et al. Jan 2015 A1
20150033222 Hussain et al. Jan 2015 A1
20150052280 Lawson Feb 2015 A1
20150082417 Bhagwat et al. Mar 2015 A1
20150117445 Koponen et al. Apr 2015 A1
20150156250 Varshney et al. Jun 2015 A1
20150172183 DeCusatis et al. Jun 2015 A1
20150200808 Gourlay et al. Jul 2015 A1
20150212892 Li et al. Jul 2015 A1
20150215207 Qin et al. Jul 2015 A1
20150222547 Hayut et al. Aug 2015 A1
20150237013 Bansal et al. Aug 2015 A1
20150242134 Takada et al. Aug 2015 A1
20150261556 Jain et al. Sep 2015 A1
20150261720 Kagan et al. Sep 2015 A1
20150281178 Raman et al. Oct 2015 A1
20150281179 Raman et al. Oct 2015 A1
20150326532 Grant et al. Nov 2015 A1
20150347231 Gopal et al. Dec 2015 A1
20150358288 Jain et al. Dec 2015 A1
20150358290 Jain et al. Dec 2015 A1
20150381494 Cherian et al. Dec 2015 A1
20150381495 Cherian et al. Dec 2015 A1
20160006696 Donley et al. Jan 2016 A1
20160092108 Karaje et al. Mar 2016 A1
20160134702 Gertner May 2016 A1
20160156591 Zhou et al. Jun 2016 A1
20160162302 Warszawski et al. Jun 2016 A1
20160162438 Hussain et al. Jun 2016 A1
20160179579 Amann et al. Jun 2016 A1
20160182342 Singaravelu et al. Jun 2016 A1
20160239330 Bride et al. Aug 2016 A1
20160285913 Itskin et al. Sep 2016 A1
20160294858 Woolward et al. Oct 2016 A1
20160306648 Deguillard et al. Oct 2016 A1
20170005986 Bansal et al. Jan 2017 A1
20170024334 Bergsten et al. Jan 2017 A1
20170075845 Kopparthi Mar 2017 A1
20170093623 Zheng Mar 2017 A1
20170099532 Kakande Apr 2017 A1
20170104790 Meyers et al. Apr 2017 A1
20170118173 Arramreddy et al. Apr 2017 A1
20170134433 Hugenbruch et al. May 2017 A1
20170161090 Kodama Jun 2017 A1
20170161189 Gertner Jun 2017 A1
20170177396 Palermo et al. Jun 2017 A1
20170180414 Andrews et al. Jun 2017 A1
20170180477 Hashimoto Jun 2017 A1
20170187679 Basak et al. Jun 2017 A1
20170195454 Shieh Jul 2017 A1
20170208100 Lian et al. Jul 2017 A1
20170214549 Yoshino et al. Jul 2017 A1
20170244671 Kamalakantha et al. Aug 2017 A1
20170244673 Han Aug 2017 A1
20170244674 Han Aug 2017 A1
20170264622 Cooper et al. Sep 2017 A1
20170295033 Cherian et al. Oct 2017 A1
20180024775 Miller Jan 2018 A1
20180024964 Mao et al. Jan 2018 A1
20180032249 Makhervaks et al. Feb 2018 A1
20180088978 Li et al. Mar 2018 A1
20180095872 Dreier et al. Apr 2018 A1
20180109471 Chang et al. Apr 2018 A1
20180152540 Niell et al. May 2018 A1
20180203719 Zhang et al. Jul 2018 A1
20180260125 Botes et al. Sep 2018 A1
20180262599 Firestone Sep 2018 A1
20180278684 Rashid et al. Sep 2018 A1
20180309641 Wang et al. Oct 2018 A1
20180309718 Zuo Oct 2018 A1
20180329743 Pope et al. Nov 2018 A1
20180331976 Pope et al. Nov 2018 A1
20180336346 Guenther Nov 2018 A1
20180337991 Kumar et al. Nov 2018 A1
20180349037 Zhao et al. Dec 2018 A1
20180359215 Khare et al. Dec 2018 A1
20190026146 Peffers et al. Jan 2019 A1
20190042506 Devey et al. Feb 2019 A1
20190044809 Willis et al. Feb 2019 A1
20190044866 Chilikin et al. Feb 2019 A1
20190065526 Ribeiro et al. Feb 2019 A1
20190075063 McDonnell et al. Mar 2019 A1
20190132296 Jiang et al. May 2019 A1
20190158396 Yu et al. May 2019 A1
20190173689 Cherian et al. Jun 2019 A1
20190200105 Cheng et al. Jun 2019 A1
20190235909 Jin et al. Aug 2019 A1
20190278675 Bolkhovitin et al. Sep 2019 A1
20190280980 Hyoudou Sep 2019 A1
20190286373 Karumbunathan et al. Sep 2019 A1
20190306083 Shih et al. Oct 2019 A1
20200021532 Borikar et al. Jan 2020 A1
20200028785 Ang et al. Jan 2020 A1
20200028800 Strathman et al. Jan 2020 A1
20200042234 Krasner et al. Feb 2020 A1
20200042389 Kulkarni et al. Feb 2020 A1
20200042412 Kulkarni et al. Feb 2020 A1
20200133909 Hefty et al. Apr 2020 A1
20200136996 Li et al. Apr 2020 A1
20200213227 Pianigiani et al. Jul 2020 A1
20200259731 Sivaraman et al. Aug 2020 A1
20200278892 Nainar et al. Sep 2020 A1
20200278893 Niell et al. Sep 2020 A1
20200314011 Deval et al. Oct 2020 A1
20200319812 He et al. Oct 2020 A1
20200328192 Zaman et al. Oct 2020 A1
20200382329 Yuan Dec 2020 A1
20200401320 Pyati et al. Dec 2020 A1
20200412659 Ilitzky et al. Dec 2020 A1
20210019270 Li et al. Jan 2021 A1
20210026670 Krivenok et al. Jan 2021 A1
20210058342 McBrearty Feb 2021 A1
20210176212 Han Jun 2021 A1
20210226846 Ballard et al. Jul 2021 A1
20210232528 Kutch et al. Jul 2021 A1
20210266259 Renner, III et al. Aug 2021 A1
20210314232 Nainar et al. Oct 2021 A1
20210357242 Ballard et al. Nov 2021 A1
20210359955 Musleh et al. Nov 2021 A1
20210377166 Brar et al. Dec 2021 A1
20210377188 Ghag et al. Dec 2021 A1
20210392017 Cherian et al. Dec 2021 A1
20210409317 Seshan et al. Dec 2021 A1
20220027147 Maddukuri et al. Jan 2022 A1
20220043572 Said et al. Feb 2022 A1
20220100432 Kim et al. Mar 2022 A1
20220100491 Voltz et al. Mar 2022 A1
20220100542 Voltz Mar 2022 A1
20220100544 Voltz Mar 2022 A1
20220100545 Cherian et al. Mar 2022 A1
20220100546 Cherian et al. Mar 2022 A1
20220103478 Ang et al. Mar 2022 A1
20220103487 Ang et al. Mar 2022 A1
20220103488 Wang et al. Mar 2022 A1
20220103490 Kim et al. Mar 2022 A1
20220103629 Cherian et al. Mar 2022 A1
20220150055 Cui et al. May 2022 A1
20220164451 Bagwell May 2022 A1
20220197681 Rajagopal Jun 2022 A1
20220206908 Brar et al. Jun 2022 A1
20220206962 Kim et al. Jun 2022 A1
20220206964 Kim et al. Jun 2022 A1
20220210229 Maddukuri et al. Jun 2022 A1
20220231968 Rajagopal Jul 2022 A1
20220272039 Cardona et al. Aug 2022 A1
20220335563 Elzur Oct 2022 A1
20230004508 Liu et al. Jan 2023 A1
20230195488 Ang et al. Jun 2023 A1
20230195675 Ang et al. Jun 2023 A1
20230198833 Ang et al. Jun 2023 A1
20230291709 Han Sep 2023 A1
Foreign Referenced Citations (23)
Number Date Country
2672100 Jun 2008 CA
2918551 Jul 2010 CA
101258725 Sep 2008 CN
101540826 Sep 2009 CN
102018004046 Nov 2018 DE
1482711 Dec 2004 EP
2828760 Jan 2015 EP
3598291 Jan 2020 EP
4160424 Apr 2023 EP
202107297 Feb 2021 TW
2005099201 Oct 2005 WO
2007036372 Apr 2007 WO
2010008984 Jan 2010 WO
2016003489 Jan 2016 WO
2020027913 Feb 2020 WO
2020211071 Oct 2020 WO
2021030020 Feb 2021 WO
2022066267 Mar 2022 WO
2022066268 Mar 2022 WO
2022066270 Mar 2022 WO
2022066271 Mar 2022 WO
2022066531 Mar 2022 WO
2023121720 Jun 2023 WO
Non-Patent Literature Citations (43)
Entry
Anwer, Muhammad Bilal, et al., “Building A Fast, Virtualized Data Plane with Programmable Hardware,” Aug. 17, 2009, 8 pages, VISA'09, ACM, Barcelona, Spain.
Author Unknown, “8.6 Receive-Side Scaling (RSS),” Month Unknown 2020, 2 pages, Red Hat, Inc.
Author Unknown, “An Introduction to SmartNICs” The Next Platform, Mar. 4, 2019, 4 pages, retrieved from https://www.nextplatform.com/2019/03/04/an-introduction-to-smartnics/.
Author Unknown, “In-Hardware Storage Virtualization—NVMe SNAP™ Revolutionizes Data Center Storage: Composable Storage Made Simple,” Month Unknown 2019, 3 pages, Mellanox Technologies, Sunnyvale, CA, USA.
Author Unknown, “Package Manager,” Wikipedia, Sep. 8, 2020, 10 pages.
Author Unknown, “VMDK”, Wikipedia, May 17, 2020, 3 pages, retrieved from https://en.wikipedia.org/w/index.php?title=VMDK&oldid=957225521.
Author Unknown, “vSAN Planning and Deployment” Update 3, Aug. 20, 2019, 85 pages, VMware, Inc., Palo Alto, CA, USA.
Author Unknown, “vSphere Managed Inventory Objects,” Aug. 3, 2020, 3 pages, retrieved from https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.vcenterhost.doc/GUID-4D4B3DF2-D033-4782-A030-3C3600DE5A7F.html, VMware, Inc.
Author Unknown, “What is End-to-End Encryption and How does it Work?,” Mar. 7, 2018, 4 pages, Proton Technologies AG, Geneva, Switzerland.
Author Unknown, “Network Functions Virtualisation; Infrastructure Architecture; Architecture of the Hypervisor Domain,” Draft ETSI GS NFV-INF 004 V0.3.1, May 28, 2014, 50 pages, France.
Grant, Stewart, et al., “SmartNIC Performance Isolation with FairNIC: Programmable Networking for the Cloud,” SIGCOMM '20, Aug. 10-14, 2020, 13 pages, ACM, Virtual Event, USA.
Harris, Jim, “Accelerating NVME-oF* for VMs with the Storage Performance Development Kit,” Flash Memory Summit, Aug. 2017, 18 pages, Intel Corporation, Santa Clara, CA.
Herbert, Tom, et al., “Scaling in the Linux Networking Stack,” Jun. 2, 2020, 9 pages, retrieved from https://01.org/inuxgraphics/gfx-docs/drm/networking/scaling.html.
Koponen, Teemu, et al., “Network Virtualization in Multi-tenant Datacenters,” Technical Report TR-2013-001E, Aug. 2013, 22 pages, VMware, Inc., Palo Alto, CA, USA.
Le Vasseur, Joshua, et al., “Standardized but Flexible I/O for Self-Virtualizing Devices,” Month Unknown 2008, 7 pages.
Liu, Ming, et al., “Offloading Distributed Applications onto SmartNICs using iPipe,” SIGCOMM '19, Aug. 19-23, 2019, 16 pages, ACM, Beijing, China.
Non-Published Commonly Owned U.S. Appl. No. 17/560,142, filed Dec. 22, 2021, 60 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 17/560,148, filed Dec. 22, 2021, 59 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 17/560,153, filed Dec. 22, 2021, 59 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 17/826,911, filed May 27, 2022, 29 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 17/845,658, filed Jun. 21, 2022, 39 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 17/845,661, filed Jun. 21, 2022, 39 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 17/845,766, filed Jun. 21, 2022, 26 pages, VMware, Inc.
Perlroth, Nicole, “What is End-to-End Encryption? Another Bull's-Eye on Big Tech,” The New York Times, Nov. 19, 2019, 4 pages, retrieved from https://nytimes.com/2019/11/19/technology/end-to-end-encryption.html.
Peterson, Larry L., et al., “OS Support for General-Purpose Routers,” Month Unknown 1999, 6 pages, Department of Computer Science, Princeton University.
Pettit, Justin, et al., “Virtual Switching in an Era of Advanced Edges,” In Proc. 2nd Workshop on Data Center-Converged and Virtual Ethernet Switching (DCCAVES), Sep. 2010, 7 pages, vol. 22. ITC.
Spalink, Tammo, et al., “Building a Robust Software-Based Router Using Network Processors,” Month Unknown 2001, 14 pages, ACM, Banff, Canada.
Stringer, Joe, et al., “OVS Hardware Offloads Discussion Panel,” Nov. 7, 2016, 37 pages, retrieved from http://openvswitch.org/support/ovscon2016/7/1450-stringer.pdf.
Suarez, Julio, “Reduce TCO with Arm Based SmartNICs,” Nov. 14, 2019, 12 pages, retrieved from https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/reduce-tco-with-arm-based-smartnics.
Turner, Jon, et al., “Supercharging PlanetLab—High Performance, Multi-Application Overlay Network Platform,” SIGCOMM-07, Aug. 27-31, 2007, 12 pages, ACM, Koyoto, Japan.
Non-Published Commonly Owned U.S. Appl. No. 18/196,844, filed May 12, 2023, 41 pages, Nicira, Inc.
Angeles, Sara, “Cloud vs. Data Center: What's the difference?” Nov. 23, 2018, 1 page, retrieved from https://www.businessnewsdaily.com/4982-cloud-vs-data-center.html.
Author Unknown, “Middlebox,” Wikipedia, Nov. 19, 2019, 1 page, Wikipedia.com.
Doyle, Lee, “An Introduction to smart NICs and their Benefits,” Jul. 2019, 2 pages, retrieved from https://www.techtarget.com/searchnetworking/tip/An-introduction-to-smart-NICs-and-ther-benefits.
Author Unknown, “Hypervisor,” Aug. 13, 2020, 1 page, VMware.com.
Author Unknown, “Transparent,” Free On-Line Dictionary of Computing (FOLDOC), Jun. 6, 1996, 1 page, retrieved from http://foldoc.org/transparent.
Li, Junnan, et al., “DrawerPipe: A Reconfigurable Pipeline for Network Processing on FGPA-Based SmartNIC,” Electronics 2020, Dec. 10, 2019, 24 pages, retrieved from https://www.mdpi.com/2079-9292/9/1/59.
Linguaglossa, Leonardo, et al., “Survey of Performance Acceleration Techniques for Network Function Virtualization,” Mar. 2019, 19 pages, IEEE.
Mohammadkhan, Ali, et al., “P4NFV: P4 Enabled NFV Systems with SmartNICs,” 2019 IEEE Conference on Network Function Virtualization and Software Defined Networks (NFV-SDN), Nov. 12-14, 2019, 7 pages, IEEE, Dallas, TX, USA.
Non-Published Commonly Owned U.S. Appl. No. 18/226,775, filed Jul. 27, 2023, 63 pages, Nicira, Inc.
Non-Published Commonly Owned U.S. Appl. No. 18/235,860, filed Aug. 20, 2023, 58 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 18/375,918, filed Oct. 2, 2023, 55 pages, VMware, Inc.
Olds, Dan, “OS Virtualization vs. Hypervisor: Why You Should Offer Both,” Oct. 19, 2008, 3 pages, techtarget.com.
Related Publications (1)
Number Date Country
20230409243 A1 Dec 2023 US