EP2974185A2 - Configurable multicore network processor - Google Patents

Configurable multicore network processor

Info

Publication number
EP2974185A2
EP2974185A2 EP14720742.7A EP14720742A EP2974185A2 EP 2974185 A2 EP2974185 A2 EP 2974185A2 EP 14720742 A EP14720742 A EP 14720742A EP 2974185 A2 EP2974185 A2 EP 2974185A2
Authority
EP
European Patent Office
Prior art keywords
processing
processing mode
network processor
cores
pipeline
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.)
Withdrawn
Application number
EP14720742.7A
Other languages
German (de)
English (en)
French (fr)
Inventor
Yifeng Tu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qualcomm Inc
Original Assignee
Qualcomm Inc
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 Qualcomm Inc filed Critical Qualcomm Inc
Publication of EP2974185A2 publication Critical patent/EP2974185A2/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3885Concurrent instruction execution, e.g. pipeline or look ahead using a plurality of independent parallel functional units
    • 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3885Concurrent instruction execution, e.g. pipeline or look ahead using a plurality of independent parallel functional units
    • G06F9/3887Concurrent instruction execution, e.g. pipeline or look ahead using a plurality of independent parallel functional units controlled by a single instruction for multiple data lanes [SIMD]
    • 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3885Concurrent instruction execution, e.g. pipeline or look ahead using a plurality of independent parallel functional units
    • G06F9/3889Concurrent instruction execution, e.g. pipeline or look ahead using a plurality of independent parallel functional units controlled by multiple instructions, e.g. MIMD, decoupled access or execute
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/15Interconnection of switching modules
    • H04L49/1515Non-blocking multistage, e.g. Clos
    • H04L49/1546Non-blocking multistage, e.g. Clos using pipelined operation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements

