WO2023197666A1 - 服务调度方法、系统、vtep、存储介质及计算机程序产品 - Google Patents

服务调度方法、系统、vtep、存储介质及计算机程序产品 Download PDF

Info

Publication number
WO2023197666A1
WO2023197666A1 PCT/CN2022/140812 CN2022140812W WO2023197666A1 WO 2023197666 A1 WO2023197666 A1 WO 2023197666A1 CN 2022140812 W CN2022140812 W CN 2022140812W WO 2023197666 A1 WO2023197666 A1 WO 2023197666A1
Authority
WO
WIPO (PCT)
Prior art keywords
vtep
computing power
service
client
server
Prior art date
Application number
PCT/CN2022/140812
Other languages
English (en)
French (fr)
Inventor
吴楠
雷波
唐静
Original Assignee
中国电信股份有限公司
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 中国电信股份有限公司 filed Critical 中国电信股份有限公司
Publication of WO2023197666A1 publication Critical patent/WO2023197666A1/zh

Links

Images

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
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4633Interconnection of networks using encapsulation techniques, e.g. tunneling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4641Virtual LANs, VLANs, e.g. virtual private networks [VPN]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing

Definitions

  • the present disclosure relates to the field of data center network technology, and in particular, to a service scheduling method, system, virtual extended LAN tunnel endpoint (VTEP), storage medium and computer program product.
  • VTEP virtual extended LAN tunnel endpoint
  • Data center network is a network that transmits, accelerates, displays, calculates, and stores data information on network infrastructure.
  • the data center network uses Virtual Extended LAN-Ethernet Virtual Private Network (VXLAN EVPN) technology and Border Gateway Protocol-Ethernet Virtual Private Network (BGP EVPN) routing information for service scheduling, thereby providing corresponding services to clients.
  • VXLAN EVPN Virtual Extended LAN-Ethernet Virtual Private Network
  • BGP EVPN Border Gateway Protocol-Ethernet Virtual Private Network
  • the inventor has noticed that in some cases, the quality of service provided to the client in the related art is not high.
  • a service scheduling method including a first VTEP receiving first routing messages of multiple VTEPs, and the first routing message of each VTEP includes computing power information of a server connected to the VTEP; responding In response to the client's service request, the first VTEP determines a second VTEP from the plurality of VTEPs based on the computing power information; and the first VTEP sends the service request to the second VTEP, so that The server connected to the second VTEP provides services for the client.
  • the computing power information includes the size of computing power resources; the first VTEP determining the second VTEP from the plurality of VTEPs based on the computing power information includes: based on the computing power information, determining A group of servers whose computing resource size is greater than a preset value; a VTEP among the plurality of VTEPs connected to one server in the group of servers is determined as the second VTEP.
  • the computing power information also includes one or more first service types, the service request carries a second service type required by the client, and a type of server connected to the second VTEP.
  • the first service type is the same as the second service type.
  • the computing power information also includes the computing power type of the computing power resource, and the service request carries multiple computing power types required by the client; the computing power of each server in the group of servers The size of the resource is the weighted calculation result of the computing power resources of the multiple computing power types.
  • the service request carries weighting information
  • the weighting information includes the weight of each of the multiple computing power types
  • the weighting calculation result is calculated based on the weighting information.
  • the server connected to the second VTEP is the server with the largest computing power resources among the group of servers.
  • the first VTEP sending the service request to the second VTEP so that the server connected to the second VTEP provides services for the client includes: the first VTEP via the A tunnel sends the service request to the second VTEP, the first tunnel is established by the first VTEP based on the first routing message; the first VTEP receives the second VTEP via the second tunnel A service response is sent, the second tunnel is established by the second VTEP based on the second routing message sent by the first VTEP, and the service response is generated by a server connected to the second VTEP.
  • the second routing message is generated by the first VTEP in response to the service request.
  • the second routing message is a media access control (MAC) address advertisement message or an Internet Protocol address prefix (IP Prefix) advertisement message.
  • MAC media access control
  • IP Prefix Internet Protocol address prefix
  • the computing resources of each VTEP-connected server include at least one of central processing unit resources, graphics processor resources, processor distributed processing unit resources, and memory resources.
  • a VTEP including: a receiving module configured to receive first routing messages of multiple VTEPs, where the first routing message of each VTEP includes the computing power of a server connected to the VTEP information; a determining module configured to respond to a client's service request and determine a second VTEP from the plurality of VTEPs based on the computing power information; and a sending module configured to send the service request to the first Two VTEPs, so that the server connected to the second VTEP provides services for the client.
  • a VTEP including: a memory; and a processor coupled to the memory, the processor being configured to execute any one of the above implementations based on instructions stored in the memory. method described in the example.
  • a service scheduling system including: a first VTEP, which is the VTEP described in any of the above embodiments; and the plurality of VTEPs, each of the plurality of VTEPs.
  • the VTEP is configured to send a first routing message to the first VTEP, and a second VTEP among the plurality of VTEPs is further configured to respond to the received service request sent by the first VTEP, for the Client provides services.
  • a service scheduling system further comprising: at least one of the server and the client.
  • a computer-readable storage medium including computer program instructions, wherein when the computer program instructions are executed by a processor, the method described in any of the above embodiments is implemented.
  • a computer program product including a computer program, wherein when the computer program is executed by a processor, the method described in any of the above embodiments is implemented.
  • end-to-end transmission of computing power information is implemented between the first VTEP and multiple VTEPs through routing information, and then the first VTEP determines the second VTEP connected to the server that provides services to the client based on the computing power information. Since the computing power of the server can affect the service quality, determining the second VTEP based on the computing power information during service scheduling can make the appropriate server provide services for the client, which is beneficial to improving the service quality.
  • Figure 1 is a schematic flowchart of a service scheduling method according to some embodiments of the present disclosure.
  • Figure 2 is a schematic flowchart of a service scheduling method according to other embodiments of the present disclosure.
  • Figure 3 is a schematic flowchart of establishing a bidirectional tunnel according to some embodiments of the present disclosure.
  • Figure 4 is a schematic structural diagram of a VTEP according to some embodiments of the present disclosure.
  • FIG. 5 is a schematic structural diagram of a VTEP according to other embodiments of the present disclosure.
  • Figure 6 is a schematic structural diagram of a service scheduling system according to some embodiments of the present disclosure.
  • any specific values are to be construed as illustrative only and not as limiting. Accordingly, other examples of the exemplary embodiments may have different values.
  • Figure 1 is a schematic flowchart of a service scheduling method according to some embodiments of the present disclosure.
  • the first VTEP receives first routing messages of multiple VTEPs.
  • the first routing message of each VTEP includes the computing power information of the server connected to the VTEP.
  • the computing power information may include the size of the computing power resource.
  • Computing resources include, for example, at least one of central processing unit resources (CPU), graphics processor resources (GPU), processor distributed processing unit resources (DPU), and memory resources. This will be further described below with reference to some examples.
  • the first VTEP may establish a tunnel with each of the plurality of VTEPs in response to the first routing message.
  • step 104 in response to the client's service request, the first VTEP determines the second VTEP from the plurality of VTEPs based on the computing power information.
  • the second VTEP may be determined based on the size of the computing resource and/or the service type of the server, which will be further described below in conjunction with some embodiments.
  • step 106 the first VTEP sends the service request to the second VTEP, so that the server connected to the second VTEP provides services for the client.
  • the first VTEP may send a service request to the second VTEP via a bidirectional tunnel established with the second VTEP, and receive services provided by the second VTEP via the bidirectional tunnel. This will be further described below with reference to some examples.
  • end-to-end transmission of computing power information is implemented between the first VTEP and multiple VTEPs through routing information, and then the first VTEP determines the second VTEP connected to the server that provides services for the client based on the computing power information. Since the computing power of the server can affect the service quality, determining the second VTEP based on the computing power information during service scheduling can make the appropriate server provide services for the client, which is beneficial to improving the service quality.
  • each VTEP in the plurality of VTEPs receives the computing power information sent by the server connected to the VTEP, and then generates the first routing message based on the computing power information.
  • each of multiple VTEPs can connect to one or more servers.
  • the first routing message may also include identifiers of the multiple servers, for example.
  • the first VTEP receives first routing messages sent by the plurality of VTEPs based on Border Gateway Protocol (BGP).
  • BGP Border Gateway Protocol
  • Table 1 is a first routing message according to some embodiments of the present disclosure.
  • computing resources include CPU, GPU, DPU and memory resources.
  • the following describes how the first VTEP determines the second VTEP from multiple VTEPs based on computing power information in conjunction with some embodiments.
  • the computing power information includes the size of the computing power resource.
  • the first VTEP determines a group of servers whose computing power resources are greater than the preset value, and determines the VTEP among the plurality of VTEPs connected to one server in the group of servers as the second VTEP.
  • the computing power information includes CPU computing power information
  • determine a group of servers whose CPU computing power is greater than the preset value select one of the servers in this group as the server that provides services to the client, and connect to the server
  • the VTEP is determined as the second VTEP.
  • the service request may also include the type of computing power resources required by the client (for example, the client needs CPU computing power resources), in the case where the computing power information includes CPU computing power information, GPU computing power information, and DPU computing power information.
  • the first VTEP determines a group of servers whose CPU computing power is greater than the preset value, selects one of the servers in this group as the server that provides services to the client, and determines the VTEP connected to the server as the second VTEP.
  • the computing power information also includes the computing power type of the computing power resource, and the service request carries multiple computing power types required by the client.
  • the size of the computing resources of each server in a group of servers is the weighted calculation result of the computing resources of multiple computing power types.
  • the first VTEP can handle the two computing power types of CPU and GPU.
  • a weighted calculation is performed on the computing power resources of each type of computing power to obtain a weighted calculation result.
  • a group of servers whose weighted calculation results are greater than the preset value are determined. One of the servers in this group is selected as the server that provides services to the client. The server will be The connected VTEP is determined as the second VTEP.
  • the service request carries weighting information.
  • the weighting information includes the weight of each computing power type among multiple computing power types.
  • the weighting calculation result is calculated based on the weighting information.
  • the service request carries the weights of CPU and GPU
  • the first VTEP can perform weighted calculation on the two types of computing resources, CPU and GPU, based on the weights to obtain the weighted calculation result.
  • the above preset value can be a fixed value or the size of a certain computing resource. For example, there are a total of 10 servers arranged from 1 to 10 in ascending order of computing resources. The default value may be the size of the computing resources of the eighth server. In this case, the 9th server and the 10th server are a group of servers determined by the first VTEP.
  • the above embodiments provide multiple methods to determine the server that provides services, which is conducive to fully meeting the needs of the client.
  • the server connected to the second VTEP is the server with the largest computing power resources among a group of servers.
  • the server with the largest CPU computing power is determined as the server that provides services for the client, and the VTEP connected to the server is determined as the second VTEP.
  • the computing power information in addition to the size of the computing power resource, also includes one or more first service types.
  • the service request carries the second service type required by the client, and a first service type of the server connected to the second VTEP is the same as the second service type.
  • service types may include web browsing, video playback, music playback, etc.
  • the first service type is the service type that the server can provide, and the second service type is the service type required by the client.
  • the first service type of server A includes web browsing
  • the first service type of server B includes video playback and music playback
  • the second service type of client C is video playback
  • a first service type of server B is the same as The second service type is the same.
  • server B can be determined as the server that provides services for the client, and the VTEP connected to server B is determined as Second VTEP.
  • the server is selected from two aspects: the size of the computing resources and the service type, which not only ensures that the server can provide the services required by the client, but also helps improve the quality of service provided to the client.
  • the following describes how the first VTEP sends a service request to the second VTEP in conjunction with some embodiments, so that the server connected to the second VTEP provides services for the client.
  • Figure 2 is a schematic flowchart of a service scheduling method according to other embodiments of the present disclosure.
  • the first VTEP sends the service request to the second VTEP via the first tunnel.
  • the first tunnel is established by the first VTEP based on the first routing message.
  • the first VTEP receives the service response sent by the second VTEP via the second tunnel.
  • the second tunnel is established by the second VTEP based on the second routing message sent by the first VTEP, and the service response is generated by the server connected to the second VTEP.
  • the service request and service response are transmitted based on the bidirectional tunnel composed of the first tunnel and the second tunnel, without the need to sense the intermediate physical link between the server and the client, which is beneficial to improving the service quality in large data center scenarios.
  • the second routing message is generated by the first VTEP in response to the service request.
  • the first VTEP after receiving the service request sent by the client, the first VTEP generates a second routing message based on the IP address of the client carried in the service request.
  • the second routing message is a MAC address advertisement message or an IP Prefix advertisement message.
  • the following describes how to establish a bidirectional tunnel (ie, the first tunnel and the second tunnel) with reference to a specific embodiment.
  • FIG 3 is a schematic flowchart of establishing a bidirectional tunnel according to some embodiments of the present disclosure. For the sake of simplicity, only the second VTEP is shown in Figure 3. It should be understood that each of the multiple VTEPs can establish a bidirectional tunnel with the first VTEP in a manner similar to the second VTEP shown in Figure 3.
  • the server sends computing power information to the second VTEP.
  • the computing power information may include, for example, the sizes of four computing power resources: CPU, GPU, DPU, and memory resources.
  • the second VTEP In step 304, the second VTEP generates a first routing message based on the computing power information.
  • the first routing message includes computing power information.
  • the first routing message is, for example, the first routing message described in Table 1.
  • the second VTEP sends the first routing message to the first VTEP.
  • the first routing message may be sent based on the BGP protocol.
  • the first VTEP establishes the first tunnel based on the first routing message.
  • the first VTEP can communicate data, such as service requests, to the second VTEP via the first tunnel.
  • the first VTEP receives the service request sent by the client.
  • the service request can carry the client's IP address.
  • the first VTEP generates a second routing message based on the client's IP address.
  • the second routing message may be a MAC address advertisement message or an IP Prefix advertisement message.
  • step 314 the first VTEP sends the second routing message to the second VTEP.
  • the second VTEP establishes a second tunnel based on the second routing message.
  • the second VTEP can communicate data, such as service responses, to the first VTEP via the second tunnel.
  • the first routing message is used to transmit the computing power information, so that the first VTEP can obtain the computing power information in a timely manner. Furthermore, by establishing a two-way tunnel, it is beneficial to improve the service quality in a large data center scenario.
  • Figure 4 is a schematic structural diagram of a VTEP according to some embodiments of the present disclosure.
  • VTEP 400 includes a receiving module 401, a determining module 402 and a sending module 403.
  • VTEP 400 shown in Figure 4 can serve as the first VTEP.
  • the receiving module 401 is configured to receive first routing messages of multiple VTEPs.
  • the first routing message of each VTEP includes computing power information of the server connected to the VTEP.
  • the determining module 402 is configured to determine the second VTEP from the plurality of VTEPs based on the computing power information in response to the client's service request.
  • the sending module 403 is configured to send the service request to the second VTEP, so that the server connected to the second VTEP provides services for the client.
  • the examples and application scenarios implemented by the above-mentioned modules and corresponding steps are the same, but are not limited to the contents disclosed in the above-mentioned method embodiments. It should be noted that the above-mentioned modules, as part of the device, can be executed in a computer system such as a set of computer-executable instructions.
  • FIG. 5 is a schematic structural diagram of a VTEP according to other embodiments of the present disclosure.
  • VTEP 500 includes a memory 501 and a processor 502 coupled to the memory 501.
  • the processor 502 is configured to execute the method of any of the foregoing embodiments based on instructions stored in the memory 501.
  • the memory 501 may include, for example, system memory, fixed non-volatile storage media, and the like.
  • System memory may store, for example, operating systems, application programs, boot loaders, and other programs.
  • VTEP 500 may also include input and output interfaces 503, network interfaces 504, storage interfaces 505, etc. These interfaces 503, 504, and 505, and the memory 501 and the processor 502 may be connected through a bus 506, for example.
  • the input and output interface 503 provides connection interfaces for input and output devices such as monitors, mice, keyboards, and touch screens.
  • Network interface 504 provides a connection interface for various networked devices.
  • the storage interface 505 provides a connection interface for external storage devices such as SD cards and USB disks.
  • Figure 6 is a schematic structural diagram of a service scheduling system according to some embodiments of the present disclosure.
  • the service scheduling system 600 includes a first VTEP 601 and a plurality of VTEPs 602.
  • the first VTEP 601 may be the VTEP described in any of the above embodiments, such as VTEP 400 or VTEP 500.
  • the plurality of VTEPs 602 are configured to send the first routing message to the first VTEP 601, and the second VTEP 602 of each VTEP in the plurality of VTEPs is configured to respond to the received service request sent by the first VTEP 601, as Client provides services.
  • the service scheduling system 600 may further include at least one of a server 603 and a client 604. It should be understood that Figure 6 schematically shows that each VTEP 602 is connected to one server, but this is not limiting. In some embodiments, each VTEP 602 can connect to multiple servers.
  • Embodiments of the present disclosure also provide a computer-readable storage medium, including computer program instructions.
  • the computer program instructions When the computer program instructions are executed by a processor, the method of any of the above embodiments is implemented.
  • Embodiments of the present disclosure also provide a computer program product, including a computer program, wherein the computer program implements any of the above methods when executed by a processor.
  • embodiments of the present disclosure may be provided as methods, systems, or computer program products. Accordingly, the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment that combines software and hardware aspects. Furthermore, the present disclosure may take the form of a computer program product embodied on one or more computer-usable non-transitory storage media (including, but not limited to, disk memory, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein. .
  • These computer program instructions may also be stored in a computer-readable memory that causes a computer or other programmable data processing apparatus to operate in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including the instruction means, the instructions
  • the device implements the functions specified in a process or processes of the flowchart and/or a block or blocks of the block diagram.
  • These computer program instructions may also be loaded onto a computer or other programmable data processing device, causing a series of operating steps to be performed on the computer or other programmable device to produce computer-implemented processing, thereby executing on the computer or other programmable device.
  • Instructions provide steps for implementing the functions specified in a process or processes of a flowchart diagram and/or a block or blocks of a block diagram.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本公开提供了一种服务调度方法、系统、VTEP、存储介质及计算机程序产品,涉及数据中心网络技术领域,所述方法包括:第一VTEP接收多个VTEP的第一路由消息,每个VTEP的第一路由消息包括该VTEP 连接的服务器的算力信息;响应于客户端的服务请求,所述第一VTEP 基于所述算力信息从所述多个VTEP 中确定第二VTEP;所述第一VTEP将所述服务请求发送到所述第二 VTEP,以使得所述第二 VTEP 连接的服务器为所述客户端提供服务。

Description

服务调度方法、系统、VTEP、存储介质及计算机程序产品
相关申请的交叉引用
本公开要求于2022年4月13日提交的申请号为202210384665.1、名称为“服务调度方法、系统及VTEP”的中国专利申请的优先权,该中国专利申请的全部内容通过引用全部并入本文。
技术领域
本公开涉及数据中心网络技术领域,尤其是一种服务调度方法、系统、虚拟扩展局域网隧道端点(VTEP)、存储介质及计算机程序产品。
背景技术
数据中心网络是一种在网络基础设施上传递、加速、展示、计算、存储数据信息的网络。
相关技术中,数据中心网络利用虚拟扩展局域网-以太网虚拟专用网络(VXLAN EVPN)技术以及边界网关协议-以太网虚拟专用网络(BGP EVPN)路由信息进行服务调度,从而为客户端提供相应的服务。
发明内容
发明人注意到,在某些情况下,相关技术中为客户端提供的服务质量不高。
为了解决上述问题,本公开实施例提出了如下解决方案。
根据本公开实施例的一方面,提供一种服务调度方法,包括第一VTEP接收多个VTEP的第一路由消息,每个VTEP的第一路由消息包括该VTEP连接的服务器的算力信息;响应于客户端的服务请求,所述第一VTEP基于所述算力信息从所述多个VTEP中确定第二VTEP;以及所述第一VTEP将所述服务请求发送到所述第二VTEP,以使得所述第二VTEP连接的服务器为所述客户端提供服务。
在一些实施例中,所述算力信息包括算力资源的大小;所述第一VTEP基于所述算力信息从所述多个VTEP中确定第二VTEP包括:基于所述算力信息,确定算力资源的大小大于预设值的一组服务器;将所述多个VTEP中与所述一组服务器中的一个服务器连接的VTEP确定为所述第二VTEP。
在一些实施例中,所述算力信息还包括一种或多种第一服务类型,所述服务请求携带所述客户端需要的第二服务类型,所述第二VTEP连接的服务器的一种第一服务类型与所述第二服务类型相同。
在一些实施例中,所述算力信息还包括算力资源的算力类型,所述服务请求携带所述 客户端需要的多种算力类型;所述一组服务器中每个服务器的算力资源的大小为所述多种算力类型的算力资源的加权计算结果。
在一些实施例中,所述服务请求携带加权信息,所述加权信息包括所述多种算力类型中每种算力类型的权重,所述加权计算结果基于所述加权信息计算得到。在一些实施例中,所述第二VTEP连接的服务器为所述一组服务器中算力资源最大的服务器。
在一些实施例中,所述第一VTEP将所述服务请求发送到所述第二VTEP,以使得所述第二VTEP连接的服务器为所述客户端提供服务包括:所述第一VTEP经由第一隧道将所述服务请求发送到所述第二VTEP,所述第一隧道由所述第一VTEP基于所述第一路由消息建立;所述第一VTEP经由第二隧道接收所述第二VTEP发送的服务响应,所述第二隧道由所述第二VTEP基于所述第一VTEP发送的第二路由消息建立,所述服务响应由所述第二VTEP连接的服务器生成。
在一些实施例中,所述第二路由消息由所述第一VTEP响应于所述服务请求生成。
在一些实施例中,所述第二路由消息为媒体存取控制(MAC)地址通告消息或互联网协议地址前缀(IP Prefix)通告消息。
在一些实施例中,每个VTEP连接的服务器的算力资源包括中央处理器资源、图形处理器资源、处理器分散处理单元资源和内存资源中的至少一种。
根据本公开实施例的另一方面,提供一种VTEP,包括:接收模块,被配置为接收多个VTEP的第一路由消息,每个VTEP的第一路由消息包括该VTEP连接的服务器的算力信息;确定模块,被配置为响应于客户端的服务请求,基于所述算力信息从所述多个VTEP中确定第二VTEP;以及发送模块,被配置为将所述服务请求发送到所述第二VTEP,以使得所述第二VTEP连接的服务器为所述客户端提供服务。
根据本公开实施例的又一方面,提供一种VTEP,包括:存储器;以及耦接至所述存储器的处理器,所述处理器被配置为基于存储在所述存储器的指令执行上述任意一个实施例所述的方法。
根据本公开实施例的还一方面,提供一种服务调度系统,包括:第一VTEP,为上述任意一个实施例所述的VTEP;以及所述多个VTEP,所述多个VTEP中的每个VTEP被配置为发送第一路由消息到所述第一VTEP,所述多个VTEP中的第二VTEP还被配置为响应于接收到的所述第一VTEP发送的所述服务请求,为所述客户端提供服务。
根据本公开实施例的还一方面,提供一种服务调度系统,还包括:所述服务器和所述客户端中的至少一个。
根据本公开实施例的还一方面,提供一种计算机可读存储介质,包括计算机程序指令,其中,所述计算机程序指令被处理器执行时实现上述任意一个实施例所述的方法。
根据本公开实施例的还一方面,提供一种计算机程序产品,包括计算机程序,其中,所述计算机程序被处理器执行时实现上述任意一个实施例所述的方法。
本公开实施例中,第一VTEP和多个VTEP之间通过路由信息实现算力信息端到端的 传递,进而由第一VTEP基于算力信息确定为客户端提供服务的服务器连接的第二VTEP。由于服务器的算力可以影响服务质量,在服务调度时基于算力信息确定第二VTEP,可以使得合适的服务器为客户端提供服务,有利于提高服务质量。
下面通过附图和实施例,对本公开的技术方案做进一步的详细描述。
附图说明
为了更清楚地说明本公开实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本公开的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是根据本公开一些实施例的服务调度方法的流程示意图。
图2是根据本公开另一些实施例的服务调度方法的流程示意图。
图3是根据本公开一些实施例的建立双向隧道的流程示意图。
图4是根据本公开一些实施例的VTEP的结构示意图。
图5是根据本公开另一些实施例的VTEP的结构示意图。
图6是根据本公开一些实施例的服务调度系统的结构示意图。
具体实施方式
下面将结合本公开实施例中的附图,对本公开实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本公开一部分实施例,而不是全部的实施例。基于本公开中的实施例,本领域普通技术人员在没有作出创造性劳动的前提下所获得的所有其他实施例,都属于本公开保护的范围。
除非另外具体说明,否则在这些实施例中阐述的部件和步骤的相对布置、数字表达式和数值不限制本公开的范围。
同时,应当明白,为了便于描述,附图中所示出的各个部分的尺寸并不是按照实际的比例关系绘制的。
对于相关领域普通技术人员已知的技术、方法和设备可能不作详细讨论,但在适当情况下,所述技术、方法和设备应当被视为授权说明书的一部分。
在这里示出和讨论的所有示例中,任何具体值应被解释为仅仅是示例性的,而不是作为限制。因此,示例性实施例的其它示例可以具有不同的值。
应注意到:相似的标号和字母在下面的附图中表示类似项,因此,一旦某一项在一个附图中被定义,则在随后的附图中不需要对其进行进一步讨论。
图1是根据本公开一些实施例的服务调度方法的流程示意图。
在步骤102,第一VTEP接收多个VTEP的第一路由消息。这里,每个VTEP的 第一路由消息包括该VTEP连接的服务器的算力信息。
例如,算力信息可以包括算力资源的大小。算力资源例如包括中央处理器资源(CPU)、图形处理器资源(GPU)、处理器分散处理单元资源(DPU)和内存资源中的至少一种。后文将结合一些实施例进一步说明。
在一些实施例中,第一VTEP可以响应于第一路由消息和多个VTEP中的每一个建立隧道。
在步骤104,响应于客户端的服务请求,第一VTEP基于算力信息从多个VTEP中确定第二VTEP。
例如,可以基于算力资源的大小和/或服务器的服务类型确定第二VTEP,后文将结合一些实施例进一步说明。
在步骤106,第一VTEP将服务请求发送到第二VTEP,以使得第二VTEP连接的服务器为客户端提供服务。
例如,第一VTEP可以经由与第二VTEP建立的双向隧道将服务请求发送到第二VTEP,并经由双向隧道接收第二VTEP提供的服务。后文将结合一些实施例进一步说明。
上述实施例中,第一VTEP和多个VTEP之间通过路由信息实现算力信息端到端的传递,进而由第一VTEP基于算力信息确定为客户端提供服务的服务器连接的第二VTEP。由于服务器的算力可以影响服务质量,在服务调度时基于算力信息确定第二VTEP,可以使得合适的服务器为客户端提供服务,有利于提高服务质量。
下面结合一些实施例对第一VTEP如何接收多个VTEP的第一路由消息进行介绍。
在一些实施例中,多个VTEP中的每个VTEP接收与该VTEP连接的服务器发送的算力信息,再基于算力信息生成第一路由消息。
作为一些实现方式,多个VTEP中的每个VTEP可以连接一个或多个服务器。在一个VTEP连接多个服务器的情况下,第一路由消息例如还可以包括多个服务器的标识。
在一些实施例中,第一VTEP基于边界网关协议(BGP)接收多个VTEP的发送的第一路由消息。
表1是根据本公开一些实施例的第一路由消息。
表1
Figure PCTCN2022140812-appb-000001
Figure PCTCN2022140812-appb-000002
表1所示的实施例中,算力资源包括CPU、GPU、DPU和内存资源。
下面结合一些实施例介绍第一VTEP如何基于算力信息从多个VTEP中确定第二VTEP。
在一些实施例中,算力信息包括算力资源的大小。这种情况下,第一VTEP基于算力信息,确定算力资源的大小大于预设值的一组服务器,将多个VTEP中与一组服务器中的一个服务器连接的VTEP确定为第二VTEP。
例如,在算力信息包括CPU算力信息的情况下,确定CPU算力大于预设值的一组服务器,选择这一组服务器中的一个作为为客户端提供服务的服务器,将与该服务器连接的VTEP确定为第二VTEP。
又例如,服务请求还可以包括客户端需要的算力资源的种类(例如客户端需要CPU算力资源),在算力信息包括CPU算力信息、GPU算力信息和DPU算力信息的情况下,第一VTEP确定CPU算力大于预设值的一组服务器,选择这一组服务器中的一个作为为客户端提供服务的服务器,将与该服务器连接的VTEP确定为第二VTEP。
在一些实施例中,算力信息还包括算力资源的算力类型,服务请求携带客户端需要的多种算力类型。这种情况下,一组服务器中每个服务器的算力资源的大小为多种算力类型的算力资源的加权计算结果。
例如,在算力信息包括CPU、GPU和DPU这三种算力类型,服务请求携带的客户端需要的多种算力类型为CPU和GPU的情况下,第一VTEP可以对CPU和GPU这两种算力类型的算力资源进行加权计算得到加权计算结果,确定加权计算结果大于预设值的一组服务器,选择这一组服务器中的一个作为为客户端提供服务的服务器,将与该服务器连接的VTEP确定为第二VTEP。
在一些实施例中,服务请求携带加权信息,加权信息包括多种算力类型中每种算力类型的权重,加权计算结果基于加权信息计算得到。
例如,服务请求携带CPU和GPU的权重,第一VTEP可以基于权重对CPU和GPU这两种算力类型的算力资源进行加权计算得到加权计算结果。
应理解,以上预设值可以是固定的某个值,也可以是某个算力资源的大小。例如,一共有按照算力资源从小到大的顺序从1至10依次排列的10个服务器,预设值可以是第8个的服务器的算力资源的大小。这种情况下,第9个服务器和第10个服务器即为第一VTEP确定的一组服务器。
上述实施例中,通过设置预设值对服务器进行筛选从而确定第二VTEP,有利于确保为客户端提供服务的服务器的算力能够满足要求,从而提高服务质量。
进一步地,上述实施例提供了多种方法来确定提供服务的服务器,有利于充分满足客户端的需求。
在一些实施例中,第二VTEP连接的服务器为一组服务器中算力资源最大的服务器。
例如,在算力信息包括CPU算力信息的情况下,确定CPU算力最大的服务器作为为客户端提供服务的服务器,将与该服务器连接的VTEP确定为第二VTEP。
上述实施例中,通过选择算力最大的服务器来提供服务,有利于进一步提高服务质量。
在一些实施例中,算力信息除了包括算力资源的大小,还包括一种或多种第一服务类型。这里,服务请求携带客户端需要的第二服务类型,第二VTEP连接的服务器的一种第一服务类型与第二服务类型相同。
作为一些实现方式,服务类型可以包括网页浏览、视频播放以及音乐播放等,第一服务类型也即服务器能够提供的服务类型,第二服务类型也即客户端需要的服务类型。
例如,服务器A的第一服务类型包括网页浏览,服务器B的第一服务类型包括视频播放和音乐播放,客户端C的第二服务类型是视频播放,则服务器B的一种第一服务类型与第二服务类型相同。进一步地,如果服务器B的算力资源的大小大于预设值,例如服务器B的算力资源是最大的,可以确定服务器B作为为客户端提供服务的服务器,将与服务器B连接的VTEP确定为第二VTEP。
上述实施例中,从算力资源的大小和服务类型两方面对服务器进行选择,既保证了服务器能够提供客户端所需的服务,又有利于提高为客户端提供的服务质量。
下面结合一些实施例介绍第一VTEP如何将服务请求发送到第二VTEP,以使得第二VTEP连接的服务器为客户端提供服务。
图2是根据本公开另一些实施例的服务调度方法的流程示意图。
在步骤202,第一VTEP经由第一隧道将服务请求发送到第二VTEP。这里,第一隧道由第一VTEP基于第一路由消息建立。
在步骤204,第一VTEP经由第二隧道接收第二VTEP发送的服务响应。这里, 第二隧道由第二VTEP基于第一VTEP发送的第二路由消息建立,服务响应由第二VTEP连接的服务器生成。
上述实施例中,基于第一隧道和第二隧道组成的双向隧道传递服务请求和服务响应,无须感知服务器和客户端之间的中间物理链路,有利于提高大型数据中心场景下的服务质量。
在一些实施例中,第二路由消息由第一VTEP响应于服务请求生成。
例如,第一VTEP接收到客户端发送的服务请求后,基于服务请求携带的客户端的IP地址生成第二路由消息。
在一些实施例中,第二路由消息为MAC地址通告消息或IP Prefix通告消息。
下面结合一个具体的实施例介绍如何建立双向隧道(也即第一隧道和第二隧道)。
图3是根据本公开一些实施例的建立双向隧道的流程示意图。简洁起见,图3中只示出了第二VTEP,应理解,多个VTEP中的每个都可以采用与图3所示的第二VTEP类似的方式与第一VTEP建立双向隧道。
在步骤302,服务器发送算力信息到第二VTEP。算力信息例如可以包括CPU、GPU、DPU和内存资源这四种算力资源的大小。
在步骤304,第二VTEP基于算力信息生成第一路由消息。这里,第一路由消息包括算力信息。第一路由消息例如是表1所述的第一路由消息。
在步骤306,第二VTEP发送第一路由消息到第一VTEP。例如,可以基于BGP协议发送第一路由消息。
在步骤308,第一VTEP基于第一路由消息建立第一隧道。由此,第一VTEP可以经由第一隧道向第二VTEP传递数据,例如服务请求。
在步骤310,第一VTEP接收客户端发送的服务请求。这里,服务请求可以携带客户端的IP地址。
在步骤312,第一VTEP基于客户端的IP地址生成第二路由消息。例如,第二路由消息可以是MAC地址通告消息或者IP Prefix通告消息。
在步骤314,第一VTEP发送第二路由消息到第二VTEP。
在步骤316,第二VTEP基于第二路由消息建立第二隧道。由此,第二VTEP可以经由第二隧道向第一VTEP传递数据,例如服务响应。上述实施例中,利用第一路由消息传递算力信息,使得第一VTEP能够及时地获取算力信息,进一步地,通过建立双向隧道,有利于提高大型数据中心场景下的服务质量。
本说明书中各个实施例均采用递进的方式描述,每个实施例重点说明的都是与其它实施例的不同之处,各个实施例之间相同或相似的部分相互参见即可。对于VTEP实施例而言,由于其与方法实施例基本对应,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。
图4是根据本公开一些实施例的VTEP的结构示意图。
如图4所示,VTEP 400包括接收模块401、确定模块402和发送模块403。图4所示的VTEP 400可以作为第一VTEP。
接收模块401被配置为接收多个VTEP的第一路由消息。这里,每个VTEP的第一路由消息包括该VTEP连接的服务器的算力信息。
确定模块402被配置为响应于客户端的服务请求,基于算力信息从多个VTEP中确定第二VTEP。
发送模块403被配置为将服务请求发送到第二VTEP,以使得第二VTEP连接的服务器为客户端提供服务。
在本公开实施例中,上述模块与对应的步骤所实现的示例和应用场景相同,但不限于上述方法实施例所公开的内容。需要说明的是,上述模块作为装置的一部分可以在诸如一组计算机可执行指令的计算机系统中执行。
图5是根据本公开另一些实施例的VTEP的结构示意图。
如图5所示,VTEP 500包括存储器501以及耦接至该存储器501的处理器502,处理器502被配置为基于存储在存储器501中的指令,执行前述任意一个实施例的方法。
存储器501例如可以包括系统存储器、固定非易失性存储介质等。系统存储器例如可以存储有操作系统、应用程序、引导装载程序(Boot Loader)以及其他程序等。
VTEP 500还可以包括输入输出接口503、网络接口504、存储接口505等。这些接口503、504、505之间、以及存储器501与处理器502之间例如可以通过总线506连接。输入输出接口503为显示器、鼠标、键盘、触摸屏等输入输出设备提供连接接口。网络接口504为各种联网设备提供连接接口。存储接口505为SD卡、U盘等外置存储设备提供连接接口。
图6是根据本公开一些实施例的服务调度系统的结构示意图。
如图6所示,服务调度系统600包括第一VTEP 601和多个VTEP 602。
第一VTEP 601可以是上述任意一个实施例所述的VTEP,例如是VTEP 400或VTEP 500。
多个VTEP 602被配置为发送第一路由消息到第一VTEP 601,多个VTEP中的每个VTEP中的第二VTEP 602被配置为响应于接收到的第一VTEP 601发送的服务请求,为客户端提供服务。
在一些实施例中,如图6所示,服务调度系统600还可以包括服务器603和客户端604中的至少一个。应理解,图6示意性地示出了每个VTEP 602连接了一个服务器,但这并非是限制性的。在某些实施例中,每个VTEP 602可以连接多个服务器。
本公开实施例还提供了一种计算机可读存储介质,包括计算机程序指令,该计算机程序指令被处理器执行时实现上述任意一个实施例的方法。
本公开实施例还提供了一种计算机程序产品,包括计算机程序,其中,所述计算 机程序被处理器执行时实现上述任意一项所述的方法。
至此,已经详细描述了本公开的各实施例。为了避免遮蔽本公开的构思,没有描述本领域所公知的一些细节。本领域技术人员根据上面的描述,完全可以明白如何实施这里公开的技术方案。
本领域内的技术人员应当明白,本公开的实施例可提供为方法、系统、或计算机程序产品。因此,本公开可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本公开可采用在一个或多个其中包含有计算机可用程序代码的计算机可用非瞬时性存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。
本公开是参照根据本公开实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解,可由计算机程序指令实现流程图中一个流程或多个流程和/或方框图中一个方框或多个方框中指定的功能。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。
虽然已经通过示例对本公开的一些特定实施例进行了详细说明,但是本领域的技术人员应该理解,以上示例仅是为了进行说明,而不是为了限制本公开的范围。本领域的技术人员应该理解,可在不脱离本公开的范围和精神的情况下,对以上实施例进行修改或者对部分技术特征进行等同替换。本公开的范围由所附权利要求来限定。

Claims (16)

  1. 一种服务调度方法,包括:
    第一虚拟扩展局域网隧道端点VTEP接收多个VTEP的第一路由消息,每个VTEP的第一路由消息包括该VTEP连接的服务器的算力信息;
    响应于客户端的服务请求,所述第一VTEP基于所述算力信息从所述多个VTEP中确定第二VTEP;以及
    所述第一VTEP将所述服务请求发送到所述第二VTEP,以使得所述第二VTEP连接的服务器为所述客户端提供服务。
  2. 根据权利要求1所述的方法,其中,所述算力信息包括算力资源的大小;
    所述第一VTEP基于所述算力信息从所述多个VTEP中确定第二VTEP包括:
    基于所述算力信息,确定算力资源的大小大于预设值的一组服务器;以及
    将所述多个VTEP中与所述一组服务器中的一个服务器连接的VTEP确定为所述第二VTEP。
  3. 根据权利要求2所述的方法,其中,
    所述算力信息还包括一种或多种第一服务类型,所述服务请求携带所述客户端需要的第二服务类型,所述第二VTEP连接的服务器的一种第一服务类型与所述第二服务类型相同。
  4. 根据权利要求2所述的方法,其中,
    所述算力信息还包括算力资源的算力类型,所述服务请求携带所述客户端需要的多种算力类型;
    所述一组服务器中每个服务器的算力资源的大小为所述多种算力类型的算力资源的加权计算结果。
  5. 根据权利要求4所述的方法,其中,所述服务请求携带加权信息,所述加权信息包括所述多种算力类型中每种算力类型的权重,所述加权计算结果基于所述加权信息计算得到。
  6. 根据权利要求2所述的方法,其中,
    所述第二VTEP连接的服务器为所述一组服务器中算力资源最大的服务器。
  7. 根据权利要求1所述的方法,其中,所述第一VTEP将所述服务请求发送到所述第二VTEP,以使得所述第二VTEP连接的服务器为所述客户端提供服务包括:
    所述第一VTEP经由第一隧道将所述服务请求发送到所述第二VTEP,所述第一隧道由所述第一VTEP基于所述第一路由消息建立;
    所述第一VTEP经由第二隧道接收所述第二VTEP发送的服务响应,所述第二隧道由所述第二VTEP基于所述第一VTEP发送的第二路由消息建立,所述服务响应由所述第二VTEP连接的服务器生成。
  8. 根据权利要求7所述的方法,其中,
    所述第二路由消息由所述第一VTEP响应于所述服务请求生成。
  9. 根据权利要求7所述的方法,其中,
    所述第二路由消息为媒体存取控制地址通告消息或互联网协议地址前缀通告消息。
  10. 根据权利要求1-9任意一项所述的方法,其中,
    每个VTEP连接的服务器的算力资源包括中央处理器资源、图形处理器资源、处理器分散处理单元资源和内存资源中的至少一种。
  11. 一种VTEP,包括:
    接收模块,被配置为接收多个VTEP的第一路由消息,每个VTEP的第一路由消息包括该VTEP连接的服务器的算力信息;
    确定模块,被配置为响应于客户端的服务请求,基于所述算力信息从所述多个VTEP中确定第二VTEP;以及
    发送模块,被配置为将所述服务请求发送到所述第二VTEP,以使得所述第二VTEP连接的服务器为所述客户端提供服务。
  12. 一种VTEP,包括:
    存储器;以及
    耦接至所述存储器的处理器,被配置为基于存储在所述存储器中的指令,执行权利要求1-10任意一项所述的方法。
  13. 一种服务调度系统,包括:
    第一VTEP,为权利要求11或12所述的VTEP;以及
    所述多个VTEP,所述多个VTEP中的每个VTEP被配置为发送第一路由消息到所述第一VTEP,所述多个VTEP中的第二VTEP还被配置为响应于接收到的所述第一VTEP发送的所述服务请求,为所述客户端提供服务。
  14. 根据权利要求13所述的服务调度系统,还包括:
    所述服务器和所述客户端中的至少一个。
  15. 一种计算机可读存储介质,包括计算机程序指令,其中,所述计算机程序指令被处理器执行时实现权利要求1-10任意一项所述的方法。
  16. 一种计算机程序产品,包括计算机程序,其中,所述计算机程序被处理器执行时实现权利要求1-10任意一项所述的方法。
PCT/CN2022/140812 2022-04-13 2022-12-21 服务调度方法、系统、vtep、存储介质及计算机程序产品 WO2023197666A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210384665.1 2022-04-13
CN202210384665.1A CN114697400A (zh) 2022-04-13 2022-04-13 服务调度方法、系统及vtep

Publications (1)

Publication Number Publication Date
WO2023197666A1 true WO2023197666A1 (zh) 2023-10-19

Family

ID=82142988

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/140812 WO2023197666A1 (zh) 2022-04-13 2022-12-21 服务调度方法、系统、vtep、存储介质及计算机程序产品

Country Status (2)

Country Link
CN (1) CN114697400A (zh)
WO (1) WO2023197666A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114697400A (zh) * 2022-04-13 2022-07-01 中国电信股份有限公司 服务调度方法、系统及vtep

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112751826A (zh) * 2020-12-07 2021-05-04 中兴通讯股份有限公司 算力应用流量转发方法及装置
WO2021233391A1 (zh) * 2020-05-21 2021-11-25 中国移动通信有限公司研究院 一种路由信息的发送、接收方法、网元及节点设备
CN114697400A (zh) * 2022-04-13 2022-07-01 中国电信股份有限公司 服务调度方法、系统及vtep

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106302861B (zh) * 2016-09-27 2020-04-17 新华三技术有限公司 一种地址分配方法及装置
CN113448721A (zh) * 2020-03-27 2021-09-28 中国移动通信有限公司研究院 算力处理的网络系统及算力处理方法
CN113810205B (zh) * 2020-06-11 2023-05-09 中国移动通信有限公司研究院 服务算力信息的上报、接收方法、服务器及数据中心网关
CN114095577A (zh) * 2020-07-31 2022-02-25 中国移动通信有限公司研究院 资源请求方法、装置、算力网元节点及算力应用设备
CN113259162B (zh) * 2021-05-08 2022-09-16 中国工商银行股份有限公司 网络故障确定方法及装置、电子设备和存储介质

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021233391A1 (zh) * 2020-05-21 2021-11-25 中国移动通信有限公司研究院 一种路由信息的发送、接收方法、网元及节点设备
CN112751826A (zh) * 2020-12-07 2021-05-04 中兴通讯股份有限公司 算力应用流量转发方法及装置
CN114697400A (zh) * 2022-04-13 2022-07-01 中国电信股份有限公司 服务调度方法、系统及vtep

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
CHINA MOBILE, CHINA SOUTHERN POWER GRID: "Pseudo-CR on solution of support VxLAN tunneling (L3/L2 conversion) on UPF", 3GPP TSG-CT WG4 MEETING #102E, C4-211696, 3 March 2021 (2021-03-03), XP051982119 *

Also Published As

Publication number Publication date
CN114697400A (zh) 2022-07-01

Similar Documents

Publication Publication Date Title
EP3675432B1 (en) Intelligent and dynamic overlay tunnel formation via automatic discovery of citrivity/sdwan peer in the datapath in a pure plug and play environment with zero networking configuration
US10411956B2 (en) Enabling planned upgrade/downgrade of network devices without impacting network sessions
US11722422B2 (en) Systems and methods for managing streams of packets via intermediary devices
US10698717B2 (en) Accelerator virtualization method and apparatus, and centralized resource manager
US9454392B2 (en) Routing data packets between virtual machines using shared memory without copying the data packet
US9363172B2 (en) Managing a configurable routing scheme for virtual appliances
US20140188977A1 (en) Appratus, method for deploying applications in a virtual desktop interface system
US11843527B2 (en) Real-time scalable virtual session and network analytics
US10187458B2 (en) Providing enhanced access to remote services
US11206706B2 (en) Method and apparatus for web browsing on multihomed mobile devices
US20210126965A1 (en) Systems and methods for scaling down cloud-based servers handling secure connections
WO2023197666A1 (zh) 服务调度方法、系统、vtep、存储介质及计算机程序产品
US20140040502A1 (en) Scaling of stateful enterprise services
CN111416851A (zh) 在多个负载均衡器之间进行会话同步的方法和负载均衡器
JP2023031248A (ja) エッジコンピューティングネットワーク、データ伝送方法、装置、機器、及び記憶媒体
CN111416852A (zh) 在多个负载均衡器之间进行会话同步的方法和负载均衡器
US20240106761A1 (en) Adaptive scaling of buffers for communication sessions
US11429421B2 (en) Security risk load balancing systems and methods
CN111049754B (zh) 数据通信方法、装置、设备和计算机可读存储介质
US20240056435A1 (en) Trusting a certificate for a secure connection based on a remote user session
CN113296738A (zh) 量子随机数服务管理系统,提供和请求方法及装置
CN113132248A (zh) 负载均衡方法、设备及系统

Legal Events

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

Ref document number: 22937293

Country of ref document: EP

Kind code of ref document: A1