US20020013861A1 - Method and apparatus for low overhead multithreaded communication in a parallel processing environment - Google Patents
Method and apparatus for low overhead multithreaded communication in a parallel processing environment Download PDFInfo
- Publication number
- US20020013861A1 US20020013861A1 US09/867,064 US86706401A US2002013861A1 US 20020013861 A1 US20020013861 A1 US 20020013861A1 US 86706401 A US86706401 A US 86706401A US 2002013861 A1 US2002013861 A1 US 2002013861A1
- Authority
- US
- United States
- Prior art keywords
- register
- thread
- destruct
- self
- memory
- 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.)
- Abandoned
Links
- 238000004891 communication Methods 0.000 title claims abstract description 15
- 238000000034 method Methods 0.000 title claims description 18
- 238000012545 processing Methods 0.000 title abstract description 36
- 230000006870 function Effects 0.000 claims abstract description 18
- 238000004590 computer program Methods 0.000 claims 3
- 238000012546 transfer Methods 0.000 description 26
- 230000011664 signaling Effects 0.000 description 13
- 230000008569 process Effects 0.000 description 8
- 230000007246 mechanism Effects 0.000 description 7
- 238000010586 diagram Methods 0.000 description 6
- 238000005457 optimization Methods 0.000 description 4
- 230000003111 delayed effect Effects 0.000 description 3
- 230000006855 networking Effects 0.000 description 3
- 238000012360 testing method Methods 0.000 description 3
- LHMQDVIHBXWNII-UHFFFAOYSA-N 3-amino-4-methoxy-n-phenylbenzamide Chemical compound C1=C(N)C(OC)=CC=C1C(=O)NC1=CC=CC=C1 LHMQDVIHBXWNII-UHFFFAOYSA-N 0.000 description 1
- 241001522296 Erithacus rubecula Species 0.000 description 1
- 230000006399 behavior Effects 0.000 description 1
- 230000003139 buffering effect Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 238000009499 grossing Methods 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3836—Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
- G06F9/3851—Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution from multiple instruction streams, e.g. multistreaming
Definitions
- This invention relates to network packet processing.
- Parallel processing is an efficient form of information processing of concurrent events in a computing process.
- Parallel processing demands concurrent execution of many programs in a computer, in contrast to sequential processing.
- parallelism involves doing more than one thing at the same time.
- a serial paradigm where all tasks are performed sequentially at a single station or a pipelined machine where tasks are performed at specialized stations
- parallel processing a plurality of stations are provided with each capable of performing all tasks. That is, in general all or a plurality of the stations work simultaneously and independently on the same or common elements of a problem. Certain problems are suitable for solution by applying parallel processing.
- FIG. 1 is a block diagram of a communication system employing a hardware-based multithreaded processor.
- FIG. 2 is a detailed block diagram of the hardware-based multithreaded processor of FIG. 1.
- FIG. 3 is a block diagram of a microengine functional unit employed in the hardware-based multithreaded processor of FIGS. 1 and 2.
- FIG. 4 is a block diagram of a memory controller for enhanced bandwidth operation used in the hardware-based multithreaded processor.
- FIG. 5 is a block diagram of a memory controller for latency limited operations used in the hardware-based multithreaded processor.
- FIG. 6 is a block diagram of a communication bus interface in the processor of FIG. 1 depicting hardware used in program thread signaling.
- FIGS. 7 A- 7 B are a pictorial representation and flow chart useful in understanding program thread signaling with a clear on read register.
- FIG. 8 is a flow chart of an inter-thread signaling scheme.
- FIG. 9 is a flow chart of a program thread status reporting process.
- a communication system 10 includes a parallel, hardware-based multithreaded processor 12 .
- the hardware-based multithreaded processor 12 is coupled to a bus such as a Peripheral Component Interconnect (PCI) bus 14 , a memory system 16 and a second bus 18 .
- PCI Peripheral Component Interconnect
- the system 10 is especially useful for tasks that can be broken into parallel subtasks or functions.
- hardware-based multithreaded processor 12 is useful for tasks that are bandwidth oriented rather than latency oriented.
- the hardware-based multithreaded processor 12 has multiple microengines 22 each with multiple hardware controlled program threads that can be simultaneously active and independently work on a task.
- the hardware-based multithreaded processor 12 also includes a central controller 20 that assists in loading microcode control for other resources of the hardware-based multithreaded processor 12 and performs other general purpose computer type functions such as handling protocols, exceptions, extra support for packet processing where the microengines pass the packets off for more detailed processing such as in boundary conditions.
- the processor 20 is a Strong Arm 7 (Arm is a trademark of ARM Limited, United Kingdom) based architecture.
- the general purpose microprocessor 20 has an operating system. Through the operating system the processor 20 can call functions to operate on microengines 22 a - 22 f .
- the processor 20 can use any supported operating system preferably a real time operating system.
- operating systems such as, Microsoft NT real-time, VXWorks and ⁇ CUS, a freeware operating system available over the Internet, can be used.
- the hardware-based multithreaded processor 12 also includes a plurality of microengines 22 a - 22 f .
- Microengines 22 a - 22 f each maintain a plurality of program counters in hardware and states associated with the program counters. Effectively, a corresponding plurality of sets of program threads can be simultaneously active on each of the microengines 22 a - 22 f while only one is actually operating at any one time.
- microengines 22 a - 22 f there are six microengines 22 a - 22 f , each having capabilities for processing four hardware program threads.
- the six microengines 22 a - 22 f operate with shared resources including memory system 16 and bus interfaces 24 and 28 .
- the memory system 16 includes a Synchronous Dynamic Random Access Memory (SDRAM) controller 26 a and a Static Random Access Memory (SRAM) controller 26 b .
- SDRAM memory 16 a and SDRAM controller 26 a are typically used for processing large volumes of data, e.g., processing of network payloads from network packets.
- the SRAM controller 26 b and SRAM memory 16 b are used in a networking implementation for low latency, fast access tasks, e.g., accessing look-up tables, memory for the core processor 20 , and so forth.
- Hardware context swapping enables other contexts with unique program counters to execute in the same microengine. Hardware context swapping also synchronizes completion of tasks. For example, two program threads could request the same shared resource e.g., SRAM. Each one of these separate functional units, e.g., the FBUS interface 28 , the SRAM controller 26 a , and the SDRAM controller 26 b , when they complete a requested task from one of the microengine program thread contexts reports back a flag signaling completion of an operation. When the flag is received by the microengine, the microengine can determine which program thread to turn on.
- SRAM shared resource
- the hardware-based multithreaded processor 12 interfaces to network devices such as a media access controller device e.g., a 10/100BaseT Octal MAC 13 a or a Gigabit Ethernet device 13 b .
- a media access controller device e.g., a 10/100BaseT Octal MAC 13 a or a Gigabit Ethernet device 13 b .
- the hardware-based multithreaded processor 12 can interface to any type of communication device or interface that receives/sends large amounts of data.
- the network processor can function as a router 10 in a networking application route network packets amongst devices 13 a , 13 b in a parallel manner. With the hardware-based multithreaded processor 12 , each network packet can be independently processed.
- the processor 12 includes a bus interface 28 that couples the processor to the second bus 18 .
- Bus interface 28 in one embodiment couples the processor 12 to the so-called FBUS 18 (FIFO bus).
- the FBUS interface 28 is responsible for controlling and interfacing the processor 12 to the FBUS 18 .
- the FBUS 18 is a 64-bit wide FIFO bus, used to interface to Media Access Controller (MAC) devices.
- the processor 12 includes a second interface e.g., a PCI bus interface 24 that couples other system components that reside on the PCI 14 bus to the processor 12 .
- the functional units are coupled to one or more internal buses.
- the internal buses are dual, 32 bit buses (i.e., one bus for read and one for write).
- the hardware-based multithreaded processor 12 also is constructed such that the sum of the bandwidths of the internal buses in the processor 12 exceed the bandwidth of external buses coupled to the processor 12 .
- the processor 12 includes an internal core processor bus 32 , e.g., an ASB bus (Advanced System Bus) that couples the processor core 20 to the memory controllers 26 a , 26 b and to an ASB translator 30 described below.
- the ASB bus is a subset of the so called AMBA bus that is used with the Strong Arm processor core.
- the processor 12 also includes a private bus 34 that couples the microengine units to SRAM controller 26 b , ASB translator 30 and FBUS interface 28 .
- a memory bus 38 couples the memory controller 26 a , 26 b to the bus interfaces 24 and 28 and memory system 16 including flashrom 16 c used for boot operations and so forth.
- each of the microengines 22 a - 22 f includes an arbiter that examines flags to determine the available program threads to be operated upon. Any program thread from any of the microengines 22 a - 22 f can access the SDRAM controller 26 a , SDRAM controller 26 b or FBUS interface 28 .
- the SDRAM controller 26 a and SDRAM controller 26 b each include a plurality of queues to store outstanding memory reference requests. The queues either maintain order of memory references or arrange memory references to optimize memory bandwidth.
- the processor 12 can perform memory reference sorting.
- Memory reference sorting reduces dead time or a bubble that occurs with accesses to SRAM.
- Memory reference sorting allows the processor 12 to organize references to memory such that long strings of reads can be followed by long strings of writes.
- Reference sorting helps maintain parallel hardware context program threads. Reference sorting allows hiding of pre-charges from one SDRAM bank to another. If the memory system 16 b is organized into an odd bank and an even bank, while the processor is operating on the odd bank, the memory controller 26 b can start precharging the even bank. Precharging is possible if memory references alternate between odd and even banks. By ordering memory references to alternate accesses to opposite banks, the processor 12 improves SDRAM bandwidth. Additionally, other optimizations can be used. For example, merging optimizations where operations that can be merged, are merged prior to memory access, open page optimizations where by examining addresses, an opened page of memory is not reopened, chaining which allows for special handling of contiguous memory references and refreshing mechanisms, can be employed.
- the FBUS interface 28 supports Transmit and Receive flags for each port that a MAC device supports, along with an Interrupt flag indicating when service is warranted.
- the FBUS interface 28 also includes a controller 28 a that performs header processing of incoming packets from the FBUS 18 .
- the controller 28 a extracts the packet headers and performs a microprogrammable source/destination/protocol hashed lookup (used for address smoothing) in SRAM. If the hash does not successfully resolve, the packet header is sent to the processor core 20 for additional processing.
- the FBUS interface 28 supports the following internal data transactions: FBUS unit (Shared bus SRAM) to/from microengine. FBUS unit (via private bus) writes from SDRAM Unit. FBUS unit (via Mbus) Reads to SDRAM.
- the FBUS 18 is a standard industry bus and includes a data bus, e.g., 64 bits wide and sideband control for address and read/write control.
- the microengines 22 a - 22 f fetch data from or command the SDRAM controller 26 a to move data from a receive FIFO in which data has come from a device on bus 18 , into the FBUS interface 28 .
- the data can be sent through memory controller 26 a to SDRAM memory 16 a , via a direct memory access.
- the microengines can move data from the SDRAM 26 a to interface 28 , out to FBUS 18 , via the FBUS interface 28 .
- a command request can be a memory request or a FBUS request.
- a command request can move data from a register located in a microengine 22 a to a shared resource, e.g., an SDRAM location, SRAM location, flash memory or some MAC address.
- the commands are sent out to each of the functional units and the shared resources.
- the shared resources do not need to maintain local buffering of the data. Rather, the shared resources access distributed data located inside of the microengines.
- microengines 22 a - 22 f This enables microengines 22 a - 22 f , to have local access to data rather than arbitrating for access on a bus and risk contention for the bus. With this feature, there is a 0 cycle stall for waiting for data internal to the microengines 22 a - 22 f.
- the core processor 20 also can access the shared resources.
- the core processor 20 has a direct communication to the SDRAM controller 26 a to the bus interface 24 and to SRAM controller 26 b via bus 32 .
- the core processor 20 access the microengines 22 a - 22 f via the ASB Translator 30 over bus 34 .
- the ASB Translator 30 performs an address translation between FBUS microengine transfer register locations and core processor addresses (i.e., ASB bus) so that the core processor 20 can access registers belonging to the microengines 22 a - 22 c.
- microengines 22 can use the register set to exchange data.
- a scratchpad memory 27 is also provided to permit microengines to write data out to the memory for other microengines to read.
- the scratchpad 27 is coupled to bus 34 .
- the microengine includes a control store 70 which, in one implementation, includes a RAM of here 1,024 words of 32 bits.
- the RAM stores a microprogram that is loadable by the core processor 20 .
- the microengine 22 f also includes controller logic 72 .
- the controller logic includes an instruction decoder 73 and program counter (PC) units 72 a - 72 d .
- the four micro program counters 72 a - 72 d are maintained in hardware.
- the microengine 22 f also includes context event switching logic 74 .
- Context event logic 74 receives messages (e.g., SEQ_#_EVENT_RESPONSE; FBI_EVENT_RESPONSE; SRAM_EVENT_RESPONSE; SDRAM_EVENT_RESPONSE; and ASB_EVENT_RESPONSE) from each one of the shared resources, e.g., SRAM 26 a , SDRAM 26 b , or processor core 20 , control and status registers, and so forth. These messages provide information on whether a requested function has completed. Based on whether or not a function requested by a program thread has completed and signaled completion, the program thread needs to wait for that completion signal, and if the program thread is enabled to operate, then the program thread is placed on an available program thread list (not shown).
- the microengine 22 f can have a maximum of, e.g., 4 program threads available.
- the microengines 22 In addition to event signals that are local to an executing program thread, the microengines 22 employ signaling states that are global. With signaling states, an executing program thread can broadcast a signal state to all microengines 22 . Any program thread in the microengines can branch on these signaling states. These signaling states can be used to determine availability of a resource or whether a resource is due for servicing.
- the context event logic 74 has arbitration for the four (4) program threads. In one embodiment, the arbitration is a round robin mechanism. Other techniques could be used including priority queuing or weighted fair queuing.
- the microengine 22 f also includes an execution box (EBOX) data path 76 that includes an arithmetic logic unit 76 a and general purpose register set 76 b .
- the arithmetic logic unit 76 a performs arithmetic and logical functions as well as shift functions.
- the registers set 76 b has a relatively large number of general purpose registers. In this implementation there are 64 general purpose registers in a first bank, Bank A and 64 in a second bank, Bank B. The general purpose registers are windowed so that they are relatively and absolutely addressable.
- the microengine 22 f also includes a write transfer register stack 78 and a read transfer stack 80 . These registers are also windowed so that they are relatively and absolutely addressable.
- Write transfer register stack 78 is where write data to a resource is located.
- read register stack 80 is for return data from a shared resource. Subsequent to or concurrent with data arrival, an event signal from the respective shared resource e.g., the SRAM controller 26 a , SDRAM controller 26 b or core processor 20 will be provided to context event arbiter 74 which will then alert the program thread that the data is available or has been sent.
- Both transfer register banks 78 and 80 are connected to the execution box (EBOX) 76 through a data path.
- the read transfer register has 64 registers and the write transfer register has 64 registers.
- Each microengine 22 a - 22 f supports multi-threaded execution of four contexts.
- One reason for this is to allow one program thread to start executing just after another program thread issues a memory reference and must wait until that reference completes before doing more work. This behavior is critical to maintaining efficient hardware execution of the microengines because memory latency is significant. Stated differently, if only a single program thread execution was supported, the microengines would sit idle for a significant number of cycles waiting for references to return and thereby reduce overall computational throughput.
- Multi-threaded execution allows an microengines to hide memory latency by performing useful independent work across several program threads. Two synchronization mechanisms are supplied in order to allow a program thread to issue an SRAM or SDRAM reference, and then subsequently synchronize to the point in time when that reference completes.
- One mechanism is Immediate Synchronization.
- immediate synchronization the microengine issues the reference and immediately swaps out of that context.
- the context will be signaled when the corresponding reference completes. Once signaled, the context will be swapped back in for execution when a context-swap event occurs and it is its turn to run.
- the microword after issuing the mem reference does not get executed until the reference completes.
- a second mechanism is Delayed Synchronization.
- the microengine issues the reference, and continues to execute some other useful work independent of the reference. Some time later it could become necessary to synchronize the program thread's execution stream to the completion of the issued reference before further work is performed. At this point a synchronizing microword is executed that will either swap out the current program thread, and swap it back in sometime later when the reference has completed, or continue executing the current program thread because the reference has already completed. Delayed synchronization is implemented using two different signaling schemes:
- the signal from which the program thread is triggered is generated when the corresponding transfer register valid bit is set or cleared. For example, an SRAM read which deposits data into transfer register A would be signaled when the valid bit for A is set. If the memory reference is associated with the transfer FIFO or the receive FIFO, instead of a transfer register, then the signal is generated when the reference completes in the SDRAM controller 26 a . Only one signal state per context is held in the microengines scheduler, thus only one outstanding signal can exist in this scheme.
- the SDRAM memory controller 26 a includes memory reference queues 90 where memory reference requests arrive from the various microengines 22 a - 22 f .
- the memory controller 26 a includes an arbiter 91 that selects the next the microengine reference requests to go to any of the functioning units. Given that one of the microengines is providing a reference request, the reference request will come through the address and command queue 90 , inside the SDRAM controller 26 a . If the reference request has a bit set called the “optimized MEM bit” the incoming reference request will be sorted into either the even bank queue 90 a or the odd bank queue 90 b .
- the SDRAM controller 26 is a resource which is shared among the FBUS interface 28 , the core processor 20 and the PCI interface 24 .
- the SDRAM controller 26 also maintains a state machine for performing READ-MODIFY-Write atomic operations.
- the SDRAM controller 26 also performs byte alignment for requests of data from SDRAM.
- the order queue 90 c maintains the order of reference requests from the microengines. With a series of odd and even banks references it may be required that a signal is returned only upon completion of a sequence of memory references to both the odd and even banks. If the microengine 22 f sorts the memory references into odd bank and even bank references and one of the banks, e.g., the even bank is drained of memory references before the odd bank but the signal is asserted on the last even reference, the memory controller 26 a could conceivably signal back to a microengine that the memory request had completed, even though the odd bank reference had not been serviced. This occurrence could cause a coherency problem.
- the order queue 90 c allows a microengine to have multiple memory references outstanding of which only its last memory reference needs to signal a completion.
- the SDRAM controller 26 a also includes a high priority queue 90 d .
- the high priority queue 90 d an incoming memory reference from one of the microengines goes directly to the high priority queue and is operated upon at a higher priority than other memory references in the other queues. All of these queues, the even bank queue 90 a , the odd bank queue 90 b , the order queue 90 c and the high priority queue, are implemented in a single RAM structure that is logically segmented into four different windows, each window having its own head and tail pointer. Since filling and draining operations are only a single input and a single output, they can be placed into the same RAM structure to increase density of RAM structures.
- the SDRAM controller 26 a also includes core bus interface logic i.e., ASB bus 92 .
- the ASB bus interface logic 92 interfaces the core processor 20 to the SDRAM controller 26 a . If there is incoming data from the core processor 20 via ASB interface 92 , the data can be stored into the MEM ASB device 98 and subsequently removed from MEM ASB device 98 through the SDRAM interface 110 to SDRAM memory 16 a . Although not shown, the same queue structure can be provided for the reads.
- the SDRAM controller 26 a also includes an engine 97 to pull data from the microengines and PCI bus.
- Additional queues include the PCI address queue 94 and ASB read/write queue 96 that maintain a number of requests.
- the memory requests are sent to SDRAM interface 110 via multiplexer 106 .
- the multiplexer 106 is controlled by the SDRAM arbiter 91 which detects the fullness of each of the queues and the status of the requests and from that decides priority based on a programmable value stored in a priority service control register 100 .
- the memory controller 26 b for the SRAM includes an address and command queue 120 .
- the memory controller 26 b is optimized based on the type of memory operation, i.e., a read or a write.
- the address and command queue 120 includes a high priority queue 120 a , a read queue 120 b which is the predominant memory reference function that an SRAM performs, and an order queue 120 c which in general will include all writes to SRAM and reads that are to be non-optimized.
- the address and command queue 120 could also include a write queue.
- the SRAM controller 26 b also includes core bus interface logic i.e., ASB bus 122 .
- the ASB bus interface logic 122 interfaces the core processor 20 to the SRAM controller 26 b.
- the SRAM controller 26 b also includes an engine 127 to pull data from the microengines and PCI bus.
- the memory requests are sent to SRAM interface 140 via multiplexer 126 .
- the multiplexer 126 is controlled by the SRAM arbiter 131 which detects the fullness of each of the queues and the status of the requests and from that decides priority based on a programmable value stored in a priority service control register 130 . Once control to the multiplexer 126 selects a memory reference request, the memory reference request, is sent to a decoder 138 where it is decoded and an address is generated.
- the SRAM Unit maintains control of the Memory Mapped off-chip SRAM and Expansion ROM.
- the SRAM controller 26 b can address, e.g., 16 MBytes, with, e.g., 8 MBytes mapped for SRAM 16 b , and 8 MBytes reserved for special functions including: Boot space via flashrom 16 c ; and Console port access for MAC devices 13 a , 13 b and access to associated (RMON) counters.
- the SRAM is used for local look-up tables and queue management functions.
- the SRAM controller 26 b supports the following transactions:
- Microengine requests (via private bus) to/from SRAM.
- the address and command queue 120 also includes a Read Lock Fail Queue 120 d .
- the Read Lock Fail Queue 120 d is used to hold read memory reference requests that fail because of a lock existing on a portion of memory.
- the FBUS interface 28 in a network application can performs header processing of incoming packets from the FBUS 18 .
- a key function which the FBUS interface performs is extraction of packet headers, and a microprogrammable source/destination/protocol hashed lookup in SRAM . If the hash does not successfully resolve, the packet header is promoted to the core processor 28 for more sophisticated processing.
- the FBI 28 contains a Transmit FIFO 182 , a Receive FIFO 183 , a HASH unit 188 and FBI control and status registers 189 . These four units communicate with the microengines 22 , via a time-multiplexed access to the SRAM bus 38 which is connected to the transfer registers 78 , 80 in the microengines. That is, all communications to and from the microengines are via the transfer registers 78 , 80 .
- the FBUS interface 28 includes a push state machine 200 for pushing data into the transfer registers during the time cycles which the SRAM is NOT using the SRAM data bus (part of bus 38 ) and a pull state machine 202 for fetching data from the transfer registers in the respective microengine.
- the hash unit determines that the FBI 28 received an FBI_hash request.
- the hash unit 188 fetches hash keys from the calling microengine 22 . After the keys are fetched and hashed, the indices are delivered back to the calling microengine 22 . Up to three hashes are performed under a single FBI_hash request.
- the busses 34 and 38 are each unidirectional: SDRAM_push/pull_data, and Sbus_push/pull_data. Each of these buses require control signals which will provide read/write controls to the appropriate microengine 22 Transfer registers.
- transfer registers require protection from the context controlling them to guarantee read correctness.
- a write transfer register is being used by a thread_ 1 to provide data to the SDRAM 16 a
- thread_ 1 does not overwrite this register until the signal back from SDRAM controller 26 a indicates that this register has been promoted and may now be re-used. Every write does not require a signal back from the destination indicating that the function has been completed, because if the program thread writes to the same command queue at that destination with multiple requests, the order of the completion is guaranteed within that command queue, thus only the last command requires the signaling back to the program thread.
- any microengine 22 that uses the FBI unsolicited push technique must test the protection flag prior to accessing the FBUS interface/microengine agreed upon transfer registers If the flag is not asserted, then the transfer registers may be accessed by the microengines 22 . If the flag is asserted then the context should wait N cycles prior to accessing the registers. This count is determined a priori by the number of transfer registers being pushed, plus a frontend protection window. The microengine tests this flag then moves the data from the read transfer registers to GPR's in contiguous cycles, so the push engine does not collide with the microengine read.
- Special techniques such as inter-thread communications to communicate status, a self destruct register 210 to allow program threads to self assign tasks and a thread_done register 212 to provide a global program thread communication scheme are used for packet processing.
- the destruct register 210 and a thread_done register 212 can be implemented as control and status registers 189 . They are shown in the FBUS interface 28 outside of the block labeled CSR for clarity.
- Network functions are implemented in the network processor using a plurality of program threads e.g., contexts to process network packets.
- scheduler program threads could be executed in one of the microprogram engines e.g., 22 a whereas, processing program threads could execute in the remaining engines e.g., 22 b - 22 f .
- the program threads (processing or scheduling program threads) use inter-thread communications to communicate status.
- Program threads are assigned specific tasks such as receive and transmit scheduling, receive processing, and transmit processing, etc. Task assignment and task completion are communicated between program threads through the inter-thread signaling, registers with specialized read and write characteristics, e.g., the self-destruct register 210 and the thread-done register 212 , SRAM 16 b and data stored in the internal scratchpad memory 186 (FIG. 6) resulting from operations such as bit set, and bit clear.
- registers with specialized read and write characteristics e.g., the self-destruct register 210 and the thread-done register 212 , SRAM 16 b and data stored in the internal scratchpad memory 186 (FIG. 6) resulting from operations such as bit set, and bit clear.
- the network processor 10 includes a general context communication signaling protocol that allows any context to set a signal that any other context can detect. This allows cooperating program threads to use a semaphore and thus coordinate using micro-code controlled processing.
- Processing of network packets can use multiple program threads.
- a receive scheduler a transmit scheduler and processing program threads.
- a scheduler (either receive or transmit) program thread coordinates amounts of work to be done and sequence of work by processing program threads.
- the scheduler program thread assigns tasks to processing program threads and in some cases processing program threads can assign tasks to other processing program threads. For instance, a scheduler determines which ports need service and assigns and coordinates tasks to processing program threads to overcome inherent memory latency by processing multiple program threads in parallel.
- one processing program thread may perform processing on a portion of a packet and a second processing program thread processes the remainder of the packet or in some cases the scheduler uses the next available program thread.
- the scheduler can assign M packets to the next available program thread. The program threads signal each other as to what part of a packet the program thread has processed and its status.
- a program thread can be assigned to process the first 64 bytes of a packet.
- the program thread has data to set signals to wake up the next program thread has been assigned to process the next 64 bytes.
- the program thread may write a register and an address of the register in a pre-assigned memory location, e.g., scratch register.
- the program thread sets signals to wake up the next program thread that has been assigned to work on the next bytes of the packet.
- the self-destruct register 210 allows one scheduler program thread S, ( 230 in FIG. 7B) to request services from multiple program threads P a -P n that provide the requested service.
- the first program thread e.g., P i that accesses ( 232 in FIG. 7B) the self_destruct register 210 takes the request.
- the “self-destruct register” 210 zeros, i.e., clears ( 234 in FIG. 7B) upon being read by a program thread. Other program threads capable of servicing that request will no longer be presented with an active request.
- a program context can request a task be assigned to the first context that is ready, by writing to the self-destruct register 210 .
- a context checks for an assignment by reading the “self-destruct register” 210 . If the value of the self-destruct register is 0, there is no new task presently available to assign to the program thread. This could indicate that there are no new tasks or that another program thread may have assigned itself to the task and cleared the self-destruct register 210 . If the value is non-zero, the contents of the self-destruct register are interpreted to determine the task, and the register is cleared upon reading by the context. Thus, contexts reading this register for assignment wait for the register to be written subsequently with the next task instruction.
- Tasks include receive scheduling, receive processing contexts, transmit arbiter, transmit scheduling, transmit filling and processor core communications.
- the receive scheduler initiates 242 a receive operation of e.g., 64 or 128 bytes of input data by sending a command to the FBI interface 28 that specifies a port from which to extract the data and the Receive FIFO element to use to buffer that data as well as the microengine context to be notified once the receive data has been fetched.
- a receive operation e.g., 64 or 128 bytes of input data by sending a command to the FBI interface 28 that specifies a port from which to extract the data and the Receive FIFO element to use to buffer that data as well as the microengine context to be notified once the receive data has been fetched.
- the receive scheduler thread 244 sends a signal to the specified microengine program thread that activates a specified context.
- the context reads the FBI Receive Control register to obtain the necessary receive information for processing (i.e. port, Receive FIFO element location, byte count, start of packet, end of packet, error status). If a start of packet is indicated the receive scheduler program thread is responsible for determining where in SDRAM to store the data, (i.e., the output queue to insert the packet) and writing the packet data into SDRAM. If it is not the start of a packet, then the receive program thread determines where the earlier data of this packet was stored in order to continue processing 246 of the packet. When the end of packet indication is received 248 (or after the first 64 byte section if receive to transmit latency is optimized) the receive program thread adds the packet to the queue determined by processing the packet header.
- the program threads also communicate with a shared resource through a bit set and bit clear mechanism that provides a bit vector. This mechanism allows setting and clearing of individual bits and performing a test and set on individual bits to control a shared resource.
- the bit vector signals the non-emptiness of output queues.
- the bit set and bit clear operations on the bit vector can occur in either scratchpad RAM or SRAM. If the scheduler is communicating between program threads on the same microengine 22 , the bit vector can be stored in the register set because each context can read the other context's registers. For example, an empty or not empty status of each output queue is support by a bit vector in internal scratchpad memory.
- the receive program thread uses the scratch pad bit-set command to set a bit in the queue status bit vector to indicate the queue now has at least one entry.
- the transmit arbiter scans 270 the queue bit vector for non empty queues (e.g., bit x set) to determine packets that are ready to be transmitted. When removing 272 a packet from a queue for transmit if the queue empties 274 , the transmit arbiter issues 276 a bit-clear command to the corresponding bit of the queue bit vector.
- the thread_done register is also on the FBI 28 and is a register where bits can be set from different program threads. Each program thread can use, e.g., two bits to communicate its status to all other program threads. Also one scheduler program thread can read 292 the status of all of its processing program threads.
- a “receive” program thread Upon completion of a receive task, 282 a “receive” program thread writes 284 a completion code into the “thread_done” register. The receive program thread becomes inactive 286 after writing the thread_done register. That receive program thread waits for another signal from the FBI that indicates another receive task has been assigned.
- Program threads 1 - 16 have 2 bit fields for “thread_done_ 1 ”, and program threads 17 - 24 have 2 bit fields for “thread_done — 2”. The 2 bit field allows a program thread to communicate different levels of task completion.
- the scheduler can use the two bit status “ 01 ” to indicate that data was moved to SDRAM, processing of packet is still in progress and pointers were saved; bits 10 can indicate that data was moved to SDRAM, processing of packet is still in progress and pointers were not saved; and bits 11 can indicates packet processing is completed.
- states 296 a can be used by the receiver scheduler program thread to assign 297 a another thread to process a task when data becomes available, whereas, states 296 b can be used by the receive scheduler to assign 297 b the same thread to continue processing when the data is available.
- the exact interpretation of the message can be fixed by a software convention determined between a scheduler program thread and processing program threads called by the scheduler program thread. That is the status messages can change depending on whether the convention is for receive, as above, transmit, and so forth.
- the status messages include “busy”, “not busy”, “not busy but waiting.”
- the scheduler program thread reads the “thread done” register to determine the completion status of tasks it assigned to other program threads.
- the “thread done” register is implemented as a write one to clear register, allowing the scheduler to clear just the fields it has recognized.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Multi Processors (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Communication Control (AREA)
- Bus Control (AREA)
- Time-Division Multiplex Systems (AREA)
- Small-Scale Networks (AREA)
- Exchange Systems With Centralized Control (AREA)
Abstract
A parallel hardware-based multithreaded processor is described. The processor includes a general purpose processor that coordinates system functions and a plurality of microengines that support multiple program threads. The processor also includes a memory control system that has a first memory controller that sorts memory references based on whether the memory references are directed to an even bank or an odd bank of memory and a second memory controller that optimizes memory references based upon whether the memory references are read references or write references. A program thread communication scheme for packet processing is also described.
Description
- This application is a continuation application of and claims priority to U.S. application Ser. No. 09/473,799 filed on Dec. 28, 1999.
- This invention relates to network packet processing.
- Parallel processing is an efficient form of information processing of concurrent events in a computing process. Parallel processing demands concurrent execution of many programs in a computer, in contrast to sequential processing. In the context of a parallel processor, parallelism involves doing more than one thing at the same time. Unlike a serial paradigm where all tasks are performed sequentially at a single station or a pipelined machine where tasks are performed at specialized stations, with parallel processing, a plurality of stations are provided with each capable of performing all tasks. That is, in general all or a plurality of the stations work simultaneously and independently on the same or common elements of a problem. Certain problems are suitable for solution by applying parallel processing.
- FIG. 1 is a block diagram of a communication system employing a hardware-based multithreaded processor.
- FIG. 2 is a detailed block diagram of the hardware-based multithreaded processor of FIG. 1.
- FIG. 3 is a block diagram of a microengine functional unit employed in the hardware-based multithreaded processor of FIGS. 1 and 2.
- FIG. 4 is a block diagram of a memory controller for enhanced bandwidth operation used in the hardware-based multithreaded processor.
- FIG. 5 is a block diagram of a memory controller for latency limited operations used in the hardware-based multithreaded processor.
- FIG. 6 is a block diagram of a communication bus interface in the processor of FIG. 1 depicting hardware used in program thread signaling.
- FIGS.7A-7B are a pictorial representation and flow chart useful in understanding program thread signaling with a clear on read register.
- FIG. 8 is a flow chart of an inter-thread signaling scheme.
- FIG. 9 is a flow chart of a program thread status reporting process.
- Architecture:
- Referring to FIG. 1, a
communication system 10 includes a parallel, hardware-basedmultithreaded processor 12. The hardware-basedmultithreaded processor 12 is coupled to a bus such as a Peripheral Component Interconnect (PCI)bus 14, amemory system 16 and asecond bus 18. Thesystem 10 is especially useful for tasks that can be broken into parallel subtasks or functions. Specifically hardware-basedmultithreaded processor 12 is useful for tasks that are bandwidth oriented rather than latency oriented. The hardware-basedmultithreaded processor 12 hasmultiple microengines 22 each with multiple hardware controlled program threads that can be simultaneously active and independently work on a task. - The hardware-based
multithreaded processor 12 also includes acentral controller 20 that assists in loading microcode control for other resources of the hardware-basedmultithreaded processor 12 and performs other general purpose computer type functions such as handling protocols, exceptions, extra support for packet processing where the microengines pass the packets off for more detailed processing such as in boundary conditions. In one embodiment, theprocessor 20 is a Strong Arm 7 (Arm is a trademark of ARM Limited, United Kingdom) based architecture. Thegeneral purpose microprocessor 20 has an operating system. Through the operating system theprocessor 20 can call functions to operate onmicroengines 22 a-22 f. Theprocessor 20 can use any supported operating system preferably a real time operating system. For the core processor implemented as a Strong Arn architecture, operating systems such as, Microsoft NT real-time, VXWorks and μCUS, a freeware operating system available over the Internet, can be used. - The hardware-based
multithreaded processor 12 also includes a plurality ofmicroengines 22 a-22 f. Microengines 22 a-22 f each maintain a plurality of program counters in hardware and states associated with the program counters. Effectively, a corresponding plurality of sets of program threads can be simultaneously active on each of themicroengines 22 a-22 f while only one is actually operating at any one time. - In one embodiment, there are six
microengines 22 a-22 f, each having capabilities for processing four hardware program threads. The sixmicroengines 22 a-22 f operate with shared resources includingmemory system 16 andbus interfaces memory system 16 includes a Synchronous Dynamic Random Access Memory (SDRAM)controller 26 a and a Static Random Access Memory (SRAM)controller 26 b. SDRAMmemory 16 a andSDRAM controller 26 a are typically used for processing large volumes of data, e.g., processing of network payloads from network packets. TheSRAM controller 26 b andSRAM memory 16 b are used in a networking implementation for low latency, fast access tasks, e.g., accessing look-up tables, memory for thecore processor 20, and so forth. - Hardware context swapping enables other contexts with unique program counters to execute in the same microengine. Hardware context swapping also synchronizes completion of tasks. For example, two program threads could request the same shared resource e.g., SRAM. Each one of these separate functional units, e.g., the
FBUS interface 28, theSRAM controller 26 a, and theSDRAM controller 26 b, when they complete a requested task from one of the microengine program thread contexts reports back a flag signaling completion of an operation. When the flag is received by the microengine, the microengine can determine which program thread to turn on. - As a network processor, e.g., a router, the hardware-based
multithreaded processor 12 interfaces to network devices such as a media access controller device e.g., a 10/100BaseT Octal MAC 13 a or a Gigabit Ethernetdevice 13 b. In general, as a network processor, the hardware-basedmultithreaded processor 12 can interface to any type of communication device or interface that receives/sends large amounts of data. The network processor can function as arouter 10 in a networking application route network packets amongstdevices multithreaded processor 12, each network packet can be independently processed. - The
processor 12 includes abus interface 28 that couples the processor to thesecond bus 18.Bus interface 28 in one embodiment couples theprocessor 12 to the so-called FBUS 18 (FIFO bus). The FBUSinterface 28 is responsible for controlling and interfacing theprocessor 12 to the FBUS 18. The FBUS 18 is a 64-bit wide FIFO bus, used to interface to Media Access Controller (MAC) devices. Theprocessor 12 includes a second interface e.g., aPCI bus interface 24 that couples other system components that reside on thePCI 14 bus to theprocessor 12. - The functional units are coupled to one or more internal buses. The internal buses are dual, 32 bit buses (i.e., one bus for read and one for write). The hardware-based
multithreaded processor 12 also is constructed such that the sum of the bandwidths of the internal buses in theprocessor 12 exceed the bandwidth of external buses coupled to theprocessor 12. Theprocessor 12 includes an internalcore processor bus 32, e.g., an ASB bus (Advanced System Bus) that couples theprocessor core 20 to thememory controllers ASB translator 30 described below. The ASB bus is a subset of the so called AMBA bus that is used with the Strong Arm processor core. Theprocessor 12 also includes aprivate bus 34 that couples the microengine units toSRAM controller 26 b,ASB translator 30 and FBUSinterface 28. Amemory bus 38 couples thememory controller bus interfaces memory system 16 includingflashrom 16 c used for boot operations and so forth. - Referring to FIG. 2, each of the
microengines 22 a-22 f includes an arbiter that examines flags to determine the available program threads to be operated upon. Any program thread from any of themicroengines 22 a-22 f can access theSDRAM controller 26 a,SDRAM controller 26 b orFBUS interface 28. TheSDRAM controller 26 a andSDRAM controller 26 b each include a plurality of queues to store outstanding memory reference requests. The queues either maintain order of memory references or arrange memory references to optimize memory bandwidth. - If the
memory subsystem 16 is flooded with memory requests that are independent in nature, theprocessor 12 can perform memory reference sorting. Memory reference sorting reduces dead time or a bubble that occurs with accesses to SRAM. Memory reference sorting allows theprocessor 12 to organize references to memory such that long strings of reads can be followed by long strings of writes. - Reference sorting helps maintain parallel hardware context program threads. Reference sorting allows hiding of pre-charges from one SDRAM bank to another. If the
memory system 16 b is organized into an odd bank and an even bank, while the processor is operating on the odd bank, thememory controller 26 b can start precharging the even bank. Precharging is possible if memory references alternate between odd and even banks. By ordering memory references to alternate accesses to opposite banks, theprocessor 12 improves SDRAM bandwidth. Additionally, other optimizations can be used. For example, merging optimizations where operations that can be merged, are merged prior to memory access, open page optimizations where by examining addresses, an opened page of memory is not reopened, chaining which allows for special handling of contiguous memory references and refreshing mechanisms, can be employed. - The
FBUS interface 28 supports Transmit and Receive flags for each port that a MAC device supports, along with an Interrupt flag indicating when service is warranted. TheFBUS interface 28 also includes a controller 28 a that performs header processing of incoming packets from theFBUS 18. The controller 28 a extracts the packet headers and performs a microprogrammable source/destination/protocol hashed lookup (used for address smoothing) in SRAM. If the hash does not successfully resolve, the packet header is sent to theprocessor core 20 for additional processing. TheFBUS interface 28 supports the following internal data transactions:FBUS unit (Shared bus SRAM) to/from microengine. FBUS unit (via private bus) writes from SDRAM Unit. FBUS unit (via Mbus) Reads to SDRAM. - The
FBUS 18 is a standard industry bus and includes a data bus, e.g., 64 bits wide and sideband control for address and read/write control. TheFBUS interface 28 provides the ability to input large amounts of data using a series of input and output FIFO=s 29 a-29 b. From the FIFOs 29 a-29 b, themicroengines 22 a-22 f fetch data from or command theSDRAM controller 26 a to move data from a receive FIFO in which data has come from a device onbus 18, into theFBUS interface 28. The data can be sent throughmemory controller 26 a toSDRAM memory 16 a, via a direct memory access. Similarly, the microengines can move data from theSDRAM 26 a to interface 28, out toFBUS 18, via theFBUS interface 28. - Data functions are distributed amongst the microengines. Connectivity to the
SRAM 26 a,SDRAM 26 b andFBUS 28 is via command requests. A command request can be a memory request or a FBUS request. For example, a command request can move data from a register located in a microengine 22 a to a shared resource, e.g., an SDRAM location, SRAM location, flash memory or some MAC address. The commands are sent out to each of the functional units and the shared resources. However, the shared resources do not need to maintain local buffering of the data. Rather, the shared resources access distributed data located inside of the microengines. This enables microengines 22 a-22 f, to have local access to data rather than arbitrating for access on a bus and risk contention for the bus. With this feature, there is a 0 cycle stall for waiting for data internal to themicroengines 22 a-22 f. - The
core processor 20 also can access the shared resources. Thecore processor 20 has a direct communication to theSDRAM controller 26 a to thebus interface 24 and toSRAM controller 26 b viabus 32. To access themicroengines 22 a-22 f and transfer registers located at any of themicroengines 22 a-22 f, thecore processor 20 access themicroengines 22 a-22 f via theASB Translator 30 overbus 34. TheASB Translator 30 performs an address translation between FBUS microengine transfer register locations and core processor addresses (i.e., ASB bus) so that thecore processor 20 can access registers belonging to themicroengines 22 a-22 c. - Although
microengines 22 can use the register set to exchange data. Ascratchpad memory 27 is also provided to permit microengines to write data out to the memory for other microengines to read. Thescratchpad 27 is coupled tobus 34. - Microengines:
- Referring to FIG. 3, an exemplary one of the
microengines 22 a-22 f, e.g.,microengine 22 f is shown. The microengine includes acontrol store 70 which, in one implementation, includes a RAM of here 1,024 words of 32 bits. The RAM stores a microprogram that is loadable by thecore processor 20. Themicroengine 22 f also includescontroller logic 72. The controller logic includes aninstruction decoder 73 and program counter (PC)units 72 a-72 d. The four micro program counters 72 a-72 d are maintained in hardware. Themicroengine 22 f also includes contextevent switching logic 74.Context event logic 74 receives messages (e.g., SEQ_#_EVENT_RESPONSE; FBI_EVENT_RESPONSE; SRAM_EVENT_RESPONSE; SDRAM_EVENT_RESPONSE; and ASB_EVENT_RESPONSE) from each one of the shared resources, e.g.,SRAM 26 a,SDRAM 26 b, orprocessor core 20, control and status registers, and so forth. These messages provide information on whether a requested function has completed. Based on whether or not a function requested by a program thread has completed and signaled completion, the program thread needs to wait for that completion signal, and if the program thread is enabled to operate, then the program thread is placed on an available program thread list (not shown). Themicroengine 22 f can have a maximum of, e.g., 4 program threads available. - In addition to event signals that are local to an executing program thread, the
microengines 22 employ signaling states that are global. With signaling states, an executing program thread can broadcast a signal state to all microengines 22. Any program thread in the microengines can branch on these signaling states. These signaling states can be used to determine availability of a resource or whether a resource is due for servicing. - The
context event logic 74 has arbitration for the four (4) program threads. In one embodiment, the arbitration is a round robin mechanism. Other techniques could be used including priority queuing or weighted fair queuing. Themicroengine 22 f also includes an execution box (EBOX)data path 76 that includes anarithmetic logic unit 76 a and general purpose register set 76 b. Thearithmetic logic unit 76 a performs arithmetic and logical functions as well as shift functions. The registers set 76 b has a relatively large number of general purpose registers. In this implementation there are 64 general purpose registers in a first bank, Bank A and 64 in a second bank, Bank B. The general purpose registers are windowed so that they are relatively and absolutely addressable. - The
microengine 22 f also includes a writetransfer register stack 78 and aread transfer stack 80. These registers are also windowed so that they are relatively and absolutely addressable. Writetransfer register stack 78 is where write data to a resource is located. Similarly, readregister stack 80 is for return data from a shared resource. Subsequent to or concurrent with data arrival, an event signal from the respective shared resource e.g., theSRAM controller 26 a,SDRAM controller 26 b orcore processor 20 will be provided tocontext event arbiter 74 which will then alert the program thread that the data is available or has been sent. Both transfer registerbanks - Each
microengine 22 a-22 f supports multi-threaded execution of four contexts. One reason for this is to allow one program thread to start executing just after another program thread issues a memory reference and must wait until that reference completes before doing more work. This behavior is critical to maintaining efficient hardware execution of the microengines because memory latency is significant. Stated differently, if only a single program thread execution was supported, the microengines would sit idle for a significant number of cycles waiting for references to return and thereby reduce overall computational throughput. Multi-threaded execution allows an microengines to hide memory latency by performing useful independent work across several program threads. Two synchronization mechanisms are supplied in order to allow a program thread to issue an SRAM or SDRAM reference, and then subsequently synchronize to the point in time when that reference completes. - One mechanism is Immediate Synchronization. In immediate synchronization, the microengine issues the reference and immediately swaps out of that context. The context will be signaled when the corresponding reference completes. Once signaled, the context will be swapped back in for execution when a context-swap event occurs and it is its turn to run. Thus, from the point of view of a single context's instruction stream, the microword after issuing the mem reference does not get executed until the reference completes.
- A second mechanism is Delayed Synchronization. In delayed synchronization, the microengine issues the reference, and continues to execute some other useful work independent of the reference. Some time later it could become necessary to synchronize the program thread's execution stream to the completion of the issued reference before further work is performed. At this point a synchronizing microword is executed that will either swap out the current program thread, and swap it back in sometime later when the reference has completed, or continue executing the current program thread because the reference has already completed. Delayed synchronization is implemented using two different signaling schemes:
- If the memory reference is associated with a transfer register, the signal from which the program thread is triggered is generated when the corresponding transfer register valid bit is set or cleared. For example, an SRAM read which deposits data into transfer register A would be signaled when the valid bit for A is set. If the memory reference is associated with the transfer FIFO or the receive FIFO, instead of a transfer register, then the signal is generated when the reference completes in the
SDRAM controller 26 a. Only one signal state per context is held in the microengines scheduler, thus only one outstanding signal can exist in this scheme. - Referring to FIG. 4, the
SDRAM memory controller 26 a includesmemory reference queues 90 where memory reference requests arrive from thevarious microengines 22 a-22 f. Thememory controller 26 a includes anarbiter 91 that selects the next the microengine reference requests to go to any of the functioning units. Given that one of the microengines is providing a reference request, the reference request will come through the address andcommand queue 90, inside theSDRAM controller 26 a. If the reference request has a bit set called the “optimized MEM bit” the incoming reference request will be sorted into either theeven bank queue 90 a or theodd bank queue 90 b. If the memory reference request does not have a memory optimization bit set, the default will be to go into anorder queue 90 c. The SDRAM controller 26 is a resource which is shared among theFBUS interface 28, thecore processor 20 and thePCI interface 24. The SDRAM controller 26 also maintains a state machine for performing READ-MODIFY-Write atomic operations. The SDRAM controller 26 also performs byte alignment for requests of data from SDRAM. - The
order queue 90 c maintains the order of reference requests from the microengines. With a series of odd and even banks references it may be required that a signal is returned only upon completion of a sequence of memory references to both the odd and even banks. If themicroengine 22 f sorts the memory references into odd bank and even bank references and one of the banks, e.g., the even bank is drained of memory references before the odd bank but the signal is asserted on the last even reference, thememory controller 26 a could conceivably signal back to a microengine that the memory request had completed, even though the odd bank reference had not been serviced. This occurrence could cause a coherency problem. Theorder queue 90 c allows a microengine to have multiple memory references outstanding of which only its last memory reference needs to signal a completion. - The
SDRAM controller 26 a also includes ahigh priority queue 90 d. In thehigh priority queue 90 d, an incoming memory reference from one of the microengines goes directly to the high priority queue and is operated upon at a higher priority than other memory references in the other queues. All of these queues, theeven bank queue 90 a, theodd bank queue 90 b, theorder queue 90 c and the high priority queue, are implemented in a single RAM structure that is logically segmented into four different windows, each window having its own head and tail pointer. Since filling and draining operations are only a single input and a single output, they can be placed into the same RAM structure to increase density of RAM structures. - The
SDRAM controller 26 a also includes core bus interface logic i.e.,ASB bus 92. The ASBbus interface logic 92 interfaces thecore processor 20 to theSDRAM controller 26 a. If there is incoming data from thecore processor 20 viaASB interface 92, the data can be stored into theMEM ASB device 98 and subsequently removed fromMEM ASB device 98 through theSDRAM interface 110 toSDRAM memory 16 a. Although not shown, the same queue structure can be provided for the reads. TheSDRAM controller 26 a also includes anengine 97 to pull data from the microengines and PCI bus. - Additional queues include the
PCI address queue 94 and ASB read/write queue 96 that maintain a number of requests. The memory requests are sent toSDRAM interface 110 viamultiplexer 106. Themultiplexer 106 is controlled by theSDRAM arbiter 91 which detects the fullness of each of the queues and the status of the requests and from that decides priority based on a programmable value stored in a priorityservice control register 100. - Referring to FIG. 5, the
memory controller 26 b for the SRAM is shown. Thememory controller 26 b includes an address andcommand queue 120. Thememory controller 26 b is optimized based on the type of memory operation, i.e., a read or a write. The address andcommand queue 120 includes ahigh priority queue 120 a, aread queue 120 b which is the predominant memory reference function that an SRAM performs, and an order queue 120 c which in general will include all writes to SRAM and reads that are to be non-optimized. Although not shown, the address andcommand queue 120 could also include a write queue. - The
SRAM controller 26 b also includes core bus interface logic i.e.,ASB bus 122. The ASBbus interface logic 122 interfaces thecore processor 20 to theSRAM controller 26 b. TheSRAM controller 26 b also includes anengine 127 to pull data from the microengines and PCI bus. - The memory requests are sent to
SRAM interface 140 viamultiplexer 126. Themultiplexer 126 is controlled by theSRAM arbiter 131 which detects the fullness of each of the queues and the status of the requests and from that decides priority based on a programmable value stored in a priorityservice control register 130. Once control to themultiplexer 126 selects a memory reference request, the memory reference request, is sent to adecoder 138 where it is decoded and an address is generated. - The SRAM Unit maintains control of the Memory Mapped off-chip SRAM and Expansion ROM. The
SRAM controller 26 b can address, e.g., 16 MBytes, with, e.g., 8 MBytes mapped forSRAM flashrom 16 c; and Console port access forMAC devices - The
SRAM controller 26 b supports the following transactions: - Microengine requests (via private bus) to/from SRAM.
- Core Processor (via ASB bus) to/from SRAM.
- The address and
command queue 120 also includes a Read Lock Fail Queue 120 d. The Read Lock Fail Queue 120 d is used to hold read memory reference requests that fail because of a lock existing on a portion of memory. - Referring to FIG. 6, communication between the microengines22 and the FBUS interface Logic (FBI) is shown. The
FBUS interface 28 in a network application can performs header processing of incoming packets from theFBUS 18. A key function which the FBUS interface performs is extraction of packet headers, and a microprogrammable source/destination/protocol hashed lookup in SRAM . If the hash does not successfully resolve, the packet header is promoted to thecore processor 28 for more sophisticated processing. - The
FBI 28 contains a TransmitFIFO 182, a ReceiveFIFO 183, aHASH unit 188 and FBI control and status registers 189. These four units communicate with themicroengines 22, via a time-multiplexed access to theSRAM bus 38 which is connected to the transfer registers 78, 80 in the microengines. That is, all communications to and from the microengines are via the transfer registers 78, 80. TheFBUS interface 28 includes a push state machine 200 for pushing data into the transfer registers during the time cycles which the SRAM is NOT using the SRAM data bus (part of bus 38) and apull state machine 202 for fetching data from the transfer registers in the respective microengine. - The Hashing unit includes a pair of FIFO=s188 a, 188 b. The hash unit determines that the
FBI 28 received an FBI_hash request. Thehash unit 188 fetches hash keys from the callingmicroengine 22. After the keys are fetched and hashed, the indices are delivered back to the callingmicroengine 22. Up to three hashes are performed under a single FBI_hash request. Thebusses appropriate microengine 22 Transfer registers. - Generally, transfer registers require protection from the context controlling them to guarantee read correctness. In particular, if a write transfer register is being used by a thread_1 to provide data to the
SDRAM 16 a, thread_1 does not overwrite this register until the signal back fromSDRAM controller 26 a indicates that this register has been promoted and may now be re-used. Every write does not require a signal back from the destination indicating that the function has been completed, because if the program thread writes to the same command queue at that destination with multiple requests, the order of the completion is guaranteed within that command queue, thus only the last command requires the signaling back to the program thread. However, if the program thread uses multiple command queues (order and read), then these command requests are broken into separate context tasks, so that ordering is maintained via context swapping. The exception case indicated at the beginning of this paragraph is relative to a certain class of operations using an unsolicited PUSH to transfer registers from the FBI for FBUS status information. In order to protect read/write determinism on the transfer registers, the FBI provides a special Push_protect signal when these special FBI push operations are set up. - Any
microengine 22 that uses the FBI unsolicited push technique must test the protection flag prior to accessing the FBUS interface/microengine agreed upon transfer registers If the flag is not asserted, then the transfer registers may be accessed by themicroengines 22. If the flag is asserted then the context should wait N cycles prior to accessing the registers. This count is determined a priori by the number of transfer registers being pushed, plus a frontend protection window. The microengine tests this flag then moves the data from the read transfer registers to GPR's in contiguous cycles, so the push engine does not collide with the microengine read. - Thread signaling for packet processing
- Special techniques such as inter-thread communications to communicate status, a
self destruct register 210 to allow program threads to self assign tasks and athread_done register 212 to provide a global program thread communication scheme are used for packet processing. Thedestruct register 210 and athread_done register 212 can be implemented as control and status registers 189. They are shown in theFBUS interface 28 outside of the block labeled CSR for clarity. Network functions are implemented in the network processor using a plurality of program threads e.g., contexts to process network packets. For example, scheduler program threads could be executed in one of the microprogram engines e.g., 22 a whereas, processing program threads could execute in the remaining engines e.g., 22 b-22 f. The program threads (processing or scheduling program threads) use inter-thread communications to communicate status. - Program threads are assigned specific tasks such as receive and transmit scheduling, receive processing, and transmit processing, etc. Task assignment and task completion are communicated between program threads through the inter-thread signaling, registers with specialized read and write characteristics, e.g., the self-
destruct register 210 and the thread-doneregister 212,SRAM 16 b and data stored in the internal scratchpad memory 186 (FIG. 6) resulting from operations such as bit set, and bit clear. - The
network processor 10 includes a general context communication signaling protocol that allows any context to set a signal that any other context can detect. This allows cooperating program threads to use a semaphore and thus coordinate using micro-code controlled processing. - Processing of network packets can use multiple program threads. Typically, for network processing there is a receive scheduler, a transmit scheduler and processing program threads. A scheduler (either receive or transmit) program thread coordinates amounts of work to be done and sequence of work by processing program threads. The scheduler program thread assigns tasks to processing program threads and in some cases processing program threads can assign tasks to other processing program threads. For instance, a scheduler determines which ports need service and assigns and coordinates tasks to processing program threads to overcome inherent memory latency by processing multiple program threads in parallel.
- In some examples, with slow ports one processing program thread may perform processing on a portion of a packet and a second processing program thread processes the remainder of the packet or in some cases the scheduler uses the next available program thread. With faster ports e.g., Gigabit ports where 64 byte packets are received very fast, the scheduler can assign M packets to the next available program thread. The program threads signal each other as to what part of a packet the program thread has processed and its status.
- A program thread can be assigned to process the first 64 bytes of a packet. When the program thread is finish, the program thread has data to set signals to wake up the next program thread has been assigned to process the next 64 bytes. The program thread may write a register and an address of the register in a pre-assigned memory location, e.g., scratch register. The program thread sets signals to wake up the next program thread that has been assigned to work on the next bytes of the packet.
- Referring to FIGS.7A-7B, the self-
destruct register 210 allows one scheduler program thread S, (230 in FIG. 7B) to request services from multiple program threads Pa-Pn that provide the requested service. The first program thread, e.g., Pi that accesses (232 in FIG. 7B) theself_destruct register 210 takes the request. The “self-destruct register” 210 zeros, i.e., clears (234 in FIG. 7B) upon being read by a program thread. Other program threads capable of servicing that request will no longer be presented with an active request. For example, a program context can request a task be assigned to the first context that is ready, by writing to the self-destruct register 210. A context checks for an assignment by reading the “self-destruct register” 210. If the value of the self-destruct register is 0, there is no new task presently available to assign to the program thread. This could indicate that there are no new tasks or that another program thread may have assigned itself to the task and cleared the self-destruct register 210. If the value is non-zero, the contents of the self-destruct register are interpreted to determine the task, and the register is cleared upon reading by the context. Thus, contexts reading this register for assignment wait for the register to be written subsequently with the next task instruction. - Referring to FIG. 8, for networking applications typically different program contexts are used to perform specific system tasks. Tasks include receive scheduling, receive processing contexts, transmit arbiter, transmit scheduling, transmit filling and processor core communications.
- The receive scheduler initiates242 a receive operation of e.g., 64 or 128 bytes of input data by sending a command to the
FBI interface 28 that specifies a port from which to extract the data and the Receive FIFO element to use to buffer that data as well as the microengine context to be notified once the receive data has been fetched. - The receive scheduler thread244 sends a signal to the specified microengine program thread that activates a specified context. The context reads the FBI Receive Control register to obtain the necessary receive information for processing (i.e. port, Receive FIFO element location, byte count, start of packet, end of packet, error status). If a start of packet is indicated the receive scheduler program thread is responsible for determining where in SDRAM to store the data, (i.e., the output queue to insert the packet) and writing the packet data into SDRAM. If it is not the start of a packet, then the receive program thread determines where the earlier data of this packet was stored in order to continue processing 246 of the packet. When the end of packet indication is received 248 (or after the first 64 byte section if receive to transmit latency is optimized) the receive program thread adds the packet to the queue determined by processing the packet header.
- The program threads also communicate with a shared resource through a bit set and bit clear mechanism that provides a bit vector. This mechanism allows setting and clearing of individual bits and performing a test and set on individual bits to control a shared resource. The bit vector signals the non-emptiness of output queues. When a receive program thread enqueues a packet, the receive scheduler sets250 a bit. The transmit scheduler can examine the bit vector to determine the state all queues.
- The bit set and bit clear operations on the bit vector, can occur in either scratchpad RAM or SRAM. If the scheduler is communicating between program threads on the
same microengine 22, the bit vector can be stored in the register set because each context can read the other context's registers. For example, an empty or not empty status of each output queue is support by a bit vector in internal scratchpad memory. When a receive program thread enqueues a packet, the receive program thread uses the scratch pad bit-set command to set a bit in the queue status bit vector to indicate the queue now has at least one entry. The transmitarbiter scans 270 the queue bit vector for non empty queues (e.g., bitx set) to determine packets that are ready to be transmitted. When removing 272 a packet from a queue for transmit if the queue empties 274, the transmit arbiter issues 276 a bit-clear command to the corresponding bit of the queue bit vector. - Referring to FIG. 9, the thread_done register is also on the
FBI 28 and is a register where bits can be set from different program threads. Each program thread can use, e.g., two bits to communicate its status to all other program threads. Also one scheduler program thread can read 292 the status of all of its processing program threads. Upon completion of a receive task, 282 a “receive” program thread writes 284 a completion code into the “thread_done” register. The receive program thread becomes inactive 286 after writing the thread_done register. That receive program thread waits for another signal from the FBI that indicates another receive task has been assigned. Program threads 1-16 have 2 bit fields for “thread_done_1”, and program threads 17-24 have 2 bit fields for “thread_done —2”. The 2 bit field allows a program thread to communicate different levels of task completion. - For example, the scheduler can use the two bit status “01” to indicate that data was moved to SDRAM, processing of packet is still in progress and pointers were saved;
bits 10 can indicate that data was moved to SDRAM, processing of packet is still in progress and pointers were not saved; andbits 11 can indicates packet processing is completed. - Thus, the
states 296 a can be used by the receiver scheduler program thread to assign 297 a another thread to process a task when data becomes available, whereas, states 296 b can be used by the receive scheduler to assign 297 b the same thread to continue processing when the data is available. - The exact interpretation of the message can be fixed by a software convention determined between a scheduler program thread and processing program threads called by the scheduler program thread. That is the status messages can change depending on whether the convention is for receive, as above, transmit, and so forth. In general, the status messages include “busy”, “not busy”, “not busy but waiting.” The status message of Anot busy, but waiting@signals that the current program thread has completed processing of a portion of a packet and is expected to be assigned to perform a subsequent task on the packet when data is made available. It can be used when the program thread is expecting data from a port and has not saved context so it should process the rest of that packet.
- The scheduler program thread reads the “thread done” register to determine the completion status of tasks it assigned to other program threads. The “thread done” register is implemented as a write one to clear register, allowing the scheduler to clear just the fields it has recognized.
- It is to be understood that while the invention has been described in conjunction with the detailed description thereof, the foregoing description is intended to illustrate and not limit the scope of the invention, which is defined by the scope of the appended claims. Other aspects, advantages, and modifications are within the scope of the following claims.
Claims (14)
1. A method of inter-thread communication in a multi-threaded computer comprises:
storing an inter-thread message in memory, the inter-thread message having a field for an address that indicates a location of data for a next thread to execute; and
writing to a self-destruct register after storing the message to indicate that a thread which stored the message in memory has completed execution, with the self-destruct register being cleared upon reading by the next thread.
2. The method of claim 1 wherein the inter-thread message field for an address provides an address of a register where the data for the next executing thread is stored.
3. The method of claim 1 wherein writing to a self-destruct register further comprises:
setting at least one bit in the self-destruct register which corresponds to the thread which is writing to the self-destruct register.
4. The method of claim 1 wherein writing to a self-destruct register further comprises:
setting one bit in the self-destruct register which corresponds to the thread which is writing to the self-destruct register.
5. The method of claim 1 further comprising:
writing to the self-destruct register by a first thread;
reading from the self-destruct register by a second thread, where the reading further comprises:
reading bits, if any, that are set in the self-destruct register; and
clearing all of the bits of the self-destruct register.
6. The method of claim 5 further comprises:
reading the inter-thread message from the memory by a new thread, where the new thread is a thread other than the first thread; and
executing the new thread.
7. A hardware-based multi-threaded processor comprises:
a general purpose processor that coordinates system functions;
a plurality of microengines that support multiple thread execution;
a scratchpad memory for storing inter-thread messages where execution of a write to the scratchpad memory by a first thread causes an address to be stored as an inter-thread message which indicates a location of data for a new thread; and
a self-destruct register for indicating the execution status of threads where reading of the self-destruct register clears all of the bits of the self-destruct register.
8. The processor of claim 7 wherein the plurality of microengines further comprise:
a register stack wherein execution of the write to the scratchpad memory by the first thread causes a register address of the register referenced by the write to be stored as the inter-thread message, with the register address indicating the register stack location of data for the new thread.
9. The processor of claim 7 wherein execution of a write to the self-destruct register by a thread causes at least one bit to be set in the self-destruct register, the bit being set corresponding to the thread which executed the write to the self-destruct register.
10. The processor of claim 7 wherein execution of a write to the self-destruct register by a thread causes one bit to be set in the self-destruct register, the bit set corresponding to the first thread which executed the write to the self-destruct register.
12. The processor of claim 11 wherein the read from the self-destruct register by the thread causes execution of a new thread for each bit that is set, if any, in the self-destruct register.
13. A computer program product residing on a computer readable medium causing a processor to perform a function comprises instructions causing the processor to:
store an inter-thread message in memory; and
set at least one bit in a self-destruct register.
14. The computer program of claim 13 further comprises instruction causing the processor to:
store a register address as the inter-thread message in memory.
15. The computer program of claim 13 further comprises instructions causing the processor to:
read the contents of the self-destruct register, the read also clearing the self-destruct register; and
execute a new thread according to any bits set in the self-destruct register.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/867,064 US20020013861A1 (en) | 1999-12-28 | 2001-05-29 | Method and apparatus for low overhead multithreaded communication in a parallel processing environment |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/473,799 US6625654B1 (en) | 1999-12-28 | 1999-12-28 | Thread signaling in multi-threaded network processor |
US09/867,064 US20020013861A1 (en) | 1999-12-28 | 2001-05-29 | Method and apparatus for low overhead multithreaded communication in a parallel processing environment |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/473,799 Continuation US6625654B1 (en) | 1999-12-28 | 1999-12-28 | Thread signaling in multi-threaded network processor |
Publications (1)
Publication Number | Publication Date |
---|---|
US20020013861A1 true US20020013861A1 (en) | 2002-01-31 |
Family
ID=23881024
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/473,799 Expired - Fee Related US6625654B1 (en) | 1999-12-28 | 1999-12-28 | Thread signaling in multi-threaded network processor |
US09/867,064 Abandoned US20020013861A1 (en) | 1999-12-28 | 2001-05-29 | Method and apparatus for low overhead multithreaded communication in a parallel processing environment |
US10/615,280 Expired - Fee Related US7111296B2 (en) | 1999-12-28 | 2003-07-08 | Thread signaling in multi-threaded processor |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/473,799 Expired - Fee Related US6625654B1 (en) | 1999-12-28 | 1999-12-28 | Thread signaling in multi-threaded network processor |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/615,280 Expired - Fee Related US7111296B2 (en) | 1999-12-28 | 2003-07-08 | Thread signaling in multi-threaded processor |
Country Status (10)
Country | Link |
---|---|
US (3) | US6625654B1 (en) |
EP (1) | EP1242883B1 (en) |
CN (1) | CN100351798C (en) |
AT (1) | ATE339724T1 (en) |
AU (1) | AU4311601A (en) |
DE (1) | DE60030767T2 (en) |
HK (1) | HK1046050A1 (en) |
SG (1) | SG145543A1 (en) |
TW (1) | TW544629B (en) |
WO (1) | WO2001048606A2 (en) |
Cited By (76)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030233485A1 (en) * | 2002-06-13 | 2003-12-18 | Mircrosoft Corporation | Event queue |
US6735679B1 (en) * | 1998-07-08 | 2004-05-11 | Broadcom Corporation | Apparatus and method for optimizing access to memory |
US20040128474A1 (en) * | 2000-10-09 | 2004-07-01 | Martin Vorbach | Method and device |
US20040168099A1 (en) * | 1996-12-09 | 2004-08-26 | Martin Vorbach | Unit for processing numeric and logic operations for use in central processing units (CPUs), multiprocessor systems |
US20040165609A1 (en) * | 1999-07-16 | 2004-08-26 | Broadcom Corporation | Apparatus and method for optimizing access to memory |
US20040243984A1 (en) * | 2001-06-20 | 2004-12-02 | Martin Vorbach | Data processing method |
US20040249880A1 (en) * | 2001-12-14 | 2004-12-09 | Martin Vorbach | Reconfigurable system |
US20050027793A1 (en) * | 2002-10-08 | 2005-02-03 | Hass David T. | Advanced processor with mechanism for packet distribution at high line rate |
US20050033889A1 (en) * | 2002-10-08 | 2005-02-10 | Hass David T. | Advanced processor with interrupt delivery mechanism for multi-threaded multi-CPU system on a chip |
US20050044323A1 (en) * | 2002-10-08 | 2005-02-24 | Hass David T. | Advanced processor with out of order load store scheduling in an in order pipeline |
US20050041666A1 (en) * | 2002-10-08 | 2005-02-24 | Hass David T. | Advanced processor with mechanism for enforcing ordering between information sent on two independent networks |
US20050044308A1 (en) * | 2002-10-08 | 2005-02-24 | Abbas Rashid | Advanced processor with interfacing messaging network to a CPU |
US20050055540A1 (en) * | 2002-10-08 | 2005-03-10 | Hass David T. | Advanced processor scheduling in a multithreaded system |
US20050086649A1 (en) * | 2001-08-16 | 2005-04-21 | Martin Vorbach | Method for the translation of programs for reconfigurable architectures |
US20050086462A1 (en) * | 2001-03-05 | 2005-04-21 | Martin Vorbach | Methods and devices for treating and/or processing data |
US20050132344A1 (en) * | 2002-01-18 | 2005-06-16 | Martin Vorbach | Method of compilation |
US20050223212A1 (en) * | 2000-06-13 | 2005-10-06 | Martin Vorbach | Pipeline configuration protocol and configuration unit communication |
US20060031595A1 (en) * | 1996-12-27 | 2006-02-09 | Martin Vorbach | Process for automatic dynamic reloading of data flow processors (DFPs) and units with two- or three-dimensional programmable cell architectures (FPGAs, DPGAs, and the like |
US20060067348A1 (en) * | 2004-09-30 | 2006-03-30 | Sanjeev Jain | System and method for efficient memory access of queue control data structures |
US20060075211A1 (en) * | 2002-03-21 | 2006-04-06 | Martin Vorbach | Method and device for data processing |
US20060090062A1 (en) * | 2002-01-19 | 2006-04-27 | Martin Vorbach | Reconfigurable processor |
US20060140203A1 (en) * | 2004-12-28 | 2006-06-29 | Sanjeev Jain | System and method for packet queuing |
US20060143373A1 (en) * | 2004-12-28 | 2006-06-29 | Sanjeev Jain | Processor having content addressable memory for block-based queue structures |
US20060155959A1 (en) * | 2004-12-21 | 2006-07-13 | Sanjeev Jain | Method and apparatus to provide efficient communication between processing elements in a processor unit |
US20060248317A1 (en) * | 2002-08-07 | 2006-11-02 | Martin Vorbach | Method and device for processing data |
US20060245225A1 (en) * | 2001-09-03 | 2006-11-02 | Martin Vorbach | Reconfigurable elements |
US20070011433A1 (en) * | 2003-04-04 | 2007-01-11 | Martin Vorbach | Method and device for data processing |
US20070022429A1 (en) * | 2005-07-25 | 2007-01-25 | Mark Rosenbluth | Lock sequencing |
US20070044103A1 (en) * | 2005-07-25 | 2007-02-22 | Mark Rosenbluth | Inter-thread communication of lock protected data |
US20070050603A1 (en) * | 2002-08-07 | 2007-03-01 | Martin Vorbach | Data processing method and device |
US20070083730A1 (en) * | 2003-06-17 | 2007-04-12 | Martin Vorbach | Data processing device and method |
US20070113046A1 (en) * | 2001-03-05 | 2007-05-17 | Martin Vorbach | Data processing device and method |
US20070124728A1 (en) * | 2005-11-28 | 2007-05-31 | Mark Rosenbluth | Passing work between threads |
US20070174372A1 (en) * | 2005-12-30 | 2007-07-26 | Feghali Wajdi K | Programmable processing unit having multiple scopes |
US7277990B2 (en) | 2004-09-30 | 2007-10-02 | Sanjeev Jain | Method and apparatus providing efficient queue descriptor memory access |
US20070299993A1 (en) * | 2001-03-05 | 2007-12-27 | Pact Xpp Technologies Ag | Method and Device for Treating and Processing Data |
US20080004876A1 (en) * | 2006-06-30 | 2008-01-03 | Chuang He | Non-enrolled continuous dictation |
US20080062927A1 (en) * | 2002-10-08 | 2008-03-13 | Raza Microelectronics, Inc. | Delegating Network Processor Operations to Star Topology Serial Bus Interfaces |
US20080191737A1 (en) * | 2002-09-06 | 2008-08-14 | Martin Vorbach | Reconfigurable sequencer structure |
US7418543B2 (en) | 2004-12-21 | 2008-08-26 | Intel Corporation | Processor having content addressable memory with command ordering |
US20080216074A1 (en) * | 2002-10-08 | 2008-09-04 | Hass David T | Advanced processor translation lookaside buffer management in a multithreaded system |
US20080222329A1 (en) * | 1996-12-20 | 2008-09-11 | Martin Vorbach | I/O and memory bus system for DFPs and units with two- or multi-dimensional programmable cell architectures |
US20090024390A1 (en) * | 2007-05-04 | 2009-01-22 | Nuance Communications, Inc. | Multi-Class Constrained Maximum Likelihood Linear Regression |
US20090031104A1 (en) * | 2005-02-07 | 2009-01-29 | Martin Vorbach | Low Latency Massive Parallel Data Processing Device |
US20090037865A1 (en) * | 2001-09-03 | 2009-02-05 | Martin Vorbach | Router |
US20090055496A1 (en) * | 2002-10-08 | 2009-02-26 | Gaurav Garg | Advanced processor with credit based scheme for optimal packet flow in a multi-processor system on a chip |
US20090100286A1 (en) * | 2001-03-05 | 2009-04-16 | Martin Vorbach | Methods and devices for treating and processing data |
US20090146691A1 (en) * | 2000-10-06 | 2009-06-11 | Martin Vorbach | Logic cell array and bus system |
US20090153188A1 (en) * | 1996-12-27 | 2009-06-18 | Martin Vorbach | PROCESS FOR AUTOMATIC DYNAMIC RELOADING OF DATA FLOW PROCESSORS (DFPs) AND UNITS WITH TWO- OR THREE-DIMENSIONAL PROGRAMMABLE CELL ARCHITECTURES (FPGAs, DPGAs AND THE LIKE) |
US20090172351A1 (en) * | 2003-08-28 | 2009-07-02 | Martin Vorbach | Data processing device and method |
US20090199167A1 (en) * | 2006-01-18 | 2009-08-06 | Martin Vorbach | Hardware Definition Method |
US20090201935A1 (en) * | 2008-02-08 | 2009-08-13 | Hass David T | System and method for parsing and allocating a plurality of packets to processor core threads |
US20090210653A1 (en) * | 2001-03-05 | 2009-08-20 | Pact Xpp Technologies Ag | Method and device for treating and processing data |
US20090300262A1 (en) * | 2001-03-05 | 2009-12-03 | Martin Vorbach | Methods and devices for treating and/or processing data |
US20090300445A1 (en) * | 1997-12-22 | 2009-12-03 | Martin Vorbach | Method and system for alternating between programs for execution by cells of an integrated circuit |
US20100077150A1 (en) * | 2002-10-08 | 2010-03-25 | Rmi Corporation | Advanced processor with cache coherency |
US20100153654A1 (en) * | 2002-08-07 | 2010-06-17 | Martin Vorbach | Data processing method and device |
US20100228918A1 (en) * | 1999-06-10 | 2010-09-09 | Martin Vorbach | Configurable logic integrated circuit having a multidimensional structure of configurable elements |
US20110060942A1 (en) * | 2001-03-05 | 2011-03-10 | Martin Vorbach | Methods and devices for treating and/or processing data |
US7924828B2 (en) | 2002-10-08 | 2011-04-12 | Netlogic Microsystems, Inc. | Advanced processor with mechanism for fast packet queuing operations |
US20110238948A1 (en) * | 2002-08-07 | 2011-09-29 | Martin Vorbach | Method and device for coupling a data processing unit and a data processing array |
US8127061B2 (en) | 2002-02-18 | 2012-02-28 | Martin Vorbach | Bus systems and reconfiguration methods |
US20120072707A1 (en) * | 2010-09-20 | 2012-03-22 | International Business Machines Corporation | Scaleable Status Tracking Of Multiple Assist Hardware Threads |
USRE44365E1 (en) | 1997-02-08 | 2013-07-09 | Martin Vorbach | Method of self-synchronization of configurable elements of a programmable module |
US8686549B2 (en) | 2001-09-03 | 2014-04-01 | Martin Vorbach | Reconfigurable elements |
US8686475B2 (en) | 2001-09-19 | 2014-04-01 | Pact Xpp Technologies Ag | Reconfigurable elements |
US8793474B2 (en) | 2010-09-20 | 2014-07-29 | International Business Machines Corporation | Obtaining and releasing hardware threads without hypervisor involvement |
US20150127762A1 (en) * | 2013-11-05 | 2015-05-07 | Oracle International Corporation | System and method for supporting optimized buffer utilization for packet processing in a networking device |
US20150161058A1 (en) * | 2011-10-26 | 2015-06-11 | Imagination Technologies Limited | Digital Signal Processing Data Transfer |
US9154443B2 (en) | 2002-10-08 | 2015-10-06 | Broadcom Corporation | Advanced processor with fast messaging network technology |
US9152426B2 (en) | 2010-08-04 | 2015-10-06 | International Business Machines Corporation | Initiating assist thread upon asynchronous event for processing simultaneously with controlling thread and updating its running status in status register |
US20150295860A1 (en) * | 2007-10-31 | 2015-10-15 | Broadcom Corporation | Method and system for remotely configuring an ethernet switch using ethernet packets |
US9489327B2 (en) | 2013-11-05 | 2016-11-08 | Oracle International Corporation | System and method for supporting an efficient packet processing model in a network environment |
US9544232B2 (en) | 2011-02-16 | 2017-01-10 | Oracle International Corporation | System and method for supporting virtualized switch classification tables |
US10025752B2 (en) | 2014-04-30 | 2018-07-17 | Huawei Technologies Co., Ltd. | Data processing method, processor, and data processing device |
US20190172137A1 (en) * | 2003-11-05 | 2019-06-06 | Chicago Mercantile Exchange Inc. | Trade engine processing of mass quote messages and resulting production of market data |
Families Citing this family (137)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FR2728559B1 (en) * | 1994-12-23 | 1997-01-31 | Saint Gobain Vitrage | GLASS SUBSTRATES COATED WITH A STACK OF THIN LAYERS WITH INFRARED REFLECTION PROPERTIES AND / OR IN THE FIELD OF SOLAR RADIATION |
US20030095967A1 (en) * | 1999-01-25 | 2003-05-22 | Mackay Fabienne | BAFF, inhibitors thereof and their use in the modulation of B-cell response and treatment of autoimmune disorders |
US6983350B1 (en) | 1999-08-31 | 2006-01-03 | Intel Corporation | SDRAM controller for parallel processor architecture |
US7546444B1 (en) | 1999-09-01 | 2009-06-09 | Intel Corporation | Register set used in multithreaded parallel processor architecture |
US6532509B1 (en) | 1999-12-22 | 2003-03-11 | Intel Corporation | Arbitrating command requests in a parallel multi-threaded processing system |
US6694380B1 (en) | 1999-12-27 | 2004-02-17 | Intel Corporation | Mapping requests from a processing unit that uses memory-mapped input-output space |
US6625654B1 (en) * | 1999-12-28 | 2003-09-23 | Intel Corporation | Thread signaling in multi-threaded network processor |
US6631430B1 (en) * | 1999-12-28 | 2003-10-07 | Intel Corporation | Optimizations to receive packet status from fifo bus |
US6661794B1 (en) | 1999-12-29 | 2003-12-09 | Intel Corporation | Method and apparatus for gigabit packet assignment for multithreaded packet processing |
US6952824B1 (en) * | 1999-12-30 | 2005-10-04 | Intel Corporation | Multi-threaded sequenced receive for fast network port stream of packets |
US7480706B1 (en) * | 1999-12-30 | 2009-01-20 | Intel Corporation | Multi-threaded round-robin receive for fast network port |
US7681018B2 (en) | 2000-08-31 | 2010-03-16 | Intel Corporation | Method and apparatus for providing large register address space while maximizing cycletime performance for a multi-threaded register file set |
US7051330B1 (en) * | 2000-11-21 | 2006-05-23 | Microsoft Corporation | Generic application server and method of operation therefor |
US7131125B2 (en) * | 2000-12-22 | 2006-10-31 | Nortel Networks Limited | Method and system for sharing a computer resource between instruction threads of a multi-threaded process |
US6868476B2 (en) * | 2001-08-27 | 2005-03-15 | Intel Corporation | Software controlled content addressable memory in a general purpose execution datapath |
US7216204B2 (en) * | 2001-08-27 | 2007-05-08 | Intel Corporation | Mechanism for providing early coherency detection to enable high performance memory updates in a latency sensitive multithreaded environment |
US7225281B2 (en) * | 2001-08-27 | 2007-05-29 | Intel Corporation | Multiprocessor infrastructure for providing flexible bandwidth allocation via multiple instantiations of separate data buses, control buses and support mechanisms |
JP2003099272A (en) * | 2001-09-20 | 2003-04-04 | Ricoh Co Ltd | Task switching system and method, dsp, and modem |
US7126952B2 (en) * | 2001-09-28 | 2006-10-24 | Intel Corporation | Multiprotocol decapsulation/encapsulation control structure and packet protocol conversion method |
EP1868111A1 (en) * | 2001-09-28 | 2007-12-19 | ConSentry Networks, Inc. | A multi-threaded packet processing engine for stateful packet processing |
SG155038A1 (en) * | 2001-09-28 | 2009-09-30 | Consentry Networks Inc | A multi-threaded packet processing engine for stateful packet processing |
US6904040B2 (en) * | 2001-10-05 | 2005-06-07 | International Business Machines Corporaiton | Packet preprocessing interface for multiprocessor network handler |
US7107413B2 (en) * | 2001-12-17 | 2006-09-12 | Intel Corporation | Write queue descriptor count instruction for high speed queuing |
US7895239B2 (en) | 2002-01-04 | 2011-02-22 | Intel Corporation | Queue arrays in network devices |
US7180887B1 (en) * | 2002-01-04 | 2007-02-20 | Radisys Patent Properties | Routing and forwarding table management for network processor architectures |
US6934951B2 (en) * | 2002-01-17 | 2005-08-23 | Intel Corporation | Parallel processor with functional pipeline providing programming engines by supporting multiple contexts and critical section |
US7610451B2 (en) * | 2002-01-25 | 2009-10-27 | Intel Corporation | Data transfer mechanism using unidirectional pull bus and push bus |
US7181594B2 (en) * | 2002-01-25 | 2007-02-20 | Intel Corporation | Context pipelines |
JP2005519389A (en) * | 2002-03-05 | 2005-06-30 | インターナショナル・ビジネス・マシーンズ・コーポレーション | How to prefetch data / instructions related to externally triggered events |
GB0209670D0 (en) * | 2002-04-26 | 2002-06-05 | Easics Nv | Efficient packet processing pipelining device and method |
US7376950B2 (en) | 2002-05-08 | 2008-05-20 | Intel Corporation | Signal aggregation |
US7269752B2 (en) * | 2002-06-04 | 2007-09-11 | Lucent Technologies Inc. | Dynamically controlling power consumption within a network node |
US20030231627A1 (en) * | 2002-06-04 | 2003-12-18 | Rajesh John | Arbitration logic for assigning input packet to available thread of a multi-threaded multi-engine network processor |
JP2004062446A (en) * | 2002-07-26 | 2004-02-26 | Ibm Japan Ltd | Information gathering system, application server, information gathering method, and program |
US7124196B2 (en) * | 2002-08-07 | 2006-10-17 | Intel Corporation | Processing a network packet using queues |
US7577816B2 (en) * | 2003-08-18 | 2009-08-18 | Cray Inc. | Remote translation mechanism for a multinode system |
US7039914B2 (en) * | 2003-03-07 | 2006-05-02 | Cisco Technology, Inc. | Message processing in network forwarding engine by tracking order of assigned thread in order group |
US7500239B2 (en) * | 2003-05-23 | 2009-03-03 | Intel Corporation | Packet processing system |
JP4432388B2 (en) | 2003-08-12 | 2010-03-17 | 株式会社日立製作所 | I / O controller |
US7743223B2 (en) * | 2003-08-18 | 2010-06-22 | Cray Inc. | Decoupling of write address from its associated write data in a store to a shared memory in a multiprocessor system |
US7421565B1 (en) | 2003-08-18 | 2008-09-02 | Cray Inc. | Method and apparatus for indirectly addressed vector load-add -store across multi-processors |
US7735088B1 (en) * | 2003-08-18 | 2010-06-08 | Cray Inc. | Scheduling synchronization of programs running as streams on multiple processors |
US8307194B1 (en) | 2003-08-18 | 2012-11-06 | Cray Inc. | Relaxed memory consistency model |
US7376952B2 (en) * | 2003-09-15 | 2008-05-20 | Intel Corporation | Optimizing critical section microblocks by controlling thread execution |
US7213099B2 (en) * | 2003-12-30 | 2007-05-01 | Intel Corporation | Method and apparatus utilizing non-uniformly distributed DRAM configurations and to detect in-range memory address matches |
JP4586526B2 (en) | 2004-02-27 | 2010-11-24 | ソニー株式会社 | Information processing apparatus, information processing method, information processing system, and information processing program |
JP2005276165A (en) * | 2004-02-27 | 2005-10-06 | Sony Corp | Information processor, network system state presentation method, and computer program |
US20060048156A1 (en) * | 2004-04-02 | 2006-03-02 | Lim Soon C | Unified control store |
US7418582B1 (en) | 2004-05-13 | 2008-08-26 | Sun Microsystems, Inc. | Versatile register file design for a multi-threaded processor utilizing different modes and register windows |
US7343474B1 (en) | 2004-06-30 | 2008-03-11 | Sun Microsystems, Inc. | Minimal address state in a fine grain multithreaded processor |
US7702887B1 (en) | 2004-06-30 | 2010-04-20 | Sun Microsystems, Inc. | Performance instrumentation in a fine grain multithreaded multicore processor |
US7941642B1 (en) | 2004-06-30 | 2011-05-10 | Oracle America, Inc. | Method for selecting between divide instructions associated with respective threads in a multi-threaded processor |
US8095778B1 (en) | 2004-06-30 | 2012-01-10 | Open Computing Trust I & II | Method and system for sharing functional units of a multithreaded processor |
US7509484B1 (en) | 2004-06-30 | 2009-03-24 | Sun Microsystems, Inc. | Handling cache misses by selectively flushing the pipeline |
US7434000B1 (en) | 2004-06-30 | 2008-10-07 | Sun Microsystems, Inc. | Handling duplicate cache misses in a multithreaded/multi-core processor |
US7533248B1 (en) | 2004-06-30 | 2009-05-12 | Sun Microsystems, Inc. | Multithreaded processor including a functional unit shared between multiple requestors and arbitration therefor |
US7373489B1 (en) | 2004-06-30 | 2008-05-13 | Sun Microsystems, Inc. | Apparatus and method for floating-point exception prediction and recovery |
US7178005B1 (en) | 2004-06-30 | 2007-02-13 | Sun Microsystems, Inc. | Efficient implementation of timers in a multithreaded processor |
US7426630B1 (en) | 2004-06-30 | 2008-09-16 | Sun Microsystems, Inc. | Arbitration of window swap operations |
US7747771B1 (en) | 2004-06-30 | 2010-06-29 | Oracle America, Inc. | Register access protocol in a multihreaded multi-core processor |
US7543132B1 (en) | 2004-06-30 | 2009-06-02 | Sun Microsystems, Inc. | Optimizing hardware TLB reload performance in a highly-threaded processor with multiple page sizes |
US7437538B1 (en) | 2004-06-30 | 2008-10-14 | Sun Microsystems, Inc. | Apparatus and method for reducing execution latency of floating point operations having special case operands |
US7523330B2 (en) * | 2004-06-30 | 2009-04-21 | Sun Microsystems, Inc. | Thread-based clock enabling in a multi-threaded processor |
US7890734B2 (en) * | 2004-06-30 | 2011-02-15 | Open Computing Trust I & II | Mechanism for selecting instructions for execution in a multithreaded processor |
US7519796B1 (en) | 2004-06-30 | 2009-04-14 | Sun Microsystems, Inc. | Efficient utilization of a store buffer using counters |
US7366829B1 (en) | 2004-06-30 | 2008-04-29 | Sun Microsystems, Inc. | TLB tag parity checking without CAM read |
US7216216B1 (en) | 2004-06-30 | 2007-05-08 | Sun Microsystems, Inc. | Register window management using first pipeline to change current window and second pipeline to read operand from old window and write operand to new window |
US20060009265A1 (en) * | 2004-06-30 | 2006-01-12 | Clapper Edward O | Communication blackout feature |
US7478225B1 (en) | 2004-06-30 | 2009-01-13 | Sun Microsystems, Inc. | Apparatus and method to support pipelining of differing-latency instructions in a multithreaded processor |
US7401206B2 (en) * | 2004-06-30 | 2008-07-15 | Sun Microsystems, Inc. | Apparatus and method for fine-grained multithreading in a multipipelined processor core |
US8225034B1 (en) | 2004-06-30 | 2012-07-17 | Oracle America, Inc. | Hybrid instruction buffer |
US7330988B2 (en) * | 2004-06-30 | 2008-02-12 | Sun Microsystems, Inc. | Method and apparatus for power throttling in a multi-thread processor |
US7571284B1 (en) | 2004-06-30 | 2009-08-04 | Sun Microsystems, Inc. | Out-of-order memory transactions in a fine-grain multithreaded/multi-core processor |
US7353364B1 (en) | 2004-06-30 | 2008-04-01 | Sun Microsystems, Inc. | Apparatus and method for sharing a functional unit execution resource among a plurality of functional units |
US7185178B1 (en) | 2004-06-30 | 2007-02-27 | Sun Microsystems, Inc. | Fetch speculation in a multithreaded processor |
US7290116B1 (en) | 2004-06-30 | 2007-10-30 | Sun Microsystems, Inc. | Level 2 cache index hashing to avoid hot spots |
US7383403B1 (en) | 2004-06-30 | 2008-06-03 | Sun Microsystems, Inc. | Concurrent bypass to instruction buffers in a fine grain multithreaded processor |
US7861063B1 (en) | 2004-06-30 | 2010-12-28 | Oracle America, Inc. | Delay slot handling in a processor |
US7774393B1 (en) | 2004-06-30 | 2010-08-10 | Oracle America, Inc. | Apparatus and method for integer to floating-point format conversion |
US7676655B2 (en) * | 2004-06-30 | 2010-03-09 | Sun Microsystems, Inc. | Single bit control of threads in a multithreaded multicore processor |
US7370243B1 (en) | 2004-06-30 | 2008-05-06 | Sun Microsystems, Inc. | Precise error handling in a fine grain multithreaded multicore processor |
US7890735B2 (en) * | 2004-08-30 | 2011-02-15 | Texas Instruments Incorporated | Multi-threading processors, integrated circuit devices, systems, and processes of operation and manufacture |
US9038070B2 (en) | 2004-09-14 | 2015-05-19 | Synopsys, Inc. | Debug in a multicore architecture |
GB0420442D0 (en) * | 2004-09-14 | 2004-10-20 | Ignios Ltd | Debug in a multicore architecture |
US7765547B2 (en) | 2004-11-24 | 2010-07-27 | Maxim Integrated Products, Inc. | Hardware multithreading systems with state registers having thread profiling data |
US8037250B1 (en) | 2004-12-09 | 2011-10-11 | Oracle America, Inc. | Arbitrating cache misses in a multithreaded/multi-core processor |
US8756605B2 (en) * | 2004-12-17 | 2014-06-17 | Oracle America, Inc. | Method and apparatus for scheduling multiple threads for execution in a shared microprocessor pipeline |
US7477641B2 (en) * | 2004-12-30 | 2009-01-13 | Intel Corporation | Providing access to data shared by packet processing threads |
US8279886B2 (en) * | 2004-12-30 | 2012-10-02 | Intel Corporation | Dataport and methods thereof |
US7430643B2 (en) * | 2004-12-30 | 2008-09-30 | Sun Microsystems, Inc. | Multiple contexts for efficient use of translation lookaside buffer |
US7480781B2 (en) * | 2004-12-30 | 2009-01-20 | Intel Corporation | Apparatus and method to merge and align data from distributed memory controllers |
US7703094B2 (en) * | 2004-12-30 | 2010-04-20 | Intel Corporation | Adaptive and dynamic filtering of threaded programs |
US7529245B1 (en) | 2005-04-04 | 2009-05-05 | Sun Microsystems, Inc. | Reorder mechanism for use in a relaxed order input/output system |
US7779164B2 (en) * | 2005-04-04 | 2010-08-17 | Oracle America, Inc. | Asymmetrical data processing partition |
US7865624B1 (en) | 2005-04-04 | 2011-01-04 | Oracle America, Inc. | Lookup mechanism based on link layer semantics |
US7987306B2 (en) * | 2005-04-04 | 2011-07-26 | Oracle America, Inc. | Hiding system latencies in a throughput networking system |
US7415035B1 (en) | 2005-04-04 | 2008-08-19 | Sun Microsystems, Inc. | Device driver access method into a virtualized network interface |
US7443878B2 (en) * | 2005-04-04 | 2008-10-28 | Sun Microsystems, Inc. | System for scaling by parallelizing network workload |
US7415034B2 (en) * | 2005-04-04 | 2008-08-19 | Sun Microsystems, Inc. | Virtualized partitionable shared network interface |
US7992144B1 (en) | 2005-04-04 | 2011-08-02 | Oracle America, Inc. | Method and apparatus for separating and isolating control of processing entities in a network interface |
US8510491B1 (en) | 2005-04-05 | 2013-08-13 | Oracle America, Inc. | Method and apparatus for efficient interrupt event notification for a scalable input/output device |
US7843926B1 (en) | 2005-04-05 | 2010-11-30 | Oracle America, Inc. | System for providing virtualization of network interfaces at various layers |
US7353360B1 (en) | 2005-04-05 | 2008-04-01 | Sun Microsystems, Inc. | Method for maximizing page locality |
US7664127B1 (en) | 2005-04-05 | 2010-02-16 | Sun Microsystems, Inc. | Method for resolving mutex contention in a network system |
US8762595B1 (en) | 2005-04-05 | 2014-06-24 | Oracle America, Inc. | Method for sharing interfaces among multiple domain environments with enhanced hooks for exclusiveness |
US7567567B2 (en) * | 2005-04-05 | 2009-07-28 | Sun Microsystems, Inc. | Network system including packet classification for partitioned resources |
US7889734B1 (en) | 2005-04-05 | 2011-02-15 | Oracle America, Inc. | Method and apparatus for arbitrarily mapping functions to preassigned processing entities in a network system |
US20060236011A1 (en) * | 2005-04-15 | 2006-10-19 | Charles Narad | Ring management |
US7630388B2 (en) * | 2005-05-04 | 2009-12-08 | Arm Limited | Software defined FIFO memory for storing a set of data from a stream of source data |
US7920584B2 (en) * | 2005-05-04 | 2011-04-05 | Arm Limited | Data processing system |
US7924858B2 (en) * | 2005-05-04 | 2011-04-12 | Arm Limited | Use of a data engine within a data processing apparatus |
US20070192766A1 (en) * | 2006-02-13 | 2007-08-16 | Ketan Padalia | Apparatus and methods for parallelizing integrated circuit computer-aided design software |
US20070245074A1 (en) * | 2006-03-30 | 2007-10-18 | Rosenbluth Mark B | Ring with on-chip buffer for efficient message passing |
US7711807B2 (en) * | 2006-07-27 | 2010-05-04 | Intel Corporation | Selective filtering of exception data units |
US20080134189A1 (en) * | 2006-10-05 | 2008-06-05 | Holt John M | Job scheduling amongst multiple computers |
US9794378B2 (en) * | 2006-11-08 | 2017-10-17 | Standard Microsystems Corporation | Network traffic controller (NTC) |
US8051423B2 (en) * | 2007-02-06 | 2011-11-01 | Mba Sciences, Inc. | System and method for tracking resources during parallel processing |
US8898438B2 (en) * | 2007-03-14 | 2014-11-25 | XMOS Ltd. | Processor architecture for use in scheduling threads in response to communication activity |
US7680909B2 (en) * | 2007-03-21 | 2010-03-16 | Ittiam Systems (P) Ltd. | Method for configuration of a processing unit |
US7958333B2 (en) * | 2007-05-30 | 2011-06-07 | XMOS Ltd. | Processor with memory access stage adapted to fetch an instruction of a thread when no memory access operation is detected |
US8059650B2 (en) * | 2007-10-31 | 2011-11-15 | Aruba Networks, Inc. | Hardware based parallel processing cores with multiple threads and multiple pipeline stages |
US7926013B2 (en) * | 2007-12-31 | 2011-04-12 | Intel Corporation | Validating continuous signal phase matching in high-speed nets routed as differential pairs |
US9063778B2 (en) * | 2008-01-09 | 2015-06-23 | Microsoft Technology Licensing, Llc | Fair stateless model checking |
CN101237346B (en) * | 2008-02-29 | 2012-01-11 | 中兴通讯股份有限公司 | Network processor and method for network processor to read and write serial port |
US8024719B2 (en) | 2008-11-03 | 2011-09-20 | Advanced Micro Devices, Inc. | Bounded hash table sorting in a dynamic program profiling system |
US20100115494A1 (en) * | 2008-11-03 | 2010-05-06 | Gorton Jr Richard C | System for dynamic program profiling |
US8478948B2 (en) * | 2008-12-04 | 2013-07-02 | Oracle America, Inc. | Method and system for efficient tracing and profiling of memory accesses during program execution |
US8732711B2 (en) * | 2010-09-24 | 2014-05-20 | Nvidia Corporation | Two-level scheduler for multi-threaded processing |
US8984183B2 (en) | 2011-12-16 | 2015-03-17 | Nvidia Corporation | Signaling, ordering, and execution of dynamically generated tasks in a processing system |
US8693490B1 (en) * | 2012-12-20 | 2014-04-08 | Unbound Networks, Inc. | Parallel processing using multi-core processor |
US9563561B2 (en) * | 2013-06-25 | 2017-02-07 | Intel Corporation | Initiation of cache flushes and invalidations on graphics processors |
CN105706058B (en) * | 2013-11-05 | 2019-09-20 | 甲骨文国际公司 | For supporting the buffer area of efficient packet transaction model and the optimization for packet transaction utilizes in network environment system and method |
CN104899006B (en) * | 2015-05-25 | 2018-03-30 | 中孚信息股份有限公司 | A kind of multi-process method for parallel processing of multisystem platform |
CN105183553A (en) * | 2015-10-31 | 2015-12-23 | 山东智洋电气股份有限公司 | Software bus program concurrence resource distribution method |
US10706101B2 (en) | 2016-04-14 | 2020-07-07 | Advanced Micro Devices, Inc. | Bucketized hash tables with remap entries |
US10838656B2 (en) | 2016-12-20 | 2020-11-17 | Mediatek Inc. | Parallel memory access to on-chip memory containing regions of different addressing schemes by threads executed on parallel processing units |
CN111459630B (en) * | 2020-03-24 | 2023-12-08 | 华东计算技术研究所(中国电子科技集团公司第三十二研究所) | Network processor adopting hardware multithreading mechanism |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5193167A (en) * | 1990-06-29 | 1993-03-09 | Digital Equipment Corporation | Ensuring data integrity by locked-load and conditional-store operations in a multiprocessor system |
US5870597A (en) * | 1997-06-25 | 1999-02-09 | Sun Microsystems, Inc. | Method for speculative calculation of physical register addresses in an out of order processor |
Family Cites Families (163)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3373408A (en) | 1965-04-16 | 1968-03-12 | Rca Corp | Computer capable of switching between programs without storage and retrieval of the contents of operation registers |
US3478322A (en) | 1967-05-23 | 1969-11-11 | Ibm | Data processor employing electronically changeable control storage |
BE795789A (en) | 1972-03-08 | 1973-06-18 | Burroughs Corp | MICROPROGRAM CONTAINING A MICRO-RECOVERY INSTRUCTION |
IT986411B (en) | 1973-06-05 | 1975-01-30 | Olivetti E C Spa | SYSTEM TO TRANSFER THE CONTROL OF PROCESSING FROM A FIRST PRIORITY LEVEL TO A SECOND PRIORITY LEVEL |
US4016548A (en) | 1975-04-11 | 1977-04-05 | Sperry Rand Corporation | Communication multiplexer module |
CH584488A5 (en) | 1975-05-05 | 1977-01-31 | Ibm | |
US4075691A (en) | 1975-11-06 | 1978-02-21 | Bunker Ramo Corporation | Communication control unit |
US4130890A (en) | 1977-06-08 | 1978-12-19 | Itt Industries, Inc. | Integrated DDC memory with bitwise erase |
JPS56164464A (en) | 1980-05-21 | 1981-12-17 | Tatsuo Nogi | Parallel processing computer |
US4400770A (en) | 1980-11-10 | 1983-08-23 | International Business Machines Corporation | Cache synonym detection and handling means |
CA1179069A (en) | 1981-04-10 | 1984-12-04 | Yasushi Fukunaga | Data transmission apparatus for a multiprocessor system |
US4831358A (en) | 1982-12-21 | 1989-05-16 | Texas Instruments Incorporated | Communications system employing control line minimization |
JPS6031648A (en) * | 1983-07-29 | 1985-02-18 | Sharp Corp | Controlling method of multitask |
US4745544A (en) | 1985-12-12 | 1988-05-17 | Texas Instruments Incorporated | Master/slave sequencing processor with forced I/O |
US4788640A (en) | 1986-01-17 | 1988-11-29 | Intel Corporation | Priority logic system |
US5297260A (en) | 1986-03-12 | 1994-03-22 | Hitachi, Ltd. | Processor having a plurality of CPUS with one CPU being normally connected to common bus |
US5142683A (en) | 1987-03-09 | 1992-08-25 | Unisys Corporation | Intercomputer communication control apparatus and method |
US4866664A (en) | 1987-03-09 | 1989-09-12 | Unisys Corporation | Intercomputer communication control apparatus & method |
FR2625340B1 (en) | 1987-12-23 | 1990-05-04 | Labo Electronique Physique | GRAPHIC SYSTEM WITH GRAPHIC CONTROLLER AND DRAM CONTROLLER |
US5115507A (en) | 1987-12-23 | 1992-05-19 | U.S. Philips Corp. | System for management of the priorities of access to a memory and its application |
WO1989008883A1 (en) | 1988-03-14 | 1989-09-21 | Unisys Corporation | Record lock processor for multiprocessing data system |
US5155854A (en) | 1989-02-03 | 1992-10-13 | Digital Equipment Corporation | System for arbitrating communication requests using multi-pass control unit based on availability of system resources |
US5155831A (en) | 1989-04-24 | 1992-10-13 | International Business Machines Corporation | Data processing system with fast queue store interposed between store-through caches and a main memory |
US5168555A (en) | 1989-09-06 | 1992-12-01 | Unisys Corporation | Initial program load control |
US5263169A (en) | 1989-11-03 | 1993-11-16 | Zoran Corporation | Bus arbitration and resource management for concurrent vector signal processor architecture |
DE3942977A1 (en) | 1989-12-23 | 1991-06-27 | Standard Elektrik Lorenz Ag | METHOD FOR RESTORING THE CORRECT SEQUENCE OF CELLS, ESPECIALLY IN AN ATM SWITCHING CENTER, AND OUTPUT UNIT THEREFOR |
US5179702A (en) * | 1989-12-29 | 1993-01-12 | Supercomputer Systems Limited Partnership | System and method for controlling a highly parallel multiprocessor using an anarchy based scheduler for parallel execution thread scheduling |
EP0446721B1 (en) | 1990-03-16 | 2000-12-20 | Texas Instruments Incorporated | Distributed processing memory |
US5390329A (en) | 1990-06-11 | 1995-02-14 | Cray Research, Inc. | Responding to service requests using minimal system-side context in a multiprocessor environment |
US5347648A (en) | 1990-06-29 | 1994-09-13 | Digital Equipment Corporation | Ensuring write ordering under writeback cache error conditions |
US5432918A (en) | 1990-06-29 | 1995-07-11 | Digital Equipment Corporation | Method and apparatus for ordering read and write operations using conflict bits in a write queue |
US5404482A (en) | 1990-06-29 | 1995-04-04 | Digital Equipment Corporation | Processor and method for preventing access to a locked memory block by recording a lock in a content addressable memory with outstanding cache fills |
AU630299B2 (en) | 1990-07-10 | 1992-10-22 | Fujitsu Limited | A data gathering/scattering system in a parallel computer |
US5367678A (en) | 1990-12-06 | 1994-11-22 | The Regents Of The University Of California | Multiprocessor system having statically determining resource allocation schedule at compile time and the using of static schedule with processor signals to control the execution time dynamically |
KR960001273B1 (en) * | 1991-04-30 | 1996-01-25 | 가부시키가이샤 도시바 | Single chip microcomputer |
US5255239A (en) | 1991-08-13 | 1993-10-19 | Cypress Semiconductor Corporation | Bidirectional first-in-first-out memory device with transparent and user-testable capabilities |
US5623489A (en) | 1991-09-26 | 1997-04-22 | Ipc Information Systems, Inc. | Channel allocation system for distributed digital switching network |
US5392412A (en) | 1991-10-03 | 1995-02-21 | Standard Microsystems Corporation | Data communication controller for use with a single-port data packet buffer |
GB2260429B (en) | 1991-10-11 | 1995-05-24 | Intel Corp | Versatile cache memory |
US5392391A (en) | 1991-10-18 | 1995-02-21 | Lsi Logic Corporation | High performance graphics applications controller |
DE69231957T2 (en) | 1991-10-21 | 2002-04-04 | Kabushiki Kaisha Toshiba, Kawasaki | High speed processor capable of handling multiple interruptions |
US5452437A (en) | 1991-11-18 | 1995-09-19 | Motorola, Inc. | Methods of debugging multiprocessor system |
US5442797A (en) | 1991-12-04 | 1995-08-15 | Casavant; Thomas L. | Latency tolerant risc-based multiple processor with event driven locality managers resulting from variable tagging |
JP2823767B2 (en) | 1992-02-03 | 1998-11-11 | 松下電器産業株式会社 | Register file |
US5459842A (en) | 1992-06-26 | 1995-10-17 | International Business Machines Corporation | System for combining data from multiple CPU write requests via buffers and using read-modify-write operation to write the combined data to the memory |
DE4223600C2 (en) | 1992-07-17 | 1994-10-13 | Ibm | Multiprocessor computer system and method for transmitting control information and data information between at least two processor units of a computer system |
US5404484A (en) | 1992-09-16 | 1995-04-04 | Hewlett-Packard Company | Cache system for reducing memory latency times |
EP0627100B1 (en) * | 1992-12-23 | 2000-01-05 | Centre Electronique Horloger S.A. | Multi-tasking low-power controller |
US5448702A (en) | 1993-03-02 | 1995-09-05 | International Business Machines Corporation | Adapters with descriptor queue management capability |
DE69429204T2 (en) * | 1993-03-26 | 2002-07-25 | Cabletron Systems Inc | Sequence control method and device for a communication network |
US6311286B1 (en) | 1993-04-30 | 2001-10-30 | Nec Corporation | Symmetric multiprocessing system with unified environment and distributed system functions |
CA2122182A1 (en) | 1993-05-20 | 1994-11-21 | Rene Leblanc | Method for rapid prototyping of programming problems |
JPH0740746A (en) | 1993-07-29 | 1995-02-10 | Aisin Seiki Co Ltd | Checking mechanism of sunshine roof device for vehicle |
CA2107299C (en) | 1993-09-29 | 1997-02-25 | Mehrad Yasrebi | High performance machine for switched communications in a heterogenous data processing network gateway |
US5446736A (en) * | 1993-10-07 | 1995-08-29 | Ast Research, Inc. | Method and apparatus for connecting a node to a wireless network using a standard protocol |
US5450351A (en) | 1993-11-19 | 1995-09-12 | International Business Machines Corporation | Content addressable memory implementation with random access memory |
US5740402A (en) | 1993-12-15 | 1998-04-14 | Silicon Graphics, Inc. | Conflict resolution in interleaved memory systems with multiple parallel accesses |
US5490204A (en) | 1994-03-01 | 1996-02-06 | Safco Corporation | Automated quality assessment system for cellular networks |
US5835755A (en) | 1994-04-04 | 1998-11-10 | At&T Global Information Solutions Company | Multi-processor computer system for operating parallel client/server database processes |
JP3547482B2 (en) * | 1994-04-15 | 2004-07-28 | 株式会社日立製作所 | Information processing equipment |
US5542088A (en) | 1994-04-29 | 1996-07-30 | Intergraph Corporation | Method and apparatus for enabling control of task execution |
US5721870A (en) | 1994-05-25 | 1998-02-24 | Nec Corporation | Lock control for a shared main storage data processing system |
US5544236A (en) | 1994-06-10 | 1996-08-06 | At&T Corp. | Access to unsubscribed features |
US5574922A (en) | 1994-06-17 | 1996-11-12 | Apple Computer, Inc. | Processor with sequences of processor instructions for locked memory updates |
US5781774A (en) | 1994-06-29 | 1998-07-14 | Intel Corporation | Processor having operating modes for an upgradeable multiprocessor computer system |
JP3810449B2 (en) | 1994-07-20 | 2006-08-16 | 富士通株式会社 | Queue device |
US5568476A (en) | 1994-10-26 | 1996-10-22 | 3Com Corporation | Method and apparatus for avoiding packet loss on a CSMA/CD-type local area network using receive-sense-based jam signal |
JP3169779B2 (en) * | 1994-12-19 | 2001-05-28 | 日本電気株式会社 | Multi-thread processor |
US5550816A (en) | 1994-12-29 | 1996-08-27 | Storage Technology Corporation | Method and apparatus for virtual switching |
US5784712A (en) | 1995-03-01 | 1998-07-21 | Unisys Corporation | Method and apparatus for locally generating addressing information for a memory access |
US5701434A (en) | 1995-03-16 | 1997-12-23 | Hitachi, Ltd. | Interleave memory controller with a common access queue |
US5649157A (en) | 1995-03-30 | 1997-07-15 | Hewlett-Packard Co. | Memory controller with priority queues |
US5886992A (en) | 1995-04-14 | 1999-03-23 | Valtion Teknillinen Tutkimuskeskus | Frame synchronized ring system and method |
US5758184A (en) * | 1995-04-24 | 1998-05-26 | Microsoft Corporation | System for performing asynchronous file operations requested by runnable threads by processing completion messages with different queue thread and checking for completion by runnable threads |
US5592622A (en) | 1995-05-10 | 1997-01-07 | 3Com Corporation | Network intermediate system with message passing architecture |
JPH08320797A (en) | 1995-05-24 | 1996-12-03 | Fuji Xerox Co Ltd | Program control system |
US5828746A (en) | 1995-06-07 | 1998-10-27 | Lucent Technologies Inc. | Telecommunications network |
US5828863A (en) | 1995-06-09 | 1998-10-27 | Canon Information Systems, Inc. | Interface device connected between a LAN and a printer for outputting formatted debug information about the printer to the printer |
US5613071A (en) | 1995-07-14 | 1997-03-18 | Intel Corporation | Method and apparatus for providing remote memory access in a distributed memory multiprocessor system |
US5680641A (en) | 1995-08-16 | 1997-10-21 | Sharp Microelectronics Technology, Inc. | Multiple register bank system for concurrent I/O operation in a CPU datapath |
US5940612A (en) | 1995-09-27 | 1999-08-17 | International Business Machines Corporation | System and method for queuing of tasks in a multiprocessing system |
US5689566A (en) * | 1995-10-24 | 1997-11-18 | Nguyen; Minhtam C. | Network with secure communications sessions |
US5809530A (en) | 1995-11-13 | 1998-09-15 | Motorola, Inc. | Method and apparatus for processing multiple cache misses using reload folding and store merging |
KR0150072B1 (en) | 1995-11-30 | 1998-10-15 | 양승택 | Device for controlling memory data path in parallel processing computer system |
US5796413A (en) | 1995-12-06 | 1998-08-18 | Compaq Computer Corporation | Graphics controller utilizing video memory to provide macro command capability and enhanched command buffering |
US5940866A (en) | 1995-12-13 | 1999-08-17 | International Business Machines Corporation | Information handling system having a local address queue for local storage of command blocks transferred from a host processing side |
US5850530A (en) | 1995-12-18 | 1998-12-15 | International Business Machines Corporation | Method and apparatus for improving bus efficiency by enabling arbitration based upon availability of completion data |
US5699537A (en) | 1995-12-22 | 1997-12-16 | Intel Corporation | Processor microarchitecture for efficient dynamic scheduling and execution of chains of dependent instructions |
ES2147402T3 (en) * | 1995-12-29 | 2000-09-01 | Tixi Com Gmbh | PROCEDURE AND MICROCOMPUTER SYSTEM FOR AUTOMATIC, SECURE AND DIRECT TRANSMISSION OF DATA. |
US6201807B1 (en) * | 1996-02-27 | 2001-03-13 | Lucent Technologies | Real-time hardware method and apparatus for reducing queue processing |
US5761507A (en) | 1996-03-05 | 1998-06-02 | International Business Machines Corporation | Client/server architecture supporting concurrent servers within a server with a transaction manager providing server/connection decoupling |
US5764915A (en) | 1996-03-08 | 1998-06-09 | International Business Machines Corporation | Object-oriented communication interface for network protocol access using the selected newly created protocol interface object and newly created protocol layer objects in the protocol stack |
US5809235A (en) | 1996-03-08 | 1998-09-15 | International Business Machines Corporation | Object oriented network event management framework |
US5797043A (en) | 1996-03-13 | 1998-08-18 | Diamond Multimedia Systems, Inc. | System for managing the transfer of data between FIFOs within pool memory and peripherals being programmable with identifications of the FIFOs |
US5784649A (en) | 1996-03-13 | 1998-07-21 | Diamond Multimedia Systems, Inc. | Multi-threaded FIFO pool buffer and bus transfer control system |
US6199133B1 (en) * | 1996-03-29 | 2001-03-06 | Compaq Computer Corporation | Management communication bus for networking devices |
KR100219597B1 (en) | 1996-03-30 | 1999-09-01 | 윤종용 | Queuing control method in cd-rom drive |
GB2311882B (en) * | 1996-04-04 | 2000-08-09 | Videologic Ltd | A data processing management system |
JP3541335B2 (en) * | 1996-06-28 | 2004-07-07 | 富士通株式会社 | Information processing apparatus and distributed processing control method |
US5937187A (en) | 1996-07-01 | 1999-08-10 | Sun Microsystems, Inc. | Method and apparatus for execution and preemption control of computer process entities |
JPH1049381A (en) * | 1996-07-04 | 1998-02-20 | Internatl Business Mach Corp <Ibm> | Method and system for processing plural data process requests, and method and system for executing program |
US6023742A (en) * | 1996-07-18 | 2000-02-08 | University Of Washington | Reconfigurable computing architecture for providing pipelined data paths |
US5745913A (en) | 1996-08-05 | 1998-04-28 | Exponential Technology, Inc. | Multi-processor DRAM controller that prioritizes row-miss requests to stale banks |
US5928736A (en) | 1996-09-09 | 1999-07-27 | Raytheon Company | Composite structure having integrated aperture and method for its preparation |
US5812868A (en) | 1996-09-16 | 1998-09-22 | Motorola Inc. | Method and apparatus for selecting a register file in a data processing system |
US6072781A (en) * | 1996-10-22 | 2000-06-06 | International Business Machines Corporation | Multi-tasking adapter for parallel network applications |
US5860158A (en) | 1996-11-15 | 1999-01-12 | Samsung Electronics Company, Ltd. | Cache control unit with a cache request transaction-oriented protocol |
US5905876A (en) | 1996-12-16 | 1999-05-18 | Intel Corporation | Queue ordering for memory and I/O transactions in a multiple concurrent transaction computer system |
US6212542B1 (en) * | 1996-12-16 | 2001-04-03 | International Business Machines Corporation | Method and system for executing a program within a multiscalar processor by processing linked thread descriptors |
US5854922A (en) | 1997-01-16 | 1998-12-29 | Ford Motor Company | Micro-sequencer apparatus and method of combination state machine and instruction memory |
US6256115B1 (en) * | 1997-02-21 | 2001-07-03 | Worldquest Network, Inc. | Facsimile network |
US6269391B1 (en) * | 1997-02-24 | 2001-07-31 | Novell, Inc. | Multi-processor scheduling kernel |
US5742587A (en) | 1997-02-28 | 1998-04-21 | Lanart Corporation | Load balancing port switching hub |
US5905889A (en) | 1997-03-20 | 1999-05-18 | International Business Machines Corporation | Resource management system using next available integer from an integer pool and returning the integer thereto as the next available integer upon completion of use |
WO1998043193A2 (en) * | 1997-03-21 | 1998-10-01 | University Of Maryland | Spawn-join instruction set architecture for providing explicit multithreading |
US5918235A (en) * | 1997-04-04 | 1999-06-29 | Hewlett-Packard Company | Object surrogate with active computation and probablistic counter |
US6535878B1 (en) * | 1997-05-02 | 2003-03-18 | Roxio, Inc. | Method and system for providing on-line interactivity over a server-client network |
US5983274A (en) * | 1997-05-08 | 1999-11-09 | Microsoft Corporation | Creation and use of control information associated with packetized network data by protocol drivers and device drivers |
US6182177B1 (en) * | 1997-06-13 | 2001-01-30 | Intel Corporation | Method and apparatus for maintaining one or more queues of elements such as commands using one or more token queues |
US6092158A (en) * | 1997-06-13 | 2000-07-18 | Intel Corporation | Method and apparatus for arbitrating between command streams |
US6067585A (en) * | 1997-06-23 | 2000-05-23 | Compaq Computer Corporation | Adaptive interface controller that can operate with segments of different protocol and transmission rates in a single integrated device |
KR100216371B1 (en) * | 1997-06-30 | 1999-08-16 | 윤종용 | Large scale atm switch with fault tolerant scheme and self routing method in 2nxn multiplexing switches |
US6393483B1 (en) * | 1997-06-30 | 2002-05-21 | Adaptec, Inc. | Method and apparatus for network interface card load balancing and port aggregation |
US5887134A (en) | 1997-06-30 | 1999-03-23 | Sun Microsystems | System and method for preserving message order while employing both programmed I/O and DMA operations |
US6247025B1 (en) * | 1997-07-17 | 2001-06-12 | International Business Machines Corporation | Locking and unlocking mechanism for controlling concurrent access to objects |
US6170051B1 (en) * | 1997-08-01 | 2001-01-02 | Micron Technology, Inc. | Apparatus and method for program level parallelism in a VLIW processor |
US6014729A (en) * | 1997-09-29 | 2000-01-11 | Firstpass, Inc. | Shared memory arbitration apparatus and method |
US6085294A (en) * | 1997-10-24 | 2000-07-04 | Compaq Computer Corporation | Distributed data dependency stall mechanism |
US6061710A (en) * | 1997-10-29 | 2000-05-09 | International Business Machines Corporation | Multithreaded processor incorporating a thread latch register for interrupt service new pending threads |
US5915123A (en) | 1997-10-31 | 1999-06-22 | Silicon Spice | Method and apparatus for controlling configuration memory contexts of processing elements in a network of multiple context processing elements |
EP0918280B1 (en) * | 1997-11-19 | 2004-03-24 | IMEC vzw | System and method for context switching on predetermined interruption points |
US6360262B1 (en) * | 1997-11-24 | 2002-03-19 | International Business Machines Corporation | Mapping web server objects to TCP/IP ports |
US6070231A (en) * | 1997-12-02 | 2000-05-30 | Intel Corporation | Method and apparatus for processing memory requests that require coherency transactions |
JPH11203860A (en) * | 1998-01-07 | 1999-07-30 | Nec Corp | Semiconductor memory device |
US6415338B1 (en) * | 1998-02-11 | 2002-07-02 | Globespan, Inc. | System for writing a data value at a starting address to a number of consecutive locations equal to a segment length identifier |
US6223238B1 (en) * | 1998-03-31 | 2001-04-24 | Micron Electronics, Inc. | Method of peer-to-peer mastering over a computer bus |
US6079008A (en) * | 1998-04-03 | 2000-06-20 | Patton Electronics Co. | Multiple thread multiple data predictive coded parallel processing system and method |
KR100280460B1 (en) * | 1998-04-08 | 2001-02-01 | 김영환 | Data processing device and its multiple thread processing method |
US6092127A (en) * | 1998-05-15 | 2000-07-18 | Hewlett-Packard Company | Dynamic allocation and reallocation of buffers in links of chained DMA operations by receiving notification of buffer full and maintaining a queue of buffers available |
US6373848B1 (en) * | 1998-07-28 | 2002-04-16 | International Business Machines Corporation | Architecture for a multi-port adapter with a single media access control (MAC) |
US6073215A (en) * | 1998-08-03 | 2000-06-06 | Motorola, Inc. | Data processing system having a data prefetch mechanism and method therefor |
US6393026B1 (en) * | 1998-09-17 | 2002-05-21 | Nortel Networks Limited | Data packet processing system and method for a router |
US6347344B1 (en) * | 1998-10-14 | 2002-02-12 | Hitachi, Ltd. | Integrated multimedia system with local processor, data transfer switch, processing modules, fixed functional unit, data streamer, interface unit and multiplexer, all integrated on multimedia processor |
US6366998B1 (en) * | 1998-10-14 | 2002-04-02 | Conexant Systems, Inc. | Reconfigurable functional units for implementing a hybrid VLIW-SIMD programming model |
US6212611B1 (en) * | 1998-11-03 | 2001-04-03 | Intel Corporation | Method and apparatus for providing a pipelined memory controller |
US6389449B1 (en) * | 1998-12-16 | 2002-05-14 | Clearwater Networks, Inc. | Interstream control and communications for multi-streaming digital processors |
US6338078B1 (en) * | 1998-12-17 | 2002-01-08 | International Business Machines Corporation | System and method for sequencing packets for multiprocessor parallelization in a computer network system |
US6466898B1 (en) * | 1999-01-12 | 2002-10-15 | Terence Chan | Multithreaded, mixed hardware description languages logic simulation on engineering workstations |
US6356692B1 (en) * | 1999-02-04 | 2002-03-12 | Hitachi, Ltd. | Optical module, transmitter, receiver, optical switch, optical communication unit, add-and-drop multiplexing unit, and method for manufacturing the optical module |
US6256713B1 (en) * | 1999-04-29 | 2001-07-03 | International Business Machines Corporation | Bus optimization with read/write coherence including ordering responsive to collisions |
US6427196B1 (en) * | 1999-08-31 | 2002-07-30 | Intel Corporation | SRAM controller for parallel processor architecture including address and command queue and arbiter |
US6529983B1 (en) * | 1999-11-03 | 2003-03-04 | Cisco Technology, Inc. | Group and virtual locking mechanism for inter processor synchronization |
US6532509B1 (en) * | 1999-12-22 | 2003-03-11 | Intel Corporation | Arbitrating command requests in a parallel multi-threaded processing system |
US6694380B1 (en) * | 1999-12-27 | 2004-02-17 | Intel Corporation | Mapping requests from a processing unit that uses memory-mapped input-output space |
US6324624B1 (en) * | 1999-12-28 | 2001-11-27 | Intel Corporation | Read lock miss control and queue management |
US6307789B1 (en) * | 1999-12-28 | 2001-10-23 | Intel Corporation | Scratchpad memory |
US6560667B1 (en) * | 1999-12-28 | 2003-05-06 | Intel Corporation | Handling contiguous memory references in a multi-queue system |
US6625654B1 (en) * | 1999-12-28 | 2003-09-23 | Intel Corporation | Thread signaling in multi-threaded network processor |
US6952824B1 (en) * | 1999-12-30 | 2005-10-04 | Intel Corporation | Multi-threaded sequenced receive for fast network port stream of packets |
US6584522B1 (en) * | 1999-12-30 | 2003-06-24 | Intel Corporation | Communication between processors |
US6944850B2 (en) * | 2000-12-21 | 2005-09-13 | Intel Corporation | Hop method for stepping parallel hardware threads |
US6671827B2 (en) * | 2000-12-21 | 2003-12-30 | Intel Corporation | Journaling for parallel hardware threads in multithreaded processor |
US6934951B2 (en) * | 2002-01-17 | 2005-08-23 | Intel Corporation | Parallel processor with functional pipeline providing programming engines by supporting multiple contexts and critical section |
-
1999
- 1999-12-28 US US09/473,799 patent/US6625654B1/en not_active Expired - Fee Related
-
2000
- 2000-12-08 WO PCT/US2000/042716 patent/WO2001048606A2/en active IP Right Grant
- 2000-12-08 AT AT00992412T patent/ATE339724T1/en not_active IP Right Cessation
- 2000-12-08 SG SG200401921-2A patent/SG145543A1/en unknown
- 2000-12-08 AU AU43116/01A patent/AU4311601A/en not_active Abandoned
- 2000-12-08 CN CNB008191794A patent/CN100351798C/en not_active Expired - Fee Related
- 2000-12-08 DE DE60030767T patent/DE60030767T2/en not_active Expired - Lifetime
- 2000-12-08 EP EP00992412A patent/EP1242883B1/en not_active Expired - Lifetime
- 2000-12-19 TW TW089127208A patent/TW544629B/en not_active IP Right Cessation
-
2001
- 2001-05-29 US US09/867,064 patent/US20020013861A1/en not_active Abandoned
-
2002
- 2002-10-21 HK HK02107607A patent/HK1046050A1/en not_active IP Right Cessation
-
2003
- 2003-07-08 US US10/615,280 patent/US7111296B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5193167A (en) * | 1990-06-29 | 1993-03-09 | Digital Equipment Corporation | Ensuring data integrity by locked-load and conditional-store operations in a multiprocessor system |
US5870597A (en) * | 1997-06-25 | 1999-02-09 | Sun Microsystems, Inc. | Method for speculative calculation of physical register addresses in an out of order processor |
Cited By (169)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080010437A1 (en) * | 1996-12-09 | 2008-01-10 | Martin Vorbach | Unit for processing numeric and logic operations for use in central processing units (CPUS), multiprocessor systems, data-flow processors (DSPS), systolic processors and field programmable gate arrays (FPGAS) |
US20040168099A1 (en) * | 1996-12-09 | 2004-08-26 | Martin Vorbach | Unit for processing numeric and logic operations for use in central processing units (CPUs), multiprocessor systems |
US7822968B2 (en) | 1996-12-09 | 2010-10-26 | Martin Vorbach | Circuit having a multidimensional structure of configurable cells that include multi-bit-wide inputs and outputs |
US8156312B2 (en) | 1996-12-09 | 2012-04-10 | Martin Vorbach | Processor chip for reconfigurable data processing, for processing numeric and logic operations and including function and interconnection control units |
US20090146690A1 (en) * | 1996-12-09 | 2009-06-11 | Martin Vorbach | Runtime configurable arithmetic and logic cell |
US20110010523A1 (en) * | 1996-12-09 | 2011-01-13 | Martin Vorbach | Runtime configurable arithmetic and logic cell |
US8195856B2 (en) | 1996-12-20 | 2012-06-05 | Martin Vorbach | I/O and memory bus system for DFPS and units with two- or multi-dimensional programmable cell architectures |
US20080222329A1 (en) * | 1996-12-20 | 2008-09-11 | Martin Vorbach | I/O and memory bus system for DFPs and units with two- or multi-dimensional programmable cell architectures |
US20100082863A1 (en) * | 1996-12-20 | 2010-04-01 | Martin Vorbach | I/O AND MEMORY BUS SYSTEM FOR DFPs AND UNITS WITH TWO- OR MULTI-DIMENSIONAL PROGRAMMABLE CELL ARCHITECTURES |
US20100287318A1 (en) * | 1996-12-20 | 2010-11-11 | Martin Vorbach | I/o and memory bus system for dfps and units with two- or multi-dimensional programmable cell architectures |
US7650448B2 (en) | 1996-12-20 | 2010-01-19 | Pact Xpp Technologies Ag | I/O and memory bus system for DFPS and units with two- or multi-dimensional programmable cell architectures |
US7899962B2 (en) | 1996-12-20 | 2011-03-01 | Martin Vorbach | I/O and memory bus system for DFPs and units with two- or multi-dimensional programmable cell architectures |
US7822881B2 (en) | 1996-12-27 | 2010-10-26 | Martin Vorbach | Process for automatic dynamic reloading of data flow processors (DFPs) and units with two- or three-dimensional programmable cell architectures (FPGAs, DPGAs, and the like) |
US20060031595A1 (en) * | 1996-12-27 | 2006-02-09 | Martin Vorbach | Process for automatic dynamic reloading of data flow processors (DFPs) and units with two- or three-dimensional programmable cell architectures (FPGAs, DPGAs, and the like |
US20090153188A1 (en) * | 1996-12-27 | 2009-06-18 | Martin Vorbach | PROCESS FOR AUTOMATIC DYNAMIC RELOADING OF DATA FLOW PROCESSORS (DFPs) AND UNITS WITH TWO- OR THREE-DIMENSIONAL PROGRAMMABLE CELL ARCHITECTURES (FPGAs, DPGAs AND THE LIKE) |
US20090144485A1 (en) * | 1996-12-27 | 2009-06-04 | Martin Vorbach | Process for automatic dynamic reloading of data flow processors (dfps) and units with two- or three-dimensional programmable cell architectures (fpgas, dpgas, and the like) |
USRE44365E1 (en) | 1997-02-08 | 2013-07-09 | Martin Vorbach | Method of self-synchronization of configurable elements of a programmable module |
USRE45223E1 (en) | 1997-02-08 | 2014-10-28 | Pact Xpp Technologies Ag | Method of self-synchronization of configurable elements of a programmable module |
USRE44383E1 (en) | 1997-02-08 | 2013-07-16 | Martin Vorbach | Method of self-synchronization of configurable elements of a programmable module |
USRE45109E1 (en) | 1997-02-08 | 2014-09-02 | Pact Xpp Technologies Ag | Method of self-synchronization of configurable elements of a programmable module |
US20090300445A1 (en) * | 1997-12-22 | 2009-12-03 | Martin Vorbach | Method and system for alternating between programs for execution by cells of an integrated circuit |
US8819505B2 (en) | 1997-12-22 | 2014-08-26 | Pact Xpp Technologies Ag | Data processor having disabled cores |
US6735679B1 (en) * | 1998-07-08 | 2004-05-11 | Broadcom Corporation | Apparatus and method for optimizing access to memory |
US8468329B2 (en) | 1999-02-25 | 2013-06-18 | Martin Vorbach | Pipeline configuration protocol and configuration unit communication |
US20100228918A1 (en) * | 1999-06-10 | 2010-09-09 | Martin Vorbach | Configurable logic integrated circuit having a multidimensional structure of configurable elements |
US8726250B2 (en) | 1999-06-10 | 2014-05-13 | Pact Xpp Technologies Ag | Configurable logic integrated circuit having a multidimensional structure of configurable elements |
US8312200B2 (en) | 1999-06-10 | 2012-11-13 | Martin Vorbach | Processor chip including a plurality of cache elements connected to a plurality of processor cores |
US8230411B1 (en) | 1999-06-10 | 2012-07-24 | Martin Vorbach | Method for interleaving a program over a plurality of cells |
US20040165609A1 (en) * | 1999-07-16 | 2004-08-26 | Broadcom Corporation | Apparatus and method for optimizing access to memory |
US7017020B2 (en) | 1999-07-16 | 2006-03-21 | Broadcom Corporation | Apparatus and method for optimizing access to memory |
US8301872B2 (en) | 2000-06-13 | 2012-10-30 | Martin Vorbach | Pipeline configuration protocol and configuration unit communication |
US20050223212A1 (en) * | 2000-06-13 | 2005-10-06 | Martin Vorbach | Pipeline configuration protocol and configuration unit communication |
US8471593B2 (en) | 2000-10-06 | 2013-06-25 | Martin Vorbach | Logic cell array and bus system |
US20090146691A1 (en) * | 2000-10-06 | 2009-06-11 | Martin Vorbach | Logic cell array and bus system |
US8058899B2 (en) | 2000-10-06 | 2011-11-15 | Martin Vorbach | Logic cell array and bus system |
US9047440B2 (en) | 2000-10-06 | 2015-06-02 | Pact Xpp Technologies Ag | Logical cell array and bus system |
US20040128474A1 (en) * | 2000-10-09 | 2004-07-01 | Martin Vorbach | Method and device |
US20110060942A1 (en) * | 2001-03-05 | 2011-03-10 | Martin Vorbach | Methods and devices for treating and/or processing data |
US20050086462A1 (en) * | 2001-03-05 | 2005-04-21 | Martin Vorbach | Methods and devices for treating and/or processing data |
US9075605B2 (en) | 2001-03-05 | 2015-07-07 | Pact Xpp Technologies Ag | Methods and devices for treating and processing data |
US8145881B2 (en) | 2001-03-05 | 2012-03-27 | Martin Vorbach | Data processing device and method |
US9037807B2 (en) | 2001-03-05 | 2015-05-19 | Pact Xpp Technologies Ag | Processor arrangement on a chip including data processing, memory, and interface elements |
US20100023796A1 (en) * | 2001-03-05 | 2010-01-28 | Martin Vorbach | Methods and devices for treating and processing data |
US20070113046A1 (en) * | 2001-03-05 | 2007-05-17 | Martin Vorbach | Data processing device and method |
US8312301B2 (en) | 2001-03-05 | 2012-11-13 | Martin Vorbach | Methods and devices for treating and processing data |
US20110173389A1 (en) * | 2001-03-05 | 2011-07-14 | Martin Vorbach | Methods and devices for treating and/or processing data |
US7844796B2 (en) | 2001-03-05 | 2010-11-30 | Martin Vorbach | Data processing device and method |
US8099618B2 (en) | 2001-03-05 | 2012-01-17 | Martin Vorbach | Methods and devices for treating and processing data |
US20070299993A1 (en) * | 2001-03-05 | 2007-12-27 | Pact Xpp Technologies Ag | Method and Device for Treating and Processing Data |
US20090300262A1 (en) * | 2001-03-05 | 2009-12-03 | Martin Vorbach | Methods and devices for treating and/or processing data |
US20090210653A1 (en) * | 2001-03-05 | 2009-08-20 | Pact Xpp Technologies Ag | Method and device for treating and processing data |
US20090100286A1 (en) * | 2001-03-05 | 2009-04-16 | Martin Vorbach | Methods and devices for treating and processing data |
US20090144522A1 (en) * | 2001-03-05 | 2009-06-04 | Martin Vorbach | Data Processing Device and Method |
US7657877B2 (en) | 2001-06-20 | 2010-02-02 | Pact Xpp Technologies Ag | Method for processing data |
US20100095094A1 (en) * | 2001-06-20 | 2010-04-15 | Martin Vorbach | Method for processing data |
US20040243984A1 (en) * | 2001-06-20 | 2004-12-02 | Martin Vorbach | Data processing method |
US8869121B2 (en) | 2001-08-16 | 2014-10-21 | Pact Xpp Technologies Ag | Method for the translation of programs for reconfigurable architectures |
US20050086649A1 (en) * | 2001-08-16 | 2005-04-21 | Martin Vorbach | Method for the translation of programs for reconfigurable architectures |
US7996827B2 (en) | 2001-08-16 | 2011-08-09 | Martin Vorbach | Method for the translation of programs for reconfigurable architectures |
US20090006895A1 (en) * | 2001-09-03 | 2009-01-01 | Frank May | Method for debugging reconfigurable architectures |
US8429385B2 (en) | 2001-09-03 | 2013-04-23 | Martin Vorbach | Device including a field having function cells and information providing cells controlled by the function cells |
US8209653B2 (en) | 2001-09-03 | 2012-06-26 | Martin Vorbach | Router |
US20090150725A1 (en) * | 2001-09-03 | 2009-06-11 | Martin Vorbach | Method for debugging reconfigurable architectures |
US20090037865A1 (en) * | 2001-09-03 | 2009-02-05 | Martin Vorbach | Router |
US8686549B2 (en) | 2001-09-03 | 2014-04-01 | Martin Vorbach | Reconfigurable elements |
US20060245225A1 (en) * | 2001-09-03 | 2006-11-02 | Martin Vorbach | Reconfigurable elements |
US7840842B2 (en) | 2001-09-03 | 2010-11-23 | Martin Vorbach | Method for debugging reconfigurable architectures |
US8069373B2 (en) | 2001-09-03 | 2011-11-29 | Martin Vorbach | Method for debugging reconfigurable architectures |
US8407525B2 (en) | 2001-09-03 | 2013-03-26 | Pact Xpp Technologies Ag | Method for debugging reconfigurable architectures |
US8686475B2 (en) | 2001-09-19 | 2014-04-01 | Pact Xpp Technologies Ag | Reconfigurable elements |
US20040249880A1 (en) * | 2001-12-14 | 2004-12-09 | Martin Vorbach | Reconfigurable system |
US20050132344A1 (en) * | 2002-01-18 | 2005-06-16 | Martin Vorbach | Method of compilation |
US8281108B2 (en) | 2002-01-19 | 2012-10-02 | Martin Vorbach | Reconfigurable general purpose processor having time restricted configurations |
US20060090062A1 (en) * | 2002-01-19 | 2006-04-27 | Martin Vorbach | Reconfigurable processor |
US8127061B2 (en) | 2002-02-18 | 2012-02-28 | Martin Vorbach | Bus systems and reconfiguration methods |
US20100174868A1 (en) * | 2002-03-21 | 2010-07-08 | Martin Vorbach | Processor device having a sequential data processing unit and an arrangement of data processing elements |
US20060075211A1 (en) * | 2002-03-21 | 2006-04-06 | Martin Vorbach | Method and device for data processing |
US20030233485A1 (en) * | 2002-06-13 | 2003-12-18 | Mircrosoft Corporation | Event queue |
US7657861B2 (en) | 2002-08-07 | 2010-02-02 | Pact Xpp Technologies Ag | Method and device for processing data |
US20100070671A1 (en) * | 2002-08-07 | 2010-03-18 | Martin Vorbach | Method and device for processing data |
US8281265B2 (en) | 2002-08-07 | 2012-10-02 | Martin Vorbach | Method and device for processing data |
US20100153654A1 (en) * | 2002-08-07 | 2010-06-17 | Martin Vorbach | Data processing method and device |
US20060248317A1 (en) * | 2002-08-07 | 2006-11-02 | Martin Vorbach | Method and device for processing data |
US20110238948A1 (en) * | 2002-08-07 | 2011-09-29 | Martin Vorbach | Method and device for coupling a data processing unit and a data processing array |
US8914590B2 (en) | 2002-08-07 | 2014-12-16 | Pact Xpp Technologies Ag | Data processing method and device |
US20070050603A1 (en) * | 2002-08-07 | 2007-03-01 | Martin Vorbach | Data processing method and device |
US8156284B2 (en) | 2002-08-07 | 2012-04-10 | Martin Vorbach | Data processing method and device |
US20110006805A1 (en) * | 2002-09-06 | 2011-01-13 | Martin Vorbach | Reconfigurable sequencer structure |
US8310274B2 (en) | 2002-09-06 | 2012-11-13 | Martin Vorbach | Reconfigurable sequencer structure |
US20080191737A1 (en) * | 2002-09-06 | 2008-08-14 | Martin Vorbach | Reconfigurable sequencer structure |
US7928763B2 (en) | 2002-09-06 | 2011-04-19 | Martin Vorbach | Multi-core processing system |
US8803552B2 (en) | 2002-09-06 | 2014-08-12 | Pact Xpp Technologies Ag | Reconfigurable sequencer structure |
US7782087B2 (en) | 2002-09-06 | 2010-08-24 | Martin Vorbach | Reconfigurable sequencer structure |
US20110148460A1 (en) * | 2002-09-06 | 2011-06-23 | Martin Vorbach | Reconfigurable sequencer structure |
US20080216074A1 (en) * | 2002-10-08 | 2008-09-04 | Hass David T | Advanced processor translation lookaside buffer management in a multithreaded system |
US20050044323A1 (en) * | 2002-10-08 | 2005-02-24 | Hass David T. | Advanced processor with out of order load store scheduling in an in order pipeline |
US7991977B2 (en) | 2002-10-08 | 2011-08-02 | Netlogic Microsystems, Inc. | Advanced processor translation lookaside buffer management in a multithreaded system |
US7961723B2 (en) | 2002-10-08 | 2011-06-14 | Netlogic Microsystems, Inc. | Advanced processor with mechanism for enforcing ordering between information sent on two independent networks |
US8015567B2 (en) | 2002-10-08 | 2011-09-06 | Netlogic Microsystems, Inc. | Advanced processor with mechanism for packet distribution at high line rate |
US7941603B2 (en) | 2002-10-08 | 2011-05-10 | Netlogic Microsystems, Inc. | Method and apparatus for implementing cache coherency of a processor |
US8037224B2 (en) | 2002-10-08 | 2011-10-11 | Netlogic Microsystems, Inc. | Delegating network processor operations to star topology serial bus interfaces |
US7924828B2 (en) | 2002-10-08 | 2011-04-12 | Netlogic Microsystems, Inc. | Advanced processor with mechanism for fast packet queuing operations |
US8065456B2 (en) | 2002-10-08 | 2011-11-22 | Netlogic Microsystems, Inc. | Delegating network processor operations to star topology serial bus interfaces |
US20100318703A1 (en) * | 2002-10-08 | 2010-12-16 | Netlogic Microsystems, Inc. | Delegating network processor operations to star topology serial bus interfaces |
US9264380B2 (en) | 2002-10-08 | 2016-02-16 | Broadcom Corporation | Method and apparatus for implementing cache coherency of a processor |
US9154443B2 (en) | 2002-10-08 | 2015-10-06 | Broadcom Corporation | Advanced processor with fast messaging network technology |
US9092360B2 (en) | 2002-10-08 | 2015-07-28 | Broadcom Corporation | Advanced processor translation lookaside buffer management in a multithreaded system |
US20100077150A1 (en) * | 2002-10-08 | 2010-03-25 | Rmi Corporation | Advanced processor with cache coherency |
US9088474B2 (en) | 2002-10-08 | 2015-07-21 | Broadcom Corporation | Advanced processor with interfacing messaging network to a CPU |
US20050027793A1 (en) * | 2002-10-08 | 2005-02-03 | Hass David T. | Advanced processor with mechanism for packet distribution at high line rate |
US20050033889A1 (en) * | 2002-10-08 | 2005-02-10 | Hass David T. | Advanced processor with interrupt delivery mechanism for multi-threaded multi-CPU system on a chip |
US8176298B2 (en) | 2002-10-08 | 2012-05-08 | Netlogic Microsystems, Inc. | Multi-core multi-threaded processing systems with instruction reordering in an in-order pipeline |
US7984268B2 (en) * | 2002-10-08 | 2011-07-19 | Netlogic Microsystems, Inc. | Advanced processor scheduling in a multithreaded system |
US8953628B2 (en) | 2002-10-08 | 2015-02-10 | Netlogic Microsystems, Inc. | Processor with packet ordering device |
US20090055496A1 (en) * | 2002-10-08 | 2009-02-26 | Gaurav Garg | Advanced processor with credit based scheme for optimal packet flow in a multi-processor system on a chip |
US20050041666A1 (en) * | 2002-10-08 | 2005-02-24 | Hass David T. | Advanced processor with mechanism for enforcing ordering between information sent on two independent networks |
US20050044308A1 (en) * | 2002-10-08 | 2005-02-24 | Abbas Rashid | Advanced processor with interfacing messaging network to a CPU |
US20050055540A1 (en) * | 2002-10-08 | 2005-03-10 | Hass David T. | Advanced processor scheduling in a multithreaded system |
US8788732B2 (en) | 2002-10-08 | 2014-07-22 | Netlogic Microsystems, Inc. | Messaging network for processing data using multiple processor cores |
US8543747B2 (en) | 2002-10-08 | 2013-09-24 | Netlogic Microsystems, Inc. | Delegating network processor operations to star topology serial bus interfaces |
US8499302B2 (en) | 2002-10-08 | 2013-07-30 | Netlogic Microsystems, Inc. | Advanced processor with mechanism for packet distribution at high line rate |
US20080062927A1 (en) * | 2002-10-08 | 2008-03-13 | Raza Microelectronics, Inc. | Delegating Network Processor Operations to Star Topology Serial Bus Interfaces |
US8478811B2 (en) | 2002-10-08 | 2013-07-02 | Netlogic Microsystems, Inc. | Advanced processor with credit based scheme for optimal packet flow in a multi-processor system on a chip |
US20070011433A1 (en) * | 2003-04-04 | 2007-01-11 | Martin Vorbach | Method and device for data processing |
US20070083730A1 (en) * | 2003-06-17 | 2007-04-12 | Martin Vorbach | Data processing device and method |
US20100241823A1 (en) * | 2003-08-28 | 2010-09-23 | Martin Vorbach | Data processing device and method |
US20090172351A1 (en) * | 2003-08-28 | 2009-07-02 | Martin Vorbach | Data processing device and method |
US8812820B2 (en) | 2003-08-28 | 2014-08-19 | Pact Xpp Technologies Ag | Data processing device and method |
US20190172137A1 (en) * | 2003-11-05 | 2019-06-06 | Chicago Mercantile Exchange Inc. | Trade engine processing of mass quote messages and resulting production of market data |
US7277990B2 (en) | 2004-09-30 | 2007-10-02 | Sanjeev Jain | Method and apparatus providing efficient queue descriptor memory access |
US20060067348A1 (en) * | 2004-09-30 | 2006-03-30 | Sanjeev Jain | System and method for efficient memory access of queue control data structures |
US7418543B2 (en) | 2004-12-21 | 2008-08-26 | Intel Corporation | Processor having content addressable memory with command ordering |
US7555630B2 (en) | 2004-12-21 | 2009-06-30 | Intel Corporation | Method and apparatus to provide efficient communication between multi-threaded processing elements in a processor unit |
US20060155959A1 (en) * | 2004-12-21 | 2006-07-13 | Sanjeev Jain | Method and apparatus to provide efficient communication between processing elements in a processor unit |
US20060143373A1 (en) * | 2004-12-28 | 2006-06-29 | Sanjeev Jain | Processor having content addressable memory for block-based queue structures |
US20060140203A1 (en) * | 2004-12-28 | 2006-06-29 | Sanjeev Jain | System and method for packet queuing |
US7467256B2 (en) | 2004-12-28 | 2008-12-16 | Intel Corporation | Processor having content addressable memory for block-based queue structures |
US20090031104A1 (en) * | 2005-02-07 | 2009-01-29 | Martin Vorbach | Low Latency Massive Parallel Data Processing Device |
US20070044103A1 (en) * | 2005-07-25 | 2007-02-22 | Mark Rosenbluth | Inter-thread communication of lock protected data |
US7853951B2 (en) | 2005-07-25 | 2010-12-14 | Intel Corporation | Lock sequencing to reorder and grant lock requests from multiple program threads |
US20070022429A1 (en) * | 2005-07-25 | 2007-01-25 | Mark Rosenbluth | Lock sequencing |
US20070124728A1 (en) * | 2005-11-28 | 2007-05-31 | Mark Rosenbluth | Passing work between threads |
US7475229B2 (en) | 2005-12-30 | 2009-01-06 | Intel Corporation | Executing instruction for processing by ALU accessing different scope of variables using scope index automatically changed upon procedure call and exit |
US20070174372A1 (en) * | 2005-12-30 | 2007-07-26 | Feghali Wajdi K | Programmable processing unit having multiple scopes |
US20090199167A1 (en) * | 2006-01-18 | 2009-08-06 | Martin Vorbach | Hardware Definition Method |
US8250503B2 (en) | 2006-01-18 | 2012-08-21 | Martin Vorbach | Hardware definition method including determining whether to implement a function as hardware or software |
US20080004876A1 (en) * | 2006-06-30 | 2008-01-03 | Chuang He | Non-enrolled continuous dictation |
US8386254B2 (en) | 2007-05-04 | 2013-02-26 | Nuance Communications, Inc. | Multi-class constrained maximum likelihood linear regression |
US20090024390A1 (en) * | 2007-05-04 | 2009-01-22 | Nuance Communications, Inc. | Multi-Class Constrained Maximum Likelihood Linear Regression |
US20150295860A1 (en) * | 2007-10-31 | 2015-10-15 | Broadcom Corporation | Method and system for remotely configuring an ethernet switch using ethernet packets |
US9596324B2 (en) | 2008-02-08 | 2017-03-14 | Broadcom Corporation | System and method for parsing and allocating a plurality of packets to processor core threads |
US20090201935A1 (en) * | 2008-02-08 | 2009-08-13 | Hass David T | System and method for parsing and allocating a plurality of packets to processor core threads |
US9152426B2 (en) | 2010-08-04 | 2015-10-06 | International Business Machines Corporation | Initiating assist thread upon asynchronous event for processing simultaneously with controlling thread and updating its running status in status register |
US20130139168A1 (en) * | 2010-09-20 | 2013-05-30 | International Business Machines Corporation | Scaleable Status Tracking Of Multiple Assist Hardware Threads |
US20120072707A1 (en) * | 2010-09-20 | 2012-03-22 | International Business Machines Corporation | Scaleable Status Tracking Of Multiple Assist Hardware Threads |
US8719554B2 (en) * | 2010-09-20 | 2014-05-06 | International Business Machines Corporation | Scaleable status tracking of multiple assist hardware threads |
US8793474B2 (en) | 2010-09-20 | 2014-07-29 | International Business Machines Corporation | Obtaining and releasing hardware threads without hypervisor involvement |
US8898441B2 (en) | 2010-09-20 | 2014-11-25 | International Business Machines Corporation | Obtaining and releasing hardware threads without hypervisor involvement |
CN102411512A (en) * | 2010-09-20 | 2012-04-11 | 国际商业机器公司 | Scaleable status tracking method and system of multiple assist hardware threads |
US8713290B2 (en) * | 2010-09-20 | 2014-04-29 | International Business Machines Corporation | Scaleable status tracking of multiple assist hardware threads |
US9544232B2 (en) | 2011-02-16 | 2017-01-10 | Oracle International Corporation | System and method for supporting virtualized switch classification tables |
US20150161058A1 (en) * | 2011-10-26 | 2015-06-11 | Imagination Technologies Limited | Digital Signal Processing Data Transfer |
US9575900B2 (en) * | 2011-10-26 | 2017-02-21 | Imagination Technologies Limited | Digital signal processing data transfer |
US10268377B2 (en) | 2011-10-26 | 2019-04-23 | Imagination Technologies Limited | Digital signal processing data transfer |
US11372546B2 (en) | 2011-10-26 | 2022-06-28 | Nordic Semiconductor Asa | Digital signal processing data transfer |
US9489327B2 (en) | 2013-11-05 | 2016-11-08 | Oracle International Corporation | System and method for supporting an efficient packet processing model in a network environment |
US9858241B2 (en) * | 2013-11-05 | 2018-01-02 | Oracle International Corporation | System and method for supporting optimized buffer utilization for packet processing in a networking device |
US20150127762A1 (en) * | 2013-11-05 | 2015-05-07 | Oracle International Corporation | System and method for supporting optimized buffer utilization for packet processing in a networking device |
US10025752B2 (en) | 2014-04-30 | 2018-07-17 | Huawei Technologies Co., Ltd. | Data processing method, processor, and data processing device |
Also Published As
Publication number | Publication date |
---|---|
CN100351798C (en) | 2007-11-28 |
DE60030767T2 (en) | 2007-11-08 |
US6625654B1 (en) | 2003-09-23 |
CN1643499A (en) | 2005-07-20 |
US7111296B2 (en) | 2006-09-19 |
AU4311601A (en) | 2001-07-09 |
US20040098496A1 (en) | 2004-05-20 |
DE60030767D1 (en) | 2006-10-26 |
EP1242883B1 (en) | 2006-09-13 |
ATE339724T1 (en) | 2006-10-15 |
TW544629B (en) | 2003-08-01 |
SG145543A1 (en) | 2008-09-29 |
WO2001048606A3 (en) | 2002-07-11 |
WO2001048606A2 (en) | 2001-07-05 |
HK1046050A1 (en) | 2002-12-20 |
EP1242883A2 (en) | 2002-09-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6625654B1 (en) | Thread signaling in multi-threaded network processor | |
US6560667B1 (en) | Handling contiguous memory references in a multi-queue system | |
EP1214660B1 (en) | Sram controller for parallel processor architecture including address and command queue and arbiter | |
US7424579B2 (en) | Memory controller for processor having multiple multithreaded programmable units | |
US6587906B2 (en) | Parallel multi-threaded processing | |
US7743235B2 (en) | Processor having a dedicated hash unit integrated within | |
EP1247168B1 (en) | Memory shared between processing threads | |
US7191321B2 (en) | Microengine for parallel processor architecture | |
US6606704B1 (en) | Parallel multithreaded processor with plural microengines executing multiple threads each microengine having loadable microcode | |
US6952824B1 (en) | Multi-threaded sequenced receive for fast network port stream of packets | |
EP1236094B1 (en) | Branch instruction for multithreaded processor | |
US20020083373A1 (en) | Journaling for parallel hardware threads in multithreaded processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INTEL CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ADILETTA, MATTHEW J.;BERNSTEIN, DEBRA;WOLRICH, GILBERT;AND OTHERS;REEL/FRAME:011986/0883 Effective date: 20010709 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |