WO2010100027A1 - Copy circumvention in a virtual network environment - Google Patents

Copy circumvention in a virtual network environment Download PDF

Info

Publication number
WO2010100027A1
WO2010100027A1 PCT/EP2010/051930 EP2010051930W WO2010100027A1 WO 2010100027 A1 WO2010100027 A1 WO 2010100027A1 EP 2010051930 W EP2010051930 W EP 2010051930W WO 2010100027 A1 WO2010100027 A1 WO 2010100027A1
Authority
WO
WIPO (PCT)
Prior art keywords
lpar
ethernet driver
data packet
destination
kernel space
Prior art date
Application number
PCT/EP2010/051930
Other languages
French (fr)
Inventor
Omar Cardona
Matthew Ryan Ochs
James Brian Cunningham
Baltazar De Leon Iii
Original Assignee
International Business Machines Corporation
Ibm United Kingdom Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corporation, Ibm United Kingdom Limited filed Critical International Business Machines Corporation
Priority to CN201080008504.8A priority Critical patent/CN102326147B/en
Priority to JP2011552384A priority patent/JP5662949B2/en
Priority to KR1020117022815A priority patent/KR101720360B1/en
Priority to EP10707245A priority patent/EP2359242A1/en
Priority to CA2741141A priority patent/CA2741141A1/en
Publication of WO2010100027A1 publication Critical patent/WO2010100027A1/en
Priority to IL214774A priority patent/IL214774A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes

