WO2021110056A1 - 数据处理方法、装置、设备及存储介质 - Google Patents

数据处理方法、装置、设备及存储介质 Download PDF

Info

Publication number
WO2021110056A1
WO2021110056A1 PCT/CN2020/133420 CN2020133420W WO2021110056A1 WO 2021110056 A1 WO2021110056 A1 WO 2021110056A1 CN 2020133420 W CN2020133420 W CN 2020133420W WO 2021110056 A1 WO2021110056 A1 WO 2021110056A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
output port
destination output
transmission path
processing
Prior art date
Application number
PCT/CN2020/133420
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 中兴通讯股份有限公司
Priority to US17/771,810 priority Critical patent/US11818057B2/en
Priority to EP20896450.2A priority patent/EP4064626A4/en
Publication of WO2021110056A1 publication Critical patent/WO2021110056A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/25Routing or path finding in a switch fabric
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/76Routing in software-defined topologies, e.g. routing between virtual machines
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/10Packet switching elements characterised by the switching fabric construction
    • H04L49/101Packet switching elements characterised by the switching fabric construction using crossbar or matrix
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/15Interconnection of switching modules

Definitions

  • This application relates to the field of communication technology, and in particular to a data processing method, device, equipment, and storage medium.
  • the unicast data exchange network is implemented using a crossbar structure.
  • the crossbar switch matrix structure it is necessary to connect the input port of each source data to each output port, and compare the destination address of the source data from each input port with the physical address of the output port itself through a comparator. Same to determine the corresponding data of the corresponding input port received by the output port, so as to complete the data transmission.
  • the embodiment of the application provides a data processing method, including: processing the received data; obtaining a transmission path of the processed data; transmitting the data to the destination output port of the data according to the transmission path; and processing the data at the destination output port To process.
  • the embodiment of the present application provides a data processing device, which includes: a processing module for processing received data; an acquisition module for acquiring a transmission path of the processed data; and a transmission module for processing the data according to the transmission path.
  • the data is transmitted to the destination output port of the data; the processing module is also used to process the data at the destination output port.
  • the embodiment of the present application provides a device, including: a memory, a processor, and a computer program stored in the memory and capable of running on the processor.
  • the processor executes the computer program, the data processing as provided in the embodiment of the present application is realized. method.
  • the embodiment of the present application provides a computer-readable storage medium that stores a computer program, and when the computer program is executed by a processor, the data processing method as provided in the embodiment of the present application is implemented.
  • FIG. 1 is a flowchart of a data processing method provided by an embodiment
  • Figure 2 is a schematic diagram of the network structure of the data transmission path
  • Figure 3 is a schematic diagram of the working status of a switching network node
  • Figure 4 is a schematic structural diagram of a data processing device provided by an embodiment
  • Fig. 5 is a schematic structural diagram of a device provided by an embodiment.
  • words such as “in some cases” or “exemplarily” are used to represent examples, illustrations, or illustrations. Any embodiment or design solution described as “in some cases” or “exemplarily” in the embodiments of the present invention should not be construed as being more preferable or advantageous than other embodiments or design solutions. To be precise, the use of words such as “in some cases” or “exemplarily” is intended to present related concepts in a specific manner.
  • the number of output ports is large, the total number of internal connections and the number of comparators in the crossbar matrix structure is also very large, which will take up too much resources, reduce the efficiency of resource use, and cause waste of resources and increase the cost of equipment.
  • some embodiments of the present application provide a downlink control information scheduling method, device, and storage medium, which can implement downlink control information scheduling with a simple circular buffer scheduler, so as to efficiently and flexibly implement the mobile terminal to the physical layer. , Scheduling processing of downlink traffic channels.
  • Fig. 1 is a flowchart of a data processing method provided by an embodiment. As shown in Fig. 1, the method specifically includes:
  • the above-mentioned received data may be any service data, for example, data obtained through interaction between devices, data downloaded by devices from the network, and so on.
  • the received data may include at least: the destination output port of the data and the validity indicator signal of the data.
  • the data can be pre-processed.
  • an embodiment of the present application provides a processing method that after receiving data, a destination output port of the data can be obtained, and then the received data is sorted according to the destination output port.
  • the data can be arranged according to the size of the destination output port address of the data.
  • a software sorting algorithm or a hardware circuit processing method may be used to sort the received data.
  • the transmission path of the processed data can be determined.
  • the switching network node on the data transmission path and the configuration parameters of the switching network node can be determined according to the source input port and the destination output port of the received data.
  • At least one switching network node constitutes a data transmission path.
  • the network structure diagram of the data transmission path is shown in FIG. 2.
  • the switching network node may use a comparator to implement corresponding functions.
  • any two-level switching network nodes are connected in a uniform shuffling manner.
  • the switching network node is configured according to the configuration parameters of the switching network node to generate a data transmission path.
  • the above configuration parameter may be the working state of the switching network node.
  • the working state may be a straight-through transmission state or a cross-transmission state.
  • S103 Transmit the data to the destination output port of the data according to the transmission path.
  • the data can be transmitted to its destination output port through the data transmission path determined in the data transmission network shown in FIG. 2.
  • the data is transmitted to the destination output port of the data.
  • the switching network node when the switching network node is in the direct transmission state, the switching network node completes the data exchange from input port 0 to output port 0, and input port 1 to input port 1.
  • the exchange When the switching network node is in cross transmission state, the exchange The network node completes the exchange of data from input port 0 to output port 1, and input port 1 to output port 0, so as to select the corresponding data transmission path according to the working status of the switching network node, and complete the data transmission to the destination output port.
  • the data can be processed accordingly.
  • the received data includes a data validity indicator signal. Therefore, the data can be processed at the destination output port according to the data validity indicator signal.
  • the data is normally received at the destination output port
  • the data is not processed, and the data is directly discarded at the destination output port.
  • each level includes N/2 switching network nodes.
  • N the number of stages
  • N the number of stages
  • each level includes N/2 switching network nodes.
  • N the total number of wires inside the network
  • N the number of switching network nodes
  • N the number of switching network nodes
  • M the number of switching network nodes
  • FIG. 4 is a data processing device provided by an embodiment. As shown in FIG. 4, the device includes: a processing module 401, an acquisition module 402, and a transmission module 403;
  • the processing module is used to process the received data
  • the acquisition module is used to acquire the transmission path of the processed data
  • the transmission module is used to transmit the data to the destination output port of the data according to the transmission path.
  • processing module is also used to process data at the destination output port.
  • the processing module is specifically configured to obtain the destination output port of the data, and sort the data according to the destination output port.
  • the acquisition module may include a determination unit and a configuration unit
  • the determining unit is used to determine the configuration parameters of the switching network node and the switching network node on the data transmission path according to the source input port and the destination output port of the data;
  • the configuration unit is used to configure the switching network node according to the configuration parameters to generate a data transmission path.
  • the configuration parameter is the working state of the switching network node, and the working state includes: a direct transmission state and a cross transmission state.
  • the transmission module is used to transmit data to the destination output port of the data according to the working status of the switching network node on the transmission path.
  • the processing module is configured to process the data at the destination output port according to the validity indicator signal of the data.
  • the processing method of the aforementioned processing module may be: if the data is determined to be valid according to the validity indicator signal of the data, then the data is received at the destination output port; or, if the data is determined to be invalid according to the validity indicator signal of the data, then the destination The output port discards data.
  • FIG. 5 is a schematic structural diagram of a device provided by an embodiment. As shown in FIG. 5, the device includes a processor 501 and a memory 502; the number of processors 501 in the device can be one or more.
  • the processor 501 is taken as an example; the processor 501 and the memory 502 in the device may be connected through a bus or other methods. In FIG. 5, the connection through a bus is taken as an example.
  • the memory 502 can be used to store software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the data processing method in the embodiment of FIG. Processing module 401, acquisition module 402, transmission module 403).
  • the processor 501 implements the aforementioned data processing method by running software programs, instructions, and modules stored in the memory 502.
  • the memory 502 may mainly include a program storage area and a data storage area.
  • the program storage area may store an operating system and an application program required by at least one function; the data storage area may store data created according to the use of the device, and the like.
  • the memory 502 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, a flash memory device, or other non-volatile solid-state storage devices.
  • the embodiment of the present application also provides a storage medium containing computer-executable instructions.
  • the computer-executable instructions are used to execute a data processing method when executed by a computer processor.
  • the method includes:
  • the data is transmitted to the destination output port of the data
  • the data is processed at the destination output port.
  • the term device encompasses any suitable type of wireless user equipment, such as a mobile phone, a portable data processing device, a portable web browser, or a vehicle-mounted mobile station.
  • the various embodiments of the present application can be implemented in hardware or dedicated circuits, software, logic or any combination thereof.
  • some aspects may be implemented in hardware, while other aspects may be implemented in firmware or software that may be executed by a controller, microprocessor, or other computing device, although the present application is not limited thereto.
  • the embodiments of the present application may be implemented by executing computer program instructions by a data processor of a data processing device, for example, in a processor entity, or by hardware, or by a combination of software and hardware.
  • Computer program instructions can be assembly instructions, instruction set architecture (ISA) instructions, machine instructions, machine-related instructions, microcode, firmware instructions, state setting data, or source code written in any combination of one or more programming languages or Object code.
  • ISA instruction set architecture
  • the block diagram of any logic flow in the drawings of the present application may represent program steps, or may represent interconnected logic circuits, modules, and functions, or may represent a combination of program steps and logic circuits, modules, and functions.
  • the computer program can be stored on the memory.
  • the memory can be of any type suitable for the local technical environment and can be implemented using any suitable data storage technology, such as but not limited to read only memory (ROM), random access memory (RAM), optical storage devices and systems (digital multi-function optical discs) DVD or CD) etc.
  • Computer-readable media may include non-transitory storage media.
  • the data processor can be any type suitable for the local technical environment, such as but not limited to general-purpose computers, special-purpose computers, microprocessors, digital signal processors (DSP), application-specific integrated circuits (ASIC), programmable logic devices (FGPA) And processors based on multi-core processor architecture.
  • DSP digital signal processors
  • ASIC application-specific integrated circuits
  • FGPA programmable logic devices

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