Definitions

  • the present disclosure relates generally to electronic circuits, and more particularly, to network processors with multiple processing cores configurable between pipeline processing modes and parallel processing modes.
  • Packet switched networks are widely used to transmit information between individuals and organizations.
  • packet switched networks small blocks of information, or data packets, are transmitted over a common channel. More specifically, the information is segmented into multiple data packets at the origin and routed to the destination over the channel using an address scheme. At the destination, the information is reconstructed from the data packets.
  • a network processor designed to process data packets.
  • a network processor is a software programmable device that may employ multiple processing cores.
  • the processing cores may be dedicated in parallel, so that each data packet received by the network processor is assigned to a processing core which performs all the necessary processing on the data packet.
  • the processing cores may be dedicated in a pipeline fashion, with each processing core in the pipeline dedicated to a running a specific sub-task on the data packet.
  • Each configuration has its own advantages and disadvantages in networking applications. For example, layer 2 and layer 3 network protocols are well suited for pipelined processing, but higher layer protocols like deep packet inspection (DPI) are better suited for parallel processing. Accordingly, there is a need in the art for a single solution which efficiently supports all network protocols e.g., all layer network protocols.
  • DPI deep packet inspection
  • a network processor includes a plurality of processing cores configured to process data packets, and a processing mode mechanism configurable to configure the processing cores between a pipeline processing mode and a parallel processing mode.
  • the network processor may also include a plurality of first- in- first-out (FIFO) interfaces arranged with the processing cores.
  • the processing mode mechanism is configured to interconnect the FIFO interfaces and the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • the processing mode mechanism may comprise a plurality of switch elements, e.g., switches, multiplexers, etc., configurable to interconnect the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • the processing mode mechanism may also comprise a fabric logic and bus configurable to interconnect the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • the network processor includes means for processing data packets, and means for configuring the means for processing between a pipeline processing mode and a parallel processing mode.
  • the network processor may further include a plurality of FIFO interfaces arranged with the means for processing.
  • the means for configuring is configured to interconnect the FIFO interfaces and the means for processing to operate in either the pipeline processing mode or the parallel processing mode.
  • the means for processing may include a plurality of processing cores, and the means for configuring may include a plurality of switch elements, or a fabric logic and bus, configurable to interconnect the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • a method of processing data packets includes configuring a plurality of processing cores in a selected processing mode, the selected processing mode being one of a pipeline processing mode and a parallel processing mode.
  • the method also includes distributing data packets to the plurality of processing cores in accordance with the selected processing mode, and receiving one or more data packets from one or more of the plurality of processing cores in accordance with the configured processing mode.
  • Configuring the plurality of processing cores may include configuring a plurality of switch elements to interconnect the processing cores to operate in either the pipeline processing mode or the parallel processing mode, or configuring a fabric logic and bus to interconnect the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • a computer program product includes a computer-readable medium comprising code executable by a network processor.
  • the network processor includes a plurality of processing cores and a processing mode mechanism.
  • the code when executed in the network processor causes the network processor to configure a plurality of processing cores in a selected processing mode.
  • the selected processing mode can be one of a pipeline processing mode and a parallel processing mode.
  • the code also causes the network processor to distribute data packets to the plurality of processing cores in accordance with the selected processing mode, and receive one or more data packets from one or more of the plurality of processing cores in accordance with the configured processing mode.
  • the network processor includes a plurality of processing cores configured to process data packets, wherein the processing cores are configurable between a pipeline processing mode and a parallel processing mode.
  • the network processor may comprise a plurality of switches configured to interconnect the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • the network processor may comprise memory and a memory bus to provide the processing cores access to the memory, wherein the memory bus interconnects the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • FIG. 1 is a conceptual block diagram illustrating an example of a telecommunications system.
  • FIG. 2 is a block diagram of a configurable multicore network processor.
  • FIG. 3 is a block diagram of a configurable multicore network processor in a pipeline processing mode.
  • FIG. 4 is a block diagram of a configurable multicore network processor in a parallel processing mode.
  • FIG. 5 is a block diagram of a processing mode mechanism for configuring a multicore network processor between a pipeline processing mode and a parallel processing mode.
  • FIG. 6 is a block diagram of another processing mode mechanism for configuring a multicore network processor between a pipeline processing mode and a parallel processing mode.
  • FIG. 7 is a flow chart of a method for processing data packets using a multicore network processor configurable between a pipeline processing mode and a parallel processing mode.
  • a network element e.g., a router, switch, bridge, or similar networking device.
  • a network element includes any networking equipment that communicatively interconnects other equipment on the network (e.g., other network elements, end stations, or similar networking devices).
  • the hardware or hardware platform may be a general purpose processor, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA) or other programmable logic component, discrete gate or transistor logic, discrete hardware components, or any combination thereof, or any other suitable component designed to perform the functions described herein.
  • DSP digital signal processor
  • ASIC application specific integrated circuit
  • FPGA field programmable gate array
  • a general-purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine.
  • a processor may also be implemented as a combination of computing components, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, or any other such configuration.
  • Software shall be construed broadly to mean instructions, instruction sets, code, code segments, program code, programs, subprograms, software modules, applications, software applications, software packages, routines, subroutines, objects, executables, threads of execution, procedures, functions, etc., whether referred to as software, firmware, middleware, microcode, hardware description language, or otherwise.
  • the software may reside on a computer-readable medium.
  • a computer-readable medium may include, by way of example, a magnetic storage device (e.g., hard disk, floppy disk, magnetic strip), an optical disk (e.g., compact disk (CD), digital versatile disk (DVD)), a smart card, a flash memory device (e.g., card, stick, key drive), random access memory (RAM), read only memory (ROM), programmable ROM (PROM), erasable PROM (EPROM), electrically erasable PROM (EEPROM), a general register, or any other suitable non-transitory medium for storing software.
  • a magnetic storage device e.g., hard disk, floppy disk, magnetic strip
  • an optical disk e.g., compact disk (CD), digital versatile disk (DVD)
  • a smart card e.g., a flash memory device (e.g., card, stick, key drive), random access memory (RAM), read only memory (ROM), programmable ROM (PROM), erasable PROM (EPROM), electrically era
  • the present disclosure is directed to a network processor having multiple processing cores that may be configurable between a pipeline processing mode and a parallel processing mode.
  • the software operation for a data packet is divided into multiple software operations or subtasks, with each subtask being run on a separate processing core.
  • the intermediate processing of the data packet obtained by any one processing core may be passed in the next stage of the pipeline processing.
  • each data packet is assigned to a processing core.
  • Each processing core runs the same software and processes the data packet to completion.
  • FIG. 1 is a conceptual block diagram illustrating an example of a packet-based network 100.
  • the network 100 interconnects multiple network devices 102, e.g., computers, using one or more network processors 104.
  • the network 100 may be a wide area network (WAN) such as the Internet, a local area network (LAN) such as an Ethernet network, or any other suitable network.
  • WAN wide area network
  • LAN local area network
  • the packet-based network 100 may be configured to cover any suitable region, including global, national, regional, municipal, or within a facility, or any other suitable region.
  • a network processor 104 may be a switch, a router, a bridge, or any other suitable device that interconnects other equipment on the network 100.
  • the network processors 104 may be implemented as a programmable device that includes one or more lookup tables that are used to direct data packets through the network.
  • Each lookup table includes one or more flow table entries. Each flow entry is used to process data packets.
  • FIG. 2 is a general block diagram of a configurable multicore network processor
  • the network processor 200 has a first core group 202 and a second core group 204.
  • Each core group 202, 204 includes a number of processing cores configured to process data packets.
  • a processing core may include one or more of firmware and dedicated memory for storing code local to the core.
  • Each core group 202, 204 may also include a number of FIFO interfaces (not shown) that are associated with the processing cores.
  • a processing mode mechanism 218, 220 is associated with each core group 202,
  • the processing mode mechanism 218, 220 may include one or more of switches and multiplexers, or a fabric logic and a bus.
  • the processing mode mechanism 218, 220 is configurable to arrange processing cores between a pipeline processing mode and a parallel processing mode.
  • a software task is divided into multiple sub tasks, and each task runs on a separate processing core.
  • the intermediate processing information obtained by any core may be passed to the next stage in the pipeline processing.
  • any task can be run in any core at the control of an operating system (OS) scheduler.
  • OS operating system
  • the OS scheduler provides load balance among multiple processing cores.
  • a task can be bound to a specific core using CPU affinity mechanisms.
  • each core group is a memory arbiter 206, 208.
  • the arbiter 206 Associated with each core group is a memory arbiter 206, 208.
  • the arbiter 206 Associated with each core group is a memory arbiter 206, 208.
  • the arbiter 206, 208 functions as an interface to memory 210, 212 and manages access to the memory.
  • the arbiter 206, 208 may be configured to manage access to the memory by the processing cores.
  • the arbiter 206, 208 may determine the sequence in which the commands, and associated program instructions and data, stored in memory are provided to the processing cores.
  • the arbiter 206, 208 may grant access to memory 210, 212 over a bus.
  • the memory 210, 212 may be external to the multicore network processor 200 and include one or more shared static random access memory (SRAM) banks and ternary content addressable memory (TCAM) banks.
  • SRAM static random access memory
  • TCAM ternary content addressable memory
  • the memory 210, 212 may store one or more of program code, lookup tables, packet data and queue information.
  • the multicore network processor 200 further includes a dispatcher 214 and a reassemble 216.
  • the dispatcher 214 is configured to distribute data packets received from a switch core to the processing cores in accordance with the operation mode of the multicore network processor 200.
  • the reassembler 216 is configured to receive data packets from the processing cores and to assembler or reorder the data packets in accordance with the operation mode of the multicore network processor 200.
  • the reassembler 216 may be referred to as a reorder module.
  • FIG. 3 is a block diagram of an example multicore network processor 300 configured to operate in a pipeline processing mode.
  • the example multicore network processor 300 includes a first pipeline 302 having four processing cores and a second pipeline 304 having four processing cores (more or less processing cores may be included in the pipelines 302, 304).
  • Each processing core has an input FIFO interface 306 for moving packets into the processing core and an output FIFO interface 308 for moving packets out of the processing core.
  • the firmware running a first processing core 310 processes the incoming packets by reading from the input FIFO interface 306 associated with that processing core.
  • the firmware of the core outputs an intermediate packet on the output FIFO interface 308 associated with the core.
  • An "intermediate packet” refers to a packet output by a core processor, which results from the processing - by that processing core - of a packet input to the processing core.
  • the intermediate packet is input to the input FIFO interface 306 of the next processing core and processed in accordance with the firmware of that processing core.
  • the processing and forwarding of intermediate packets continues until a final packet is output by the last processing core in the pipeline.
  • the dispatcher 314 may distribute packets into the two pipelines 302, 304.
  • the dispatcher 314 may apply different distribution algorithms. In a round-robin distribution, the packet dispatcher 314 distributes packets alternatively. If the first input FIFO interface 306 in the first pipeline 302 is not sufficient to hold a packet, the dispatcher 314 may distribute the packet to the first input FIFO interface 306 of the second pipeline 304. If the first input FIFO interfaces 306 of both pipelines 302, 304 are not sufficient to hold the packet the dispatcher 314 may stall further distribution of the packets. In a hash based distribution, the packet dispatcher 314 applies a certain algorithm based on packet header fields or other fields, and applies a modulo operation to get an index to either one of the two pipelines 302, 304.
  • the dispatcher 314 may also assign a sequence number to packets, and the reorder module 316 may retrieve the packet in the same order as the packet is distributed into the pipeline.
  • the sequence number may be the first 16-bit field going into the FIFO.
  • FIG. 4 is a block diagram of an example multicore network processor 400 configured to operate in a parallel processing mode.
  • the example multicore network processor 400 includes a first processor group 402 having four processing cores and a second processor group 404 having four processing cores (more or less processing cores may be included in the groups 402, 404).
  • Each processing core has an input FIFO interface 406 and an output FIFO interface 408.
  • the firmware running a processing core processes incoming packets by reading from the input FIFO interface 406 associated with that processing core.
  • the firmware of the core outputs the processed packet on the output FIFO interface 408 associated with the core.
  • each processing core may run the same software and process a packet until completion.
  • the dispatcher 414 may distribute packets into the two processor groups 402,
  • the dispatcher 414 may apply different distribution algorithms. In a round-robin distribution, the packet dispatcher 414 distributes packets alternatively. If one of the input FIFO interfaces 406 in the first processor group 402 is not sufficient to hold a packet, the dispatcher 414 may distribute the packet to one of the input FIFO interfaces 406 of the second processor group 404. If the input FIFO interfaces 406 of both groups 402, 404 are not sufficient to hold the packet the dispatcher 414 may stall further distribution of the packets. In a hash based distribution, the packet dispatcher 414 applies a certain algorithm based on packet header fields or other fields, and applies a modulo operation to get an index to either one of the two groups 402, 404.
  • the dispatcher 414 may also assign a sequence number to packets, and the reorder module 416 retrieves the packet in the same order as the packet is distributed into the pipeline.
  • the sequence number may be the first 16-bit field going into the FIFO.
  • FIG. 5 is a block diagram of a processing mode mechanism 500 that provides for selection of a processing mode for a number of processing cores.
  • the processing mode mechanism 500 provides a means for configuring a number of processing cores in either of a pipeline processing mode or a parallel processing mode.
  • the processing mode mechanism 500, or means for configuring a plurality of processing cores may include a number of switch elements such as, e.g., switches S0-S5 and/or multiplexers 502a-502c. Each of the switches S0-S5 and multiplexers 502 may be controlled by a mode control signal 504.
  • the processing mode mechanism 500 configures the processing cores in a pipeline processing mode when the mode control signal 504 sets switches S0-S5 to an open state, and sets the multiplexers 502a-502c to direct core output packets to the upper FIFO interfaces Fl, F3, F5, F7.
  • the dispatcher 514 or means for distributing data packets, distributes a packet to the FIFO interface F0.
  • the processing cores, or means for processing data packets, in conjunction with switch elements of the processing mode mechanism 500, may process the distributed packet as follows: The distributed packet is processed by the first processing core 506a.
  • the first multiplexer 502a receives the resultant, intermediate packet output by the first processing core 506a and directs it to the FIFO interface Fl .
  • the intermediate packet is processed by the second processing core 506b.
  • the second multiplexer 502b receives the resultant, intermediate packet output by the second processing core 506b and directs it to the FIFO interface F3.
  • This processing sequence continues until the fourth processor core 506d outputs a final packet to the last FIFO interface F7.
  • the reorder module 516 receives the final packet from the last FIFO interface F7. In the pipeline mode, the lower FIFO interfaces F2, F4, F6 are not used.
  • the processing mode mechanism 500 configures the processing cores in a parallel processing mode when the mode control signal 504 sets the switches S0-S5 to a closed state, and sets the multiplexers 502a-502c to direct dispatcher 514 input packets to the upper FIFO interfaces Fl, F3, F5, and to direct processing core output packets to the lower FIFO interfaces F2, F4, F6, F7.
  • the parallel processing mode both the upper and lower FIFO interfaces F0-F7 are used.
  • the dispatcher 514 or means for distributing data packets, in conjunction with the switch elements of the processing mode mechanism, distributes packets to the processing cores as follows: packets for the first processing core 506a are input to the FIFO interface FO, packets for the second processing core 506b are input to the FIFO interface Fl through the first multiplexer 502a, packets for the third processing core 506c are input to the FIFO interface F3 through the second multiplexer 502b, packets for the fourth processing core 506d are input to the FIFO interface F5 through the third multiplexer 502c.
  • Each of the processing cores processes its respective packet and the processing mode mechanism 500, including multiplexer 502a-502c, directs the processing core output traffic as follows: the output of the first processing core 506a is input to the FIFO interface F2, the output of the second processing core 506b is input to the FIFO interface F4, and the output of the third processing core 506c is input to the FIFO interface F6.
  • the reorder module 516 collects packets from the FIFO interfaces F2, F4, F6 and F7.
  • FIG. 6 is a block diagram of another example processing mode mechanism 600 that provides for selection of a processing mode for a number of processing cores.
  • the processing mode mechanism 600 provides a means for configuring a number of processing cores in either of a pipeline processing mode or a parallel processing mode.
  • the processing mode mechanism 600, or means for configuring a plurality of processing cores may include a memory 602, a bus 604, and fabric logic 606.
  • the processing mode mechanism 600 may function as follows. Each processing core 612a-612d and reorder module 616 is associated with an ID. Each packet dispatched into the processing mode mechanism 600 by the dispatcher 614 has an ID in the packet header field corresponding to one of the cores or the reorder module. This ID indicates to the fabric logic 606 of the processing mode mechanism 600 where to send the packet.
  • a mode selection signal 610 controls the allocation of FIFO interfaces among the processing cores 612a-612d, the dispatcher 614 and the reorder module 616.
  • the processing mode mechanism 600 configures the processing cores in a pipeline processing mode through the mode selection signal 610.
  • the dispatcher 614 inputs a packet having an ID corresponding to the first processing core 612a into a first fabric input FIFO 618.
  • the packet passes through the bus 604 and is received by the fabric logic 606.
  • the fabric logic 606 Based on the packet ID, the fabric logic 606 sends the packet through the bus 604 to the FIFO interface FO out of the first processing core 612a (CoreO).
  • the first processing core 612a processes the packet; changes the packet ID to correspond to the ID of the second processing core 612b (Corel); and inputs the packet to the FIFO interface FO in.
  • the packet passes through the bus 604 and is received by the fabric logic 606. Based on the packet ID, the fabric logic 606 sends the packet to the FIFO interface Fl out of the second processing core 612b.
  • the second processing core 612b processes the packet; changes the packet ID to correspond to the ID of the third processing core 612c (Core2); and inputs the packet to the FIFO interface Fl in.
  • the packet is then received by the fabric logic 606. Based on the packet ID, the fabric logic 606 sends the packet to the FIFO interface F2_out of the third processing core 612c.
  • the third processing core 612c processes the packet; changes the packet ID to correspond to the ID of the fourth processing core 612d (Core3); and inputs the packet to the FIFO interface F2_in.
  • the packet is then received by the fabric logic 606. Based on the packet ID, the fabric logic 606 sends the packet to the FIFO interface F3_out of the fourth processing core 612d.
  • the fourth processing core 612d processes the packet; changes the packet ID to correspond to the ID of the reorder module 616; and inputs the packet to the FIFO interface F3_in.
  • the packet is then received by the fabric logic 606. Based on the packet ID, the fabric logic 606 sends the packet to the reorder module 616 through a first fabric output FIFO 620.
  • the number of fabric input FIFO interfaces 618 associated with the dispatcher module and the number of fabric output FIFO interfaces 620 associated with the reorder module 616 may be equivalent to the number of pipelines.
  • the four processing cores form a single pipeline, therefore only a single fabric input FIFO interface 618 is associated with the dispatcher 614 and a single fabric output FIFO interface 620 is associated with the reorder module 616.
  • the four processing cores 612a-612d may define two separate pipelines, each with two cores. In this case, there would be two fabric input FIFO interfaces 618, 622 associated with the dispatcher 614 and two fabric output FIFO interface 620, 624 associated with the reorder module 616.
  • the processing mode mechanism 600 configures the processing cores in a parallel processing mode through the mode selection signal 610.
  • the dispatcher 614 or means for distributing data packets, inputs a first packet to a first fabric input FIFO interface 618 having an ID corresponding to the first processing core 612a (CoreO), a second packet to a second fabric input FIFO 622 having an ID corresponding to the second processing core 612b (Corel), a third packet to a third fabric input FIFO interface (not shown) having an ID corresponding to the third processing core 612c (Core3), and a fourth packet to a fourth fabric input FIFO interface (not shown) having an ID corresponding to the fourth processing core 612d (Core4).
  • the fabric logic 606 receives each of the packets over the bus 604. Based on the respective packet IDs, the fabric logic 606 sends each packet to a corresponding FIFO interface FO out, Fl out, F2_out, and F3_out.
  • Each of the processing cores 612a-612d process its respective packet; changes the packet ID of its packet to correspond to the ID of the reorder module 616; and outputs the its packet to its corresponding FIFO interface FO in, Fl in, F2_in, and F3_in.
  • the fabric logic 606 receives the packets and sends the packets to the reorder module 616 through a corresponding fabric out FIFO interface 620, 624.
  • the number of fabric output FIFO interfaces 620, 624 associated with the reorder module may be equivalent to the number of processing cores 612a-612d.
  • the number of processing cores 612a-612d may be equivalent to the number of processing cores 612a-612d.
  • FIG. 6 although only two of each type of FIFO interface are illustrated in FIG. 6, there are four fabric input FIFO interfaces and four fabric output FIFO interfaces.
  • FIG. 7 is a flow chart of an example method 700 for processing data packets using a network processor configurable between a pipeline processing mode and a parallel processing mode.
  • the network processor configures a plurality of processing cores in a selected processing mode.
  • the selected processing mode may be one of a pipeline processing mode and a parallel processing mode.
  • the network processor may configure the processing cores in either the pipeline processing mode or the parallel processing mode using FIFO interfaces and a processing mode mechanism or a means for configuring processing core.
  • processing mode mechanism or a means for configuring processing core may be any corresponding structure, elements and/or features disclosed herein with reference to FIGs. 5 and 6, or equivalents thereof.
  • the network processor may configure a plurality of switch elements, e.g., switches or multiplexers, to interconnect the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • the network processor may also or alternatively configure a fabric logic and bus to interconnect the processing cores to operate in either the pipeline processing mode or the parallel processing mode.
  • the network processor distributes data packets to the plurality of processing cores in accordance with the selected processing mode using the dispatcher or means for distributing packets.
  • Such dispatcher or a means for distributing packets may by any corresponding structure, elements and/or features disclosed herein with reference to FIGs. 5 and 6, or equivalents thereof.
  • the network processor processes the data packets using the processing cores or means for processing.
  • the packets are processed in accordance with known packet flow techniques. Such processing may include matching the data packet against flow entries of a flow table associated with a core processor, executing an instruction set on the packet if a flow entry match is found, and sending the packet to another processing core.
  • Executing instructions may include modifying the packet and updating a match field, updating actions sets, and updating metadata. In the case of pipeline processing, these instructions may direct the packet to another processing core in the pipeline. In the case of parallel processing, these instructions may direct the packet to a reorder module.
  • the network processor outputs a data packet using a reorder module, or means for outputting packets.
  • a reorder module or means for outputting packets may by any corresponding structure, elements and/or features disclosed herein with reference to FIGs. 5 and 6, or equivalents thereof.
  • the reorder module receives a final data packet from the last processing core in the pipeline.
  • the reorder module receives a packet from each of the processing cores in the parallel arrangement and sends the packets in a desired order.

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 Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multi Processors (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Logic Circuits (AREA)
  • Stored Programmes (AREA)
EP14720742.7A 2013-03-12 2014-03-11 Configurable multicore network processor Withdrawn EP2974185A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/797,838 US9430239B2 (en) 2013-03-12 2013-03-12 Configurable multicore network processor
PCT/US2014/023395 WO2014164752A2 (en) 2013-03-12 2014-03-11 Configurable multicore network processor

Publications (1)

Publication Number Publication Date
EP2974185A2 true EP2974185A2 (en) 2016-01-20

Family

ID=50628906

Family Applications (1)

Application Number Title Priority Date Filing Date
EP14720742.7A Withdrawn EP2974185A2 (en) 2013-03-12 2014-03-11 Configurable multicore network processor

Country Status (6)

Country Link
US (1) US9430239B2 (zh)
EP (1) EP2974185A2 (zh)
JP (2) JP6193467B2 (zh)
KR (1) KR101714659B1 (zh)
CN (1) CN105075204B (zh)
WO (1) WO2014164752A2 (zh)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150019702A1 (en) * 2013-07-10 2015-01-15 Brocade Communications Systems, Inc. Flexible flow offload
US9348602B1 (en) 2013-09-03 2016-05-24 Amazon Technologies, Inc. Resource allocation for staged execution pipelining
CN105159779B (zh) * 2015-08-17 2020-03-13 深圳中兴网信科技有限公司 提高多核cpu数据处理性能的方法和系统
EP3433985B1 (en) * 2016-03-23 2021-01-27 Clavister AB Method for traffic shaping using a serial packet processing algorithm and a parallel packet processing algorithm
US10924416B2 (en) 2016-03-23 2021-02-16 Clavister Ab Method for traffic shaping using a serial packet processing algorithm and a parallel packet processing algorithm
US9832072B1 (en) * 2016-05-31 2017-11-28 128 Technology, Inc. Self-configuring computer network router
WO2018018611A1 (zh) * 2016-07-29 2018-02-01 华为技术有限公司 一种任务处理方法以及网卡
US20180089117A1 (en) 2016-09-26 2018-03-29 Wave Computing, Inc. Reconfigurable fabric accessing external memory
CA3060368C (en) * 2017-04-17 2020-07-28 Cerebras Systems Inc. Dataflow triggered tasks for accelerated deep learning
JP7137588B2 (ja) * 2017-06-16 2022-09-14 ドライブネッツ リミテッド マルチコアコンピューティングプラットフォームにおける並列情報処理
US11165720B2 (en) * 2017-12-19 2021-11-02 Xilinx, Inc. Network interface device
JP6977621B2 (ja) * 2018-03-02 2021-12-08 日本電信電話株式会社 制御装置、及び制御方法
CN109918043B (zh) * 2019-03-04 2020-12-08 上海熠知电子科技有限公司 一种基于虚拟通道的运算单元共享方法和系统
KR20200112439A (ko) * 2019-03-22 2020-10-05 삼성전자주식회사 멀티 코어를 포함하는 전자 장치 및 이의 패킷 처리를 위한 방법
US10826801B1 (en) 2019-07-31 2020-11-03 Bank Of America Corporation Multi-level data channel and inspection architectures
US11115310B2 (en) * 2019-08-06 2021-09-07 Bank Of America Corporation Multi-level data channel and inspection architectures having data pipes in parallel connections
US11470046B2 (en) 2019-08-26 2022-10-11 Bank Of America Corporation Multi-level data channel and inspection architecture including security-level-based filters for diverting network traffic
CN111884948B (zh) * 2020-07-09 2022-08-12 烽火通信科技股份有限公司 一种流水线调度方法与装置
CN113986813B (zh) * 2021-09-18 2023-08-04 苏州浪潮智能科技有限公司 片上网络结构构建及使用的方法、系统、设备和存储介质
CN115185878A (zh) * 2022-05-24 2022-10-14 中科驭数(北京)科技有限公司 一种多核分组网络处理器架构及任务调度方法

Family Cites Families (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5960683A (ja) * 1982-09-30 1984-04-06 Toshiba Corp アレイプロセッサ装置
US4811210A (en) * 1985-11-27 1989-03-07 Texas Instruments Incorporated A plurality of optical crossbar switches and exchange switches for parallel processor computer
JPH02284277A (ja) * 1989-04-26 1990-11-21 Mitsubishi Electric Corp グラフィック表示装置
US6128720A (en) * 1994-12-29 2000-10-03 International Business Machines Corporation Distributed processing array with component processors performing customized interpretation of instructions
US6272616B1 (en) 1998-06-17 2001-08-07 Agere Systems Guardian Corp. Method and apparatus for executing multiple instruction streams in a digital processor with multiple data paths
JP2000295613A (ja) * 1999-04-09 2000-10-20 Nippon Telegr & Teleph Corp <Ntt> 再構成可能なハードウェアを用いた画像符号化方法,画像符号化装置および画像符号化のためのプログラム記録媒体
US20020107903A1 (en) 2000-11-07 2002-08-08 Richter Roger K. Methods and systems for the order serialization of information in a network processing environment
US6883084B1 (en) * 2001-07-25 2005-04-19 University Of New Mexico Reconfigurable data path processor
US6781407B2 (en) * 2002-01-09 2004-08-24 Xilinx, Inc. FPGA and embedded circuitry initialization and processing
US7420392B2 (en) * 2001-09-28 2008-09-02 Xilinx, Inc. Programmable gate array and embedded circuitry initialization and processing
US6789167B2 (en) 2002-03-06 2004-09-07 Hewlett-Packard Development Company, L.P. Method and apparatus for multi-core processor integrated circuit having functional elements configurable as core elements and as system device elements
US20110238948A1 (en) 2002-08-07 2011-09-29 Martin Vorbach Method and device for coupling a data processing unit and a data processing array
AU2003252054B2 (en) * 2002-08-24 2008-09-25 Cisco Technology, Inc. Packet processing engine
US7340585B1 (en) * 2002-08-27 2008-03-04 Xilinx, Inc. Method and system for fast linked processor in a system on a chip (SoC)
US7334086B2 (en) 2002-10-08 2008-02-19 Rmi Corporation Advanced processor with system on a chip interconnect technology
US8669988B2 (en) * 2004-03-10 2014-03-11 Qualcomm Incorporated High data rate interface apparatus and method
JP4546775B2 (ja) * 2004-06-30 2010-09-15 富士通株式会社 時分割多重処理可能なリコンフィギュラブル回路
US20060047849A1 (en) * 2004-06-30 2006-03-02 Mukherjee Shubhendu S Apparatus and method for packet coalescing within interconnection network routers
US7738385B2 (en) 2004-11-30 2010-06-15 Broadcom Corporation Mirroring of data in a network device
KR100729241B1 (ko) * 2005-12-05 2007-06-15 주식회사 텔레칩스 디블록킹 필터
JP4878487B2 (ja) * 2006-03-30 2012-02-15 キヤノン株式会社 情報配信装置、情報配信システム、情報処理方法、およびプログラム
JP5354427B2 (ja) * 2006-06-28 2013-11-27 アクロニクス セミコンダクター コーポレイション 集積回路のための再構成可能論理ファブリックおよび再構成可能論理ファブリックを構成するためのシステムおよび方法
US8099583B2 (en) * 2006-08-23 2012-01-17 Axis Semiconductor, Inc. Method of and apparatus and architecture for real time signal processing by switch-controlled programmable processor configuring and flexible pipeline and parallel processing
US20090128189A1 (en) * 2007-11-19 2009-05-21 Raminda Udaya Madurawe Three dimensional programmable devices
US8094560B2 (en) 2008-05-19 2012-01-10 Cisco Technology, Inc. Multi-stage multi-core processing of network packets
CN103004158B (zh) 2011-01-06 2016-12-28 马维尔以色列(M.I.S.L)有限公司 具有可编程内核的网络设备
US9449257B2 (en) * 2012-12-04 2016-09-20 Institute Of Semiconductors, Chinese Academy Of Sciences Dynamically reconstructable multistage parallel single instruction multiple data array processing system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2014164752A2 *

Also Published As

Publication number Publication date
US20140281385A1 (en) 2014-09-18
CN105075204A (zh) 2015-11-18
US9430239B2 (en) 2016-08-30
KR101714659B1 (ko) 2017-03-09
CN105075204B (zh) 2018-03-16
JP6193467B2 (ja) 2017-09-06
JP2017225166A (ja) 2017-12-21
JP2016516352A (ja) 2016-06-02
KR20150128828A (ko) 2015-11-18
WO2014164752A2 (en) 2014-10-09
WO2014164752A3 (en) 2014-12-24

Similar Documents

Publication Publication Date Title
US9430239B2 (en) Configurable multicore network processor
US10970144B2 (en) Packet processing on a multi-core processor
US10331468B2 (en) Techniques for routing service chain flow packets between virtual machines
US10705878B2 (en) Task allocating method and system capable of improving computational efficiency of a reconfigurable processing system
US8559307B2 (en) Routing packets in on-chip networks
US9086916B2 (en) Architecture for efficient computation of heterogeneous workloads
US9031077B2 (en) Systems, methods, and computer program products providing a data unit sequencing queue
US11294841B1 (en) Dynamically configurable pipeline
US10757039B2 (en) Apparatus and method for routing data in a switch
US9083641B2 (en) Method and apparatus for improving packet processing performance using multiple contexts
US20150113268A1 (en) Virtualized AES Computational Engine
US9164771B2 (en) Method for thread reduction in a multi-thread packet processor
EP2569696A1 (en) Hierarchical multithreaded processing
WO2014173166A1 (zh) 一种共享资源的调度方法和系统
WO2015165323A1 (zh) 一种数据处理方法、处理器及数据处理设备
WO2014108748A1 (en) Packet processing architecture and method therefor
US9959143B1 (en) Actor and thread message dispatching
CN105024943B (zh) 选择等待队列以从中提取发送数据段的方法和存储介质
CN116821041A (zh) 针对用户空间分组处理的高效队列存取
JP2010199643A (ja) パケット処理装置、該処理装置に用いられるパケット処理順序制御方法及びパケット処理順序制御プログラム

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20151009

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20171003