Definitions

  • the present disclosure relates to an improved data processing system.
  • the present disclosure relates to a logically partitioned data processing system. More specifically, the present disclosure relates to circumventing copying/mapping in a virtual network environment.
  • OS Operating System
  • VE virtual Ethernet
  • LPAR logical partition
  • VIOS Virtual Input/Output Server
  • the VIOS provides I/O services, including network, disk, tape, and other access to partitions without requiring each partition to own a physical I/O device.
  • SEA shared Ethernet adapter
  • a SEA includes both a physical interface portion and a virtual interface portion.
  • SEA When a virtual client desires to communicate to an external client, data packets are transmitted to and received by the virtual portion of the SEA. The SEA then retransmits the data packet from the physical portion of the SEA to the external client.
  • This solution follows a traditional networking approach in keeping each adapter (virtual and/or physical) and the adapter's associated resources independent of each other.
  • a method, system, and computer program product for circumventing data copy operations in a virtual network environment using a shared Ethernet adapter includes copying a data packet from a user space to a first kernel space of a first logical partition (LPAR).
  • LPAR logical partition
  • a hypervisor Using a hypervisor, a mapped address of a receiving virtual Ethernet driver in a second LPAR is requested.
  • the first mapped address is associated with a buffer of the receiving virtual Ethernet driver.
  • the data packet is copied directly from the first kernel space of the first LPAR to a destination in a second kernel space of the second LPAR.
  • the destination is determined utilizing the mapped address.
  • the direct copying to the destination bypasses (i) a data packet copy operation from the first kernel space to a transmitting virtual Ethernet driver of the first LPAR, and (ii) a data packet copy operation via the hypervisor.
  • the receiving virtual Ethernet driver is notified that the data packet has been successfully copied to the destination in the second LPAR.
  • FIG. 1 depicts a block diagram of an exemplary data processing system in which the present invention may be implemented
  • FIG. 2 depicts a block diagram of a processing unit in a virtual Ethernet environment, according to an embodiment of the present invention
  • FIG. 3 depicts a block diagram of a processing unit having an internal virtual client transmitting to an external physical client, according to an embodiment of the present invention
  • FIG. 4 depicts a high-level flowchart for circumventing data copy operations in a virtual network environment, according to an embodiment of the present invention
  • FIG. 5 depicts a high-level flowchart for circumventing data copy operations in a virtual network environment using a shared Ethernet adapter, according to another embodiment of the present invention.
  • Ethernet adapters via the hypervisor and SEA.
  • transmission at a 10 Gigabit Ethernet (10GbE or lOGigE) line rate standard with a 1500 byte maximum transmission unit (MTU) is difficult to achieve under such a virtual network environment using a SEA.
  • OS operating system
  • CPU central processing unit
  • the present invention avoids the above effects by effectively circumventing various copy operations.
  • DPS data processing system
  • the data processing system is described as having features common to a server computer.
  • the term "data processing system,” is intended to include any type of computing device or machine that is capable of receiving, storing and running a software product, including not only computer systems, but also devices such as communication devices (e.g., routers, switches, pagers, telephones, electronic books, electronic magazines and newspapers, etc.) and personal and home consumer devices (e.g., handheld computers, Web-enabled televisions, home automation systems, multimedia viewing systems, etc.).
  • communication devices e.g., routers, switches, pagers, telephones, electronic books, electronic magazines and newspapers, etc.
  • personal and home consumer devices e.g., handheld computers, Web-enabled televisions, home automation systems, multimedia viewing systems, etc.
  • FIG. 1 and the following discussion are intended to provide a brief, general description of an exemplary data processing system adapted to implement the present invention. While parts of the invention will be described in the general context of instructions residing on hardware within a server computer, those skilled in the art will recognize that the invention also may be implemented in a combination of program modules running in an operating system. Generally, program modules include routines, programs, components, and data structures, which perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
  • DPS 100 includes one or more processing units 102a-102d, a system memory 104 coupled to a memory controller 105, and a system interconnect fabric 106 that couples memory controller 105 to processing unit(s) 102 and other components of DPS 100. Commands on system interconnect fabric 106 are communicated to various system components under the control of bus arbiter 108.
  • DPS 100 further includes storage media, such as a first hard disk drive (HDD) 110 and a second HDD 112.
  • First HDD 110 and second HDD 112 are communicatively coupled to system interconnect fabric 106 by an input-output (I/O) interface 114.
  • First HDD 110 and second HDD 112 provide nonvolatile storage for DPS 100.
  • computer-readable media refers to a hard disk, it should be appreciated by those skilled in the art that other types of media which are readable by a computer, such as removable magnetic disks, compact disc read only memory (CD-ROM) disks, magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, and other later- developed hardware, may also be used in the exemplary computer operating environment.
  • CD-ROM compact disc read only memory
  • DPS 100 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer 116.
  • Remote computer 116 may be a server, a router, a peer device, or other common network mode, and typically includes many or all of the elements described relative to DPS 100.
  • program modules employed by DPS 100, or portions thereof may be stored in a remote memory storage device, such as remote computer 116.
  • the logical connections depicted in FIG. 1 include connections over a local area network (LAN) 118, but, in alternative embodiments, may include a wide area network (WAN).
  • LAN local area network
  • WAN wide area network
  • DPS 100 When used in a LAN networking environment, DPS 100 is connected to LAN 118 through an input/output interface, such as a network interface 120. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • the depicted example is not meant to imply architectural or other limitations with respect to the presently described embodiments and/or the general invention.
  • the data processing system depicted in FIG. 1 may be, for example, an IBM® eServer pSeries® system, running the AIX® operating system or LINUX® operating system.
  • IBM® eServer pSeries® system running the AIX® operating system or LINUX® operating system.
  • AIX International Business Machines Corporation in the United States, other countries, or both.
  • Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.
  • a virtual Ethernet enables communications among virtual operating system (OS) instances (or LPARs) contained within the same physical system.
  • OS virtual operating system
  • LPAR 200 and its associated set of resources can be operated independently, as an independent computing process with its own OS instance residing in kernel space 204 and applications residing in user space 202.
  • the number of LPARs that can be created depends on the processor model of DPS 100 and available resources.
  • LPARs are used for different purposes such as database operation or client/server operation or to separate test and production environments.
  • Each LPAR can communicate with other LPARs as if each other LPAR is in a separate machine through a virtual LAN 212.
  • processing unit 102a runs two logical partitions (LPARs) 200a and 200b.
  • LPARs 200a and 200b respectively include user space 202a and user space 202b.
  • User space 202a and user space 202b are communicatively linked to kernel space 204a and kernel space 204b, respectively.
  • user space 202a copies data to stack 206 in kernel space 204a.
  • the data is mapped or copied to a bus (or mapped) address of a buffer of LPAR 200b.
  • virtual Ethernet drivers 208a and 208b direct the transfer of data between LPARs 200a and 200b.
  • Each virtual Ethernet driver 208a and 208b has its own transmit data buffer and receive data buffer for transmitting and/or receiving data packets between virtual Ethernet drivers 208a and 208b.
  • virtual Ethernet driver 208a makes a call to hypervisor 210.
  • Hypervisor 210 is configured for managing the various resources within a virtualized Ethernet environment. Both creation of LPARs 200a and 200b and allocation of resources on processor 102a and data processing system 100 to LPARs 200a and 200b are controlled by hypervisor 210.
  • Virtual LAN 212 is an example of virtual Ethernet (VE) technology, which enables internet protocol (IP)-based communication between LPARs on the same system.
  • Virtual LAN (VLAN) technology is described by the Institute of Electrical and Electronics Engineers IEEE 802. IQ standard, incorporated herein by reference.
  • VLAN technology logically segments a physical network, such that layer 2 connectivity is restricted to members that belong to the same VLAN. This separation is achieved by tagging Ethernet data packets with VLAN membership information and then restricting delivery to members of a given VLAN.
  • VLAN membership information contained in a VLAN tag, is referred to as VLAN ID (VID).
  • VID VLAN ID
  • Devices are configured as being members of a VLAN that is designated by the VID for that device.
  • Such devices include virtual Ethernet drivers 208a and 208b.
  • virtual Ethernet driver 208a is identified to other members of VLAN 212, such as virtual Ethernet driver 208b, by means of a Device VID.
  • virtual Ethernet driver 208b stores a pool 214 of direct data buffers (DDBs) 216.
  • DDB 216 is a buffer which points to an address of a receiving VE data buffer (i.e., an intended recipient of a data packet).
  • DDB 216 is provided to stack 206 via a call to hypervisor 210 by VE driver 208a.
  • Stack 206 performs a copy operation directly from kernel space 204a into DDB 216.
  • This operation circumvents two separate copy/mapping operations: (1) a copy/map from kernel space 204a to virtual Ethernet driver 208a, and (2) a subsequent copy operation of a data packet by hypervisor 210 from the transmitting VE driver 208a to the receiving VE driver 208b.
  • no copy operation is required by hypervisor 210 since the packet data has been previously copied by stack 206 into a pre-mapped data buffer having an address pointed to by DDB 216.
  • VE driver 208a when VE driver 208a obtains a mapped, receive data buffer address at receiving VE driver 208b through hypervisor 210 and VE driver 208a copies directly into the mapped, receive data buffer in LPAR 200b, VE driver 208a will have effectively written into the memory location in receiving VE driver 208b that is referenced by DDB 216.
  • DPS 100 includes processing unit 102a, which is logically partitioned into LPARs 200a and 200b.
  • LPAR 200b also runs virtual I/O server (VIOS) 300, which provides an encapsulated device partition that provides network, disk, and other access to LPARs 200a and 200b without requiring each partition to own a network adapter.
  • VIP virtual I/O server
  • the network access component of VIOS 300 is shared Ethernet adapter (SEA) 310. While the present invention is explained with reference to SEA 310, the present invention applies equally to any peripheral adapter or other device, such as I/O interface 114.
  • SEA 310 serves as a bridge between a physical network adapter interface 120 or an aggregation of physical adapters and one or more of VLANs 212 on VIOS 300.
  • SEA 310 is configured to enable LPARs 200a and 200b on VLAN 212 to share access to an external client 320 via physical network 330.
  • SEA 310 provides this access by connecting, through hypervisor 210, VLAN 212 with a physical LAN in physical network 330, allowing machines and partitions connected to these LANs to operate seamlessly as members of the same VLAN.
  • SEA 310 enables LPARs 200a and 200b on processing unit 102a of DPS 100 to share an IP subnet with external client 320.
  • SEA 310 includes a virtual and a physical adapter pair.
  • VE driver 208b communicates with hypervisor 210.
  • VE driver 208b stores a pool 314 of DDBs 316.
  • DDB 316 is a buffer which points to an address of transmit data buffer (i.e., the intended location of the data packet) of physical Ethernet driver 312.
  • physical Ethernet driver 312 interfaces with physical network 330.
  • the physical transmit data buffer of physical Ethernet driver 312 is mapped as a receive data buffer at receiving VE driver 208b.
  • receiving VE driver 208b receives from VE driver 208a a data packet that is pre-mapped to the physical transmit data buffer of physical Ethernet driver
  • receiving VE driver 208b will have effectively written into the memory location in physical Ethernet driver 312 that is referenced by DDB 316.
  • VIOS 300 forwards the data packet at receiving VE driver 208b to another driver which manages physical Ethernet driver 312.
  • the operation circumvents three separate copy/mapping operations: (1) a copy/map from kernel space 204a to virtual Ethernet driver 208a, (2) a subsequent copy operation of a data buffer by hypervisor 210 from the transmitting VE driver 208a to the receiving VE driver 208b via hypervisor 210, and (3) a subsequent copy operation of a data buffer from receiving VE driver 208b to physical Ethernet driver 312 via SEA 310.
  • FIG. 4 a flowchart of an exemplary process for circumventing data copy operations in a virtual network environment is depicted in accordance with an illustrative preferred embodiment of the present invention.
  • the process begins at initial block 401 and continues to block 402 which depicts a data packet being copied from user space 202a to kernel space 204a of an internal virtual client (i.e., LPAR 200a).
  • virtual Ethernet (VE) driver 208a requests an address of a mapped, receive data buffer of VE driver 208b, as depicted in block 404.
  • This step is performed by a call by VE driver 208a to hypervisor 210 in response to a data packet transmit request by VE driver 208a.
  • Hypervisor 210 acquires a direct data buffer
  • DDB 216 includes the address of a buffer in LPAR 200b to which the data packet is intended to be transmitted.
  • Hypervisor 210 communicates the intended receive data buffer address to VE driver 208a and the receive data buffer address is handed up to stack 206 in kernel space 204a.
  • block 406 illustrates VE driver 208a in kernel space 204a copying the data packet directly from stack 206 to the mapped address of the receive data buffer of receiving VE driver 208b.
  • FIG. 5 a flowchart of an exemplary process for circumventing data copy operations in a virtual network environment using a shared Ethernet adapter (SEA) is depicted in accordance with an illustrative preferred embodiment of the present invention.
  • the process begins at initial block 501 and continues to block 502, which depicts a data packet being copied from user space 202a to kernel space 204a of an internal virtual client (i.e., LPAR 200a).
  • virtual Ethernet (VE) driver 208a requests a first address of a mapped, receive data buffer of receiving VE driver 208b, as depicted in block 504. This step is performed by a call by VE driver 208a to hypervisor 210 in response to a data packet transmit request by VE driver 208a.
  • Hypervisor 210 acquires a direct data buffer (DDB) 316 from VE driver 208b.
  • DDB direct data buffer
  • hypervisor 210 may acquire DDB 316 upon receiving a call from VE driver 208a can vary.
  • hypervisor 210 can store a cached subset of mapped, receive data buffer addresses before VE driver 208a copies directly to the intended mapped, receive data buffer. Hypervisor 210 can then communicate the cached buffer addresses to virtual Ethernet driver 208a, which copies the data packet directly to the mapped, receive data buffer.
  • DDB 316 includes the address of a buffer in LPAR 200b to which the data packet is intended to be transmitted.
  • DDB 316 points to buffers owned by physical Ethernet driver 312.
  • a second mapped address of a transmit data buffer of physical Ethernet driver 312 is mapped to the mapped, receive data buffer of receiving VE driver 208b (block 506). This mapping typically occurs when VIOS 300 and SEA 310 are initially configured at startup, before internal virtual clients are configured.
  • hypervisor 210 communicates the intended receive data buffer address to VE driver 208a and the receive data buffer address is handed up to stack 206 in kernel space 204a.
  • VE driver 208a receives from VE driver 208a a data packet that is pre-mapped to the physical transmit data buffer of physical Ethernet driver 312, VE driver 208b will have effectively written into the memory location in physical Ethernet driver 312 that is referenced by DDB 316.
  • Physical Ethernet driver 312a performs a call to SEA 310 to notify receiving VE driver 208b that a data copy to the intended physical transmit data buffer was successful (block 510). The process then terminates thereafter at block 512.
  • one or more of the methods are embodied in a computer readable medium containing computer readable code such that a series of steps are performed when the computer readable code is executed (by a processing unit) on a computing device.
  • certain processes of the methods are combined, performed simultaneously or in a different order, or perhaps omitted, without deviating from the spirit and scope of the invention.
  • the method processes are described and illustrated in a particular sequence, use of a specific sequence of processes is not meant to imply any limitations on the present invention. Changes may be made with regards to the sequence of processes without departing from the spirit or scope of the present invention. Use of a particular sequence is therefore, not to be taken in a limiting sense, and the scope of the present invention extends to the appended claims and equivalents thereof.
  • an embodiment of the present invention may be embodied as a method, system, and/or computer program product. Accordingly, a preferred embodiment of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "circuit,” “module,” “logic”, or “system.” Furthermore, a preferred embodiment of the present invention may take the form of a computer program product on a computer-usable storage medium having computer-usable program code embodied in or on the medium.
  • the processes in preferred embodiments of the present invention may be implemented using any combination of software, firmware, microcode, or hardware.
  • the programming code (whether software or firmware) will typically be stored in one or more machine readable storage mediums such as fixed (hard) drives, diskettes, magnetic disks, optical disks, magnetic tape, semiconductor memories such as random access memories (RAMs), read only memories (ROMs), programmable read only memories (PROMs), etc., thereby making an article of manufacture in accordance with a preferred embodiment of the present invention.
  • the article of manufacture containing the programming code is used by either executing the code directly from the storage device, by copying the code from the storage device into another storage device such as a hard disk, RAM, etc., or by transmitting the code for remote execution using transmission type media such as digital and analog communication links.
  • the medium may be electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium. Further, the medium may be any apparatus that may contain, store, communicate, propagate, or transport the program for use by or in connection with the execution system, apparatus, or device.
  • the methods of a preferred embodiment of the invention may be practiced by combining one or more machine-readable storage devices containing the code according to the described embodiment(s) with appropriate processing hardware to execute the code contained therein.
  • An apparatus for practicing a preferred embodiment of the present invention could be one or more processing devices and storage systems containing or having network access (via servers) to program(s) coded in accordance with a preferred embodiment of the present invention.
  • the term computer, computer system, or data processing system can be broadly defined to encompass any device having a processor (or processing unit) which executes instructions/code from a memory medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)
  • Small-Scale Networks (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A method, system, and computer program product for circumventing data copy operations in a virtual network environment. The method includes copying a data packet from a user space to a first kernel space of a first logical partition (LPAR). Using a hypervisor, a mapped address of a receiving virtual Ethernet driver in a second LPAR is requested. The first mapped address is associated with a buffer of the receiving virtual Ethernet driver. The data packet is copied directly from the first kernel space of the first LPAR to a destination in a second kernel space of the second LPAR. The destination is determined utilizing the mapped address. The direct copying to the destination bypasses (i) a data packet copy operation from the first kernel space to a transmitting virtual Ethernet driver of the first LPAR, and (ii) a data packet copy operation via the hypervisor. The receiving virtual Ethernet driver is notified that the data packet has been successfully copied to the destination in the second LPAR.

Description

COPY CIRCUMVENTION IN A VIRTUAL NETWORK ENVIRONMENT
Technical Field
The present disclosure relates to an improved data processing system. In particular, the present disclosure relates to a logically partitioned data processing system. More specifically, the present disclosure relates to circumventing copying/mapping in a virtual network environment.
Background of the Invention
In advanced virtualized systems, Operating System (OS) instances have the ability to intercommunicate via a virtual Ethernet (VE). In a logically partitioned data processing system, a logical partition (LPAR) communicates with external networks via a special partition known as a Virtual Input/Output Server (VIOS). The VIOS provides I/O services, including network, disk, tape, and other access to partitions without requiring each partition to own a physical I/O device.
Within the VIOS, a network access component known as a shared Ethernet adapter (SEA), or bridging adapter, is used to bridge between a physical Ethernet adapter and one or more virtual Ethernet adapters. A SEA includes both a physical interface portion and a virtual interface portion. When a virtual client desires to communicate to an external client, data packets are transmitted to and received by the virtual portion of the SEA. The SEA then retransmits the data packet from the physical portion of the SEA to the external client. This solution follows a traditional networking approach in keeping each adapter (virtual and/or physical) and the adapter's associated resources independent of each other.
Summary of Invention
A method, system, and computer program product for circumventing data copy operations in a virtual network environment using a shared Ethernet adapter are disclosed. The method includes copying a data packet from a user space to a first kernel space of a first logical partition (LPAR). Using a hypervisor, a mapped address of a receiving virtual Ethernet driver in a second LPAR is requested. The first mapped address is associated with a buffer of the receiving virtual Ethernet driver. The data packet is copied directly from the first kernel space of the first LPAR to a destination in a second kernel space of the second LPAR. The destination is determined utilizing the mapped address. The direct copying to the destination bypasses (i) a data packet copy operation from the first kernel space to a transmitting virtual Ethernet driver of the first LPAR, and (ii) a data packet copy operation via the hypervisor. The receiving virtual Ethernet driver is notified that the data packet has been successfully copied to the destination in the second LPAR.
The above as well as additional features of the present invention will become apparent in the following detailed written description.
Brief Description of the Drawings
The present invention will now be described, by way of example only, with reference to preferred embodiments, as illustrated in the following figures:
FIG. 1 depicts a block diagram of an exemplary data processing system in which the present invention may be implemented;
FIG. 2 depicts a block diagram of a processing unit in a virtual Ethernet environment, according to an embodiment of the present invention;
FIG. 3 depicts a block diagram of a processing unit having an internal virtual client transmitting to an external physical client, according to an embodiment of the present invention;
FIG. 4 depicts a high-level flowchart for circumventing data copy operations in a virtual network environment, according to an embodiment of the present invention; and FIG. 5 depicts a high-level flowchart for circumventing data copy operations in a virtual network environment using a shared Ethernet adapter, according to another embodiment of the present invention.
Detailed Description of the Invention
When segregating each Ethernet adapter (virtual and/or physical) and the Ethernet adapter's associated resources, a considerable number of copies are required to perform the transmission and reception of data packets between (i) virtual Ethernet adapters in a virtualized environment via a hypervisor, and (ii) virtual Ethernet adapters and physical
Ethernet adapters via the hypervisor and SEA. As a result, transmission at a 10 Gigabit Ethernet (10GbE or lOGigE) line rate standard with a 1500 byte maximum transmission unit (MTU) is difficult to achieve under such a virtual network environment using a SEA. In addition, operating system (OS) and/or device indirection coupled with increased data packet processing leads to greater central processing unit (CPU) usage and overall latency per data packet. The present invention avoids the above effects by effectively circumventing various copy operations.
With reference now to the figures, and in particular to FIG. 1, there is depicted a block diagram of a data processing system (DPS) 100, in which a preferred embodiment of the present invention may be implemented. For discussion purposes, the data processing system is described as having features common to a server computer. However, as used herein, the term "data processing system," is intended to include any type of computing device or machine that is capable of receiving, storing and running a software product, including not only computer systems, but also devices such as communication devices (e.g., routers, switches, pagers, telephones, electronic books, electronic magazines and newspapers, etc.) and personal and home consumer devices (e.g., handheld computers, Web-enabled televisions, home automation systems, multimedia viewing systems, etc.).
FIG. 1 and the following discussion are intended to provide a brief, general description of an exemplary data processing system adapted to implement the present invention. While parts of the invention will be described in the general context of instructions residing on hardware within a server computer, those skilled in the art will recognize that the invention also may be implemented in a combination of program modules running in an operating system. Generally, program modules include routines, programs, components, and data structures, which perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
DPS 100 includes one or more processing units 102a-102d, a system memory 104 coupled to a memory controller 105, and a system interconnect fabric 106 that couples memory controller 105 to processing unit(s) 102 and other components of DPS 100. Commands on system interconnect fabric 106 are communicated to various system components under the control of bus arbiter 108.
DPS 100 further includes storage media, such as a first hard disk drive (HDD) 110 and a second HDD 112. First HDD 110 and second HDD 112 are communicatively coupled to system interconnect fabric 106 by an input-output (I/O) interface 114. First HDD 110 and second HDD 112 provide nonvolatile storage for DPS 100. Although the description of computer-readable media above refers to a hard disk, it should be appreciated by those skilled in the art that other types of media which are readable by a computer, such as removable magnetic disks, compact disc read only memory (CD-ROM) disks, magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, and other later- developed hardware, may also be used in the exemplary computer operating environment.
DPS 100 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer 116. Remote computer 116 may be a server, a router, a peer device, or other common network mode, and typically includes many or all of the elements described relative to DPS 100. In a networked environment, program modules employed by DPS 100, or portions thereof, may be stored in a remote memory storage device, such as remote computer 116. The logical connections depicted in FIG. 1 include connections over a local area network (LAN) 118, but, in alternative embodiments, may include a wide area network (WAN).
When used in a LAN networking environment, DPS 100 is connected to LAN 118 through an input/output interface, such as a network interface 120. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
The depicted example is not meant to imply architectural or other limitations with respect to the presently described embodiments and/or the general invention. The data processing system depicted in FIG. 1 may be, for example, an IBM® eServer pSeries® system, running the AIX® operating system or LINUX® operating system. (IBM, eServer, pSeries, and AIX are trademarks of International Business Machines Corporation in the United States, other countries, or both. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.)
Turning now to FIG. 2, virtual networking components in a logically partitioned (LPAR) processing unit in accordance with an embodiment of the present disclosure are depicted. In this regard, a virtual Ethernet (VE) enables communications among virtual operating system (OS) instances (or LPARs) contained within the same physical system. Each LPAR 200 and its associated set of resources can be operated independently, as an independent computing process with its own OS instance residing in kernel space 204 and applications residing in user space 202. The number of LPARs that can be created depends on the processor model of DPS 100 and available resources. Typically, LPARs are used for different purposes such as database operation or client/server operation or to separate test and production environments. Each LPAR can communicate with other LPARs as if each other LPAR is in a separate machine through a virtual LAN 212.
In the depicted example, processing unit 102a runs two logical partitions (LPARs) 200a and 200b. LPARs 200a and 200b respectively include user space 202a and user space 202b.
User space 202a and user space 202b are communicatively linked to kernel space 204a and kernel space 204b, respectively. According to one embodiment, user space 202a copies data to stack 206 in kernel space 204a. In order to transfer the data stored in stack 206 to its intended recipient in LPAR 200b, the data is mapped or copied to a bus (or mapped) address of a buffer of LPAR 200b.
Within LPARs 200a and 200b, virtual Ethernet drivers 208a and 208b direct the transfer of data between LPARs 200a and 200b. Each virtual Ethernet driver 208a and 208b has its own transmit data buffer and receive data buffer for transmitting and/or receiving data packets between virtual Ethernet drivers 208a and 208b. When a data packet is to be transferred from LPAR 200a to LPAR 200b, virtual Ethernet driver 208a makes a call to hypervisor 210. Hypervisor 210 is configured for managing the various resources within a virtualized Ethernet environment. Both creation of LPARs 200a and 200b and allocation of resources on processor 102a and data processing system 100 to LPARs 200a and 200b are controlled by hypervisor 210.
Virtual LAN 212 is an example of virtual Ethernet (VE) technology, which enables internet protocol (IP)-based communication between LPARs on the same system. Virtual LAN (VLAN) technology is described by the Institute of Electrical and Electronics Engineers IEEE 802. IQ standard, incorporated herein by reference. VLAN technology logically segments a physical network, such that layer 2 connectivity is restricted to members that belong to the same VLAN. This separation is achieved by tagging Ethernet data packets with VLAN membership information and then restricting delivery to members of a given VLAN.
VLAN membership information, contained in a VLAN tag, is referred to as VLAN ID (VID). Devices are configured as being members of a VLAN that is designated by the VID for that device. Such devices include virtual Ethernet drivers 208a and 208b. For example, virtual Ethernet driver 208a is identified to other members of VLAN 212, such as virtual Ethernet driver 208b, by means of a Device VID.
According to a preferred embodiment of the present invention, virtual Ethernet driver 208b stores a pool 214 of direct data buffers (DDBs) 216. DDB 216 is a buffer which points to an address of a receiving VE data buffer (i.e., an intended recipient of a data packet). DDB 216 is provided to stack 206 via a call to hypervisor 210 by VE driver 208a. Stack 206 performs a copy operation directly from kernel space 204a into DDB 216. This operation circumvents two separate copy/mapping operations: (1) a copy/map from kernel space 204a to virtual Ethernet driver 208a, and (2) a subsequent copy operation of a data packet by hypervisor 210 from the transmitting VE driver 208a to the receiving VE driver 208b. With regard to (2), no copy operation is required by hypervisor 210 since the packet data has been previously copied by stack 206 into a pre-mapped data buffer having an address pointed to by DDB 216. Thus, when VE driver 208a obtains a mapped, receive data buffer address at receiving VE driver 208b through hypervisor 210 and VE driver 208a copies directly into the mapped, receive data buffer in LPAR 200b, VE driver 208a will have effectively written into the memory location in receiving VE driver 208b that is referenced by DDB 216.
With reference now to FIG. 3, a physical Ethernet adapter shared by multiple LPARs of a logically partitioned processing unit is depicted, in accordance with an embodiment of the present disclosure. DPS 100 includes processing unit 102a, which is logically partitioned into LPARs 200a and 200b. LPAR 200b also runs virtual I/O server (VIOS) 300, which provides an encapsulated device partition that provides network, disk, and other access to LPARs 200a and 200b without requiring each partition to own a network adapter. The network access component of VIOS 300 is shared Ethernet adapter (SEA) 310. While the present invention is explained with reference to SEA 310, the present invention applies equally to any peripheral adapter or other device, such as I/O interface 114.
SEA 310 serves as a bridge between a physical network adapter interface 120 or an aggregation of physical adapters and one or more of VLANs 212 on VIOS 300. SEA 310 is configured to enable LPARs 200a and 200b on VLAN 212 to share access to an external client 320 via physical network 330. SEA 310 provides this access by connecting, through hypervisor 210, VLAN 212 with a physical LAN in physical network 330, allowing machines and partitions connected to these LANs to operate seamlessly as members of the same VLAN. SEA 310 enables LPARs 200a and 200b on processing unit 102a of DPS 100 to share an IP subnet with external client 320. SEA 310 includes a virtual and a physical adapter pair. On the virtual side of SEA 310, VE driver 208b communicates with hypervisor 210. VE driver 208b stores a pool 314 of DDBs 316. DDB 316 is a buffer which points to an address of transmit data buffer (i.e., the intended location of the data packet) of physical Ethernet driver 312. On the physical side of SEA 310, physical Ethernet driver 312 interfaces with physical network 330. However, since a virtual client must interface with VIOS 300 before LPAR 200a can leave its virtualized environment to communicate with a physical environment, the physical transmit data buffer of physical Ethernet driver 312 is mapped as a receive data buffer at receiving VE driver 208b. Thus, when receiving VE driver 208b receives from VE driver 208a a data packet that is pre-mapped to the physical transmit data buffer of physical Ethernet driver
312, receiving VE driver 208b will have effectively written into the memory location in physical Ethernet driver 312 that is referenced by DDB 316. VIOS 300 forwards the data packet at receiving VE driver 208b to another driver which manages physical Ethernet driver 312.
The operation circumvents three separate copy/mapping operations: (1) a copy/map from kernel space 204a to virtual Ethernet driver 208a, (2) a subsequent copy operation of a data buffer by hypervisor 210 from the transmitting VE driver 208a to the receiving VE driver 208b via hypervisor 210, and (3) a subsequent copy operation of a data buffer from receiving VE driver 208b to physical Ethernet driver 312 via SEA 310.
With reference now to FIG. 4, a flowchart of an exemplary process for circumventing data copy operations in a virtual network environment is depicted in accordance with an illustrative preferred embodiment of the present invention. In this regard, reference is made to the elements described in FIG. 2. The process begins at initial block 401 and continues to block 402 which depicts a data packet being copied from user space 202a to kernel space 204a of an internal virtual client (i.e., LPAR 200a). Next, virtual Ethernet (VE) driver 208a requests an address of a mapped, receive data buffer of VE driver 208b, as depicted in block 404. This step is performed by a call by VE driver 208a to hypervisor 210 in response to a data packet transmit request by VE driver 208a. Hypervisor 210 acquires a direct data buffer
(DDB) 216 from VE driver 208b. DDB 216 includes the address of a buffer in LPAR 200b to which the data packet is intended to be transmitted. Hypervisor 210 communicates the intended receive data buffer address to VE driver 208a and the receive data buffer address is handed up to stack 206 in kernel space 204a. Once the receive data buffer location is communicated to VE driver 208a, the process continues to block 406, which illustrates VE driver 208a in kernel space 204a copying the data packet directly from stack 206 to the mapped address of the receive data buffer of receiving VE driver 208b. Next, VE driver
208a performs a call to hypervisor 210 to notify receiving VE driver 208b that a data copy to the mapped, receive data buffer was successful (block 408). The process then terminates thereafter at block 410.
With reference now to FIG. 5, a flowchart of an exemplary process for circumventing data copy operations in a virtual network environment using a shared Ethernet adapter (SEA) is depicted in accordance with an illustrative preferred embodiment of the present invention. In this regard, reference is made to the elements described in FIG. 3. The process begins at initial block 501 and continues to block 502, which depicts a data packet being copied from user space 202a to kernel space 204a of an internal virtual client (i.e., LPAR 200a). Next, virtual Ethernet (VE) driver 208a requests a first address of a mapped, receive data buffer of receiving VE driver 208b, as depicted in block 504. This step is performed by a call by VE driver 208a to hypervisor 210 in response to a data packet transmit request by VE driver 208a. Hypervisor 210 acquires a direct data buffer (DDB) 316 from VE driver 208b.
The way in which hypervisor 210 may acquire DDB 316 upon receiving a call from VE driver 208a can vary. According to one exemplary embodiment, hypervisor 210 can store a cached subset of mapped, receive data buffer addresses before VE driver 208a copies directly to the intended mapped, receive data buffer. Hypervisor 210 can then communicate the cached buffer addresses to virtual Ethernet driver 208a, which copies the data packet directly to the mapped, receive data buffer.
DDB 316 includes the address of a buffer in LPAR 200b to which the data packet is intended to be transmitted. In the case of transferring a data packet from a virtual client to a physical client via SEA 310, DDB 316 points to buffers owned by physical Ethernet driver 312. To enable this, a second mapped address of a transmit data buffer of physical Ethernet driver 312 is mapped to the mapped, receive data buffer of receiving VE driver 208b (block 506). This mapping typically occurs when VIOS 300 and SEA 310 are initially configured at startup, before internal virtual clients are configured. Next, hypervisor 210 communicates the intended receive data buffer address to VE driver 208a and the receive data buffer address is handed up to stack 206 in kernel space 204a.
Once the receive data buffer location is communicated to VE driver 208a, the process continues to block 508, which illustrates VE driver 208a in kernel space 204a copying the data packet directly from stack 206 to the second mapped address in kernel space 204b. Thus, when VE driver 208b receives from VE driver 208a a data packet that is pre-mapped to the physical transmit data buffer of physical Ethernet driver 312, VE driver 208b will have effectively written into the memory location in physical Ethernet driver 312 that is referenced by DDB 316. Physical Ethernet driver 312a performs a call to SEA 310 to notify receiving VE driver 208b that a data copy to the intended physical transmit data buffer was successful (block 510). The process then terminates thereafter at block 512.
In the flow charts above, one or more of the methods are embodied in a computer readable medium containing computer readable code such that a series of steps are performed when the computer readable code is executed (by a processing unit) on a computing device. In some implementations, certain processes of the methods are combined, performed simultaneously or in a different order, or perhaps omitted, without deviating from the spirit and scope of the invention. Thus, while the method processes are described and illustrated in a particular sequence, use of a specific sequence of processes is not meant to imply any limitations on the present invention. Changes may be made with regards to the sequence of processes without departing from the spirit or scope of the present invention. Use of a particular sequence is therefore, not to be taken in a limiting sense, and the scope of the present invention extends to the appended claims and equivalents thereof.
As will be appreciated by one skilled in the art, an embodiment of the present invention may be embodied as a method, system, and/or computer program product. Accordingly, a preferred embodiment of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "circuit," "module," "logic", or "system." Furthermore, a preferred embodiment of the present invention may take the form of a computer program product on a computer-usable storage medium having computer-usable program code embodied in or on the medium.
As will be further appreciated, the processes in preferred embodiments of the present invention may be implemented using any combination of software, firmware, microcode, or hardware. As a preparatory step to practicing a preferred embodiment of the present invention in software, the programming code (whether software or firmware) will typically be stored in one or more machine readable storage mediums such as fixed (hard) drives, diskettes, magnetic disks, optical disks, magnetic tape, semiconductor memories such as random access memories (RAMs), read only memories (ROMs), programmable read only memories (PROMs), etc., thereby making an article of manufacture in accordance with a preferred embodiment of the present invention. The article of manufacture containing the programming code is used by either executing the code directly from the storage device, by copying the code from the storage device into another storage device such as a hard disk, RAM, etc., or by transmitting the code for remote execution using transmission type media such as digital and analog communication links. The medium may be electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium. Further, the medium may be any apparatus that may contain, store, communicate, propagate, or transport the program for use by or in connection with the execution system, apparatus, or device. The methods of a preferred embodiment of the invention may be practiced by combining one or more machine-readable storage devices containing the code according to the described embodiment(s) with appropriate processing hardware to execute the code contained therein. An apparatus for practicing a preferred embodiment of the present invention could be one or more processing devices and storage systems containing or having network access (via servers) to program(s) coded in accordance with a preferred embodiment of the present invention. In general, the term computer, computer system, or data processing system can be broadly defined to encompass any device having a processor (or processing unit) which executes instructions/code from a memory medium. Thus, it is important that while an illustrative embodiment of a preferred embodiment of the present invention is described in the context of a fully functional computer (server) system with installed (or executed) software, those skilled in the art will appreciate that the software aspects of an illustrative preferred embodiment of the present invention are capable of being distributed as a program product in a variety of forms, and that an illustrative preferred embodiment of the present invention applies equally regardless of the particular type of media used to actually carry out the distribution. By way of example, a non exclusive list of types of media, includes recordable type (tangible) media such as floppy disks, thumb drives, hard disk drives, CD ROMs, Digital Versatile Discs (DVDs), and transmission type media such as digital and analogue communication links.
While a preferred embodiment of the present invention has been described with reference to exemplary embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted for elements thereof without departing from the scope of the invention. In addition, many modifications may be made to adapt a particular system, device or component thereof to the teachings of the invention without departing from the essential scope thereof. Therefore, it is intended that the invention not be limited to the particular embodiments disclosed for carrying out this invention, but that the invention will include all embodiments falling within the scope of the appended claims. Moreover, the use of the terms first, second, etc. do not denote any order or importance, but rather the terms first, second, etc. are used to distinguish one element from another. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of states features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.

Claims

1. A computer-implemented method for circumventing data copy operations in a virtual network environment, said method comprising: copying a data packet from a user space to a first kernel space of a first logical partition (LPAR); requesting, via a hypervisor, a mapped address of a receiving virtual Ethernet driver in a second LPAR, wherein said mapped address is associated with a buffer of said receiving virtual Ethernet driver; copying said data packet directly from said first kernel space of said first LPAR to a destination in a second kernel space of said second LPAR, wherein said destination is determined utilizing said mapped address; and notifying said receiving virtual Ethernet driver that said data packet has been successfully copied to said destination in said second LPAR.
2. The computer- implemented method of Claim 1, further comprising mapping said buffer of said receiving virtual Ethernet driver to a second mapped address of a transmit buffer of a physical Ethernet driver.
3. The computer- implemented method of either of Claims 1 or 2, wherein said direct copying to said destination bypasses: a data packet copy operation from said first kernel space to a transmitting virtual Ethernet driver of said first LPAR; and a data packet copy operation via said hypervisor.
4. The computer- implemented method of any of claims 1- 3, wherein said receiving virtual Ethernet driver includes a Direct Data Buffer (DDB) pool having at least one DDB.
5. The computer- implemented method of Claim 4, wherein each of said at least one DDB includes said mapped address pointing to said destination in said second kernel space of said second LPAR.
6. The computer- implemented method of any of claims 1- 5, further comprising said hypervisor storing a cached subset of mapped buffer addresses before said direct copying.
7. A logically-partitioned data processing system comprising: a bus; a memory connected to the bus, wherein a set of instructions are located in memory; one or more processors connected to the bus, wherein the one or more processors execute a set of instructions to circumvent data copy operations in a virtual network environment, said set of instructions include: copying a data packet from a user space to a first kernel space of a first logical partition (LPAR); requesting, via a hypervisor, a mapped address of a receiving virtual Ethernet driver in a second LPAR, wherein said mapped address is associated with a buffer of said receiving virtual Ethernet driver; copying said data packet directly from said first kernel space of said first LPAR to a destination in a second kernel space of said second LPAR, wherein said destination is determined utilizing said mapped address; and notifying said receiving virtual Ethernet driver that said data packet has been successfully copied to said destination in said second LPAR.
8. The logically-partitioned data processing system of Claim 7, further comprising mapping said buffer of said receiving virtual Ethernet driver to a second mapped address of a transmit buffer of a physical Ethernet driver.
9. The logically-partitioned data processing system of either of claims 7 or 8, wherein said direct copying to said destination bypasses: a data packet copy operation from said first kernel space to a transmitting virtual Ethernet driver of said first LPAR; and a data packet copy operation via said hypervisor.
10. The logically-partitioned data processing system of any of claims 7 - 9, wherein said receiving virtual Ethernet driver includes a Direct Data Buffer (DDB) pool having at least one DDB.
11. The logically-partitioned data processing system of Claim 10, wherein each of said at least one DDB includes said mapped address pointing to said destination in said second kernel space of said second LPAR.
12. The logically-partitioned data processing system of any of claims 7 - 11, further comprising said hypervisor storing a cached subset of mapped buffer addresses before said direct copying.
13. A computer program product comprising: a computer readable medium; and program code on said computer readable medium that when executed within a data processing device, said program code provides the functionality of: copying a data packet from a user space to a first kernel space of a first logical partition (LPAR); requesting, via a hypervisor, a mapped address of a receiving virtual Ethernet driver in a second LPAR, wherein said mapped address is associated with a buffer of said receiving virtual Ethernet driver; copying said data packet directly from said first kernel space of said first LPAR to a destination in a second kernel space of said second LPAR, wherein said destination is determined utilizing said mapped address; and notifying said receiving virtual Ethernet driver that said data packet has been successfully copied to said destination in said second LPAR.
14. The computer program product of Claim 13, wherein said program code for mapping said buffer of said receiving virtual Ethernet driver to a second mapped address of a transmit buffer of a physical Ethernet driver.
15. The computer program product of either of claims 13 or 14, wherein said program code for direct copying to said destination bypasses (i) a data packet copy operation from said first kernel space to a transmitting virtual Ethernet driver of said first LPAR, and (ii) a data packet copy operation via said hypervisor.
16. The computer program product of any of claims 13 - 15, wherein said receiving virtual Ethernet driver includes a Direct Data Buffer (DDB) pool having at least one DDB.
17. The computer program product of Claim 16, wherein each of said at least one DDB includes said mapped address pointing to said destination in said second kernel space of said second LPAR.
18. The computer program product of any of claims 13 - 17, further comprising said hypervisor storing a cached subset of mapped buffer addresses before said direct copying.
19. A computer program loadable into the internal memory of a digital computer, comprising software code portions, when said product is run on a computer, for performing the method of any of claims 1 to 6.
PCT/EP2010/051930 2009-03-02 2010-02-16 Copy circumvention in a virtual network environment WO2010100027A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
CN201080008504.8A CN102326147B (en) 2009-03-02 2010-02-16 Copy circumvention in virtual network environment
JP2011552384A JP5662949B2 (en) 2009-03-02 2010-02-16 Copy bypass in a virtual network environment
KR1020117022815A KR101720360B1 (en) 2009-03-02 2010-02-16 Copy circumvention in a virtual network environment
EP10707245A EP2359242A1 (en) 2009-03-02 2010-02-16 Copy circumvention in a virtual network environment
CA2741141A CA2741141A1 (en) 2009-03-02 2010-02-16 Copy circumvention in a virtual network environment
IL214774A IL214774A (en) 2009-03-02 2011-08-21 Copy circumvention in a virtual network environment

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/396,257 US20100223419A1 (en) 2009-03-02 2009-03-02 Copy circumvention in a virtual network environment
US12/396,257 2009-03-02

Publications (1)

Publication Number Publication Date
WO2010100027A1 true WO2010100027A1 (en) 2010-09-10

Family

ID=42272400

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2010/051930 WO2010100027A1 (en) 2009-03-02 2010-02-16 Copy circumvention in a virtual network environment

Country Status (8)

Country Link
US (1) US20100223419A1 (en)
EP (1) EP2359242A1 (en)
JP (1) JP5662949B2 (en)
KR (1) KR101720360B1 (en)
CN (1) CN102326147B (en)
CA (1) CA2741141A1 (en)
IL (1) IL214774A (en)
WO (1) WO2010100027A1 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8677024B2 (en) * 2011-03-31 2014-03-18 International Business Machines Corporation Aggregating shared Ethernet adapters in a virtualized environment
US9769123B2 (en) * 2012-09-06 2017-09-19 Intel Corporation Mitigating unauthorized access to data traffic
US9454392B2 (en) * 2012-11-27 2016-09-27 Red Hat Israel, Ltd. Routing data packets between virtual machines using shared memory without copying the data packet
US9535871B2 (en) 2012-11-27 2017-01-03 Red Hat Israel, Ltd. Dynamic routing through virtual appliances
US9350607B2 (en) * 2013-09-25 2016-05-24 International Business Machines Corporation Scalable network configuration with consistent updates in software defined networks
WO2016045055A1 (en) * 2014-09-25 2016-03-31 Intel Corporation Network communications using pooled memory in rack-scale architecture
US10078615B1 (en) * 2015-09-18 2018-09-18 Aquantia Corp. Ethernet controller with integrated multi-media payload de-framer and mapper
CN110554977A (en) * 2018-05-30 2019-12-10 阿里巴巴集团控股有限公司 Data caching method, data processing method, computer device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020129082A1 (en) 2001-03-08 2002-09-12 International Business Machines Corporation Inter-partition message passing method, system and program product for throughput measurement in a partitioned processing environment
WO2007019316A2 (en) * 2005-08-05 2007-02-15 Red Hat, Inc. Zero-copy network i/o for virtual hosts
US20070162619A1 (en) * 2006-01-12 2007-07-12 Eliezer Aloni Method and System for Zero Copy in a Virtualized Network Environment

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7016A (en) * 1850-01-15 Mill for grinding
US2012A (en) * 1841-03-18 Machine foe
JP2003202999A (en) * 2002-01-08 2003-07-18 Hitachi Ltd Virtual computer system
US7739684B2 (en) * 2003-11-25 2010-06-15 Intel Corporation Virtual direct memory access crossover
US20050246453A1 (en) * 2004-04-30 2005-11-03 Microsoft Corporation Providing direct access to hardware from a virtual environment
US7249208B2 (en) * 2004-05-27 2007-07-24 International Business Machines Corporation System and method for extending the cross-memory descriptor to describe another partition's memory
JP2006127461A (en) * 2004-09-29 2006-05-18 Sony Corp Information processing device, communication processing method, and computer program
US20060123111A1 (en) * 2004-12-02 2006-06-08 Frank Dea Method, system and computer program product for transitioning network traffic between logical partitions in one or more data processing systems
JP4883979B2 (en) * 2005-10-11 2012-02-22 株式会社ソニー・コンピュータエンタテインメント Information processing apparatus and communication control method
JP4854710B2 (en) * 2008-06-23 2012-01-18 株式会社東芝 Virtual computer system and network device sharing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020129082A1 (en) 2001-03-08 2002-09-12 International Business Machines Corporation Inter-partition message passing method, system and program product for throughput measurement in a partitioned processing environment
WO2007019316A2 (en) * 2005-08-05 2007-02-15 Red Hat, Inc. Zero-copy network i/o for virtual hosts
US20070162619A1 (en) * 2006-01-12 2007-07-12 Eliezer Aloni Method and System for Zero Copy in a Virtualized Network Environment

Also Published As

Publication number Publication date
EP2359242A1 (en) 2011-08-24
CA2741141A1 (en) 2010-09-10
CN102326147B (en) 2014-11-26
KR101720360B1 (en) 2017-03-27
CN102326147A (en) 2012-01-18
US20100223419A1 (en) 2010-09-02
JP5662949B2 (en) 2015-02-04
IL214774A (en) 2016-04-21
IL214774A0 (en) 2011-11-30
KR20110124333A (en) 2011-11-16
JP2012519340A (en) 2012-08-23

Similar Documents

Publication Publication Date Title
EP3754511B1 (en) Multi-protocol support for transactions
US11121972B2 (en) Multicast message filtering in virtual environments
EP3042297B1 (en) Universal pci express port
US20080189432A1 (en) Method and system for vm migration in an infiniband network
EP3706394A1 (en) Writes to multiple memory destinations
US8549098B2 (en) Method and system for protocol offload and direct I/O with I/O sharing in a virtualized network environment
WO2010100027A1 (en) Copy circumvention in a virtual network environment
US10621138B2 (en) Network communications using pooled memory in rack-scale architecture
US8675644B2 (en) Enhanced virtual switch
WO2021183199A1 (en) Maintaining storage namespace identifiers for live virtualized execution environment migration
CN106301859B (en) Method, device and system for managing network card
US7926067B2 (en) Method and system for protocol offload in paravirtualized systems
US11681625B2 (en) Receive buffer management
US11487567B2 (en) Techniques for network packet classification, transmission and receipt
US20140157265A1 (en) Data flow affinity for heterogenous virtual machines
WO2023011254A1 (en) Remote direct data storage-based live migration method and apparatus, and device
US8468551B2 (en) Hypervisor-based data transfer
US8194670B2 (en) Upper layer based dynamic hardware transmit descriptor reclaiming
CN116266829A (en) Network support for reliable multicast operation
WO2023075930A1 (en) Network interface device-based computations

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201080008504.8

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10707245

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2741141

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 2010707245

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 4045/CHENP/2011

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2011552384

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 214774

Country of ref document: IL

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 20117022815

Country of ref document: KR

Kind code of ref document: A