本申请提出了一种数据处理方法、装置、设备及存储介质,该方法包括:对接收到的数据进行处理,并获取处理后的数据的传输路径,根据传输路径将数据传输至数据的目的输出端口,在目的输出端口对数据进行处理。

Description

数据处理方法、装置、设备及存储介质
相关申请的交叉引用
本申请基于申请号为201911242582.3、申请日为2019年12月6日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此以引入方式并入本申请。
技术领域
本申请涉及通信技术领域,具体涉及一种数据处理方法、装置、设备及存储介质。
背景技术
在软件定义网络(Software Defined Network,SDN)等通讯领域的通讯产品中,产品设备内部存在着大量的单播数据交换。在一些情形中,单播数据交换网络采用交叉开关矩阵(Crossbar)结构实现。在交叉开关矩阵结构中,需要将每一个源数据的输入端口和每一个输出端口一一直连,并通过比较器比较来自每一个输入端口的源数据的目的地址与输出端口本身的物理地址是否相同,以确定输出端口接收的对应输入端口的相应数据,从而完成数据传输。
发明内容
本申请实施例提供了一种数据处理方法,包括:对接收到的数据进行处理;获取处理后的数据的传输路径;根据传输路径将数据传输至数据的目的输出端口;在目的输出端口对数据进行处理。
本申请实施例提供了一种数据处理装置,包括:处理模块,用于对接收到的数据进行处理;获取模块,用于获取处理后的数据的传输路径;传输模块,用于根据传输路径将数据传输至数据的目的输出端口;处理模块,还用于在目 的输出端口对数据进行处理。
本申请实施例提供了一种设备,包括:存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,当处理器执行计算机程序时,实现如本申请实施例提供的数据处理方法。
本申请实施例提供了一种计算机可读存储介质,该存储介质存储有计算机程序,当计算机程序被处理器执行时,实现如本申请实施例提供的数据处理方法。
关于本申请的以上实施例和其他方面以及其实现方式,在附图说明、具体实施方式和权利要求中提供更多说明。
附图说明
图1为一个实施例提供的一种数据处理方法的流程图;
图2为数据传输路径的网络结构示意图;
图3为交换网络节点工作状态示意图;
图4为一个实施例提供的一种数据处理装置的结构示意图;
图5为一个实施例提供的一种设备的结构示意图。
具体实施方式
为使本申请的目的、技术方案和优点更加清楚明白,下文中将结合附图对本申请的实施例进行详细说明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互任意组合。
另外,在本申请实施例中,“在一些情形中”或者“示例性地”等词用于表示作例子、例证或说明。本发明实施例中被描述为“在一些情形中”或者“示例性地”的任何实施例或设计方案不应被解释为比其它实施例或设计方案更优选或更具优势。确切而言,使用“在一些情形中”或者“示例性地”等词旨在以具体方式呈现相关概念。
发明人发现:由于交叉开关矩阵结构本身的原因,对于一个N输入端口, M输出端口的交叉开关矩阵结构,其内部的连线总数为N×M,比较器数量为N×M,当输入端口和输出端口数量较大时,交叉开关矩阵结构内部连线总数和比较器数量也非常大,会占用过多的资源,降低资源的使用效率,从而造成资源的浪费并提高设备的成本。
基于此,本申请部分实施例提供一种下行控制信息调度方法、装置及存储介质,能够以一种简单的循环缓存调度器实现下行控制信息调度,从而高效、灵活地实现移动终端对物理层上、下行业务信道的调度处理。
图1为一个实施例提供的一种数据处理方法的流程图,如图1所示,该方法具体包括:
S101、对接收到的数据进行处理。
在本实施例中,上述接收到的数据可以为任意业务数据,例如,设备之间交互获取的数据,设备从网络上下载的数据等等。
在一些情形中,该接收到的数据可以至少包括:数据的目的输出端口、数据的有效性指示信号。
进一步地,在获取到数据之后,可以对该数据进行预先处理。
示例性地,本申请实施例提供一种处理方式为,接收到数据后,可以获取该数据的目的输出端口,进而根据该目的输出端口对接收到的数据进行排序。例如,可以按照数据的目的输出端口地址的大小对数据进行排列。
在一些情形中,可以采用软件排序算法或者硬件电路处理的方式,对接收到的数据进行排序。
S102、获取处理后的数据的传输路径。
基于步骤S101对数据处理之后,可以确定该处理后的数据的传输路径。
示例性地,可以根据接收到的数据的源输入端口和目的输出端口确定数据传输路径上的交换网络节点和该交换网络节点的配置参数。
需要说明的是,由至少一个交换网络节点构成数据的传输路径,该数据传输路径的网络结构图如图2所示,该交换网络节点可以采用比较器实现相应的功能。在该数据传输网络中,任意两级交换网络节点之间采用均匀洗牌的方式 连接。
进而,根据该交换网络节点的配置参数配置交换网络节点,以生成数据的传输路径。
其中,上述配置参数可以为交换网络节点的工作状态。
在一些情形中,如图3所示,该工作状态可以为直通传输状态,或者为交叉传输状态。
同样地,可以采用软件运算的方式或者硬件电路处理的方式,获取上述数据的传输路径。
当然,具体的软件运算方式和硬件电路均可以采用现有的实现方式,本申请实施例对此不作限定。
S103、根据传输路径将数据传输至数据的目的输出端口。
在获取到数据的传输路径之后,可以通过在图2所示的数据传输网络中确定的数据传输路径,将数据传输至其目的输出端口。
例如,根据传输路径上交换网络节点的工作状态,将数据传输至数据的目的输出端口。
示例性地,当交换网络节点处于直通传输状态时,交换网络节点完成数据从输入端口0到输出端口0,输入端口1到输入端口1的数据交换;当交换网络节点处于交叉传输状态时,交换网络节点完成数据从输入端口0到输出端口1,输入端口1到输出端口0的交换,从而实现根据交换网络节点工作状态选择相应的数据传输路径,完成将数据传输至目的输出端口。
S104、在目的输出端口对数据进行处理。
基于上述步骤S101~S103的处理过程,在目的输出端口接收到传输的数据之后,可以对数据进行相应处理。
在一些情形中,在本申请实施例中,接收到的数据包括有数据的有效性指示信号,因此,可以根据数据的有效性指示信号在目的输出端口对数据进行处理。
在一种示例中,若根据数据的有效性指示信号确定该数据有效,则在目的 输出端口正常接收数据;
或者,若根据数据的有效性指示信号确定数据无效,则不对数据进行处理,直接在目的输出端口丢弃数据。
如图2所示,在数据传输网络中,由交换网络节点和交换网络节点之间的走线两部分组成,那么对于一个N输入端口的交换网络,其级数可以为log 2(N),其中,每一级包括有N/2个交换网络节点。而对于一个具有N输入端口和M输出端口的交换网络而言,若N>M,则网络内部的走线总数为N×log 2(N),交换网络节点的数量为N/2×log 2(N);若N<M,则网络内部的走线总数为M×log 2(M),交换网络节点的数量为M/2×log 2(M)。
这样,当数据传输网络中的输入端口和输出端口数量较多时,通过上述实现过程可以实现交叉开关矩阵结构相同的功能的同时,能够有效降低数据传输网络中走线的数量和交换网络节点的数量,从而提高资源使用效率并降低成本。
图4为一个实施例提供的一种数据处理装置,如图4所示,该装置包括:处理模块401、获取模块402、传输模块403;
其中,处理模块,用于对接收到的数据进行处理;
获取模块,用于获取处理后的数据的传输路径;
传输模块,用于根据传输路径将数据传输至数据的目的输出端口。
进一步地,处理模块,还用于在目的输出端口对数据进行处理。
在一种示例中,处理模块具体用于获取数据的目的输出端口,并根据目的输出端口对数据进行排序。
在一种示例中,获取模块可以包括确定单元和配置单元;
其中,确定单元,用于根据数据的源输入端口和目的输出端口确定数据传输路径上的交换网络节点和交换网络节点的配置参数;
配置单元,用于根据配置参数配置交换网络节点,生成数据传输路径。
其中,配置参数为交换网络节点的工作状态,该工作状态包括:直通传输状态和交叉传输状态。
在一种示例中,传输模块,用于根据传输路径上交换网络节点的工作状态,将数据传输至数据的目的输出端口。
在一种示例中,处理模块,用于根据数据的有效性指示信号在目的输出端口对数据进行处理。
示例性地,上述处理模块的处理方式可以为,若根据数据的有效性指示信号确定数据有效,则在目的输出端口接收数据;或者,若根据数据的有效性指示信号确定数据无效,则在目的输出端口丢弃数据。
图5为一个实施例提供的一种设备的结构示意图,如图5所示,该设备包括处理器501和存储器502;设备中处理器501的数量可以是一个或多个,图5中以一个处理器501为例;设备中的处理器501和存储器502可以通过总线或其他方式连接,图5中以通过总线连接为例。
存储器502作为一种计算机可读存储介质,可用于存储软件程序、计算机可执行程序以及模块,如本申请图1实施例中的数据处理方法对应的程序指令/模块(例如,数据处理装置中的处理模块401、获取模块402、传输模块403)。处理器501通过运行存储在存储器502中的软件程序、指令以及模块实现上述的数据处理方法。
存储器502可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序;存储数据区可存储根据设备的使用所创建的数据等。此外,存储器502可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他非易失性固态存储器件。
本申请实施例还提供一种包含计算机可执行指令的存储介质,计算机可执行指令在由计算机处理器执行时用于执行一种数据处理方法,该方法包括:
对接收到的数据进行处理;
获取处理后的数据的传输路径;
根据传输路径将数据传输至数据的目的输出端口;
在目的输出端口对数据进行处理。
以上所述,仅为本申请的示例性实施例而已,并非用于限定本申请的保护范围。
本领域内的技术人员应明白,术语设备涵盖任何适合类型的无线用户设备,例如移动电话、便携数据处理装置、便携网络浏览器或车载移动台。
一般来说,本申请的多种实施例可以在硬件或专用电路、软件、逻辑或其任何组合中实现。例如,一些方面可以被实现在硬件中,而其它方面可以被实现在可以被控制器、微处理器或其它计算装置执行的固件或软件中,尽管本申请不限于此。
本申请的实施例可以通过数据处理装置的数据处理器执行计算机程序指令来实现,例如在处理器实体中,或者通过硬件,或者通过软件和硬件的组合。计算机程序指令可以是汇编指令、指令集架构(ISA)指令、机器指令、机器相关指令、微代码、固件指令、状态设置数据、或者以一种或多种编程语言的任意组合编写的源代码或目标代码。
本申请附图中的任何逻辑流程的框图可以表示程序步骤,或者可以表示相互连接的逻辑电路、模块和功能,或者可以表示程序步骤与逻辑电路、模块和功能的组合。计算机程序可以存储在存储器上。存储器可以具有任何适合于本地技术环境的类型并且可以使用任何适合的数据存储技术实现,例如但不限于只读存储器(ROM)、随机访问存储器(RAM)、光存储器装置和系统(数码多功能光碟DVD或CD光盘)等。计算机可读介质可以包括非瞬时性存储介质。数据处理器可以是任何适合于本地技术环境的类型,例如但不限于通用计算机、专用计算机、微处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、可编程逻辑器件(FGPA)以及基于多核处理器架构的处理器。
通过示范性和非限制性的示例,上文已提供了对本申请的示范实施例的详细描述。但结合附图和权利要求来考虑,对以上实施例的多种修改和调整对本领域技术人员来说是显而易见的,但不偏离本发明的范围。因此,本发明的恰当范围将根据权利要求确定。

