CN107357636A - A kind of method and main frame for creating virtual machine - Google Patents
A kind of method and main frame for creating virtual machine Download PDFInfo
- Publication number
- CN107357636A CN107357636A CN201710618603.1A CN201710618603A CN107357636A CN 107357636 A CN107357636 A CN 107357636A CN 201710618603 A CN201710618603 A CN 201710618603A CN 107357636 A CN107357636 A CN 107357636A
- Authority
- CN
- China
- Prior art keywords
- network interface
- virtual machine
- network
- host
- main frame
- Prior art date
- Legal status (The legal status 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 status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
- G06F2009/45562—Creating, deleting, cloning virtual machine instances
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
- G06F2009/45595—Network integration; Enabling network access in virtual machine instances
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)
Abstract
本发明公开了一种创建虚拟机的方法及主机,新建网络接口;根据主机上待分配给虚拟机的物理网卡的信息,设置网络接口的参数;利用网络接口的参数在主机上创建虚拟机。从本发明提供的技术方案可见,能够使得虚拟机直接使用主机上的物理网卡,提升虚拟机的网卡性能。
The invention discloses a method for creating a virtual machine and a host to create a new network interface; set the parameters of the network interface according to the information of the physical network card to be allocated to the virtual machine on the host; and create a virtual machine on the host by using the parameters of the network interface. It can be seen from the technical solution provided by the present invention that the virtual machine can directly use the physical network card on the host machine, and the performance of the network card of the virtual machine can be improved.
Description
技术领域technical field
本发明涉及创建虚拟机技术,尤指一种创建虚拟机的方法及主机。The invention relates to virtual machine creation technology, in particular to a virtual machine creation method and a host.
背景技术Background technique
在现有技术中,可以通过虚拟化技术将一台物理计算机(即主机)虚拟为多台逻辑计算机,即虚拟机。在一台计算机上同时运行多个逻辑计算机,每个逻辑计算机可运行不同的操作系统,并且应用程序可以在相互独立的空间内运行而互不影响,从而显著提高计算机的工作效率。In the prior art, a physical computer (that is, a host) can be virtualized into multiple logical computers, that is, virtual machines, through a virtualization technology. Multiple logical computers run simultaneously on one computer, each logical computer can run a different operating system, and applications can run in independent spaces without affecting each other, thereby significantly improving the work efficiency of the computer.
目前虚拟机使用的网卡为虚拟网卡,是通过将主机上的物理网卡虚拟化后得到的,虚拟机不能直接使用主机上的物理网卡,使得虚拟机的网卡性能较差,信号传输的速度较慢。At present, the network card used by the virtual machine is a virtual network card, which is obtained by virtualizing the physical network card on the host. The virtual machine cannot directly use the physical network card on the host, which makes the performance of the network card of the virtual machine poor and the signal transmission speed is slow. .
发明内容Contents of the invention
为了解决上述技术问题,本发明提供了一种创建虚拟机的方法及主机,能够使虚拟机直接使用主机上的物理网卡,提升虚拟机的网卡性能。In order to solve the above technical problems, the present invention provides a method for creating a virtual machine and a host, which can enable the virtual machine to directly use the physical network card on the host, and improve the performance of the network card of the virtual machine.
为了达到本发明目的,本发明提供了一种创建虚拟机的方法,包括:In order to achieve the purpose of the present invention, the present invention provides a method for creating a virtual machine, including:
新建网络接口;Create a new network interface;
根据主机上待分配给虚拟机的物理网卡的信息,设置网络接口的参数;Set the parameters of the network interface according to the information of the physical network card to be allocated to the virtual machine on the host;
利用网络接口的参数在主机上创建虚拟机。Create a virtual machine on the host with the parameters of the network interface.
进一步地,在所述设置网络接口的参数之后,且在所述利用网络接口的参数在主机上创建虚拟机之前,还包括:Further, after setting the parameters of the network interface and before creating the virtual machine on the host using the parameters of the network interface, the method further includes:
若所述网络接口的数量为两个或两个以上,则根据所述网络接口的名称,在两个或两个以上的所述网络接口中选择出创建虚拟机所用的网络接口。If the number of the network interfaces is two or more, the network interface used for creating the virtual machine is selected from the two or more network interfaces according to the names of the network interfaces.
进一步地,所述网络接口的参数包括以下之一或任意组合:网卡类型、所述物理网卡的ID、网络之间互连的协议地址、介质访问控制地址。Further, the parameters of the network interface include one or any combination of the following: network card type, ID of the physical network card, protocol address for interconnection between networks, and media access control address.
本发明还提供了一种主机,包括:The present invention also provides a host, including:
新建模块,用于新建网络接口;Create a new module for creating a new network interface;
设置模块,用于根据主机上待分配给虚拟机的物理网卡的信息,设置网络接口的参数;The setting module is used to set the parameters of the network interface according to the information of the physical network card to be allocated to the virtual machine on the host;
创建模块,用于利用网络接口的参数在主机上创建虚拟机。Create a module for creating a virtual machine on a host with network interface parameters.
进一步地,还包括:Further, it also includes:
选择模块,用于若所述网络接口的数量为两个或两个以上,则根据所述网络接口的名称,在两个或两个以上的所述网络接口中选择出创建虚拟机所用的网络接口。A selection module, configured to, if the number of the network interfaces is two or more, select the network used to create the virtual machine from the two or more network interfaces according to the names of the network interfaces interface.
进一步地,所述网络接口的参数包括以下之一或任意组合:网卡类型、所述物理网卡的ID、网络之间互连的协议地址、介质访问控制地址。Further, the parameters of the network interface include one or any combination of the following: network card type, ID of the physical network card, protocol address for interconnection between networks, and media access control address.
与现有技术相比,本发明至少包括新建网络接口;根据主机上待分配给虚拟机的物理网卡的信息,设置网络接口的参数;利用网络接口的参数在主机上创建虚拟机。从本发明提供的技术方案可见,通过创建网络接口,将主机的物理网卡的信息写到该网络接口的参数上,利用物理网卡的信息创建虚拟机,这样创建的虚拟机就能够直接使用该物理网卡,从而提升虚拟机的网卡性能,保证虚拟机信号传输的速度。Compared with the prior art, the present invention at least includes creating a new network interface; setting the parameters of the network interface according to the information of the physical network card to be allocated to the virtual machine on the host; creating a virtual machine on the host by using the parameters of the network interface. It can be seen from the technical solution provided by the present invention that by creating a network interface, the information of the physical network card of the host is written to the parameters of the network interface, and the information of the physical network card is used to create a virtual machine, so that the created virtual machine can directly use the physical network card. Network card, so as to improve the performance of the network card of the virtual machine and ensure the speed of signal transmission of the virtual machine.
本发明的其它特征和优点将在随后的说明书中阐述,并且,部分地从说明书中变得显而易见,或者通过实施本发明而了解。本发明的目的和其他优点可通过在说明书、权利要求书以及附图中所特别指出的结构来实现和获得。Additional features and advantages of the invention will be set forth in the description which follows, and in part will be apparent from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
附图说明Description of drawings
附图用来提供对本发明技术方案的进一步理解,并且构成说明书的一部分,与本申请的实施例一起用于解释本发明的技术方案,并不构成对本发明技术方案的限制。The accompanying drawings are used to provide a further understanding of the technical solution of the present invention, and constitute a part of the description, and are used together with the embodiments of the application to explain the technical solution of the present invention, and do not constitute a limitation to the technical solution of the present invention.
图1为本发明实施例提供的一种创建虚拟机的方法的流程示意图;FIG. 1 is a schematic flowchart of a method for creating a virtual machine provided by an embodiment of the present invention;
图2为本发明实施例提供的一种主机的结构示意图;FIG. 2 is a schematic structural diagram of a host provided by an embodiment of the present invention;
图3为本发明实施例提供的另一种主机的结构示意图。FIG. 3 is a schematic structural diagram of another host provided by an embodiment of the present invention.
具体实施方式detailed description
为使本发明的目的、技术方案和优点更加清楚明白,下文中将结合附图对本发明的实施例进行详细说明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互任意组合。In order to make the purpose, technical solution and advantages of the present invention more clear, the embodiments of the present invention will be described in detail below in conjunction with the accompanying drawings. It should be noted that, in the case of no conflict, the embodiments in the present application and the features in the embodiments can be combined arbitrarily with each other.
在附图的流程图示出的步骤可以在诸如一组计算机可执行指令的计算机系统中执行。并且,虽然在流程图中示出了逻辑顺序,但是在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤。The steps shown in the flowcharts of the figures may be performed in a computer system, such as a set of computer-executable instructions. Also, although a logical order is shown in the flowcharts, in some cases the steps shown or described may be performed in an order different from that shown or described herein.
本发明实施例提供一种创建虚拟机的方法,如图1所示,该方法包括:The embodiment of the present invention provides a method for creating a virtual machine, as shown in Figure 1, the method includes:
步骤101、新建网络接口。Step 101, creating a new network interface.
步骤102、根据主机上待分配给虚拟机的物理网卡的信息,设置网络接口的参数。Step 102, according to the information of the physical network card to be allocated to the virtual machine on the host, set the parameters of the network interface.
具体地,该物理网卡指的是主机上可以的物理网卡,并未分配给虚拟机的物理网卡。Specifically, the physical network card refers to a physical network card that is available on the host and is not allocated to the virtual machine.
步骤103、利用网络接口的参数在主机上创建虚拟机。Step 103, using the parameters of the network interface to create a virtual machine on the host.
当主机已经开启了硬件虚拟化功能时,可以利用网络接口的参数在主机上创建虚拟机。具体地,在创建虚拟机时将网络接口的参数写入到虚拟机的配置文件中。When the host has enabled the hardware virtualization function, a virtual machine can be created on the host by using network interface parameters. Specifically, the parameters of the network interface are written into the configuration file of the virtual machine when the virtual machine is created.
例如,主机上有openstack和虚拟化驱动,openstack新建网络接口并根据主机的物理网卡的信息设置网络接口的参数,当需要创建虚拟机时,openstack将网络接口的参数发送给虚拟化驱动,具体地,通过消息转发机制实现openstack与虚拟化驱动之间的数据交互,虚拟化驱动利用网络接口的参数在主机上创建虚拟机。openstack除了将网络接口的参数发送给虚拟化驱动之外,openstack还将创建虚拟机所需的其他数据发送给虚拟化驱动,例如待创建虚拟机的CPU(Central Processing Unit,中央处理器)信息和内存信息。其中openstack是一个由NASA(National Aeronautics and Space Administration,美国国家航空航天局)和Rackspace合作研发并发起的,以Apache许可证授权的自由软件和开放源代码项目。For example, there are openstack and virtualization drivers on the host, and openstack creates a new network interface and sets the parameters of the network interface according to the information of the physical network card of the host. When a virtual machine needs to be created, openstack sends the parameters of the network interface to the virtualization driver, specifically , the data interaction between openstack and the virtualization driver is realized through the message forwarding mechanism, and the virtualization driver uses the parameters of the network interface to create a virtual machine on the host. In addition to sending the parameters of the network interface to the virtualization driver, openstack also sends other data required to create a virtual machine to the virtualization driver, such as the CPU (Central Processing Unit, central processing unit) information and Memory information. Among them, openstack is a free software and open source project authorized by the Apache license, jointly developed and initiated by NASA (National Aeronautics and Space Administration, National Aeronautics and Space Administration) and Rackspace.
进一步地,在图1对应的实施例的基础上,在步骤102之后,且在步骤103之前,还包括:Further, on the basis of the embodiment corresponding to FIG. 1, after step 102 and before step 103, further include:
若网络接口的数量为两个或两个以上,则根据网络接口的名称,在两个或两个以上的网络接口中选择出创建虚拟机所用的网络接口。If the number of network interfaces is two or more, the network interface used for creating the virtual machine is selected from the two or more network interfaces according to the names of the network interfaces.
由于在主机创建完网络接口之后,主机将创建的网络接口存放到数据库中,如果数据库中存放有不止一个网络接口,由于每个网络接口的名称是不同的,因此在需要创建虚拟机时,根据网络接口的名称在多个网络接口中选择出创建虚拟机所要用到的网络接口。After the host creates a network interface, the host stores the created network interface in the database. If there are more than one network interface stored in the database, the name of each network interface is different. Therefore, when creating a virtual machine, according to The name of the network interface selects the network interface used to create the virtual machine from multiple network interfaces.
进一步地,网络接口的参数包括以下之一或任意组合:网卡类型、物理网卡的ID、网络之间互连的协议(Internet Protocol,IP)地址、介质访问控制(Media AccessControl,MAC)地址。Further, the parameters of the network interface include one or any combination of the following: type of network card, ID of a physical network card, Internet Protocol (IP) address for interconnection between networks, and Media Access Control (MAC) address.
例如,网络接口的参数为binding:profile,binding:profile包括{‘vnic-type’:‘direct-physical’,‘net-id’:‘netId’},其中,‘vnic-type’表示网卡类型,‘direct-physical’表示网卡类型对应的值,‘net-id’表示物理网卡的ID,netId’表示物理网卡的ID对应的值。For example, the parameter of the network interface is binding:profile, and the binding:profile includes {'vnic-type':'direct-physical','net-id':'netId'}, where 'vnic-type' indicates the network card type, 'direct-physical' indicates the value corresponding to the network card type, 'net-id' indicates the ID of the physical network card, and netId' indicates the value corresponding to the ID of the physical network card.
本发明实施例所提供的一种创建虚拟机的方法,新建网络接口;根据主机上待分配给虚拟机的物理网卡的信息,设置网络接口的参数;利用网络接口的参数在主机上创建虚拟机。从本发明提供的技术方案可见,通过创建网络接口,将主机的物理网卡的信息写到该网络接口的参数上,利用物理网卡的信息创建虚拟机,这样创建的虚拟机就能够直接使用该物理网卡,从而提升虚拟机的网卡性能,保证虚拟机信号传输的速度。A method for creating a virtual machine provided by an embodiment of the present invention is to create a new network interface; set the parameters of the network interface according to the information of the physical network card to be allocated to the virtual machine on the host; use the parameters of the network interface to create a virtual machine on the host . It can be seen from the technical solution provided by the present invention that by creating a network interface, the information of the physical network card of the host is written to the parameters of the network interface, and the information of the physical network card is used to create a virtual machine, so that the created virtual machine can directly use the physical network card. Network card, so as to improve the performance of the network card of the virtual machine and ensure the speed of signal transmission of the virtual machine.
本发明实施例提供一种主机,如图2所示,该主机2包括:An embodiment of the present invention provides a host, as shown in Figure 2, the host 2 includes:
新建模块21,用于新建网络接口。The new module 21 is used to create a new network interface.
设置模块22,用于根据主机2上待分配给虚拟机的物理网卡的信息,设置网络接口的参数。The setting module 22 is configured to set the parameters of the network interface according to the information of the physical network card to be allocated to the virtual machine on the host 2.
创建模块23,用于利用网络接口的参数在主机2上创建虚拟机。The creating module 23 is configured to create a virtual machine on the host 2 by using the parameters of the network interface.
进一步地,在图2对应的实施例的基础上,本发明提出了另一种主机,如图3所示,该主机2还包括:Further, on the basis of the embodiment corresponding to FIG. 2 , the present invention proposes another host, as shown in FIG. 3 , the host 2 also includes:
选择模块24,用于若网络接口的数量为两个或两个以上,则根据网络接口的名称,在两个或两个以上的网络接口中选择出创建虚拟机所用的网络接口。The selection module 24 is configured to, if the number of network interfaces is two or more, select the network interface used for creating the virtual machine from the two or more network interfaces according to the names of the network interfaces.
进一步地,网络接口的参数包括以下之一或任意组合:网卡类型、物理网卡的ID、网络之间互连的协议地址、介质访问控制地址。Further, the parameters of the network interface include one or any combination of the following: network card type, physical network card ID, protocol address for interconnection between networks, and media access control address.
在实际应用中,新建模块21、设置模块22、创建模块23和选择模块24均可由主机2中的CPU、微处理器(Micro Processor Unit,MPU)、数字信号处理器(Digital SignalProcessor,DSP)或现场可编程门阵列(Field Programmable Gate Array,FPGA)等实现。In practical applications, the new module 21, the setting module 22, the creation module 23 and the selection module 24 can be controlled by the CPU in the host computer 2, a microprocessor (Micro Processor Unit, MPU), a digital signal processor (Digital Signal Processor, DSP) or Field Programmable Gate Array (Field Programmable Gate Array, FPGA) and other implementations.
本发明实施例所提供的一种主机,新建网络接口;根据主机上待分配给虚拟机的物理网卡的信息,设置网络接口的参数;利用网络接口的参数在主机上创建虚拟机。从本发明提供的技术方案可见,通过创建网络接口,将主机的物理网卡的信息写到该网络接口的参数上,利用物理网卡的信息创建虚拟机,这样创建的虚拟机就能够直接使用该物理网卡,从而提升虚拟机的网卡性能,保证虚拟机信号传输的速度。A host provided by an embodiment of the present invention creates a new network interface; sets parameters of the network interface according to information of a physical network card to be allocated to a virtual machine on the host; creates a virtual machine on the host by using the parameters of the network interface. It can be seen from the technical solution provided by the present invention that by creating a network interface, the information of the physical network card of the host is written to the parameters of the network interface, and the information of the physical network card is used to create a virtual machine, so that the created virtual machine can directly use the physical network card. Network card, so as to improve the performance of the network card of the virtual machine and ensure the speed of signal transmission of the virtual machine.
虽然本发明所揭露的实施方式如上,但的内容仅为便于理解本发明而采用的实施方式,并非用以限定本发明。任何本发明所属领域内的技术人员,在不脱离本发明所揭露的精神和范围的前提下,可以在实施的形式及细节上进行任何的修改与变化,但本发明的专利保护范围,仍须以所附的权利要求书所界定的范围为准。Although the embodiments disclosed in the present invention are as above, the content is only for the convenience of understanding the present invention, and is not intended to limit the present invention. Anyone skilled in the field of the present invention can make any modifications and changes in the form and details of the implementation without departing from the spirit and scope disclosed by the present invention, but the patent protection scope of the present invention must still be The scope defined by the appended claims shall prevail.
Claims (6)
- A kind of 1. method for creating virtual machine, it is characterised in that including:New-deployed Network interface;According to the information of the physical network card to be allocated to virtual machine on main frame, the parameter of network interface is set;Virtual machine is created on main frame using the parameter of network interface.
- 2. the method according to claim 1 for creating virtual machine, it is characterised in that in the parameter of the setting network interface Afterwards, and before the parameter using network interface creates virtual machine on main frame, in addition to:If the quantity of the network interface is two or more, according to the title of the network interface, at two or two The network interface used in establishment virtual machine is selected in the network interface more than individual.
- 3. the method according to claim 1 or 2 for creating virtual machine, it is characterised in thatThe parameter of the network interface includes one below or any combination:Network interface card type, the ID of the physical network card, network it Between the protocol address, the Media Access Control address that interconnect.
- A kind of 4. main frame, it is characterised in that including:Newly-built module, for New-deployed Network interface;Setup module, for the information according to the physical network card to be allocated to virtual machine on main frame, the parameter of network interface is set;Creation module, for creating virtual machine on main frame using the parameter of network interface.
- 5. main frame according to claim 4, it is characterised in that also include:Selecting module, if the quantity for the network interface is two or more, according to the name of the network interface Claim, the network interface created used in virtual machine is selected in two or more network interfaces.
- 6. the main frame according to claim 4 or 5, it is characterised in thatThe parameter of the network interface includes one below or any combination:Network interface card type, the ID of the physical network card, network it Between the protocol address, the Media Access Control address that interconnect.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710618603.1A CN107357636A (en) | 2017-07-26 | 2017-07-26 | A kind of method and main frame for creating virtual machine |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710618603.1A CN107357636A (en) | 2017-07-26 | 2017-07-26 | A kind of method and main frame for creating virtual machine |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN107357636A true CN107357636A (en) | 2017-11-17 |
Family
ID=60286174
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201710618603.1A Pending CN107357636A (en) | 2017-07-26 | 2017-07-26 | A kind of method and main frame for creating virtual machine |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN107357636A (en) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101557420A (en) * | 2009-03-31 | 2009-10-14 | 北京航空航天大学 | Realization method of high-efficiency network communication of a virtual machine monitor |
| CN102752137A (en) * | 2012-06-28 | 2012-10-24 | 用友软件股份有限公司 | Device and method for actively setting network parameters of virtual machine |
| CN103812704A (en) * | 2014-02-25 | 2014-05-21 | 国云科技股份有限公司 | Public network IP (Internet Protocol) dynamic management method for virtual machine |
| US20140226820A1 (en) * | 2013-02-12 | 2014-08-14 | Vmware, Inc. | Infrastructure level lan security |
-
2017
- 2017-07-26 CN CN201710618603.1A patent/CN107357636A/en active Pending
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101557420A (en) * | 2009-03-31 | 2009-10-14 | 北京航空航天大学 | Realization method of high-efficiency network communication of a virtual machine monitor |
| CN102752137A (en) * | 2012-06-28 | 2012-10-24 | 用友软件股份有限公司 | Device and method for actively setting network parameters of virtual machine |
| US20140226820A1 (en) * | 2013-02-12 | 2014-08-14 | Vmware, Inc. | Infrastructure level lan security |
| CN103812704A (en) * | 2014-02-25 | 2014-05-21 | 国云科技股份有限公司 | Public network IP (Internet Protocol) dynamic management method for virtual machine |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9602636B1 (en) | Stateless packet segmentation and processing | |
| US8155146B1 (en) | Stateless packet segmentation and processing | |
| CN112217746B (en) | Method, host and system for message processing in cloud computing system | |
| CN105159753B (en) | The method, apparatus and pooling of resources manager of accelerator virtualization | |
| US8102881B1 (en) | Streamlined guest networking in a virtualized environment | |
| CN102790777B (en) | Network interface adapter register method and driving equipment, server | |
| CN103645957B (en) | A kind of resources of virtual machine management-control method and device | |
| CN112905304B (en) | Communication method and device between virtual machines, physical host and medium | |
| CN108809722A (en) | A kind of method, apparatus and storage medium of deployment Kubernetes clusters | |
| CN103581324B (en) | A kind of cloud computing resources cell system and implementation method thereof | |
| CN106354544A (en) | Virtual machine creating method and system and host | |
| CN108780410A (en) | The network virtualization of container in computing system | |
| CN104731635B (en) | A kind of virtual machine access control method and virtual machine access control system | |
| CN102316043B (en) | Port virtualization method, switch and communication system | |
| CN103581325B (en) | A kind of cloud computing resources cell system and its implementation method | |
| CN106911779A (en) | A kind of cloud platform virtual machine obtains IP method and devices | |
| WO2015149343A1 (en) | In-network message processing method, in-network message forwarding equipment and in-network message processing system | |
| CN106648832B (en) | Device and method for improving resource utilization rate of virtual machine | |
| EP3685553B1 (en) | Virtualizing dcb settings for virtual network adapters | |
| US20110246600A1 (en) | Memory sharing apparatus | |
| CN116436787B (en) | Network interface management method, usage method, device, equipment and storage medium | |
| CN104253792A (en) | Substrate management controller virtual system and method | |
| CN107547258B (en) | Method and device for realizing network policy | |
| JP2015170887A (en) | Packet processing method and system | |
| CN107357636A (en) | A kind of method and main frame for creating virtual machine |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication | ||
| RJ01 | Rejection of invention patent application after publication |
Application publication date: 20171117 |