Claims (10)

  1. 一种数据处理方法,其中,包括:
    对接收到的数据进行处理;
    获取处理后的数据的传输路径;
    根据所述传输路径将所述数据传输至数据的目的输出端口;
    在所述目的输出端口对数据进行处理。
  2. 根据权利要求1所述的方法,其中,对接收到的数据进行处理,包括:
    获取所述数据的目的输出端口;
    根据所述目的输出端口对所述数据进行排序。
  3. 根据权利要求1或2所述的方法,其中,获取处理后的数据的传输路径,包括:
    根据数据的源输入端口和目的输出端口确定数据传输路径上的交换网络节点和所述交换网络节点的配置参数;
    根据所述配置参数配置所述交换网络节点,生成数据传输路径。
  4. 根据权利要求3所述的方法,其中,所述配置参数为所述交换网络节点的工作状态,所述工作状态包括:直通传输状态和交叉传输状态。
  5. 根据权利要求4所述的方法,其中,根据所述传输路径将所述数据传输至数据的目的输出端口,包括:
    根据所述传输路径上交换网络节点的工作状态,将所述数据传输至数据的目的输出端口。
  6. 根据权利要求1所述的方法,其中,在所述目的输出端口对数据进行处理,包括:
    根据所述数据的有效性指示信号在所述目的输出端口对所述数据进行处理。
  7. 根据权利要求6所述的方法,其中,根据所述数据的有效性指示信号在所述目的输出端口对所述数据进行处理,包括:
    若根据所述数据的有效性指示信号确定所述数据有效,则在所述目的输出 端口接收所述数据;
    或者,若根据所述数据的有效性指示信号确定所述数据无效,则在所述目的输出端口丢弃所述数据。
  8. 一种数据处理装置,其中,包括:
    处理模块,用于对接收到的数据进行处理;
    获取模块,用于获取处理后的数据的传输路径;
    传输模块,用于根据所述传输路径将所述数据传输至数据的目的输出端口;
    所述处理模块,还用于在所述目的输出端口对数据进行处理。
  9. 一种设备,其中,包括:存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,当所述处理器执行所述计算机程序时,实现如权利要求1-7任一项所述的数据处理方法。
  10. 一种计算机可读存储介质,其中,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现权利要求1-7任一项所述的数据处理方法。
PCT/CN2020/133420 2019-12-06 2020-12-02 数据处理方法、装置、设备及存储介质 WO2021110056A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US17/771,810 US11818057B2 (en) 2019-12-06 2020-12-02 Method and apparatus for processing data, device, and storage medium
EP20896450.2A EP4064626A4 (en) 2019-12-06 2020-12-02 METHOD, APPARATUS AND DEVICE FOR DATA PROCESSING AND STORAGE MEDIUM

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911242582.3A CN112929283B (zh) 2019-12-06 2019-12-06 数据处理方法、装置、设备及存储介质
CN201911242582.3 2019-12-06

Publications (1)

Publication Number Publication Date
WO2021110056A1 true WO2021110056A1 (zh) 2021-06-10

Family

ID=76161577

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/133420 WO2021110056A1 (zh) 2019-12-06 2020-12-02 数据处理方法、装置、设备及存储介质

Country Status (4)

Country Link
US (1) US11818057B2 (zh)
EP (1) EP4064626A4 (zh)
CN (1) CN112929283B (zh)
WO (1) WO2021110056A1 (zh)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140241362A1 (en) * 2013-02-28 2014-08-28 Texas Instruments Incorporated Packet processing match and action unit with configurable bit allocation
CN104468416A (zh) * 2014-11-21 2015-03-25 天津光电通信技术有限公司 射频交换矩阵的交叉系统实现方法
CN104917702A (zh) * 2015-06-03 2015-09-16 香港中文大学深圳研究院 一种具有网络编码功能的代数交换系统及其预处理算法
CN105099565A (zh) * 2014-04-16 2015-11-25 华为技术有限公司 一种光发射系统及发射方法、光交换装置及控制方法
WO2016172819A1 (zh) * 2015-04-27 2016-11-03 华为技术有限公司 用于光信号交换的传输路径建立方法及装置
WO2017059550A1 (en) * 2015-10-07 2017-04-13 Szymanski Ted H A reduced-complexity integrated guaranteed-rate optical packet switch
CN107193085A (zh) * 2017-06-16 2017-09-22 中国电子科技集团公司第二十三研究所 一种可抑制串扰的n×n光开关矩阵及其信号传输方法
CN108270698A (zh) * 2016-12-30 2018-07-10 中兴通讯股份有限公司 基于crossbar非正交架构的交换机背板互联装置及方法
CN110536187A (zh) * 2018-05-25 2019-12-03 华为技术有限公司 转发数据的方法和接入层交换设备

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7035212B1 (en) * 2001-01-25 2006-04-25 Optim Networks Method and apparatus for end to end forwarding architecture
CA2369178A1 (en) * 2002-01-24 2003-07-24 Mohamed Samy Hosny Distributed crossbar switching fabric architecture
US9634960B2 (en) * 2006-12-14 2017-04-25 Maged E. Beshai Petabits-per-second packet switch employing cyclically interconnected switch units
US9083655B2 (en) * 2012-10-05 2015-07-14 Broadcom Corporation Internal cut-through for distributed switches
US8880771B2 (en) * 2012-10-25 2014-11-04 Plx Technology, Inc. Method and apparatus for securing and segregating host to host messaging on PCIe fabric
US9444713B1 (en) * 2012-11-15 2016-09-13 Qlogic, Corporation Cut-through routing for network devices
CN109768926B (zh) * 2019-01-10 2021-07-20 维沃移动通信有限公司 一种数据处理方法、终端设备及计算机可读存储介质

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140241362A1 (en) * 2013-02-28 2014-08-28 Texas Instruments Incorporated Packet processing match and action unit with configurable bit allocation
CN105099565A (zh) * 2014-04-16 2015-11-25 华为技术有限公司 一种光发射系统及发射方法、光交换装置及控制方法
CN104468416A (zh) * 2014-11-21 2015-03-25 天津光电通信技术有限公司 射频交换矩阵的交叉系统实现方法
WO2016172819A1 (zh) * 2015-04-27 2016-11-03 华为技术有限公司 用于光信号交换的传输路径建立方法及装置
CN104917702A (zh) * 2015-06-03 2015-09-16 香港中文大学深圳研究院 一种具有网络编码功能的代数交换系统及其预处理算法
WO2017059550A1 (en) * 2015-10-07 2017-04-13 Szymanski Ted H A reduced-complexity integrated guaranteed-rate optical packet switch
CN108270698A (zh) * 2016-12-30 2018-07-10 中兴通讯股份有限公司 基于crossbar非正交架构的交换机背板互联装置及方法
CN107193085A (zh) * 2017-06-16 2017-09-22 中国电子科技集团公司第二十三研究所 一种可抑制串扰的n×n光开关矩阵及其信号传输方法
CN110536187A (zh) * 2018-05-25 2019-12-03 华为技术有限公司 转发数据的方法和接入层交换设备

Also Published As

Publication number Publication date
US11818057B2 (en) 2023-11-14
EP4064626A1 (en) 2022-09-28
CN112929283B (zh) 2024-04-02
EP4064626A4 (en) 2023-01-18
US20220377025A1 (en) 2022-11-24
CN112929283A (zh) 2021-06-08

Similar Documents

Publication Publication Date Title
US11477255B2 (en) Hybrid network system, communication method and network node
CN114189571B (zh) 用于实施加速网络分组处理的装置和方法
US10432506B2 (en) Data processing method and apparatus
CN105511954A (zh) 一种报文处理方法及装置
US10609125B2 (en) Method and system for transmitting communication data
CN107800663B (zh) 流量离线文件的检测方法及装置
CN114265800B (zh) 中断消息处理方法、装置、电子设备及可读存储介质
CN112291293A (zh) 任务处理方法、相关设备及计算机存储介质
CN111190854A (zh) 通信数据处理方法、装置、设备、系统和存储介质
CN108718258B (zh) 一种板间链路的质量检测方法及设备
CN107294856B (zh) 确定拓扑变化的方法、设备及系统
CN114756332A (zh) 基于虚拟机设备直通的数据访问方法、设备以及系统
US10554513B2 (en) Technologies for filtering network packets on ingress
WO2021110056A1 (zh) 数据处理方法、装置、设备及存储介质
CN106790162B (zh) 虚拟网络优化方法与系统
EP3691210B1 (en) Flexible ethernet message forwarding method and apparatus
CN112422485A (zh) 一种传输控制协议的通信方法及装置
EP4203395A1 (en) Packet forwarding method and apparatus, and computer-readable storage medium
CN115033407A (zh) 一种适用于云计算的采集识别流量的系统和方法
US11271897B2 (en) Electronic apparatus for providing fast packet forwarding with reference to additional network address translation table
US9258273B2 (en) Duplicating packets efficiently within a network security appliance
CN114237928A (zh) 容器间通信方法及装置、电子设备、计算机可读存储介质
CN109617818B (zh) 一种报文转发方法及装置
WO2015176646A1 (zh) 片上网络的Flit传输方法及装置
CN103927153A (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: 20896450

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2020896450

Country of ref document: EP

Effective date: 20220623

NENP Non-entry into the national phase

Ref country code: DE