US7596621B1 - System and method for managing shared state using multiple programmed processors - Google Patents

System and method for managing shared state using multiple programmed processors Download PDF

Info

Publication number
US7596621B1
US7596621B1 US10/649,364 US64936403A US7596621B1 US 7596621 B1 US7596621 B1 US 7596621B1 US 64936403 A US64936403 A US 64936403A US 7596621 B1 US7596621 B1 US 7596621B1
Authority
US
United States
Prior art keywords
flow
event
protocol
workspace
core
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.)
Expired - Fee Related, expires
Application number
US10/649,364
Inventor
Simon John Knee
Fazil Ismet Osman
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ikanos Communications Inc
Original Assignee
Astute Networks Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Astute Networks Inc filed Critical Astute Networks Inc
Priority to US10/649,364 priority Critical patent/US7596621B1/en
Assigned to ASTUTE NETWORKS, INC. reassignment ASTUTE NETWORKS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: OSMAN, FAZIL ISMET, KNEE, JOHN SIMON
Application granted granted Critical
Publication of US7596621B1 publication Critical patent/US7596621B1/en
Assigned to IKANOS COMMUNICATIONS, INC. reassignment IKANOS COMMUNICATIONS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ASTUTE NETWORKS, INC.
Assigned to SILICON VALLEY BANK reassignment SILICON VALLEY BANK SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IKANOS COMMUNICATIONS, INC.
Assigned to IKANOS COMMUNICATIONS, INC. reassignment IKANOS COMMUNICATIONS, INC. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: SILICON VALLEY BANK
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2441Traffic characterised by specific attributes, e.g. priority or QoS relying on flow classification, e.g. using integrated services [IntServ]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/12Protocol engines

Definitions

  • This invention relates to data transfer processing systems.
  • Data transfer systems typically convey data through a variety of layers, each performing different types of processing.
  • ISO International Standards Organization
  • ANSI American National Standards Institute
  • Many other models have been proposed that have varying numbers of layers, which perform somewhat different functions.
  • layers range from a physical layer, via which signals containing data are transmitted and received, to an application layer, via which high-level programs and processes share information.
  • a Transport Layer exists between these extremes. Within such transport layers, functions are performed that are needed to coordinate the transfer of data, which may have been sent over diverse physical links, for distribution to higher-level processes.
  • a communication system coordinates numerous messages (such as packets) that each belong to a particular “flow” or grouping of such messages. Each message may be identified by its association with a particular flow identification key (flow key), which in turn is typically defined by information about the endpoints of the communication.
  • Transport layer processing is generally performed by processing modules which will be referred to as transport layer terminations (TLTs), which manage data received from remote TLTs (or being transmitted to the remote TLTs) according to a set of rules defined by the transport layer protocol (TLP) selected for each particular flow.
  • TLTs transport layer terminations
  • TLP transport layer protocol
  • a TLT examines each message that it processes for information relevant to a flowstate that defines the status of the flow to which the message belongs, updates the flowstate accordingly, and reconstitutes raw received data on the basis of the flowstate into proper form for the message destination, which is typically either a remote TLT or a local host.
  • Flows are typically bidirectional communications, so a TLT receiving messages belonging to a particular flow from a remote TLT will generally also send messages belonging to the same flow to the remote TLT.
  • Management of entire flows according to selected TLPs by maintaining corresponding flowstates distinguishes transport layer processing from link level processing, which is generally concerned only with individual messages.
  • TLPs such as Fibre Channel, SCTP, UDP and TCP
  • TLPs typically function to ensure comprehensible and accurate communication of information to a target, such as by detecting and requesting retransmission of lost or damaged messages, reorganizing various messages of a flow into an intended order, and/or providing pertinent facts about the communication to the target.
  • Transmission Control Protocol (TCP) is probably the best-known example of a TLP, and is extensively used in networks such as the Internet and Ethernet applications.
  • TCP is a connection-oriented protocol, and information about the state of the connection must be maintained at the connection endpoints (terminations) while the connection is active.
  • connection state information includes, for example, congestion control information, timers to determine whether packets should be resent, acknowledgement information, and connection identification information including source and destination identification and open/closed status.
  • Each active TCP connection thus has a unique connection ID and a connection state.
  • a TCP “connection” is an example of the more general TLP concept that is termed “flow” herein, while TCP “connection ID” and “connection state” are examples of the more general TLP concepts referred to herein as “flow key” and “flowstate,” respectively.
  • the flow key may be uniquely specified by a combination of the remote link (destination) address (typically an Internet Protocol or “IP” address), the remote (destination) TCP port number, the local link (source) address (also typically an IP address), the local (source) TCP port number, and in some cases a receiver interface ID. It may also be useful to include a protocol indication as part of the general flow key, in order to distinguish flows that have otherwise identical addressing but use different TLPs.
  • IP Internet Protocol
  • Data communications can also occur in many layers other than the classic transport layer.
  • iSCSI communications occur at layers above the transport layer, yet the communications include stateful messages belonging to a flow and are thus analogous, in some ways, to transport layer communications.
  • the present invention is directed to a method of processing data in a stateful protocol processing system.
  • the method includes receiving a first message of a first flow comprised of a first plurality of messages and deriving a first event from the first message.
  • a first flow state characterizing the first flow is then retrieved.
  • a first workspace portion of the first flow is assigned to a first protocol processing core, and a second workspace portion of the flow state is assigned to a second protocol processing core.
  • the method further includes processing the first event using the first protocol processing core and the second protocol processing core.
  • the first flow state is defined at least in part by a plurality of protocol layers, which results in the first workspace portion and the second workspace portion corresponding to different ones of such layers.
  • the present invention relates to a stateful protocol processing system configured to process multiple flows of messages.
  • the apparatus includes a first protocol processing core and a second protocol processing core.
  • An input module is configured to receive a first message of a first flow comprised of a first plurality of messages and to derive a first event from the first message.
  • a lookup controller operates to retrieve a first flow state characterizing the first flow.
  • the first flow state includes a first workspace portion assigned to the first protocol processing core and a second workspace portion assigned to the second protocol processing core.
  • the first event is processed using the first protocol processing core and the second protocol processing core.
  • the first protocol processing core may modify the first workspace portion and thereby create a modified first workspace portion that is written back to the lookup controller.
  • the second protocol processing core may modify the second workspace portion and thereby create a modified second workspace portion that is also written back to the lookup controller.
  • the invention also pertains to a method of processing data in a stateful protocol processing system.
  • the method includes receiving a first message of a first flow comprised of a first plurality of messages and deriving a first event from the first message.
  • a first flow state characterizing the first flow includes a first workspace portion and a second workspace portion retrieved from a common memory.
  • the first workspace portion is stored in a first local memory and the second workspace portion is stored in a distinct second local memory.
  • the method further includes processing the first event and making corresponding modifications within the first workspace portion and the second workspace portion. This yields a modified first workspace portion and a modified second workspace portion, respectively.
  • the modified first workspace portion and the modified second workspace portion are then written to the common memory.
  • the first local memory is associated with a first protocol processing core and the second local memory is associated with a second protocol processing core.
  • the first protocol processing core may perform an initial portion of the processing of the first event and then hand it off to the second protocol processing core for performance of a subsequent portion of the processing of the first event.
  • FIG. 1A is a block diagram showing general interface connections to a stateful protocol processing system.
  • FIG. 1B is a block diagram of a transport layer termination system within a typical computer system.
  • FIG. 2 is a more detailed block diagram of a stateful protocol processing system such as that of FIG. 1 .
  • FIG. 3 is a block diagram showing further details of some of the features of the stateful protocol processing system of FIG. 2 .
  • FIG. 4 is a flowchart of acts used in varying the protocol core that is selected to process a flow.
  • FIG. 5 is a flowchart of acts performed by a dispatcher module in response to receiving an event belonging to a flow.
  • FIG. 6 is a flowchart illustrating certain acts that the dispatcher module (or its submodules) may perform in response to feedback from a protocol processing core.
  • FIG. 7 is a block diagram of a particular implementation of a stateful protocol processing system to which reference will be made in describing the manner in which the present invention facilitates management of shared state using multiple programmed processors.
  • FIG. 8 is an event trace diagram which illustratively represents interaction between various elements of the inventive stateful protocol processing system during operation in a dual-core mode.
  • FIG. 9 is an event trace diagram which illustratively represents interaction between various elements of the inventive stateful protocol processing system during operation in an alternate dual-core mode.
  • FIG. 10 illustrates the splitting of a flow state and depicts three principal areas in which state information is maintained.
  • FIG. 11 illustrates an exemplary approach to flow state splitting with sharing in accordance with one aspect of the invention.
  • Stateful protocol processing entails processing data that arrives in identifiable and distinguishable units that will be referred to herein as “messages.”
  • a multiplicity of messages will belong to a “flow,” which is a group of messages that are each associated with a “flow key” that uniquely identifies the flow.
  • the methods and apparatus described herein for stateful protocol processing are most useful when a multiplicity of different flows is concurrently active.
  • a flow is “active” whether or not a message of the flow is presently being processed, as long as further messages are expected, and becomes inactive when no further processing of messages belonging to the particular flow are expected.
  • a “stateful protocol” defines a protocol for treating messages belonging to a flow in accordance with a “state” that is maintained to reflect the condition of the flow. At least some (and typically many) of the messages belonging to a flow will affect the state of the flow, and stateful protocol processing therefore includes checking incoming messages for their effect on the flow to which they belong, updating the state of the flow (or “flowstate”) accordingly, and processing the messages as dictated by the applicable protocol in view of the current state of the flow to which the messages belong.
  • TCP Transmission Control Protocol
  • a TCP flow is typically called a “connection,” while messages are packets.
  • the flow key associated with each packet consists primarily of endpoint addresses (e.g., source and destination “socket addresses”).
  • endpoint addresses e.g., source and destination “socket addresses”.
  • a flowstate is maintained for each active connection (or flow) that is updated to reflect each packet of the flow that is processed. The actual treatment of the data is performed in accordance with the flowstate and the TCP processing rules.
  • TCP is a protocol that is commonly used in TLT (transport layer termination) systems.
  • a typical TLT accepts messages in packets, and identifies a flow to which the message belongs, and a protocol by which the message is to be processed, from information contained within the header of the packet.
  • the information that is required to associate a message with a flow to which it belongs and a protocol by which it is to be processed may be provided in other ways, such as indirectly or by implication from another message with which it is associated, or by a particular source from which it is derived (for example, if a particular host is known to have only one flow active at a time, then by implication each message from that host belongs to the flow that is active with respect to that host.
  • stateful protocol processing as described herein may be utilized in places other than TLT systems, in which case the information about flow and protocol may well be provided elsewhere than in an incoming packet header.
  • an incoming TCP packet may encapsulate data that is to be processed according to an entirely different protocol, in a different “layer” of processing.
  • the stateful protocol processing effected within the context of a TLT system described herein provides a specific example of a general stateful protocol processing system (“SPPS”). Messages belonging to one stateful protocol flow may, for example, be encapsulated within messages belonging to a distinct stateful protocol.
  • SPPS general stateful protocol processing system
  • SCSI provides examples of data communication at layers other than a transport layer.
  • SCSI Serial Advanced Technology Attachment
  • SCSI communications may take place over a special purpose connection dedicated to SCSI communications, or they may be encapsulated and conveyed via a different layer.
  • SCSI may be encapsulated within messages of some transport layer protocols, such as Fibre Channel and TCP.
  • FCP Fibre Channel
  • iSCSI is a protocol by which SCSI messages are encapsulated in TCP messages.
  • FCP and iSCSI are each stateful protocols.
  • One example of such encapsulation involves information belonging to a first stateful flow, such as an iSCSI flow, that is communicated over a local network within messages belonging to a distinct second stateful flow, such as a TCP connection.
  • a first SPPS may keep track of the state of the encapsulating TCP connection (flow).
  • the same SPPS, or a different second one may determine that some of the messages conveyed by the encapsulating flow form higher-level messages that belong to an encapsulated iSCSI flow.
  • the flow key of the encapsulated iSCSI flow may be contained within each encapsulated message, or it may be determined by implication from the flow key of the encapsulating TCP/IP packets that are conveying the information.
  • the SPPS may maintain a state for the iSCSI flow, and may identify and process the messages associated with the flow in accordance with the specified protocol (iSCSI, in this example).
  • a transport layer termination system may provide a good example of a SPPS (stateful protocol processing system).
  • a TLT is likely to include at least some stateful processing, thus qualifying as a SPPS.
  • a SPPS can be utilized for other data communication layers, and for other types of processing, as long as the processing includes updating the flowstate of a flow to which a multiplicity of messages belong, in accordance with a stateful protocol that is defined for the messages. Therefore, although the invention is illustrated primarily with respect to a TLT system, care should be taken not to improperly infer that the invention is limited to TLT systems.
  • FIG. 1A illustrates interface connections to a SPPS 100 .
  • a SPPS packet input processing block 102 may accept data in packets from any number of sources.
  • the sources typically include a host connection, such as “Host 1 ” 104 , and a network connection, such as “Network 1 ” 106 , but any number of other host connections and/or network connections may be used with a single system, as represented by “Host N” 108 and “Network M” 110 .
  • a protocol processing block 112 processes incoming data in accordance with the appropriate rules for each flow of data (i.e., stateful protocol rules such as are defined by the well-known TCP, for stateful messages specified for processing according to such stateful protocol).
  • Flows generally involve bidirectional communications, so data is typically conveyed both to and from each host connection and/or network connection. Consequently, a packet output processing block 114 delivers data to typically the same set of connections (“Host 1 ” 104 to “Host N” 108 and “Network 1 ” 106 to “Network M” 110 ) from which the packet input processing block 102 receives data.
  • FIG. 1B provides an overview of connections to a TLTS 150 that provides an example of a simple SPPS as implemented within a computing system 152 .
  • a single host system 154 is connected to the TLTS 150 via a connection 156 that uses a well-known SPI-4 protocol.
  • the host 154 behaves as any of the hosts 104 - 108 shown in FIG. 1A , sending messages to, and receiving messages from, the TLTS 150 .
  • the TLTS 150 is connected to a Media Access Control (“MAC”) device 158 via another SPI-4 protocol connection 160 .
  • the MAC 158 is connected to a network 162 via a suitable connection 164 .
  • MAC Media Access Control
  • the MAC converts between data for the TLTS (here, in SPI-4 format), and the physical signal used by the connection 164 for the network 162 .
  • the network 162 may have internal connections and branches, and communicates data to and from remote communications sources and/or targets, exemplified by as “source/target system 1 ” 170 , “source/target system 2 ” 180 , and “source/target system 3 ” 190 . Any number of communication source/targets may be accessed through a particular network.
  • Source/target systems may be similar to the computing system 152 . More complicated source/target systems may have a plurality of host and network connections, such as is illustrated in FIG. 1A . Thus, some source/target systems may effectively connect together a variety of different networks.
  • FIG. 2 is a block diagram showing modules of an exemplary SPPS 200 .
  • two SPI-4 Rx interface units 202 and 204 receive data over standard SPI-4 16-bit buses that accord with “System Packet Interface Level 4 (SPI-4) Phase 2: OC-192 System Interface for Physical and Link Layer Devices. Implementation Agreement OIF-SPI4-02.0,” Optical Internetworking Forum, Fremont, Calif., January 2001 (or latest version).
  • SPI-4 System Packet Interface Level 4
  • OIF-SPI4-02.0 Optical Internetworking Forum, Fremont, Calif., January 2001 (or latest version).
  • the number of connections is important only insofar as it affects the overall processing capability needed for the system, and from one to a large number of interfaces may be connected.
  • Each individual interface may process communications to any number of network and/or host sources; separate physical host and network connections are not necessary, but may be conceptually and physically convenient.
  • any other techniques for interface to a physical layer may be used alternatively or additionally (with processing in the corresponding input blocks, e.g., 202 , 204 , conformed) in other embodiments.
  • data received by the interfaces 202 and 204 is conveyed for processing to message splitter modules 206 and 208 , respectively.
  • the transfer typically takes place on a bus of size “B.”
  • B is used throughout this document to indicate a bus size that may be selected for engineering convenience to satisfy speed and layout constraints, and does not represent a single value but typically ranges from 16 to 128 bits.
  • the message splitter modules 206 and 208 may perform a combination of services. For example, they may reorganize incoming messages (typically packets) that are received piece-wise in bursts, and may identify a type of the packet from its source and content and add some data to the message to simplify type identification for later stages of processing. They may also split incoming messages into “payload” data and “protocol event” (hereafter simply “event”) data.
  • a message splitter module such as 206 or 208 may move all of the data into known locations in a scratchpad memory 210 via a bus of convenient width B. Alternatively, it may send only payload data to the scratchpad, or other subset of the entire message.
  • the scratchpad 210 may be configured in various ways; for example, it may function as a well-known first-in, first-out (FIFO) buffer. In a more elaborate example, the scratchpad 210 may be organized into a limited but useful number of pages. Each page may have a relatively short scratchpad reference ID by which a payload (or message) that is stored in the scratchpad beginning on such page can be located.
  • an indication may be provided at the end of the page such that the next page is recognized as concatenated, and in this manner any length of payload (or message) may be accommodated in a block of one or more pages that can be identified by the reference ID of the first page.
  • a payload length is normally part of the received header information of a message.
  • the scratchpad reference ID may provide a base address, and the payload may be disposed in memory referenced to the base address in a predetermined manner.
  • the payload terminates implicitly at the end of the payload length, and it may be useful to track the number of bytes received by the scratchpad independently, in order to compare to the payload length that is indicated in the header for validation.
  • the scratchpad also receives the header of a message, that header may be similarly accessed by reference to the scratchpad reference ID.
  • the payload length validation may be readily performed within the scratchpad memory module 210 , but such validation can in general be performed many other places, such as within the source message splitter ( 206 , 208 ), within the dispatcher 212 , or within a PPC 216 - 222 , as may be convenient from a data processing standpoint.
  • a typical function of a message splitter 206 , 208 is to derive, from the incoming messages, the information that is most relevant to stateful processing of the messages, and to format and place such information in an “event” that is related to the same flow as the message from which it is derived.
  • “state-relevant” data including flow identification, handshaking, length, packet order, and protocol identification, is disposed in known locations within a packet header.
  • Each stateful protocol message will have information that is relevant to the state of the flow to which it belongs, and such state-relevant information will be positioned where it can be identified. (Note that systems that perform stateful protocol processing may also process stateless messages.
  • TLPs typically also process packets, such as Address Request Protocol or ARP packets, which are not associated with an established flow and thus do not affect a flowstate.
  • packets such as Address Request Protocol or ARP packets
  • ARP packets Address Request Protocol
  • Such “stateless” packets may be processed by any technique that is compatible with the presently described embodiments. However, these techniques are not discussed further herein because the focus is on the processing of stateful messages that do affect a flowstate for a message flow.
  • the event that is derived from an incoming message by a message splitter module such as 206 or 208 may take a wide range of forms. In the simplest example, in some embodiments it may be the entire message. More typically, the event may exclude some information that is not necessary to make the decisions needed for TLP processing. For example, the payload may often be excluded, and handled separately, and the event may then be simply the header of a message, as received. However, in some embodiments information may be added or removed from the header, and the result may be reformatted, to produce a derived event that is convenient for processing in the SPPS.
  • Received messages may, for example, be examined to some extent by the interface ( 202 , 204 ) or message splitter ( 206 , 208 ) modules, and the results of such examination may be used to derive a “type” for the event. For example, if a packet has no error-checking irregularities according to the protocol called for in the flow to which the packet belongs, then the event derived from such package may be identified with an event “type” field that reflects the protocol and apparent validity of the message. Each different protocol that is processed by the SPPS may thus have a particular “type,” and this information may be included in the event to simplify decisions about subsequent processing. Another type may be defined that is a message fragment; such fragments must generally be held without processing until the remainder of the message arrives.
  • Message fragments may have subtypes according to the protocol of the event, but need not.
  • a further event type may be defined as a message having an error. Since the “type” of the event may be useful to direct the subsequent processing of the event, messages having errors that should be handled differently may be identified as a subtype of a general error. As one example, error type events may be identified with a subtype that reflects a TLP of the event.
  • event typing may be very simple, or may be complex, as suits the SPPS embodiment from an engineering perspective.
  • Event typing is one example of augmentation that may be made to received message information in deriving an event.
  • Other augmentation may include revising or adding a checksum, or providing an indication of success or failure of various checks made upon the validity of the received message.
  • Relevant locations may also be added, such as a scratchpad location indicating where the message information may be found within the scratchpad memory 210 .
  • a message source that uses the SPPS such as a host
  • the message splitter may not need to actually add the information in order to obtain an “augmented” event.
  • event derivation may include reformatting the event information to permit more convenient manipulation of the event by the SPPS.
  • processing may be optimized for certain types of events (such as TCP events, in some systems), and deriving events of other types may include reformatting to accommodate such optimized processing.
  • events may be derived by doing nothing to a received message, or by augmenting and/or reformatting information of the message, particularly state-relevant information, to aid later processing steps.
  • the resulting event may consist primarily of the first 256 bytes of the packet, with unnecessary information removed and information added to reflect a scratchpad location in which it is copied, the results of error checking, and the event typing.
  • a host is configured to prepare data in a form that is convenient, a resulting host event issued from the message splitter may be the first bytes of the message (e.g., the first 256 bytes), with few or no changes.
  • the message splitter function may alternatively be implemented via software executed in a general-purpose processor, or in an application specific integrated circuit (ASIC), or in any other appropriate manner.
  • ASIC application specific integrated circuit
  • a “local proxy” of the flow ID i.e., a number representing the flow ID of the message that suffices to identify the flow within the SPPS and is more useful for local processing
  • a “local proxy” of the flow ID could be determined and added to the event at the message splitter—a step that is performed during a later processing block in the illustrated embodiments.
  • incoming messages may be kept together: for example, they may be stored intact in the scratchpad memory so as to be available to many parts of the system, or they may be forwarded in their entirety directly to the event dispatcher 212 and thence to the protocol processing cores (PPCs) 216 - 222 that are described below in more detail.
  • PPCs protocol processing cores
  • incoming messages are not split, then these modules 206 , 208 might, for example, be renamed “packet preprocessors” to reduce confusion.
  • design convenience primarily determines which module performs any particular acts within a complex system.
  • the events prepared by the message splitters 206 , 208 are forwarded to an event dispatcher module 212 , where they may be entered into a queue.
  • the event dispatcher module 212 (or simply dispatcher) may begin processing the incoming event by initiating a search for a local flow ID proxy, based on the flow identification “key” that arrives with the message.
  • the flow identification key (or simply “flow key”) uniquely identifies the flow to which the message belongs in accordance with the TLP used by the flow.
  • the flow key can be very large (typically 116-bits for TCP) and as such it may not be in a format that is convenient for locating information maintained by the SPPS that relates to the particular flow.
  • a local flow ID proxy may be used instead for this purpose.
  • a local flow ID proxy (or simply “local proxy ID,” “local flow ID,” or “proxy ID”) generally includes enough information to uniquely identify the particular flow within the SPPS, and may be made more useful for locating information within the SPPS that relates to the particular flow.
  • a local flow ID proxy may be selected to serve as an index into a flowstate memory 214 to locate information about a particular flow (such as a flowstate) that is maintained within the SPPS.
  • a local flow ID proxy may be a more convenient representative of the flow for purposes of the SPPS, it will typically be smaller as well.
  • a local flow ID proxy may be determined within the dispatcher module or elsewhere, such as within the message splitter modules 206 , 208 as described previously. Given the very large number of local flow ID proxies that must be maintained, for example, in large TLTSs (transport layer termination systems), determining the proxy ID may be a nontrivial task. If so, it may be convenient from an engineering perspective to make such determination by means of a separate “lookup” module, as described below. In some embodiments, such a lookup module may be a submodule of the message splitter modules 206 , 208 , or it may be a submodule of the dispatcher module, or it may be best designed as independent and accessible to various other modules.
  • a search for the local flow ID proxy may be simplified, or even eliminated, for events received from a host that is configured to include the local flow ID proxy rather than (or in addition to) the usual TLP flow key that will accompany flow messages on a network.
  • a host configuration can reduce the workload of whatever module would otherwise determine the local flow ID proxy, e.g., the dispatcher.
  • Another way to reduce the local flow ID proxy lookup effort may be to maintain a “quick list” of the most recently used flow IDs, and their associated proxies, and to check this list first for each arriving message or event.
  • the dispatcher 212 may create a new local flow proxy ID. In many cases the dispatcher (or a lookup submodule) may then initialize a flowstate for such new flow. It may be useful to select such proxy ID as a value that will serve as a table entry into memory that may be used to store a flowstate for such new flow in a convenient memory, such as flowstate memory 214 . Such memory may be quite large in large systems, requiring special management.
  • Each distinct “memory” described herein typically includes not only raw memory but also appropriate memory controller facilities. However, the function of the memory controller is generally not central to the present description, which merely requires that the memory either store or return specified blocks of data in response to requests. Because SPPSs as described herein may be made capable of concurrently processing millions of active flows (or may be limited to processing a few thousand, or even fewer, active flows), and because a typical flowstate may be approximately 512 bytes, multiple GB of memory may be needed to implement the SPPS of FIG. 2 . Techniques for implementing such large memories are known and constantly evolving, and any such known or subsequently developed technique may be used with any type of memory to form the SPPS of FIG. 2 , so long as adequate performance is achieved with such memory.
  • Memories are distinguished from each other as distinct memories if they function in a substantially independent manner. For example, distinct memories may be independently addressable, such that addressing a data item stored in one memory does not preclude simultaneously addressing an unrelated item in a distinct memory. Distinct memories may also be independently accessible, such that accessing an item in one memory does not preclude simultaneously accessing an unrelated item in a distinct memory. Due to such independence, distinct memories may in some cases avoid data access bottlenecks that may plague common (or shared) memories.
  • the dispatcher module 212 illustrated in FIG. 2 may include submodules that perform particular subsets of the dispatcher tasks. For example, it may be useful to incorporate a separate “lookup” module to perform the function of looking up a local flow ID proxy based on the flow key that is included in the arriving event. Another function of the dispatcher 212 may be to establish and maintain flow timers for active flows, as may be required by the particular TLP associated with each flow. When it is convenient to maintain such flow timers in memory that is indexed by the local flow ID proxy, the lookup module may also conveniently perform the function of monitoring the flow timers. Also, the dispatcher 212 may provide the flowstate to a PPC when assigning it to process events of a flow.
  • the lookup module may be independent, or it may be essentially a submodule of the dispatcher.
  • the lookup module could also be associated primarily with other sections of the system. For example, it could be primarily associated with (or even a submodule of) a message splitter module 206 , 208 , if that is where the lookup tasks are performed, or it could be primarily associated with the PPCs 216 - 222 if the lookup tasks were performed primarily there.
  • the lookup process may require extensive processing, such as a hash lookup procedure, in order to select or determine a local flow ID proxy based on raw flow identification or “flow key.”
  • a lookup module (or submodule) may be implemented with its own microprocessor system and supporting hardware.
  • the dispatcher may assign and transfer an event to a PPC without waiting for the determination to be completed, and the lookup module can later transfer flow information (obtained by use of the local flow ID proxy) to the assigned PPC without further interaction with the dispatcher.
  • a “lookup” or other submodule may as a matter of design convenience be configured to perform any of the tasks attributed to the dispatcher (or other module in which it is located or with which it is associated, and indeed in many cases may perform tasks that are attributed, in the present description, to other modules, such as the message splitter modules.
  • the ability to move functionality between different functional modules is a common feature of complex processing systems, and the skilled person will understand that moving functionality between modules does not, in general, make a system significantly different.
  • the dispatcher 212 may request a checksum from the scratchpad memory 210 reflecting the payload of the message, combine it with a checksum included with the event that covers that portion of the message converted into the event, and incorporate the combined checksum into the event.
  • a bus of modest size is shown between the dispatcher 212 and the other processing blocks that is sufficient for this purpose. As with many dispatcher functions, this function could be performed elsewhere, such as in the message splitter blocks 206 , 208 , or during later processing.
  • Another module, or dispatcher submodule may be created to perform some or all of the decision making for the dispatcher.
  • Such submodule which will be referred to as a “Director,” may perform the steps involved in selecting a particular PPC to handle a particular event of a flow, and keeping track, for the overall SPPS (stateful protocol processing system), of the status of active flow processing in the various PPCs.
  • SPPS stateful protocol processing system
  • the “flow processing status” maintained by the Director submodule may indicate, for example, that other events of the flow are presently being processed by a PPC, or that a new flowstate generated after PPC processing of a previous event (of the flow) is presently being written to the flow state memory. It may also indicate if the flow is being torn down, or that a timer event is pending for that flow. Such flow processing status information may be used, for example, to cause the Director submodule to delay the forwarding of an event to a PPC when appropriate, such as to avoid overwriting a flowstate while the flow processing status of a flow says that its flowstate is being written from a PPC to the flowstate memory. Once the update of the flowstate memory is complete, as reflected by the flow processing status, the new event may be forwarded to a PPC.
  • the Director submodule's flow processing status information may also be used, for example, to prevent timer expirations from being improperly issued while a flow is being processed by a PPC. Such timer events should not be issued if the very act of processing an event may cause such a timer expiration to be cancelled.
  • the Director submodule may refer to the flow processing status information before allowing timer events to be issued to PPCs, so that such timer events are issued only when no other events are active for that flow.
  • organization of the Director as a distinct module may permit the dispatcher to simply hand off an incoming event to the Director.
  • the dispatcher 212 determines where the message event (or entire message, if messages and events are not split) should be processed in accordance with the TLP associated with the flow.
  • the bulk of such TLP processing is performed by a Protocol Processing Core (“PPC”).
  • PPC Protocol Processing Core
  • a cluster having a number of PPCs is represented by the PPCs 216 through 218 , while PPCs 220 and 222 represent another cluster of PPCs. Two PPC clusters are shown, but any number of such PPC clusters may be used.
  • one TLTS embodiment may comprise only a single cluster of PPCs, while a complex SPPS embodiment may include hundreds of clusters. Two of the PPCs in a cluster are shown in FIG.
  • Each cluster may utilize an intracluster intercore bus 224 (or 226 ) interconnecting PPCs of each cluster, and each cluster will typically be connected to a bus network and control block 228 by a bus 230 or 232 .
  • Data between the dispatcher 212 and the PPCs may be organized by a bus network and control block 228 .
  • the bus network and control block 228 functions primarily as a “crossbar” switch that facilitates communication between a variety of modules, as described in more detail below.
  • PPCs typically include a processor core and microcode (i.e., some form of sequential instructions for the processor core) that enables the PPC to process events that are submitted to it. They also typically include local memory, which the PPC can access without interfering with other PPCs, sufficient to hold the relevant flowstate data of a flow that the PPC is processing. It will typically be convenient to maintain much or all of the flowstate of a particular flow in the local memory of the PPC processing a message event for that flow.
  • the PPC local memory may be organized into a number of blocks or “workspaces” that are each capable of holding a flowstate. PPCs will typically have a queue for incoming events, and workspaces for several different flows having events in the queue that are concurrently being processed by the PPC.
  • bus represented herein are described as being bidirectional in nature. However, if convenient, the buses may be implemented as two one-way buses that in some cases will not be of equal bit-width in both directions.
  • a bus indicated as having a width B bits represents a bus width that that may be selected for convenience in a particular implementation, and may be directionally asymmetrical.
  • the typical considerations for bus size apply, including space and driver constraints of the physical layout, and the required traffic needed to achieve a particular performance target.
  • the buses are not shown exhaustively; for example, a message bus may usefully be connected (for example by daisy-chaining) between all of the physical pieces of the TPTS, even though such a bus is not explicitly shown in FIG. 2 .
  • the buses represented in FIG. 2 may represent data transfer between software modules, rather than hardware signals.
  • the dispatcher 212 selects a particular PPC to process events associated with a particular flow.
  • the PPC must be one of the PPCs that are compatible with, or configured to process, events of the type in question. Such compatibility may be determined in the dispatcher, or in a flow processing status subsystem of the dispatcher, by means of a table of PPCs that indicates the event types or protocols the PPC is compatible with, which may in turn be compared with the protocol or event type requirements of the incoming event.
  • the event is marked with an indication of its “type” at another stage of processing, for example in the message splitter module.
  • the dispatcher then needs only select a PPC that is compatible based on the predetermined “type” of the event.
  • the event types will be so defined that all messages having state-relevant information for a particular flow will also have the same event type, and can be processed by the same PPC.
  • a PPC will be selected from the constellation of PPCs that can process the indicated event type.
  • a PPC is selected from this constellation of compatible PPCs according to an algorithm that may, for example, compare PPC loading to find a least-loaded PPC, or it may select a PPC in a round-robin manner, or it may select PPCs randomly.
  • events of each flow are specifically directed to a PPC, rather than being directed to a PPC as a member of a class of flows.
  • Such individualized processing of each flow permits load balancing irrespective of the attributes of a class of flows.
  • flows are assigned as members of a class, such as one that shares certain features of a flow ID (or flow key), it may happen that a large number of such a class needs to be processed concurrently, overwhelming the capacity of a PPC, while another PPC is unloaded.
  • This effect may be accentuated when flows are assigned to PPC in classes that have a large number of members. While many embodiments assign each flow uniquely (in a class size of one), it may be effective in some embodiments to assign flows in classes, particularly small classes or classes whose membership can be changed to balance loading.
  • the dispatcher 212 forwards the event to the PPC together with instructions regarding a flowstate “workspace.”
  • the decisions for selecting a PPC may be performed in the Director submodule of the dispatcher.
  • the dispatcher 212 first determines if an incoming event belongs to a flow that already has events assigned to a particular PPC.
  • a submodule such as a Core Activity Manager that tracks the activity of PPCs, may perform this determination in some embodiments, while in others embodiments the Director submodule may perform these functions.
  • the incoming event is typically forwarded to the same PPC, which may already have the flowstate present within its local memory.
  • the dispatcher selects a particular PPC, for example the PPC 216 , to process the incoming event (or assigns the flow to the particular PPC). Selection may be based upon information of the Core Activity Manager, which maintains activity status that can be used to balance loading on the various (compatible) PPCs.
  • the Director submodule may perform the actual assignment and balancing decisions, and in some embodiments the Director and the Core Activity Manager are substantially a single submodule having a dedicated processor and program code to perform these tasks. The assignment may be simply “round robin” to the compatible PPC that has least recently received an event, or on the basis of PPC queue fullness, or otherwise.
  • a workspace is selected in the local memory of the PPC 216 and the current flowstate of the flow of the incoming event is established in the selected workspace. Selection of the workspace may be done by the dispatcher module (for example, by its Director submodule), or otherwise, such as by the PPC on a next-available basis.
  • the flowstate may be established in the selected workspace in any convenient manner. For example, the dispatcher may send the flowstate to the PPC via the dispatcher (e.g., as an action of the lookup submodule), or the PPC itself may request the flowstate from a memory (e.g., the flowstate memory 214 ).
  • the event is typically delivered from the dispatcher 212 to an input queue of the PPC 216 , and is associated with the selected workspace. Also, separately or as part of the event, the size and location of the data payload in scratchpad memory (if any) is typically conveyed to the PPC 216 . Having this information, the PPC 216 will be able to process the event when it is reached in the queue, as described subsequently in more detail. When the PPC 216 finishes processing a particular event, it will, in some embodiments, transmit a “done” message to the dispatcher 212 , so that the dispatcher can track the activity of the PPC. A submodule such as the Core Activity Module or the Director may, of course, perform such tracking.
  • a submodule such as the Core Activity Module or the Director may, of course, perform such tracking.
  • the dispatcher 212 increments an event counter in a location associated with the flow (and thus with the PPC 216 ).
  • the event counter may be maintained in a local memory block, associated with the local flow ID proxy, that is reserved for such information about current PPC processing (e.g., in the core activity manager within the dispatcher), or in another convenient location.
  • the event counter is incremented each time an event is sent to the PPC, and is decremented each time the PPC returns a “done” message for that flow. As long as the event counter is non-zero, a PPC is currently processing an event for the associated flow.
  • the PPC ( 216 ) When the event counter reaches zero for a particular flow, the PPC ( 216 ) no longer has an event to process for the particular flow, and those of its resources that were allocated for processing the particular flow may be released to process other flows. Note that the PPC 216 may be processing events of other flows, and that its release from processing the particular flow may be made irrespective of such other flows.
  • the event counter associated with the flow of an event arriving at the dispatcher 212 is not zero, then it may be preferable to assign and transfer the arriving event to the same PPC.
  • the global (i.e., flowstate memory 214 ) version of the flowstate is no longer valid. Rather, only the flowstate in the PPC workspace is valid.
  • the valid flowstate in the present PPC workspace should be made available to a subsequently selected PPC, which in turn should be done only after the present PPC is finished processing the event. Accordingly, at least in such embodiments, it will generally be more convenient to assign the same PPC to process arriving events belonging to a selected flow until that PPC completes all pending events for the selected flow.
  • An event arriving at the dispatcher 212 for a specified flow that is already assigned to a PPC may sometimes need to be transferred, or assigned to a different PPC. In such a case it may be convenient to retain the event in the dispatcher 212 until the current PPC completes processing all events it has been assigned. Holding the event in the dispatcher 212 avoids the need to coordinate two PPCs that are simultaneously updating a flowstate for the particular flow. Before such handover occurs, it may also be convenient to allow the PPC to “check-in” its workspace (memory reflecting the present flowstate) to the Flow Memory before assigning the new PPC. Alternatively, the workspace may be transferred from the current PPC directly to the new PPC after all events of the current PPC queue have been processed.
  • the dispatcher (or its Director submodule) will select a PPC that is available to process that event type.
  • the selection is typically independent of previous processing, and may be based on various factors such as load sharing and event-type processing capability. As such, the PPC selected next will likely differ from the PPC that previously processed events belonging to the flow. However, in some embodiments consideration may be given to previous processing of a particular flow by a particular PPC, such as when the PPC in fact retains useful state information.
  • the dispatcher 212 either transfers the current flowstate to the new PPC or indicates where in the flowstate memory 214 the present flowstate is to be found.
  • An event counter is just one means that may be used to determine whether a particular PPC is presently processing a previous event of the same flow.
  • the PPC presently processing an event of a flow might flag the dispatcher 212 when it finds no events in its input queue associated with an active workspace. Any other appropriate procedure may also be used to determine whether a PPC is presently assigned to processing a particular flow.
  • a PPC may be released from responsibility for processing events of a particular flow after the associated event counter reaches zero. Such a release means that the PPC may be assigned to process events of a different flow, since it will generally therefore have a workspace free. In general, the PPC may be processing other flows at the same time, and the release does not affect the responsibilities of the PPC for such other flows.
  • the SPPS is enabled to balance PPC processing loads by shifting specific individual flows between different PPCs (of those able to handle the event types of the flow) independently of other flows that may be handled by the PPCs. As compared with techniques that cause PPCs to handle events for a class of flows (such as a class of flows whose flow keys have certain characteristics), such independent flow assignment may reduce the statistical probability that one or more PPCs are idle while another PPC is processing events continuously.
  • the flow memory that has been updated by the PPC ( 216 ) is stored where it will be available to a different PPC that may be selected at a later time to process the same flow. This may be accomplished in any appropriate manner, for example by transferring the contents of the relevant PPC workspace to the dispatcher 212 and thence to the flowstate memory 214 .
  • the PPC ( 216 ) may convey the flowstate information to a known location in the flowstate memory 214 in cooperation with the dispatcher 212 , so that the dispatcher is aware that the flowstate has been updated and is ready for future access.
  • the flowstate may be conveyed more directly from the PPC ( 216 ) to the flowstate memory 214 , such as via a bus 234 from the bus network and control block 228 .
  • the bus 234 may be used for either “checkout” of a flowstate from the flowstate memory 214 to a PPC, or for “check-in” of an updated flowstate from a PPC to the flowstate memory 214 .
  • the present PPC may be released and the flow will revert to a condition reflecting that no PPC is currently assigned to it.
  • the flowstate workspace may be indicated as free.
  • An alternative to storing flowstates in the flowstate memory 214 may be used in some embodiments.
  • the flowstate may be maintained in a workspace of the last PPC that processed it until such time as it is needed elsewhere, such as in another PPC.
  • the flowstate may be transferred to the appropriate workspace in the new PPC via an intra-cluster bus such as 224 or 226 . This is more likely to be a practical alternative for small SPPSs that handle a limited number of concurrent flows.
  • TLP Transmission Protocol
  • Send buffering may be required even before first transmission, for example when the output target (e.g., Host 1 104 or Network 1 106 in FIG. 2 ) is not ready to accept data. Similarly, a “receive buffer” is frequently required.
  • messages may be received out of order, or as fragments, and these must be saved for a period of time to comply with TCP rules that require completing the messages and putting them in the correct order.
  • messages could simply be stored in the scratchpad memory 210 , for large systems entailing large send and receive buffers, it may be more convenient to establish a separate “socket memory” 236 to store large quantities of data for somewhat extended times.
  • a socket memory 236 may interface with the scratchpad memory 210 via a bus 238 as shown in FIG. 2 , and with the bus network and PPC cluster control 228 via another bus 240 . (Due to substantial traffic, in some embodiments, the bus 240 may actually comprise several individual bus structures.)
  • the socket memory 236 may provide data intended for output to an output processor and SPI-4 Interfaces 242 , 244 via buses 246 and 248 . However, when data to be output is still present in the scratchpad memory 210 , in some instances it may be quicker to provide the data to the output processors 242 , 244 directly via buses 250 , 252 .
  • the output processing may include tasks such as the preparation of message headers, primarily from the event data, calculation of checksums, and assembly of completed output messages (“reassembly”).
  • the event typically retains some type of TLP or event type identification, and the output processors may use this information to determine the proper format for headers, cyclic redundancy checks (CRCs) and other TLP bookkeeping information.
  • the SPI-4 portion of the output units 242 and 244 formats the message according to the SPI-4 (or other selected) interface protocol, so that the data may be output to the same connections (for example “Host 1 ” 104 and “Network 1 ” 106 ), from which data is received at the input to the SPPS.
  • a PPC may direct treatment of the entire message in accordance with the TLP being used.
  • the PPC may direct actions regarding the flow to which the event belongs, e.g. requesting retransmission, resending previously transmitted messages, and so on, and may update the flowstate for the flow as is appropriate.
  • traffic congestion can be reduced if the PPCs do not physically transfer messages directly to the output processors ( 242 , 244 ), but instead simply direct other circuits to transfer the messages for reassembly at the output processors 242 , 244 .
  • Some outgoing messages contain very little information (e.g., little or nothing more than a header), such as acknowledgements or requests for retransmission.
  • the PPC that is processing the event e.g., PPC 216
  • the socket memory 236 may, in turn, do little or nothing to the header information before passing it on to one of the output processors 242 , 244 .
  • Other outgoing messages will include a substantial payload, which may, for example, have been received with an incoming message and stored in the scratchpad memory 210 .
  • the PPC may direct such payloads to be moved from the scratchpad memory 210 to the socket memory 236 , and may separately direct one of such payloads to be concatenated, for example in one of the output processors 242 , 244 , with an appropriate header formed by the PPC.
  • the skilled person in the computer architecture arts will recognize that the PPC can control the output message and flowstate information in many ways.
  • PPCs may be implemented in any manner consistent with their function. For example, a microprogrammable processor provides one level of flexibility in processing varying communication needs. Some or all PPCs could alternatively be implemented as fixed state machines, in hardware, possibly reducing circuit size and/or increasing processing speed. Yet again, some or all PPCs may comprise embedded microprocessors that are operable out of program memory that can be modified “on the fly,” even while the SPPS is active. Such an implementation permits adjusting the number of PPCs able to process particular types of events, adding further load-balancing flexibility. PPCs may be configured to process some stateful protocols, and not others, and the configuration may be fixed or alterable.
  • the microprogram typically determines which event types, or protocols, the PPC is configured to process.
  • a PPC is “compatible” with a particular event type, or protocol, when it is configured to process such event types, or to process messages (events) according to such a protocol.
  • FIG. 3 illustrates an exemplary architecture for the bus network and PPC cluster controller 228 of FIG. 2 .
  • the cluster of PPCs (from 216 - 218 ) is controlled in part via a cluster bus interface 302 .
  • the cluster bus interface 302 may also provide access to a routing control table 306 for all of the PPCs in the cluster.
  • a cluster DMA controller 308 (“C DMA”) may be provided, and may have an egress bus that delivers data from a FIFO of the DMA controller 308 to the cluster bus interface 302 , as well as to one side of a dual port memory (e.g., the DPMEM 310 , 312 ) of each of the PPCs 216 - 218 of the cluster.
  • the DPMEM 310 , 312 is accessible on the other side from the DMA controller to the corresponding processor with which it is associated as part of a PPC 216 , 218 . As shown in FIG.
  • the cluster DMA controller 308 may have a separate ingress bus by which the FIFO receives data from the dual port memory (e.g., the DPMEM 310 , 312 ) and from the cluster bus interface 302 .
  • the DMA controller 308 may be used, for example, to transfer flowstates between the PPC local memory and the flowstate memory 214 .
  • the cluster bus controller 302 also provides bidirectional bus connections to a message bus 314 , and a further bidirectional bus connection 240 b to the socket memory 236 .
  • Some or substantially all of the local memory of a PPC may be DPMEM such as the DPMEM 310 , but any suitable local memory may be used instead, as may be convenient for design and fabrication.
  • the bus 240 interconnecting the socket memory 236 and the bus network and PPC cluster control 228 is shown in FIG. 3 as being implemented by three distinct bidirectional buses: the bus 240 a interconnecting the socket memory 236 and the message bus 314 ; the bus 240 b as mentioned above; and the bus 240 c to a further cluster bus interface 316 .
  • the cluster bus interface 316 operates with respect to the cluster of PPCs 220 - 222 analogously to the cluster bus interface 302 , as a crossbar switch to facilitate communication between the PPCs and the message bus 314 , the socket memory 236 , and to provide access to common instruction memory 318 and a routing table 320 .
  • a further cluster DMA 322 similarly manages data flow between the dual port memory of the PPCs 220 - 222 and the cluster bus interface 316 . Further sets of similar modules (routing, instruction, cluster bus interface and cluster DMA) may, of course, be provided and similarly interconnected.
  • any suitable bus control may be used to implement the connections shown for the bus network and PPC cluster control 228 .
  • the routing and instruction information may be maintained within individual PPCs.
  • the PPC memory need not be dual-port, nor is a DMA controller such as 308 or 322 necessary.
  • the cluster bus interfaces 302 , 316 may simply be part of the message bus 314 , or the interfaces may be omitted entirely. Conversely, even more elaborate bus architectures may be employed to increase the speed and power of some embodiments.
  • FIG. 4 is a flowchart showing acts that may be performed by an exemplary SPPS to perform stateful protocol processing of messages belonging to a flow, generally alternating PPCs (protocol processing cores), that is, using different PPCs at different times.
  • a message is received. This step may include various substeps, such as reconstructing complete messages from packet fragments, performing validity checks, and/or establishing checksums.
  • the payload of the message may be moved to a scratchpad memory.
  • the step 404 is optional, insofar as it indicates splitting the message and storing part of the message in a temporary memory location that is especially available to both input and output processing facilities. Alternatively, for example, the message may be kept together, and/or it may be moved directly to a more permanent memory location.
  • an event portion of the message may be defined.
  • Event definition typically includes the state-relevant portion of the message, and may entail reformatting a header of the message and adding information, such as checksums and event type indication, to facilitate further processing of the event, as discussed in more detail hereinabove.
  • the “event” may include the payload information, and may even be an incoming message substantially as received.
  • Processing of the event proceeds at a step 408 where data contained within the event that uniquely identifies the flow (the “flow key”) is examined to begin a process of determining a location of flowstate information and a local flow ID proxy.
  • a decision step 410 checks whether a PPC is actively processing an event of the same flow.
  • This check may be effected by searching for the flow key in a local “active flow” table. If the flow key is found in the “active flow” table, then a PPC is presently processing another event belonging to the same flow, and the process exits the decision step 410 on the “yes” branch. If the flow is not active (e.g., if the flow key of the flow is not found in the “active flow” table), then processing continues at a decision step 412 . Other techniques may be used in the step 410 to determine if events associated with the flow key are presently being processed by any PPC, such as searching an area of memory reserved for the status of message flows that are presently being processed by a PPC (e.g., within a dispatcher's Core Activity Management submodule).
  • a single flowstate location may be examined for an indication (e.g., a flag) that processing is in progress at a PPC. Further techniques and criteria for determining whether a PPC is actively processing the flow are described below with reference to a decision step 428 .
  • This step typically includes a “lookup” task of determining a local flow ID proxy related to the flow key, a task which may involve processing the flow key information according to hash algorithms. Once the local flow ID proxy is determined, it can generally be used to locate an existing flowstate for the flow corresponding to the flow key. The mere existence of a valid flowstate may cause an affirmative result at the decision step 412 .
  • ARP Address Resolution Protocol
  • the method may proceed to assign a PPC to process the event at an assignment step 416 .
  • This step may involve several substeps, such as determining and identifying which PPCs are compatible (i.e., capable of processing events of the present type) and available (e.g., have room in their queues) to process the event.
  • a PPC may be selected from those satisfying both of these criteria in many ways, such as in a round-robin fashion, or by selecting the least full PPC local queue, or randomly, or by other load balancing algorithms. Because the PPC has just been newly assigned to process the event, the flowstate is made available to the PPC at a step 418 .
  • the flowstate may be delivered by the dispatcher (or submodule) as described above; or, if a global flowstate memory is shared with the assigned PPC, then this step may comprise identifying the flowstate memory location to the PPC.
  • the step 418 also typically includes identifying the location of a “workspace” where the PPC can access the flowstate during processing.
  • Such workspace is typically maintained locally at the PPC, but in some embodiments may be maintained more globally, or split to be both local and global.
  • Step 420 tracks the activity of a PPC processing a flow.
  • step 420 includes incrementing an event counter associated with the assignment of the PPC to process the flow, but alternatives are described below with regard to the decision step 428 .
  • the contents of the event are provided to the assigned PPC. This may be accomplished by physically copying the event contents to a queue in the local memory of the PPC, or, as an alternative example, by identifying a location of the event data to the PPC.
  • Such queue may contain events from different flows, for example from as many different flows as workspace storage is available for corresponding flowstates. If either event queue or flowstate workspace is not available in (or for) a compatible PPC, then the dispatcher may temporarily withhold effecting part or all of the event/workspace transfer to the PPC.
  • the assigned PPC has access to the flowstate of the flow, and to the event data, which typically includes information regarding the size and location of the payload associated with the event.
  • the PPC may perform much of the transport layer protocol processing for the message that is associated with the event.
  • the protocol defines the net effect that such processing must achieve, but of course the effect may be accomplished in any manner either presently practiced or later developed for such transport layer processing.
  • Actions by the PPC may include, as examples, updating the flowstate, creating a header for a message to be output, directing that a previously transmitted message be retransmitted, or sending a request for retransmission of a message that was received with an error.
  • Actions by the PPC may also include directing the reassembly of a header it constructs to a received payload, and transmission to a different TLTS connected to the network at another end of the flow, or to a local host.
  • a done statement is asserted at a step 426 .
  • the done statement is returned to a global dispatcher used to track PPC activity.
  • a PPC may be considered “done” with a flow when it completes processing the last event of that flow that exists in its queue.
  • the PPC may be considered done with a flow when the flowstate in its local memory is overwritten or invalidated by processing in another PPC.
  • These, or other definitions of “done,” may be tracked in one (or more) of various places, such as within the PPC itself, or at a more global module such as a dispatcher (e.g., within a core activity manager submodule).
  • the method may proceed to a conclusion step 430 with no further processing, since the flowstate local to the PPC has been updated and the global flowstate need not necessarily be updated.
  • the local flowstate that has been updated at the PPC is transferred to a more global flowstate location at a step 432 , so that the PPC workspace becomes available for processing events of a different flow.
  • the global flowstate can then be subsequently accessed when further events arrive that belong to the flow.
  • the PPC may be deemed “done” based on event processing completion for the flow as determined by the dispatcher, by a submodule or other module, or by the PPC itself.
  • the “done” designation may also be postponed after the processing of all events from the flow is completed, for example until the PPC has no other room for new flows and events.
  • the PPC may be released from “assignment” to processing the flow, which may, for example, include setting a flag that indicates that the flowstate memory in the PPC is no longer valid, or is available for further storage of a different flowstate.
  • the PPC will be treated as free of the event, and of the flow to which the event belongs.
  • a decision step 436 will typically occur at some point to determine whether the last event processed by the PPC permits the flow to be completely closed. This decision step 436 may be made even before the occurrence of the decision step 428 , or before the steps 432 and/or 434 , because such a decision to terminate the flow may obviate a need to write the flowstate to memory. Such a decision may also subsume the decision that the PPC is “done” with the flow. However, for processing convenience, the termination decision may be considered as occurring in the sequence shown in FIG. 4 . The PPC itself will typically determine, as part of its TLP processing duties, whether the last event completed the flow (e.g., whether the flowstate is advanced to the “connection closed” condition).
  • a decision to actually close the flow may be made more globally, such as at the dispatcher (or a submodule). If it is determined at the decision step 436 not to terminate the flow, the system is generally done processing the message and proceeds to the done step 430 . However, if it is determined at the step 436 to terminate the flow, the local flow ID proxy and flowstate memory location may thereupon be released for other uses. Since PPCs are generally assigned to, and released from processing events belonging to a flow at the level of a specific flow, largely irrespective of where other flows are assigned (at least within the universe of compatible PPCs), it is possible, indeed highly probable, that a PPC is assigned to process events (or messages) belonging to a flow that was previously processed by another PPC. Such flow-PPC reassignments may be rather frequent, and under some circumstances may even occur for each event of a flow.
  • FIG. 5 is a flowchart showing acts that may be taken by a “dispatcher” module within an exemplary SPPS to dispatch events belonging to a flow to different PPCs at different times.
  • FIG. 5 is focused on acts, which may be generally attributed to a dispatcher module (and submodules), to effect distribution of incoming events.
  • FIG. 5 steps may substantially be a subset of steps of the overall SPPS, such as are illustrated in FIG. 4 , although FIG. 5 steps are from the dispatcher module perspective and may also include different details than are shown in FIG. 4 .
  • the dispatcher module is conceptually separate from the PPCs to which it dispatches events, and from input processing from which it receives events, and may be connected within a SPPS like the dispatcher 212 in FIG.
  • the dispatcher module may also be conceptually or even physically subdivided; for example, reference is made to a local flow ID proxy (and/or flowstate) “lookup” module, and to a Director Core Activity Manager, each of which may either conceptually or physically be a submodule of the dispatcher module, or an ancillary module associated with the dispatcher.
  • an event is received from an input source.
  • the event will typically contain only a “state-relevant” part of a message being processed by the SPPS. That is, the event will typically contain only the information necessary for a PPC (protocol processing core) to control the maintenance of the flowstate of the flow associated with the message, and not the payload of the message. However, in some embodiments the payload, or parts of it, may be kept with the state-relevant data.
  • the dispatcher examines a “flow key” contained within the event that uniquely identifies the flow to which the event belongs.
  • the dispatcher searches for a match to the flow key in a Core Activity Manager (or “CAM”), which would indicate that a PPC was actively processing an event related to that flow. If a match is not found in the CAM (which may be physically or conceptually separate from the dispatcher), then in this exemplary embodiment it is presumed that no PPC is actively processing an event of the flow, and at a step 506 a CAM entry will be initialized to track the activity of the PPC assigned to process the event.
  • CAM Core Activity Manager
  • the dispatcher searches for a local flow ID proxy that corresponds to the flow key. For SPPSs that handle a large number of flows, this search may be performed by a distinct lookup module which may, for example, perform a hash lookup to locate a local flow ID proxy as quickly as possible.
  • a decision step 510 depends on whether a local flow ID proxy matching the flow key was found. If not, then the SPPS may not yet be processing any data from the flow, and accordingly at a step 512 a flowstate ID may be selected to be associated with the flow that is uniquely identified by the flow key of the event. Thereafter (or if a local flow ID proxy was found and the decision at the step 510 was “yes”), processing may proceed at a step 514 .
  • a PPC is selected to handle the event at the step 514 .
  • This step may include a substep of determining the type of event being processed, though in some embodiments this substep is performed by earlier processing modules (e.g., a message splitter such as 206 or 208 of FIG. 2 ).
  • An “event-type mask” maintained in the dispatcher for each PPC may be compared to bits indicating the type of event to determine which PPCs are compatible with the event type.
  • Another substep may include examining the relative activity levels of those PPCs that are configured to handle the event type. The least busy PPC may be selected, or the next PPC that has any room in its input queue may be selected in a round-robin fashion.
  • data may be maintained on recent PPC activity (e.g., in a core activity manager submodule) including assignment of local workspaces, and a PPC may be selected that has not yet overwritten its flowstate memory for the flow of the event, even though it is otherwise considered “done” with the flow.
  • a director submodule either in combination with or as part of a core activity manager (CAM) submodule, may perform these acts.
  • Selection of a PPC is generally made for the flow of each incoming event specifically, without regard to an a priori class of flows to which the flow might belong (such as by virtue of characteristics of its flow key).
  • the PPC selected to handle a particular event of a flow frequently differs from a PPC that handled previous events of the same flow (unless the particular flow is presently active in a PPC, as explained elsewhere).
  • the flowstate may now be transferred to the PPC at a step 516 .
  • such transfer may be “virtual,” merely providing an indication of where the flowstate exists in memory so that the PPC can access it.
  • processing can proceed to a step 518 .
  • This same step may be reached directly from the decision step 504 , since if that decision was “yes” then a PPC is already processing an earlier event belonging to the same flow.
  • Such an active PPC will (in many embodiments) already have the most valid flowstate for the flow, and in that case will generally be selected to process the present event.
  • the event itself may be forwarded to an input area or queue of the selected PPC.
  • an event counter may be incremented at a step 520 .
  • the event counter is one way to determine when a PPC is actively processing another event of the flow of the present event, but other ways may be used, such as waiting for the PPC to indicate that it is done processing all present events of a particular flow. This is the end of the receive processing for the dispatcher.
  • FIG. 6 is a flowchart illustrating some steps that the dispatcher (or its submodules) may perform in response to feedback from the PPC. As in FIG. 5 , the steps of FIG. 6 are largely a subset of steps taken by the overall SPPS, but they are described from the perspective of the dispatcher, and may contain more or different steps than are illustrated in FIG. 4 for the overall SPPS.
  • the illustrated response acts of FIG. 6 start at a step 602 during which the dispatcher receives a “done statement” or other indication that a PPC has completed processing an event of a particular flow.
  • the dispatcher may then decrement the event counter for the flow (discussed with respect to the step 520 of FIG. 5 ). If, at a decision step 606 , the event counter is found to have reached zero, or if the completion of a “burst” of events by a PPC is otherwise indicated, then the dispatcher may cause the flowstate, as updated by the PPC, to be stored in more permanent memory to free up the memory of the PPC.
  • this step is not needed for embodiments in which the same memory is used by the PPC during processing as when no PPC is processing the memory, a circumstance that may occur, for example, when the flowstate is always maintained in the same global location, and is merely accessed by a PPC processing the flow, as needed).
  • a flag or other indication may then be included in the CAM, or sent to the PPC, to indicate that the flowstate stored in the PPC is no longer valid.
  • the PPC may be released from handling the particular flow it was processing. Since no active PPC is now processing an event of a particular flow, the CAM block in which the PPC activity was maintained can also be released at a step 614 .
  • “release” may amount to merely setting a flag showing that the PPC (or the CAM memory block) is available. Such flag may indicate availability, but a PPC may be treated for all intents and purposes as if it is still actively processing events of a flow after such indication, as long as no essential data has been overwritten. In that case, the decision step 606 would return a “no” until the data blocks are actually overwritten and thus destroyed. In any case, if the decision step 606 returns a “no,” then processing is done, since the steps 608 - 614 are generally not needed in that event. Otherwise, processing is done after the CAM block is released at the step 614 .
  • SPPS stateful protocol processing system
  • a SPPS stateful protocol processing system
  • Such further processing may be performed in accordance with the appropriate protocol for the encapsulated message, which is typically different from the protocol (typically a TLP) used for the encapsulating messages.
  • the SPPS can process the message in accordance with the appropriate protocol as long as one or more of the PPCs are configured with the steps required by the particular protocol (e.g., iSCSI).
  • iSCSI iSCSI
  • a SPPS may be notified that encapsulated data requires recirculation. Notification may be implicit, for example, if all processed data requires recirculation. Alternatively, one or more portions of the header or payload of the encapsulating messages may contain information indicating a need for such recirculation.
  • a SPPS may examine each payload for an indication to recirculate encapsulated information, or it may examine payloads only when an indication is provided in the header. Thus, the SPPS may receive instruction as to whether a payload is to be examined, whether it requires further processing, and by what protocol such further processing should be performed, by any combination of implicit and explicit information in the header and/or payload of the encapsulating message.
  • a “recirculation” protocol may first be invoked such that the payload (and/or portions of the header) of an encapsulating message is segmented and reassembled as a message for the encapsulated flow.
  • a single encapsulating message may contain all or part of a plurality of encapsulated messages, and that conversely a single encapsulated message may require a plurality of encapsulating messages to be conveyed (for example, when a large message is encapsulated in a plurality of small packets, such as ATM packets).
  • the recirculation protocol defines appropriate reassembly of the encapsulated message, and also directs that it be returned to the input of the SPPS for further processing.
  • Such a recirculation protocol may format the recirculated message in a particularly efficient format, such as by specifying the local flow ID proxy, the event type, and other useful information as is known.
  • the SPPS recirculation protocol processor(s) would function similarly to a host operating in close conjunction with the SPPS.
  • Such a host having knowledge of an ideal format for messages to the SPPS, may speed processing by formatting messages in such ideal format.
  • recirculation may be effected by a modified communication path, such that the reassembly or “output processors” 242 and/or 244 transfer the reassembled encapsulated message directly back to a message splitter 206 or 208 , rather than passing it through interfaces such as the SPI-4 interfaces in 242 , 244 , 202 and 204 which may be unnecessary for recirculation.
  • the recirculated message may be entirely preformatted in the manner that would otherwise be effected by the message splitters 206 or 208 .
  • the selected PPC processing the encapsulating message may perform such preformatting and direct the information to be delivered directly from the reassembly processors in 242 / 244 to the scratchpad memory 210 and the dispatcher 212 , thus bypassing the message splitters entirely.
  • the encapsulated information is stateful and belongs to a flow, so an event may be created that reflects the state-relevant portion of the message, a local proxy of the flow key will be determined, a state for the flow will be created or located, and a PPC (protocol processing core) compatible with the protocol will be assigned to process the event derived from the (previously encapsulated, now recirculated) message.
  • PPC protocol processing core
  • Processing a non-transport layer message may, of course, require that information be sent to a further subsystem.
  • data within an encapsulated message may require delivery to a host.
  • the assigned PPC may effect such sending by directing that the information be reassembled in a manner acceptable to the target host, and then directing that the reassembled message be transferred to the target host.
  • sending the encapsulated message to a network connection may require that the outgoing message be reencapsulated in a TLP message (typically, but not necessarily, the same TLP, such as TCP, that was used for the original encapsulating message).
  • TLP message typically, but not necessarily, the same TLP, such as TCP, that was used for the original encapsulating message.
  • messages may be “nested” in a series of any number of encapsulations that must be stripped off before the innermost stateful message can be processed.
  • processing such innermost stateful message may require symmetrical reencapsulation of a message.
  • excessive encapsulation will be avoided in the interests of efficiency.
  • FIG. 7 is a block diagram of a particular implementation of a stateful protocol processing system (SPPS) 700 to which reference will be made in describing the manner in which the present invention facilitates management of shared state using multiple programmed processors.
  • SPPS stateful protocol processing system
  • received packets are initially processed by an input processing unit (IPU) 706 and a packet processor (PP) 710 encapsulated therein. These elements are in communication with scratchpad memory 720 as well as with a dispatcher 730 . As shown, the dispatcher 730 interacts with both a look-up controller submodule (LUC) 734 and a flow director CAM 738 (FDC).
  • a message bus 742 communicatively links the dispatcher with a first protocol cluster 746 and a second protocol cluster 750 . In addition, the message bus 742 provides a link to a socket memory controller (SMC) 758 , which is also in operative communication with an output processing unit 770 .
  • SMC socket memory controller
  • the PP 710 is the initial processing element encountered by a message received from an external network or host.
  • the PP 710 is configured to derive, from the incoming messages, the information that is most relevant to stateful processing of the messages, and to format and place such information in an “event” that is related to the same flow as the message from which it is derived.
  • Event For example, according to many transport layer protocols, “state-relevant” data including flow identification, handshaking, length, packet order, and protocol identification, is disposed in known locations within a packet header. Each stateful protocol message will have information that is relevant to the state of the flow to which it belongs, and such state-relevant information will be positioned where it can be identified.
  • Received messages are examined by the PP 710 in order to determine a “type” for the event derived from the message.
  • Each different protocol that is processed by the SPPS 700 may thus have a particular “type,” and this information may be included in the event to simplify decisions about subsequent processing. Since the “type” of the event may be useful to direct the subsequent processing of the event, messages having errors that should be handled differently may be identified as a subtype of a general error.
  • the PP 710 Upon generating an event of a type corresponding to a received packet, the PP 710 performs certain stateless processing consistent with the applicable event type (e.g., verifies certain fields in a packet header have legal values) and extracts an event-type-specific “flow key”.
  • the flow identification key (or simply “flow key”) uniquely identifies the flow to which the message belongs in accordance with the TLP used by the flow.
  • the flow key can be large (typically 116-bits for TCP) and as such it may not be in a format that is convenient for locating information maintained by the SPPS 700 that relates to the particular flow.
  • a local flow ID proxy may be used instead for this purpose.
  • a local flow ID proxy (or simply “local proxy ID,” “local flow ID,” or “proxy ID”) generally includes enough information to uniquely identify the particular flow within the SPPS 700 , and may be made more useful for locating information within the SPPS that relates to the particular flow.
  • a local flow ID proxy may be selected to serve as an index into external flowstate memory 790 to locate information about a particular flow (such as a flowstate) that is maintained within the SPPS 700 .
  • a local flow ID proxy may be a more convenient representative of the flow for purposes of the SPPS 700 , it will typically be smaller as well.
  • a flow key comprises a unique identifier of a state object used in later “stateful” processing of an event; that is, the flow key is used to retrieve an associated state object, take some prescribed action based upon the event type and current state, generate output events, update the state object, and wait for arrival of a new packet to precipitate generation of another event.
  • extraction of the flow key from an event is accomplished by the PP 710 , which sends the extracted flow key to the dispatcher 730 .
  • an event derived by the IPU 706 is forwarded to the dispatcher 730 , where it may be entered into a queue.
  • the dispatcher 730 identifies which of the processor cores 760 , 764 within the protocol clusters 746 , 750 are capable of processing the event.
  • the dispatcher 730 in cooperation with the LUC 734 , also coordinates the lookup of the corresponding flow state or “workspace” using the flow key associated with the event.
  • the dispatcher 730 also cooperates closely with the FDC in tracking which flows are currently being processed by the SPPS 710 .
  • the dispatcher 710 uses the type number associated with the event to index a table (not shown) containing information as to which processor cores 760 , 764 are capable of processing the applicable event type.
  • the SPPS 700 is advantageously configured to permit a flow state to be flexibly shared or otherwise allocated among multiple processor cores 760 , 764 .
  • the architecture of the SPPS 700 facilitates segregating the processing of the upper-level and lower-level protocols comprising a given flow state. That is, different resources within the SPPS 700 are used for processing the applicable upper-level and lower-level protocols.
  • the upper-level and lower-level protocols of a given flow state could be comprised of adjacent layers of a known protocol stack (e.g., a TCP-based lower-level protocol and an upper-level protocol based upon HTTP or iSCSI).
  • the flexible workspace sharing described above is facilitated through assignment of different processor cores 760 , 764 to process the upper-level and lower-level protocols of a given flow state.
  • This aspect of the inventive SPPS 700 may be referred to interchangeably hereinafter as “dual-core” mode, “dual mode” or “split workspace” mode. As is explained below, use of this operative mode may reduce the number of state “lookups” and “write-backs” necessary to be performed between the SPPS 700 and flowstate memory 790 .
  • the lower-level protocol of an incoming event is processed by a first processor core 760 , 764 (i.e., the “protocol core”) and the upper-level protocol of the event is processed by second processor core 760 , 764 (i.e., the “interface core”).
  • the upper-level and lower-level portions of the flow state will generally be stored in the same contiguous block of memory, with a logical “split” being interposed between these different parts (the memory offset of the split point is configurable).
  • This block of memory is retrieved from, and written to, external flowstate memory 790 only once rather than during separate operations.
  • the context associated with the flow state would need to be retrieved and stored separately.
  • processing resources e.g., CPU capacity and local memory 784 , 788 associated with the cores 760 , 764 .
  • such allocation may be implemented by using the one of the cores 760 , 764 functioning as the protocol core for certain processing, and then transitioning processing to the one of the cores 760 , 764 serving as the interface core. Following such transition, the protocol core may proceed by starting to process the next event in its queue. This is in the fashion of a protocol processing “pipeline,” in which the lower-level protocol is processed during the first “stage” of the pipeline and the upper-level protocol is processing during the next pipeline stage.
  • the protocol core In the absence of dual-core mode, the protocol core would presumably be required to “chain” to the next stage of processing performed by an interface core (i.e., the stage in which the upper-level protocols are processed) by sending an event to the dispatcher 730 .
  • This event would necessarily be “stateful”, since the interface core is required to be provided with its own state information.
  • certain applications may benefit from this type of “chaining” operation, the additional overhead imposed by this operation may be inefficient in other contexts.
  • the SPPS 700 may be configured such that the dual-core mode is invoked globally; that is, upon enablement of the dual-core mode all stateful events are allocated a protocol core and an interface core.
  • this dual-core mode could be selectively invoked by the dispatcher 730 on the basis of event type, or by the LUC 734 on the basis of a field in the header of a stateful event.
  • These alternate implementations could enhance processing flexibility by, for example, enabling multiple protocol stacks configured in different modes (e.g., dual-core mode and otherwise) to contemporaneously execute on the SPPS 700 .
  • the dispatcher 730 and the FDC 738 are the initial elements of the SPPS 700 involved in processing in accordance with the dual-core mode upon its invocation.
  • the dispatcher 730 and FDC 738 allocate an event slot and a workspace slot on each of a protocol core and an interface core.
  • the LUC 734 is also involved in dual-core mode processing, and functions to allocate the workspaces of the cores 760 , 764 among the protocol and interface cores in accordance with a previously programmed workspace split “offset” (i.e., a parameter defining which protocol layers are allocated to the protocol and interface cores)
  • this offset parameter is globally applicable, the split offset could instead vary as a function of the applicable event type being used.
  • the protocol core After the protocol core has completed processing an event and sending a workspace write-back command to the LUC 734 , the protocol core sends an inter-core (intra-cluster) event to the interface core. In response, the interface core completes its processing and issues a write-back to the LUC 734 . The dispatcher 730 then frees the event and workspace slots for the applicable flow. In addition, the LUC 734 writes back both the upper-level and lower-level portions of the flow state to external flowstate memory 790 as a contiguous chunk.
  • inter-core intra-cluster
  • One feature related to dual core mode or single core mode processing may be descriptively referenced as selective workspace write-backs. Specifically, once a workspace is delivered to a core 260 , 264 , software associated with the core 260 , 264 may determine which portions of the workspace need to be written back to flowstate memory 790 . In alternate implementations, dedicated hardware may be utilized to track which sections of a workspace need to be automatically written back to flowstate memory 790 .
  • the dispatcher 730 functions to forward events to the ones of the processor cores 760 , 764 selected as the protocol core and the interface core.
  • a substantial portion of the processing overhead associated with dual-core mode processing is effected by the FDC 738 ; that is, the dispatcher 730 is generally operative to simply forward the event to the processor core (i.e., to the protocol core or the interface core) specified by the FDC 738 .
  • the FDC 730 provides an Event Mode field in the FDC response provided by.
  • the dispatcher 730 also uses this field in the Done event so that the correct resources are de-allocated.
  • Table I illustrates an exemplary set of values of the Event Mode field of the FDC response.
  • Event Index does not describe a protocol core or interface core. 01 Event Index is for a protocol core. 10 Event Index is for an interface core. 11 Invalid.
  • the dispatcher 730 facilitates dual-core mode or single-core mode processing by preventing or otherwise “blocking” certain events from further processing within the SPPS 700 .
  • An exemplary set of conditions under which the dispatcher 730 may effect this event blocking are described below:
  • the dispatcher 730 is configured with multiple input queues. It follows that while the events in one queue may be rendered inaccessible as a consequence of the presence of a blocking event at the head of the line of such queue, other queues will generally include events capable of being accessed and serviced by the dispatcher 730 .
  • FIG. 8 is an event trace diagram which illustratively represents interaction between the dispatcher 730 , FDC 738 and other elements during exemplary operation in a dual-core mode.
  • the SPPS 700 is configured such that the one of the cores 760 , 764 designated as the protocol core will receive events from the dispatcher 730 and will forward events to the interface core via an inter-core message.
  • the dispatcher 730 in response to receipt of an input event from the IPU 706 , takes a number of actions, including forwarding of the input event to the protocol core.
  • the protocol core Upon receipt of such input event, the protocol core performs TCP processing, updates, writes back its workspace, and then forwards an event to the interface core.
  • the interface core then performs certain processing, updates, writes back its workspace, and then sends a stateful Done event to the dispatcher 730 .
  • the dispatcher 730 takes certain other actions as indicated by FIG. 8 .
  • FIG. 9 is an event trace diagram which illustratively represents interaction between the dispatcher 730 , FDC 738 and other elements during operation in a dual-core mode substantially similar to that described above with reference to FIG. 8 .
  • the protocol core release its event queue element as soon as possible.
  • This is implemented by the protocol core by issuing a stateless Done event after it has finished processing the input event provided by the dispatcher 730 .
  • This stateless Done event effectively serves to trigger release of an event queue element.
  • the dispatcher 730 processes the Done event by sending a RELEVANT to the FDC 730 , effectively marking the event queue element as available.
  • a stateless Done event always uses the Protocol Core ID field to determine from which processor core 760 , 764 the Done event should be released.
  • the protocol core is responsible for issuance of the stateless Done and thus the Protocol Core ID field need not be changed from the input event. However, if the interface core were performing the stateless Done, then it would need to overwrite the Protocol Core ID field with the Interface Core ID.
  • the interface core when the interface core sends the stateful Done event it needs to ensure that it does not de-allocate the event queue element of the protocol core, as such element may have already been re-allocated.
  • the interface core prevents such re-allocation by changing the value of an Event Mode field of the Done to a predefined value of 00 in order to prevent it from releasing an event queue element.
  • the FDC 738 is used to ensure coherency between all of the processor cores 760 , 764 . Specifically, the FDC 738 ensures that if a processor core 760 , 764 is processing a particular event of a protocol's flow, then any events that are received during that time are sent to the same core 760 , 764 . This simplifies the task of maintaining coherency, and removes the need for any special semaphores or locking on the flow state.
  • the FDC 738 manages the assignment and release of the processor cores 760 , 764 , and runs in either single-core mode or dual-core mode.
  • single-core mode the FDC 738 allocates a single processor core for each entry within the FDC 738 .
  • dual-core mode the FDC 738 allocates two processor cores 760 , 764 , i.e., a protocol core and an interface core, for each entry within the FDC 738 .
  • the protocol core and the interface core are included within the same protocol cluster 746 , 750 .
  • a single configuration bit in the CONTROL register of the FDC 738 determines its operative mode. That is, in the exemplary embodiment the FDC 738 operates in either one mode or the other, and does not switch between the two modes. However, in other embodiments the mode may be determined based upon the event type.
  • the single-core mode of operation allows all available processor cores 760 , 764 to be used for processing events. In the dual-core mode, the processor cores 760 , 764 may be split into multiple groups of protocol cores and interface cores.
  • the FDC 738 also manages the assignment and release of the event queue elements of the processor cores 760 , 754 and workspace IDs. In the case of the dual mode of operation, this involves the allocation of two processor cores 760 , 764 , an event queue element, and two workspace IDs.
  • the size of the FDC 738 will generally be determined based upon the number of flows which may be concurrently processed, since each flow processed generally requires an entry within the FDC 738 .
  • the processing requirements associated with each flow are bounded by the following constraints.
  • each flow requires a workspace.
  • the number of flows being processed is therefore less than the total number of workspaces available.
  • each flow requires both a protocol core workspace and an interface core workspace, therefore the number of flows being processed is less than the minimum of the protocol or interface core workspaces.
  • each workspace is pointed to by either an event from the dispatcher 730 or by an inter-core message. Therefore, the number of flows which may be processed is limited by the total number of available event indexes and inter-core message slots.
  • the required size and capacity of the FDC 738 may be determined analytically in the following manner.
  • Equation [1] which posits that the number of processor cores is equivalent to the sum of the number of protocol and interface cores.
  • C C p +C i [1]
  • the protocol and interface cores are limited to no more than sixteen workspace IDs, which is reflected by Equations [2] and [3]: W p ⁇ 16 [2] W i ⁇ 16 [3]
  • the SPPS 700 will generally be configured such that the total number of workspace IDs for the interface cores divided by the number of protocol cores is equivalent to the number of workspace IDs for the protocol cores. This is because creation of a workspace ID for each interface core is dependent upon allocation of a workspace ID to a corresponding protocol core.
  • Equation [5] which represents the number of workspace IDs allocable to the protocol cores:
  • Equation [6] provides a method for computing the number of workspace IDs for protocol cores given the number of protocol cores, (C p ), and interface cores, (C i ).
  • Equation [7] represents the number of workspace IDs for interface cores (W i ).
  • the total number of workspace IDs for the protocol cores divided by the number of interface cores is equivalent to W i . This is because each workspace ID for a protocol core requires allocation of a workspace ID for an interface core.
  • Equation [8] represents a method for computing W i given the number of protocol cores, C p , and interface cores, C i .
  • F ⁇ min ⁇ ( W i ⁇ C i , W p ⁇ C p ) + 8 16 ⁇ ⁇ 16 [ 10 ] If the total number of processor cores, C, is fixed, then the required number of FDC entries may be calculated using Equations [1], [6], [8] and [10].
  • Exemplary size configurations for the FDC 738 are set forth below in Tables II and III.
  • a method is described for allocating pairs of protocol/interface cores and corresponding workspace IDs during operation of the SPPS 700 in dual-core mode.
  • the allocation method requires creation of an entry in the FDC 738 . If the necessary space does not exist in the FDC 738 , then other resources must not be allocated.
  • the number of available workspaces and event indexes is independent of the number of FDC entries; that is, all workspaces and event indexes may be used before all available FDC entries are used, or vice-versa. For this reason a mechanism is provided for either detecting a full FDC 738 , or detecting that an FDC entry could not be created due to a lack of space.
  • the first step in this detection process is to build a ws_available and eq_available core bitmaps. This is done by examining each processor core 760 , 764 in a for loop, and setting the ws_available and eq_available bit appropriately.
  • the ws_available bit is set for a core 760 , 764 if any workspace is available.
  • the eq_available bit is set only if the head of the event queue is free.
  • ws_available[i] (workspace_id[i][0]
  • workspace_id[i][15]); eq_available[i] event_bits[i][head[i]];
  • core_available_as_pc and core_available_as_ic are computed by combining the ws_available bitmap with an appropriate mask.
  • the core_available_as_pc bitmap indicates which processor cores are available as protocol cores for this event type.
  • the core_available_as_ic bitmap indicates which processor cores are available as interface cores for this event type.
  • a protocol core and an interface core are then selected from the respective available bitmaps. However, in the exemplary embodiment these selections are made such that the protocol core and interface core are on the same one of the clusters 746 , 750 . This may be effected by masking out all protocol cores which do not have an interface core available in their cluster.
  • cluster_0_has_ic core_available_as_ic[0]
  • cluster_1_has_ic core_available_as_ic[5]
  • cluster_2_has_ic core_available_as_ic[10]
  • cluster_0_has_pc core_available_as_pc[0]
  • a protocol core is then selected by performing a round robin selection process on either core_available_as_pc[0:4], core_available_as_pc[5:9] or core_available_as_pc[10:14]. This serves to balance the load across the protocol cores within a given cluster 746 , 750 .
  • a protocol core has been selected from a particular cluster 746 , 750 , it is necessary to select an interface core from the same such cluster 746 , 750 . This may be effected using the same technique as was used to select the protocol core. Specifically, the interface core is selected, from the cluster 746 , 750 containing the selected protocol core, in a round robin fashion on either core_available_as_ic[0:4], core_available_as_ic[5:9] or core_available_as_ic[10:14].
  • the selected protocol/interface cores must now be de-allocated in order to prevent them from being subsequently reassigned while still in use.
  • the head value of the appropriate processor cores 760 , 764 are incremented, allowing wrapping to occur where necessary. Provisions are also made for the case in which not all 8 event queue elements are in use. This is done by checking the value of the init_event_bits variable at the head. If value of this variable is zero, then movement has occurred beyond where the event queue length was initialized, and the head is wrapped back to zero:
  • the LUC 734 facilitates operation of the SPPS 700 in dual-core mode by splitting a workspace into two parts: a first part for the protocol core, and a second part for the interface core.
  • This split is configurable, and could even be such that one core is allocated the entire flow state (i.e., the other core is not allocated any portion of the flow state).
  • the split may also be defined such that a region of the flow state is marked as shared, i.e. it is sent to both the protocol core and the interface core.
  • the LUC 734 When the LUC 734 is given a request to perform a lookup it is informed of the protocol core ID, the protocol workspace ID, the interface core ID and the interface workspace ID. Once the LUC 734 has found the flow state within flowstate memory 790 , it then sends the appropriate amount to the applicable protocol and interface cores (i.e., to the appropriate ⁇ Core ID, Workspace ID ⁇ pair). After the processor cores 760 , 764 have finished processing, they will write back their respective workspaces to the LUC 734 .
  • the processor cores 760 , 764 then negotiate with the dispatcher 730 to indicate that they have finished processing the event.
  • the dispatcher 730 When the dispatcher 730 has determined that both cores have finished processing, it sends an update command to the LUC 734 .
  • the LUC 734 then re-assembles this back into a single workspace and updates the flow.
  • FIG. 10 illustrates the splitting of a flow state, and depicts three principal areas in which state information is maintained: (1) the flowstate memory 790 of the LUC 734 , (2) the workspace of a protocol core (i.e., within core local memory 784 , 788 ), and (3) the workspace of an interface core (i.e., within core local memory 784 , 788 )
  • the protocol core When exclusive flow state splitting is used the protocol core writes back the first block upon creation of a given flow, since this initial block contains the applicable flow key.
  • the LUC 734 will generally not be configured to write this flow key within flow state memory 790 , but instead relies upon the protocol core to perform this operation.
  • the interface core cannot perform this task, since the interface core workspace header is not written back to the flow state stored within flowstate memory 790 .
  • the LUC 734 When the LUC 734 sends a split flow state to a protocol core, it configures the workspaces as shown in the Protocol Core Workspace block of FIG. 10 . This corresponds to a direct copy of a predefined number of the first 128-bit words of the flow state from the flowstate memory 790 into the workspace. Note however that the LUC 734 overwrites the first two 128-bit words with the Workspace Header.
  • the LUC 734 When the LUC 734 sends a split flow state to an interface core, it configures the workspaces as shown in the Interface Core Workspace block of FIG. 10 . To create this workspace the LUC 734 performs at least two operations. First, the LUC 734 places the same workspace header used for the protocol core at the front of the workspace, which will occupy the first two 128-bit words. Note that the Workspace Header does not include the 32-bit Flow State Write Bitmap, since in the exemplary embodiment the LUC 734 does not set this field. Second, the LUC 734 copies the Interface Core Area from the flowstate memory 790 and places it just after the workspace header, i.e. it starts writing the Interface Core Area in the location of the second 128-bit word within the workspace of the interface core.
  • FIG. 11 illustrates an exemplary approach to flow state splitting with sharing.
  • FIG. 11 includes substantially the same elements as FIG. 10 , but further includes a shared area as well.
  • flow state splitting with sharing either the protocol core or the interface core must write back the first block when a flow is created. In the case of shared flow state splitting then this first block will be in the Shared Area. In that case either the protocol core or the interface core must write back the first chunk of the Shared Area, even if that area has not changed.
  • the Shared Area is the first portion of the flow state in the flowstate memory 790 . Note that since the Shared Area is the first area, it incorporates the 32-bits reserved for the Flow State Write Bitmap. The rest of the flow state in flowstate memory 790 is the same as in the case of exclusive splitting.
  • the LUC 734 When the LUC 734 sends a split flow state containing a shared area to an interface core, it configures the workspaces as follows:
  • a number of considerations are required to be addressed in connection with facilitating usage of shared areas. For example, if the Shared Area is modified by one of the applicable pair of processor cores, then the other processor core will not see that modification until all outstanding events have been processed. This is because the LUC 734 will typically be configured to refrain from writing back the workspace to the flowstate memory 790 until all the outstanding events associated with the applicable flow have been processed. Only when the workspace is written back to flowstate memory 790 will it have the opportunity to be “re-split”. In addition, the LUC 734 will not typically arbitrate among competing requests by the applicable pair of processor cores to write in the Shared Area. Rather, if two processor cores 760 , 764 write to the same portion of the Shared Area, then an exemplary default outcome is that the corresponding area of the flow state within flowstate memory 790 will contain the data written by the interface core.
  • a protocol core may use a mask to apply a Flow State Write Bitmap to a flow state.
  • Another mask may be used by a protocol core to apply to a Flow State Write Bitmap for a listen state.
  • an interface core may used a mask to apply to a Flow State Write Bitmap for a flow state.
  • another mask may be used by an interface core to apply to a Flow State Write Bitmap for a listen state.
  • a protocol or interface core can prevent its region, or a Shared Area, from being overwritten. Similar masks may also be utilized in connection with updating the timer values in a workspace header.

Abstract

A system and method for managing shared state using multiple programmed processors within a stateful protocol processing system is disclosed herein. The disclosed method includes receiving a first message of a first flow comprised of a first plurality of messages, and deriving a first event from the first message. A first flow state characterizing the first flow is then retrieved. A first workspace portion of the first flow is assigned to a first protocol processing core, and a second workspace portion of the flow state is assigned to a second protocol processing core. The method further includes processing the first event using the first and second protocol processing cores. The first flow state may be defined at least in part by a plurality of protocol layers, in which case the first workspace portion and the second workspace portion correspond to different ones of such layers.

Description

CROSS-REFERENCE TO RELATED APPLICATIONS
This application claims priority under 35 U.S.C. §119(e) to U.S. Provisional Application No. 60/419,716, filed Oct. 17, 2002 entitled System and Method for Managing Shared State Using Multiple Programmed Processors, and is related to U.S. patent application Ser. No. 10/211,434, entitled HIGH DATA RATE STATEFUL PROTOCOL PROCESSING.
BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to data transfer processing systems.
2. Background and Benefits of the Invention
Data transfer systems typically convey data through a variety of layers, each performing different types of processing. The number of different layers, and their attributes, vary according to the conceptual model followed by a given communication system. Examples include a model having seven layers that is defined by the International Standards Organization (ISO) for Open Systems Interconnection (OSI), and a five-layer model defined by the American National Standards Institute (ANSI) that may be referred to as the “Fibre Channel” model. Many other models have been proposed that have varying numbers of layers, which perform somewhat different functions. In most data communication systems, layers range from a physical layer, via which signals containing data are transmitted and received, to an application layer, via which high-level programs and processes share information. In most of the conceptual layer models, a Transport Layer exists between these extremes. Within such transport layers, functions are performed that are needed to coordinate the transfer of data, which may have been sent over diverse physical links, for distribution to higher-level processes.
Within the transport layer, a communication system coordinates numerous messages (such as packets) that each belong to a particular “flow” or grouping of such messages. Each message may be identified by its association with a particular flow identification key (flow key), which in turn is typically defined by information about the endpoints of the communication. Transport layer processing is generally performed by processing modules which will be referred to as transport layer terminations (TLTs), which manage data received from remote TLTs (or being transmitted to the remote TLTs) according to a set of rules defined by the transport layer protocol (TLP) selected for each particular flow. A TLT examines each message that it processes for information relevant to a flowstate that defines the status of the flow to which the message belongs, updates the flowstate accordingly, and reconstitutes raw received data on the basis of the flowstate into proper form for the message destination, which is typically either a remote TLT or a local host. Flows are typically bidirectional communications, so a TLT receiving messages belonging to a particular flow from a remote TLT will generally also send messages belonging to the same flow to the remote TLT. Management of entire flows according to selected TLPs by maintaining corresponding flowstates distinguishes transport layer processing from link level processing, which is generally concerned only with individual messages.
There are many well-known TLPs, such as Fibre Channel, SCTP, UDP and TCP, and more will likely be developed in the future. TLPs typically function to ensure comprehensible and accurate communication of information to a target, such as by detecting and requesting retransmission of lost or damaged messages, reorganizing various messages of a flow into an intended order, and/or providing pertinent facts about the communication to the target. Transmission Control Protocol (TCP) is probably the best-known example of a TLP, and is extensively used in networks such as the Internet and Ethernet applications. TCP is a connection-oriented protocol, and information about the state of the connection must be maintained at the connection endpoints (terminations) while the connection is active. The connection state information includes, for example, congestion control information, timers to determine whether packets should be resent, acknowledgement information, and connection identification information including source and destination identification and open/closed status. Each active TCP connection thus has a unique connection ID and a connection state. A TCP “connection” is an example of the more general TLP concept that is termed “flow” herein, while TCP “connection ID” and “connection state” are examples of the more general TLP concepts referred to herein as “flow key” and “flowstate,” respectively. The flow key may be uniquely specified by a combination of the remote link (destination) address (typically an Internet Protocol or “IP” address), the remote (destination) TCP port number, the local link (source) address (also typically an IP address), the local (source) TCP port number, and in some cases a receiver interface ID. It may also be useful to include a protocol indication as part of the general flow key, in order to distinguish flows that have otherwise identical addressing but use different TLPs.
Data communications can also occur in many layers other than the classic transport layer. For example, iSCSI communications occur at layers above the transport layer, yet the communications include stateful messages belonging to a flow and are thus analogous, in some ways, to transport layer communications.
There is a constant demand for higher data rates for data communications systems, as computers are increasingly linked both locally (e.g., over local area networks) and over wide areas (e.g., over the Internet). In order to achieve higher data rates, commensurately faster processing is needed for stateful protocols in transport layers and elsewhere. Faster hardware, of course, may be able to proportionally increase processing speeds. However, hardware speed increases alone will not cost-effectively increase protocol processing speeds as quickly as desired, and thus there is a need for protocol processing systems that enable faster processing, for a given hardware speed, by virtue of their architecture and methods.
SUMMARY OF THE INVENTION
In summary, the present invention is directed to a method of processing data in a stateful protocol processing system. The method includes receiving a first message of a first flow comprised of a first plurality of messages and deriving a first event from the first message. A first flow state characterizing the first flow is then retrieved. A first workspace portion of the first flow is assigned to a first protocol processing core, and a second workspace portion of the flow state is assigned to a second protocol processing core. The method further includes processing the first event using the first protocol processing core and the second protocol processing core. In particular embodiments the first flow state is defined at least in part by a plurality of protocol layers, which results in the first workspace portion and the second workspace portion corresponding to different ones of such layers.
In another aspect, the present invention relates to a stateful protocol processing system configured to process multiple flows of messages. The apparatus includes a first protocol processing core and a second protocol processing core. An input module is configured to receive a first message of a first flow comprised of a first plurality of messages and to derive a first event from the first message. A lookup controller operates to retrieve a first flow state characterizing the first flow. The first flow state includes a first workspace portion assigned to the first protocol processing core and a second workspace portion assigned to the second protocol processing core. During operation of the apparatus, the first event is processed using the first protocol processing core and the second protocol processing core. The first protocol processing core may modify the first workspace portion and thereby create a modified first workspace portion that is written back to the lookup controller. Similarly, the second protocol processing core may modify the second workspace portion and thereby create a modified second workspace portion that is also written back to the lookup controller.
The invention also pertains to a method of processing data in a stateful protocol processing system. The method includes receiving a first message of a first flow comprised of a first plurality of messages and deriving a first event from the first message. A first flow state characterizing the first flow includes a first workspace portion and a second workspace portion retrieved from a common memory. The first workspace portion is stored in a first local memory and the second workspace portion is stored in a distinct second local memory. The method further includes processing the first event and making corresponding modifications within the first workspace portion and the second workspace portion. This yields a modified first workspace portion and a modified second workspace portion, respectively. The modified first workspace portion and the modified second workspace portion are then written to the common memory. In a particular embodiment the first local memory is associated with a first protocol processing core and the second local memory is associated with a second protocol processing core. In this embodiment the first protocol processing core may perform an initial portion of the processing of the first event and then hand it off to the second protocol processing core for performance of a subsequent portion of the processing of the first event.
BRIEF DESCRIPTION OF THE DRAWINGS
For a better understanding of the nature of the features of the invention, reference should be made to the following detailed description taken in conjunction with the accompanying drawings, in which:
FIG. 1A is a block diagram showing general interface connections to a stateful protocol processing system.
FIG. 1B is a block diagram of a transport layer termination system within a typical computer system.
FIG. 2 is a more detailed block diagram of a stateful protocol processing system such as that of FIG. 1.
FIG. 3 is a block diagram showing further details of some of the features of the stateful protocol processing system of FIG. 2.
FIG. 4 is a flowchart of acts used in varying the protocol core that is selected to process a flow.
FIG. 5 is a flowchart of acts performed by a dispatcher module in response to receiving an event belonging to a flow.
FIG. 6 is a flowchart illustrating certain acts that the dispatcher module (or its submodules) may perform in response to feedback from a protocol processing core.
FIG. 7 is a block diagram of a particular implementation of a stateful protocol processing system to which reference will be made in describing the manner in which the present invention facilitates management of shared state using multiple programmed processors.
FIG. 8 is an event trace diagram which illustratively represents interaction between various elements of the inventive stateful protocol processing system during operation in a dual-core mode.
FIG. 9 is an event trace diagram which illustratively represents interaction between various elements of the inventive stateful protocol processing system during operation in an alternate dual-core mode.
FIG. 10 illustrates the splitting of a flow state and depicts three principal areas in which state information is maintained.
FIG. 11 illustrates an exemplary approach to flow state splitting with sharing in accordance with one aspect of the invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT I. Overview of Stateful Protocol Processing
Stateful protocol processing entails processing data that arrives in identifiable and distinguishable units that will be referred to herein as “messages.” A multiplicity of messages will belong to a “flow,” which is a group of messages that are each associated with a “flow key” that uniquely identifies the flow. The methods and apparatus described herein for stateful protocol processing are most useful when a multiplicity of different flows is concurrently active. A flow is “active” whether or not a message of the flow is presently being processed, as long as further messages are expected, and becomes inactive when no further processing of messages belonging to the particular flow are expected.
A “stateful protocol” defines a protocol for treating messages belonging to a flow in accordance with a “state” that is maintained to reflect the condition of the flow. At least some (and typically many) of the messages belonging to a flow will affect the state of the flow, and stateful protocol processing therefore includes checking incoming messages for their effect on the flow to which they belong, updating the state of the flow (or “flowstate”) accordingly, and processing the messages as dictated by the applicable protocol in view of the current state of the flow to which the messages belong.
Processing data communications in accordance with TCP (Transmission Control Protocol) is one example of stateful protocol processing. A TCP flow is typically called a “connection,” while messages are packets. The flow key associated with each packet consists primarily of endpoint addresses (e.g., source and destination “socket addresses”). A flowstate is maintained for each active connection (or flow) that is updated to reflect each packet of the flow that is processed. The actual treatment of the data is performed in accordance with the flowstate and the TCP processing rules.
TCP is a protocol that is commonly used in TLT (transport layer termination) systems. A typical TLT accepts messages in packets, and identifies a flow to which the message belongs, and a protocol by which the message is to be processed, from information contained within the header of the packet. However, the information that is required to associate a message with a flow to which it belongs and a protocol by which it is to be processed may be provided in other ways, such as indirectly or by implication from another message with which it is associated, or by a particular source from which it is derived (for example, if a particular host is known to have only one flow active at a time, then by implication each message from that host belongs to the flow that is active with respect to that host.
Moreover, stateful protocol processing as described herein may be utilized in places other than TLT systems, in which case the information about flow and protocol may well be provided elsewhere than in an incoming packet header. For example, an incoming TCP packet may encapsulate data that is to be processed according to an entirely different protocol, in a different “layer” of processing. Accordingly, the stateful protocol processing effected within the context of a TLT system described herein provides a specific example of a general stateful protocol processing system (“SPPS”). Messages belonging to one stateful protocol flow may, for example, be encapsulated within messages belonging to a distinct stateful protocol. The well-known communication protocol referred to as “SCSI” provides examples of data communication at layers other than a transport layer. A common use of SCSI is between a host and a peripheral device such as a disk drive. SCSI communications may take place over a special purpose connection dedicated to SCSI communications, or they may be encapsulated and conveyed via a different layer. SCSI may be encapsulated within messages of some transport layer protocols, such as Fibre Channel and TCP. “FCP” is a protocol by which SCSI messages are encapsulated in Fibre Channel protocol messages, while “iSCSI” is a protocol by which SCSI messages are encapsulated in TCP messages. FCP and iSCSI are each stateful protocols.
One example of such encapsulation involves information belonging to a first stateful flow, such as an iSCSI flow, that is communicated over a local network within messages belonging to a distinct second stateful flow, such as a TCP connection. A first SPPS may keep track of the state of the encapsulating TCP connection (flow). The same SPPS, or a different second one, may determine that some of the messages conveyed by the encapsulating flow form higher-level messages that belong to an encapsulated iSCSI flow. The flow key of the encapsulated iSCSI flow may be contained within each encapsulated message, or it may be determined by implication from the flow key of the encapsulating TCP/IP packets that are conveying the information. Given knowledge of the flow key of the encapsulated flow, and of the protocol (iSCSI) by which the encapsulated flow is to be processed, the SPPS may maintain a state for the iSCSI flow, and may identify and process the messages associated with the flow in accordance with the specified protocol (iSCSI, in this example).
Thus, a transport layer termination system may provide a good example of a SPPS (stateful protocol processing system). Indeed, a TLT is likely to include at least some stateful processing, thus qualifying as a SPPS. However, a SPPS can be utilized for other data communication layers, and for other types of processing, as long as the processing includes updating the flowstate of a flow to which a multiplicity of messages belong, in accordance with a stateful protocol that is defined for the messages. Therefore, although the invention is illustrated primarily with respect to a TLT system, care should be taken not to improperly infer that the invention is limited to TLT systems.
FIG. 1A illustrates interface connections to a SPPS 100. A SPPS packet input processing block 102 may accept data in packets from any number of sources. The sources typically include a host connection, such as “Host 1104, and a network connection, such as “Network 1106, but any number of other host connections and/or network connections may be used with a single system, as represented by “Host N” 108 and “Network M” 110. A protocol processing block 112 processes incoming data in accordance with the appropriate rules for each flow of data (i.e., stateful protocol rules such as are defined by the well-known TCP, for stateful messages specified for processing according to such stateful protocol). Flows generally involve bidirectional communications, so data is typically conveyed both to and from each host connection and/or network connection. Consequently, a packet output processing block 114 delivers data to typically the same set of connections (“Host 1104 to “Host N” 108 and “Network 1106 to “Network M” 110) from which the packet input processing block 102 receives data.
FIG. 1B provides an overview of connections to a TLTS 150 that provides an example of a simple SPPS as implemented within a computing system 152. A single host system 154 is connected to the TLTS 150 via a connection 156 that uses a well-known SPI-4 protocol. The host 154 behaves as any of the hosts 104-108 shown in FIG. 1A, sending messages to, and receiving messages from, the TLTS 150. The TLTS 150 is connected to a Media Access Control (“MAC”) device 158 via another SPI-4 protocol connection 160. The MAC 158 is connected to a network 162 via a suitable connection 164. The MAC converts between data for the TLTS (here, in SPI-4 format), and the physical signal used by the connection 164 for the network 162. The network 162 may have internal connections and branches, and communicates data to and from remote communications sources and/or targets, exemplified by as “source/target system 1170, “source/target system 2180, and “source/target system 3190. Any number of communication source/targets may be accessed through a particular network. Source/target systems may be similar to the computing system 152. More complicated source/target systems may have a plurality of host and network connections, such as is illustrated in FIG. 1A. Thus, some source/target systems may effectively connect together a variety of different networks.
FIG. 2 is a block diagram showing modules of an exemplary SPPS 200. In one embodiment, two SPI-4 Rx interface units 202 and 204 receive data over standard SPI-4 16-bit buses that accord with “System Packet Interface Level 4 (SPI-4) Phase 2: OC-192 System Interface for Physical and Link Layer Devices. Implementation Agreement OIF-SPI4-02.0,” Optical Internetworking Forum, Fremont, Calif., January 2001 (or latest version). The number of connections is important only insofar as it affects the overall processing capability needed for the system, and from one to a large number of interfaces may be connected. Each individual interface may process communications to any number of network and/or host sources; separate physical host and network connections are not necessary, but may be conceptually and physically convenient. Moreover, while SPI-4 is used for convenience in one embodiment, any other techniques for interface to a physical layer (e.g., PCI-X) may be used alternatively or additionally (with processing in the corresponding input blocks, e.g., 202, 204, conformed) in other embodiments.
II. Message Splitting
Still referring to FIG. 2, data received by the interfaces 202 and 204 is conveyed for processing to message splitter modules 206 and 208, respectively. The transfer typically takes place on a bus of size “B.” “B” is used throughout this document to indicate a bus size that may be selected for engineering convenience to satisfy speed and layout constraints, and does not represent a single value but typically ranges from 16 to 128 bits. The message splitter modules 206 and 208 may perform a combination of services. For example, they may reorganize incoming messages (typically packets) that are received piece-wise in bursts, and may identify a type of the packet from its source and content and add some data to the message to simplify type identification for later stages of processing. They may also split incoming messages into “payload” data and “protocol event” (hereafter simply “event”) data.
As the data arrives from the SPI-4 interface, a message splitter module such as 206 or 208 may move all of the data into known locations in a scratchpad memory 210 via a bus of convenient width B. Alternatively, it may send only payload data to the scratchpad, or other subset of the entire message. The scratchpad 210 may be configured in various ways; for example, it may function as a well-known first-in, first-out (FIFO) buffer. In a more elaborate example, the scratchpad 210 may be organized into a limited but useful number of pages. Each page may have a relatively short scratchpad reference ID by which a payload (or message) that is stored in the scratchpad beginning on such page can be located. When the payload overruns a page, an indication may be provided at the end of the page such that the next page is recognized as concatenated, and in this manner any length of payload (or message) may be accommodated in a block of one or more pages that can be identified by the reference ID of the first page. A payload length is normally part of the received header information of a message. The scratchpad reference ID may provide a base address, and the payload may be disposed in memory referenced to the base address in a predetermined manner. The payload terminates implicitly at the end of the payload length, and it may be useful to track the number of bytes received by the scratchpad independently, in order to compare to the payload length that is indicated in the header for validation. If the scratchpad also receives the header of a message, that header may be similarly accessed by reference to the scratchpad reference ID. Of course, in this case the payload length validation may be readily performed within the scratchpad memory module 210, but such validation can in general be performed many other places, such as within the source message splitter (206, 208), within the dispatcher 212, or within a PPC 216-222, as may be convenient from a data processing standpoint.
A. Event Derivation
A typical function of a message splitter 206, 208 is to derive, from the incoming messages, the information that is most relevant to stateful processing of the messages, and to format and place such information in an “event” that is related to the same flow as the message from which it is derived. For example, according to many transport layer protocols, “state-relevant” data including flow identification, handshaking, length, packet order, and protocol identification, is disposed in known locations within a packet header. Each stateful protocol message will have information that is relevant to the state of the flow to which it belongs, and such state-relevant information will be positioned where it can be identified. (Note that systems that perform stateful protocol processing may also process stateless messages. TLPs, for example, typically also process packets, such as Address Request Protocol or ARP packets, which are not associated with an established flow and thus do not affect a flowstate. Such “stateless” packets may be processed by any technique that is compatible with the presently described embodiments. However, these techniques are not discussed further herein because the focus is on the processing of stateful messages that do affect a flowstate for a message flow.)
The event that is derived from an incoming message by a message splitter module such as 206 or 208 may take a wide range of forms. In the simplest example, in some embodiments it may be the entire message. More typically, the event may exclude some information that is not necessary to make the decisions needed for TLP processing. For example, the payload may often be excluded, and handled separately, and the event may then be simply the header of a message, as received. However, in some embodiments information may be added or removed from the header, and the result may be reformatted, to produce a derived event that is convenient for processing in the SPPS.
B. Event Typing
Received messages may, for example, be examined to some extent by the interface (202, 204) or message splitter (206, 208) modules, and the results of such examination may be used to derive a “type” for the event. For example, if a packet has no error-checking irregularities according to the protocol called for in the flow to which the packet belongs, then the event derived from such package may be identified with an event “type” field that reflects the protocol and apparent validity of the message. Each different protocol that is processed by the SPPS may thus have a particular “type,” and this information may be included in the event to simplify decisions about subsequent processing. Another type may be defined that is a message fragment; such fragments must generally be held without processing until the remainder of the message arrives. Message fragments may have subtypes according to the protocol of the event, but need not. A further event type may be defined as a message having an error. Since the “type” of the event may be useful to direct the subsequent processing of the event, messages having errors that should be handled differently may be identified as a subtype of a general error. As one example, error type events may be identified with a subtype that reflects a TLP of the event.
Any feature of a message (or of a derived event) that will affect the subsequent processing may be a candidate for event typing. Thus, event typing may be very simple, or may be complex, as suits the SPPS embodiment from an engineering perspective. Event typing is one example of augmentation that may be made to received message information in deriving an event. Other augmentation may include revising or adding a checksum, or providing an indication of success or failure of various checks made upon the validity of the received message. Relevant locations may also be added, such as a scratchpad location indicating where the message information may be found within the scratchpad memory 210. Note that if a message source that uses the SPPS, such as a host, is designed to provide some or all of such “augmenting” information within the message (e.g., the header) that it conveys to the SPPS, then the message splitter may not need to actually add the information in order to obtain an “augmented” event.
In addition to augmenting message information, event derivation may include reformatting the event information to permit more convenient manipulation of the event by the SPPS. For example, processing may be optimized for certain types of events (such as TCP events, in some systems), and deriving events of other types may include reformatting to accommodate such optimized processing. In general, then, events may be derived by doing nothing to a received message, or by augmenting and/or reformatting information of the message, particularly state-relevant information, to aid later processing steps. For TCP, for example, the resulting event may consist primarily of the first 256 bytes of the packet, with unnecessary information removed and information added to reflect a scratchpad location in which it is copied, the results of error checking, and the event typing. If a host is configured to prepare data in a form that is convenient, a resulting host event issued from the message splitter may be the first bytes of the message (e.g., the first 256 bytes), with few or no changes.
It may be convenient to implement the message splitter functions using an embedded processor running microcode, which lends itself to reprogramming without a need to change the device design. However, the message splitter function may alternatively be implemented via software executed in a general-purpose processor, or in an application specific integrated circuit (ASIC), or in any other appropriate manner.
Many alternatives are possible for the particular set of processing steps performed by message splitter modules such as 206 and 208. For example, a “local proxy” of the flow ID (i.e., a number representing the flow ID of the message that suffices to identify the flow within the SPPS and is more useful for local processing) could be determined and added to the event at the message splitter—a step that is performed during a later processing block in the illustrated embodiments. Also, it is not necessary that incoming messages be split at all. Instead, incoming messages may be kept together: for example, they may be stored intact in the scratchpad memory so as to be available to many parts of the system, or they may be forwarded in their entirety directly to the event dispatcher 212 and thence to the protocol processing cores (PPCs) 216-222 that are described below in more detail. If incoming messages are not split, then these modules 206, 208 might, for example, be renamed “packet preprocessors” to reduce confusion. The skilled person will understand that, in many cases, design convenience primarily determines which module performs any particular acts within a complex system.
III. Event Dispatcher
As shown in FIG. 2, the events prepared by the message splitters 206, 208 are forwarded to an event dispatcher module 212, where they may be entered into a queue. The event dispatcher module 212 (or simply dispatcher) may begin processing the incoming event by initiating a search for a local flow ID proxy, based on the flow identification “key” that arrives with the message.
A. Local Flow ID Proxy
The flow identification key (or simply “flow key”) uniquely identifies the flow to which the message belongs in accordance with the TLP used by the flow. The flow key can be very large (typically 116-bits for TCP) and as such it may not be in a format that is convenient for locating information maintained by the SPPS that relates to the particular flow. A local flow ID proxy may be used instead for this purpose. A local flow ID proxy (or simply “local proxy ID,” “local flow ID,” or “proxy ID”) generally includes enough information to uniquely identify the particular flow within the SPPS, and may be made more useful for locating information within the SPPS that relates to the particular flow. For example, a local flow ID proxy may be selected to serve as an index into a flowstate memory 214 to locate information about a particular flow (such as a flowstate) that is maintained within the SPPS. Not only may a local flow ID proxy be a more convenient representative of the flow for purposes of the SPPS, it will typically be smaller as well.
A local flow ID proxy may be determined within the dispatcher module or elsewhere, such as within the message splitter modules 206, 208 as described previously. Given the very large number of local flow ID proxies that must be maintained, for example, in large TLTSs (transport layer termination systems), determining the proxy ID may be a nontrivial task. If so, it may be convenient from an engineering perspective to make such determination by means of a separate “lookup” module, as described below. In some embodiments, such a lookup module may be a submodule of the message splitter modules 206, 208, or it may be a submodule of the dispatcher module, or it may be best designed as independent and accessible to various other modules.
A search for the local flow ID proxy may be simplified, or even eliminated, for events received from a host that is configured to include the local flow ID proxy rather than (or in addition to) the usual TLP flow key that will accompany flow messages on a network. Such a host configuration can reduce the workload of whatever module would otherwise determine the local flow ID proxy, e.g., the dispatcher. Another way to reduce the local flow ID proxy lookup effort may be to maintain a “quick list” of the most recently used flow IDs, and their associated proxies, and to check this list first for each arriving message or event.
If a message arrives that belongs to a flow for which no local flow ID proxy or flowstate is known, the dispatcher 212 may create a new local flow proxy ID. In many cases the dispatcher (or a lookup submodule) may then initialize a flowstate for such new flow. It may be useful to select such proxy ID as a value that will serve as a table entry into memory that may be used to store a flowstate for such new flow in a convenient memory, such as flowstate memory 214. Such memory may be quite large in large systems, requiring special management.
B. Memories
Each distinct “memory” described herein, such as the scratchpad memory 210 and the flowstate memory 214, typically includes not only raw memory but also appropriate memory controller facilities. However, the function of the memory controller is generally not central to the present description, which merely requires that the memory either store or return specified blocks of data in response to requests. Because SPPSs as described herein may be made capable of concurrently processing millions of active flows (or may be limited to processing a few thousand, or even fewer, active flows), and because a typical flowstate may be approximately 512 bytes, multiple GB of memory may be needed to implement the SPPS of FIG. 2. Techniques for implementing such large memories are known and constantly evolving, and any such known or subsequently developed technique may be used with any type of memory to form the SPPS of FIG. 2, so long as adequate performance is achieved with such memory.
Memories are distinguished from each other as distinct memories if they function in a substantially independent manner. For example, distinct memories may be independently addressable, such that addressing a data item stored in one memory does not preclude simultaneously addressing an unrelated item in a distinct memory. Distinct memories may also be independently accessible, such that accessing an item in one memory does not preclude simultaneously accessing an unrelated item in a distinct memory. Due to such independence, distinct memories may in some cases avoid data access bottlenecks that may plague common (or shared) memories.
C. Lookup Submodule
The dispatcher module 212 illustrated in FIG. 2 may include submodules that perform particular subsets of the dispatcher tasks. For example, it may be useful to incorporate a separate “lookup” module to perform the function of looking up a local flow ID proxy based on the flow key that is included in the arriving event. Another function of the dispatcher 212 may be to establish and maintain flow timers for active flows, as may be required by the particular TLP associated with each flow. When it is convenient to maintain such flow timers in memory that is indexed by the local flow ID proxy, the lookup module may also conveniently perform the function of monitoring the flow timers. Also, the dispatcher 212 may provide the flowstate to a PPC when assigning it to process events of a flow. If the flowstate is similarly maintained in memory at a location indexed by the local flow ID proxy, then this may be another function that may conveniently be performed by the lookup module. Such a lookup module may be independent, or it may be essentially a submodule of the dispatcher. The lookup module could also be associated primarily with other sections of the system. For example, it could be primarily associated with (or even a submodule of) a message splitter module 206, 208, if that is where the lookup tasks are performed, or it could be primarily associated with the PPCs 216-222 if the lookup tasks were performed primarily there.
The lookup process may require extensive processing, such as a hash lookup procedure, in order to select or determine a local flow ID proxy based on raw flow identification or “flow key.” As such, a lookup module (or submodule) may be implemented with its own microprocessor system and supporting hardware. When flow ID proxy determination is performed by a lookup module (or submodule), the dispatcher may assign and transfer an event to a PPC without waiting for the determination to be completed, and the lookup module can later transfer flow information (obtained by use of the local flow ID proxy) to the assigned PPC without further interaction with the dispatcher.
Once a “lookup” or other submodule is established as a distinct entity, it may as a matter of design convenience be configured to perform any of the tasks attributed to the dispatcher (or other module in which it is located or with which it is associated, and indeed in many cases may perform tasks that are attributed, in the present description, to other modules, such as the message splitter modules. The ability to move functionality between different functional modules is a common feature of complex processing systems, and the skilled person will understand that moving functionality between modules does not, in general, make a system significantly different.
Many other functions may be performed by the dispatcher 212, or by its submodules. For example, the dispatcher may request a checksum from the scratchpad memory 210 reflecting the payload of the message, combine it with a checksum included with the event that covers that portion of the message converted into the event, and incorporate the combined checksum into the event. A bus of modest size is shown between the dispatcher 212 and the other processing blocks that is sufficient for this purpose. As with many dispatcher functions, this function could be performed elsewhere, such as in the message splitter blocks 206, 208, or during later processing.
D. Director Submodule
Another module, or dispatcher submodule, may be created to perform some or all of the decision making for the dispatcher. Such submodule, which will be referred to as a “Director,” may perform the steps involved in selecting a particular PPC to handle a particular event of a flow, and keeping track, for the overall SPPS (stateful protocol processing system), of the status of active flow processing in the various PPCs.
The “flow processing status” maintained by the Director submodule may indicate, for example, that other events of the flow are presently being processed by a PPC, or that a new flowstate generated after PPC processing of a previous event (of the flow) is presently being written to the flow state memory. It may also indicate if the flow is being torn down, or that a timer event is pending for that flow. Such flow processing status information may be used, for example, to cause the Director submodule to delay the forwarding of an event to a PPC when appropriate, such as to avoid overwriting a flowstate while the flow processing status of a flow says that its flowstate is being written from a PPC to the flowstate memory. Once the update of the flowstate memory is complete, as reflected by the flow processing status, the new event may be forwarded to a PPC.
The Director submodule's flow processing status information may also be used, for example, to prevent timer expirations from being improperly issued while a flow is being processed by a PPC. Such timer events should not be issued if the very act of processing an event may cause such a timer expiration to be cancelled. The Director submodule may refer to the flow processing status information before allowing timer events to be issued to PPCs, so that such timer events are issued only when no other events are active for that flow. As with the lookup submodule, organization of the Director as a distinct module may permit the dispatcher to simply hand off an incoming event to the Director.
E. Protocol Processing Cores and Buses—Structural Introduction
Having established a local flow ID proxy for a message, the dispatcher 212 determines where the message event (or entire message, if messages and events are not split) should be processed in accordance with the TLP associated with the flow. In some embodiments, the bulk of such TLP processing is performed by a Protocol Processing Core (“PPC”). A cluster having a number of PPCs is represented by the PPCs 216 through 218, while PPCs 220 and 222 represent another cluster of PPCs. Two PPC clusters are shown, but any number of such PPC clusters may be used. For example, one TLTS embodiment may comprise only a single cluster of PPCs, while a complex SPPS embodiment may include hundreds of clusters. Two of the PPCs in a cluster are shown in FIG. 2, but two or more PPCs may be used in any given cluster, with five PPCs per cluster being typical. Though it may be convenient for design symmetry, the number of PPCs in each cluster need not be identical. The particular organization of PPCs into clusters is selected, in part, to facilitate the transfer of data by reducing bus congestion. Each cluster may utilize an intracluster intercore bus 224 (or 226) interconnecting PPCs of each cluster, and each cluster will typically be connected to a bus network and control block 228 by a bus 230 or 232. Data between the dispatcher 212 and the PPCs may be organized by a bus network and control block 228. The bus network and control block 228 functions primarily as a “crossbar” switch that facilitates communication between a variety of modules, as described in more detail below.
PPCs (e.g., 216-222) typically include a processor core and microcode (i.e., some form of sequential instructions for the processor core) that enables the PPC to process events that are submitted to it. They also typically include local memory, which the PPC can access without interfering with other PPCs, sufficient to hold the relevant flowstate data of a flow that the PPC is processing. It will typically be convenient to maintain much or all of the flowstate of a particular flow in the local memory of the PPC processing a message event for that flow. The PPC local memory may be organized into a number of blocks or “workspaces” that are each capable of holding a flowstate. PPCs will typically have a queue for incoming events, and workspaces for several different flows having events in the queue that are concurrently being processed by the PPC.
The buses represented herein are described as being bidirectional in nature. However, if convenient, the buses may be implemented as two one-way buses that in some cases will not be of equal bit-width in both directions. Thus, a bus indicated as having a width B bits represents a bus width that that may be selected for convenience in a particular implementation, and may be directionally asymmetrical. The typical considerations for bus size apply, including space and driver constraints of the physical layout, and the required traffic needed to achieve a particular performance target. The buses are not shown exhaustively; for example, a message bus may usefully be connected (for example by daisy-chaining) between all of the physical pieces of the TPTS, even though such a bus is not explicitly shown in FIG. 2. Moreover, if the SPPS is implemented as program modules in software or firmware running on a general processing system, rather than in a typical implementation that employs ASICs having embedded microprocessors, the buses represented in FIG. 2 may represent data transfer between software modules, rather than hardware signals.
F. Assigning Events to a PPC
In some embodiments of the present invention, the dispatcher 212 selects a particular PPC to process events associated with a particular flow. There are a number of considerations for such assignment. First, the PPC must be one of the PPCs that are compatible with, or configured to process, events of the type in question. Such compatibility may be determined in the dispatcher, or in a flow processing status subsystem of the dispatcher, by means of a table of PPCs that indicates the event types or protocols the PPC is compatible with, which may in turn be compared with the protocol or event type requirements of the incoming event. In some embodiments the event is marked with an indication of its “type” at another stage of processing, for example in the message splitter module. The dispatcher then needs only select a PPC that is compatible based on the predetermined “type” of the event. Typically, the event types will be so defined that all messages having state-relevant information for a particular flow will also have the same event type, and can be processed by the same PPC. Thus, a PPC will be selected from the constellation of PPCs that can process the indicated event type.
A PPC is selected from this constellation of compatible PPCs according to an algorithm that may, for example, compare PPC loading to find a least-loaded PPC, or it may select a PPC in a round-robin manner, or it may select PPCs randomly. Typically, events of each flow are specifically directed to a PPC, rather than being directed to a PPC as a member of a class of flows. Such individualized processing of each flow permits load balancing irrespective of the attributes of a class of flows. When flows are assigned as members of a class, such as one that shares certain features of a flow ID (or flow key), it may happen that a large number of such a class needs to be processed concurrently, overwhelming the capacity of a PPC, while another PPC is unloaded. This effect may be accentuated when flows are assigned to PPC in classes that have a large number of members. While many embodiments assign each flow uniquely (in a class size of one), it may be effective in some embodiments to assign flows in classes, particularly small classes or classes whose membership can be changed to balance loading.
Similar effects for load balancing may be achieved, even if flows have been assigned in a large class, if a mechanism is provided for releasing specific flows from assignment to particular PPCs. In many embodiments, both assignment and release of flows to PPCs is done for individual or specific flows. Finally, even if both assignment of flows to a PPC, and release of flows from a PPC, is performed for classes of flows, an equivalent effect may be achieved by making the classes flexibly reassignable to balance loading. That is, if the class that is assigned to a PPC can be changed at the level of specific flows, then loading can be balanced with great flexibility. In each case it is possible to change the flows assigned to a PPC in singular units, such that a flow is ultimately assigned to a PPC essentially irrespective of any fixed class attributes, such as characteristics that hash a flow ID to a particular value, and similarly irrespective of other flows that may be assigned to that PPC (or to another PPC).
After selecting a PPC, the dispatcher 212 forwards the event to the PPC together with instructions regarding a flowstate “workspace.” As mentioned above, the decisions for selecting a PPC may be performed in the Director submodule of the dispatcher. In a typical embodiment, the dispatcher 212 first determines if an incoming event belongs to a flow that already has events assigned to a particular PPC. A submodule, such as a Core Activity Manager that tracks the activity of PPCs, may perform this determination in some embodiments, while in others embodiments the Director submodule may perform these functions. In the case that a PPC is already assigned for events of the flow of the incoming event, the incoming event is typically forwarded to the same PPC, which may already have the flowstate present within its local memory.
However, if no PPC is presently assigned to the flow, then the dispatcher selects a particular PPC, for example the PPC 216, to process the incoming event (or assigns the flow to the particular PPC). Selection may be based upon information of the Core Activity Manager, which maintains activity status that can be used to balance loading on the various (compatible) PPCs. The Director submodule may perform the actual assignment and balancing decisions, and in some embodiments the Director and the Core Activity Manager are substantially a single submodule having a dedicated processor and program code to perform these tasks. The assignment may be simply “round robin” to the compatible PPC that has least recently received an event, or on the basis of PPC queue fullness, or otherwise.
After a PPC 216 is assigned to process the incoming event, a workspace is selected in the local memory of the PPC 216 and the current flowstate of the flow of the incoming event is established in the selected workspace. Selection of the workspace may be done by the dispatcher module (for example, by its Director submodule), or otherwise, such as by the PPC on a next-available basis. The flowstate may be established in the selected workspace in any convenient manner. For example, the dispatcher may send the flowstate to the PPC via the dispatcher (e.g., as an action of the lookup submodule), or the PPC itself may request the flowstate from a memory (e.g., the flowstate memory 214). The event is typically delivered from the dispatcher 212 to an input queue of the PPC 216, and is associated with the selected workspace. Also, separately or as part of the event, the size and location of the data payload in scratchpad memory (if any) is typically conveyed to the PPC 216. Having this information, the PPC 216 will be able to process the event when it is reached in the queue, as described subsequently in more detail. When the PPC 216 finishes processing a particular event, it will, in some embodiments, transmit a “done” message to the dispatcher 212, so that the dispatcher can track the activity of the PPC. A submodule such as the Core Activity Module or the Director may, of course, perform such tracking.
G. Counting Events to Track Active Flow Processing
Having transmitted an event to a selected PPC (216), the dispatcher 212 increments an event counter in a location associated with the flow (and thus with the PPC 216). The event counter may be maintained in a local memory block, associated with the local flow ID proxy, that is reserved for such information about current PPC processing (e.g., in the core activity manager within the dispatcher), or in another convenient location. The event counter is incremented each time an event is sent to the PPC, and is decremented each time the PPC returns a “done” message for that flow. As long as the event counter is non-zero, a PPC is currently processing an event for the associated flow. When the event counter reaches zero for a particular flow, the PPC (216) no longer has an event to process for the particular flow, and those of its resources that were allocated for processing the particular flow may be released to process other flows. Note that the PPC 216 may be processing events of other flows, and that its release from processing the particular flow may be made irrespective of such other flows.
If the event counter associated with the flow of an event arriving at the dispatcher 212 is not zero, then it may be preferable to assign and transfer the arriving event to the same PPC. In some embodiments, if a PPC is already processing an event, the global (i.e., flowstate memory 214) version of the flowstate is no longer valid. Rather, only the flowstate in the PPC workspace is valid. In such embodiments, the valid flowstate in the present PPC workspace should be made available to a subsequently selected PPC, which in turn should be done only after the present PPC is finished processing the event. Accordingly, at least in such embodiments, it will generally be more convenient to assign the same PPC to process arriving events belonging to a selected flow until that PPC completes all pending events for the selected flow.
An event arriving at the dispatcher 212 for a specified flow that is already assigned to a PPC may sometimes need to be transferred, or assigned to a different PPC. In such a case it may be convenient to retain the event in the dispatcher 212 until the current PPC completes processing all events it has been assigned. Holding the event in the dispatcher 212 avoids the need to coordinate two PPCs that are simultaneously updating a flowstate for the particular flow. Before such handover occurs, it may also be convenient to allow the PPC to “check-in” its workspace (memory reflecting the present flowstate) to the Flow Memory before assigning the new PPC. Alternatively, the workspace may be transferred from the current PPC directly to the new PPC after all events of the current PPC queue have been processed.
If an event arrives at the dispatcher for a flow that is active, but the related event counter is zero when an event arrives at the dispatcher 212 (indicating that no PPC is presently assigned to the flow), then the dispatcher (or its Director submodule) will select a PPC that is available to process that event type. The selection is typically independent of previous processing, and may be based on various factors such as load sharing and event-type processing capability. As such, the PPC selected next will likely differ from the PPC that previously processed events belonging to the flow. However, in some embodiments consideration may be given to previous processing of a particular flow by a particular PPC, such as when the PPC in fact retains useful state information. Once the PPC selection is made, processing continues as described previously, with the event conveyed to the new PPC, and the flowstate disposed in a local workplace selected within the PPC. The dispatcher 212 either transfers the current flowstate to the new PPC or indicates where in the flowstate memory 214 the present flowstate is to be found.
An event counter is just one means that may be used to determine whether a particular PPC is presently processing a previous event of the same flow. Alternatively, for example, the PPC presently processing an event of a flow might flag the dispatcher 212 when it finds no events in its input queue associated with an active workspace. Any other appropriate procedure may also be used to determine whether a PPC is presently assigned to processing a particular flow.
H. Updating Flowstate and Releasing a PPC
A PPC may be released from responsibility for processing events of a particular flow after the associated event counter reaches zero. Such a release means that the PPC may be assigned to process events of a different flow, since it will generally therefore have a workspace free. In general, the PPC may be processing other flows at the same time, and the release does not affect the responsibilities of the PPC for such other flows. In the typical circumstance that the event counter (or other indication) shows that events of a particular flow may be reassigned to another PPC for processing, the SPPS is enabled to balance PPC processing loads by shifting specific individual flows between different PPCs (of those able to handle the event types of the flow) independently of other flows that may be handled by the PPCs. As compared with techniques that cause PPCs to handle events for a class of flows (such as a class of flows whose flow keys have certain characteristics), such independent flow assignment may reduce the statistical probability that one or more PPCs are idle while another PPC is processing events continuously.
Before a PPC is released, the flow memory that has been updated by the PPC (216) is stored where it will be available to a different PPC that may be selected at a later time to process the same flow. This may be accomplished in any appropriate manner, for example by transferring the contents of the relevant PPC workspace to the dispatcher 212 and thence to the flowstate memory 214. Alternatively, the PPC (216) may convey the flowstate information to a known location in the flowstate memory 214 in cooperation with the dispatcher 212, so that the dispatcher is aware that the flowstate has been updated and is ready for future access. The flowstate may be conveyed more directly from the PPC (216) to the flowstate memory 214, such as via a bus 234 from the bus network and control block 228. The bus 234 may be used for either “checkout” of a flowstate from the flowstate memory 214 to a PPC, or for “check-in” of an updated flowstate from a PPC to the flowstate memory 214. When the event counter reaches zero, and the flowstate has been checked-in to the flowstate memory 214, the present PPC may be released and the flow will revert to a condition reflecting that no PPC is currently assigned to it. Within the PPC, the flowstate workspace may be indicated as free.
An alternative to storing flowstates in the flowstate memory 214 may be used in some embodiments. For a SPPS that is provided with sufficient memory local to the PPCs, the flowstate may be maintained in a workspace of the last PPC that processed it until such time as it is needed elsewhere, such as in another PPC. In such embodiments, the flowstate may be transferred to the appropriate workspace in the new PPC via an intra-cluster bus such as 224 or 226. This is more likely to be a practical alternative for small SPPSs that handle a limited number of concurrent flows.
IV. Socket Memory and Output Processing
In TLP applications that guarantee message delivery, for example TCP, one requirement is the confirmation that a sent message was correctly received. In these TLPs, if the message is not correctly received, the message should be retransmitted. Because it may be some time before a request for retransmission arrives, transmitted messages need to be maintained in memory (e.g., in a “send buffer”) for some period of time. Send buffering may be required even before first transmission, for example when the output target (e.g., Host1 104 or Network 1 106 in FIG. 2) is not ready to accept data. Similarly, a “receive buffer” is frequently required. For example, messages may be received out of order, or as fragments, and these must be saved for a period of time to comply with TCP rules that require completing the messages and putting them in the correct order. While messages could simply be stored in the scratchpad memory 210, for large systems entailing large send and receive buffers, it may be more convenient to establish a separate “socket memory” 236 to store large quantities of data for somewhat extended times. Such a socket memory 236 may interface with the scratchpad memory 210 via a bus 238 as shown in FIG. 2, and with the bus network and PPC cluster control 228 via another bus 240. (Due to substantial traffic, in some embodiments, the bus 240 may actually comprise several individual bus structures.)
The socket memory 236 may provide data intended for output to an output processor and SPI-4 Interfaces 242, 244 via buses 246 and 248. However, when data to be output is still present in the scratchpad memory 210, in some instances it may be quicker to provide the data to the output processors 242, 244 directly via buses 250, 252. The output processing may include tasks such as the preparation of message headers, primarily from the event data, calculation of checksums, and assembly of completed output messages (“reassembly”). The event typically retains some type of TLP or event type identification, and the output processors may use this information to determine the proper format for headers, cyclic redundancy checks (CRCs) and other TLP bookkeeping information. After a message is reassembled by the output processor, the SPI-4 portion of the output units 242 and 244 formats the message according to the SPI-4 (or other selected) interface protocol, so that the data may be output to the same connections (for example “Host 1104 and “Network 1106), from which data is received at the input to the SPPS.
V. Protocol Processor Core Functions
Once a PPC has received an event of an appropriate type, and has information reflecting the size and location of any payload, it may direct treatment of the entire message in accordance with the TLP being used. The PPC may direct actions regarding the flow to which the event belongs, e.g. requesting retransmission, resending previously transmitted messages, and so on, and may update the flowstate for the flow as is appropriate. In some embodiments, traffic congestion can be reduced if the PPCs do not physically transfer messages directly to the output processors (242, 244), but instead simply direct other circuits to transfer the messages for reassembly at the output processors 242, 244.
Some outgoing messages contain very little information (e.g., little or nothing more than a header), such as acknowledgements or requests for retransmission. In these cases, the PPC that is processing the event (e.g., PPC 216) may form a header based upon the event information and pass it to the socket memory 236. The socket memory 236 may, in turn, do little or nothing to the header information before passing it on to one of the output processors 242, 244. Other outgoing messages will include a substantial payload, which may, for example, have been received with an incoming message and stored in the scratchpad memory 210. The PPC may direct such payloads to be moved from the scratchpad memory 210 to the socket memory 236, and may separately direct one of such payloads to be concatenated, for example in one of the output processors 242, 244, with an appropriate header formed by the PPC. The skilled person in the computer architecture arts will recognize that the PPC can control the output message and flowstate information in many ways.
PPCs may be implemented in any manner consistent with their function. For example, a microprogrammable processor provides one level of flexibility in processing varying communication needs. Some or all PPCs could alternatively be implemented as fixed state machines, in hardware, possibly reducing circuit size and/or increasing processing speed. Yet again, some or all PPCs may comprise embedded microprocessors that are operable out of program memory that can be modified “on the fly,” even while the SPPS is active. Such an implementation permits adjusting the number of PPCs able to process particular types of events, adding further load-balancing flexibility. PPCs may be configured to process some stateful protocols, and not others, and the configuration may be fixed or alterable. For example, in a PPC based on a microprogrammable processor, the microprogram (or software) typically determines which event types, or protocols, the PPC is configured to process. A PPC is “compatible” with a particular event type, or protocol, when it is configured to process such event types, or to process messages (events) according to such a protocol.
VI. Bus Network and PPC Cluster Control
FIG. 3 illustrates an exemplary architecture for the bus network and PPC cluster controller 228 of FIG. 2. In this embodiment, the cluster of PPCs (from 216-218) is controlled in part via a cluster bus interface 302. Through the cluster bus interface 302, instructions are available for all of the PPCs (216-218) in the cluster from an instruction memory 304, typically implemented using RAM. The cluster bus interface 302 may also provide access to a routing control table 306 for all of the PPCs in the cluster. A cluster DMA controller 308 (“C DMA”) may be provided, and may have an egress bus that delivers data from a FIFO of the DMA controller 308 to the cluster bus interface 302, as well as to one side of a dual port memory (e.g., the DPMEM 310, 312) of each of the PPCs 216-218 of the cluster. The DPMEM 310, 312 is accessible on the other side from the DMA controller to the corresponding processor with which it is associated as part of a PPC 216, 218. As shown in FIG. 3, the cluster DMA controller 308 may have a separate ingress bus by which the FIFO receives data from the dual port memory (e.g., the DPMEM 310, 312) and from the cluster bus interface 302. The DMA controller 308 may be used, for example, to transfer flowstates between the PPC local memory and the flowstate memory 214. As shown in FIG. 3, the cluster bus controller 302 also provides bidirectional bus connections to a message bus 314, and a further bidirectional bus connection 240 b to the socket memory 236. Some or substantially all of the local memory of a PPC may be DPMEM such as the DPMEM 310, but any suitable local memory may be used instead, as may be convenient for design and fabrication.
The bus 240 interconnecting the socket memory 236 and the bus network and PPC cluster control 228 is shown in FIG. 3 as being implemented by three distinct bidirectional buses: the bus 240 a interconnecting the socket memory 236 and the message bus 314; the bus 240 b as mentioned above; and the bus 240 c to a further cluster bus interface 316. The cluster bus interface 316 operates with respect to the cluster of PPCs 220-222 analogously to the cluster bus interface 302, as a crossbar switch to facilitate communication between the PPCs and the message bus 314, the socket memory 236, and to provide access to common instruction memory 318 and a routing table 320. A further cluster DMA 322 similarly manages data flow between the dual port memory of the PPCs 220-222 and the cluster bus interface 316. Further sets of similar modules (routing, instruction, cluster bus interface and cluster DMA) may, of course, be provided and similarly interconnected.
The skilled person in the computer architecture arts will appreciate that any suitable bus control may be used to implement the connections shown for the bus network and PPC cluster control 228. For example, the routing and instruction information may be maintained within individual PPCs. In addition, the PPC memory need not be dual-port, nor is a DMA controller such as 308 or 322 necessary. In somewhat less complex embodiments, the cluster bus interfaces 302, 316 may simply be part of the message bus 314, or the interfaces may be omitted entirely. Conversely, even more elaborate bus architectures may be employed to increase the speed and power of some embodiments.
VII. Flow Processing with Alternate Protocol Cores
FIG. 4 is a flowchart showing acts that may be performed by an exemplary SPPS to perform stateful protocol processing of messages belonging to a flow, generally alternating PPCs (protocol processing cores), that is, using different PPCs at different times. As shown in FIG. 4, at a step 402 a message is received. This step may include various substeps, such as reconstructing complete messages from packet fragments, performing validity checks, and/or establishing checksums. Next, at a step 404, the payload of the message may be moved to a scratchpad memory. The step 404 is optional, insofar as it indicates splitting the message and storing part of the message in a temporary memory location that is especially available to both input and output processing facilities. Alternatively, for example, the message may be kept together, and/or it may be moved directly to a more permanent memory location.
Proceeding to a step 406, an event portion of the message may be defined. Event definition typically includes the state-relevant portion of the message, and may entail reformatting a header of the message and adding information, such as checksums and event type indication, to facilitate further processing of the event, as discussed in more detail hereinabove. If the message is not split, the “event” may include the payload information, and may even be an incoming message substantially as received. Processing of the event proceeds at a step 408 where data contained within the event that uniquely identifies the flow (the “flow key”) is examined to begin a process of determining a location of flowstate information and a local flow ID proxy. A decision step 410 checks whether a PPC is actively processing an event of the same flow. This check may be effected by searching for the flow key in a local “active flow” table. If the flow key is found in the “active flow” table, then a PPC is presently processing another event belonging to the same flow, and the process exits the decision step 410 on the “yes” branch. If the flow is not active (e.g., if the flow key of the flow is not found in the “active flow” table), then processing continues at a decision step 412. Other techniques may be used in the step 410 to determine if events associated with the flow key are presently being processed by any PPC, such as searching an area of memory reserved for the status of message flows that are presently being processed by a PPC (e.g., within a dispatcher's Core Activity Management submodule). Alternatively, for example, a single flowstate location may be examined for an indication (e.g., a flag) that processing is in progress at a PPC. Further techniques and criteria for determining whether a PPC is actively processing the flow are described below with reference to a decision step 428.
At the decision step 412 a check is made as to whether the flow associated with the flow key is active at the SPPS. This may be performed by checking for a valid flow location in a flow memory that maintains flowstates for active flows when no PPC is presently processing events of the flow. (Since the number of active flows can be very large, the flow memory is typically distinct, separately accessible, and much larger, than the local flow table used for flows presently being processed by a PPC.) This step typically includes a “lookup” task of determining a local flow ID proxy related to the flow key, a task which may involve processing the flow key information according to hash algorithms. Once the local flow ID proxy is determined, it can generally be used to locate an existing flowstate for the flow corresponding to the flow key. The mere existence of a valid flowstate may cause an affirmative result at the decision step 412.
If the flow is not active at all, so that no valid flowstate exists in either general flowstate memory or in a PPC actively processing a flow, then the process proceeds to an initialization step 414 to create and initialize a valid flowstate area within flowstate memory. Note that some stateless “events” exist that do not require a flowstate, such are Address Resolution Protocol (ARP) events which do not belong to a flow, and for which no flow need be created. ARP, and other such “stateless” events, may be processed independently of the processing steps of FIG. 4, which are primarily relevant to “stateful” events.
Once an active flow is established (whether located at the decision step 412, or initialized at the initialization step 414), the method may proceed to assign a PPC to process the event at an assignment step 416. This step may involve several substeps, such as determining and identifying which PPCs are compatible (i.e., capable of processing events of the present type) and available (e.g., have room in their queues) to process the event. A PPC may be selected from those satisfying both of these criteria in many ways, such as in a round-robin fashion, or by selecting the least full PPC local queue, or randomly, or by other load balancing algorithms. Because the PPC has just been newly assigned to process the event, the flowstate is made available to the PPC at a step 418. The flowstate may be delivered by the dispatcher (or submodule) as described above; or, if a global flowstate memory is shared with the assigned PPC, then this step may comprise identifying the flowstate memory location to the PPC. The step 418 also typically includes identifying the location of a “workspace” where the PPC can access the flowstate during processing. Such workspace is typically maintained locally at the PPC, but in some embodiments may be maintained more globally, or split to be both local and global.
Once a PPC has been assigned and has a valid flowstate, which occurs after the step 418 (or after an affirmative step 410), processing proceeds at the steps 420 and 422. Step 420 tracks the activity of a PPC processing a flow. In one embodiment of the present invention, step 420 includes incrementing an event counter associated with the assignment of the PPC to process the flow, but alternatives are described below with regard to the decision step 428.
At a step 422 the contents of the event are provided to the assigned PPC. This may be accomplished by physically copying the event contents to a queue in the local memory of the PPC, or, as an alternative example, by identifying a location of the event data to the PPC. Such queue may contain events from different flows, for example from as many different flows as workspace storage is available for corresponding flowstates. If either event queue or flowstate workspace is not available in (or for) a compatible PPC, then the dispatcher may temporarily withhold effecting part or all of the event/workspace transfer to the PPC.
Once transfer is completed, the assigned PPC has access to the flowstate of the flow, and to the event data, which typically includes information regarding the size and location of the payload associated with the event. At a step 424, the PPC may perform much of the transport layer protocol processing for the message that is associated with the event. The protocol defines the net effect that such processing must achieve, but of course the effect may be accomplished in any manner either presently practiced or later developed for such transport layer processing. Actions by the PPC may include, as examples, updating the flowstate, creating a header for a message to be output, directing that a previously transmitted message be retransmitted, or sending a request for retransmission of a message that was received with an error. Actions by the PPC may also include directing the reassembly of a header it constructs to a received payload, and transmission to a different TLTS connected to the network at another end of the flow, or to a local host. Upon completing the event, a done statement is asserted at a step 426. In one embodiment, the done statement is returned to a global dispatcher used to track PPC activity.
A. Releasing an Active PPC
After the PPC completes processing the present event, a determination is made at a decision step 428 whether the PPC has completed all processing for the flow to which the event belongs. In one embodiment, such determination may be made by a dispatcher module decrementing an event counter associated with a PPC in response to a “done” statement, and determining that the event counter has reached zero. However, many alternatives for establishing that a PPC is done with the flow will be appropriate in different embodiments. For example, a PPC may be considered “done” with a flow when it completes processing the last event of that flow that exists in its queue. As another example, the PPC may be considered done with a flow when the flowstate in its local memory is overwritten or invalidated by processing in another PPC. These, or other definitions of “done,” may be tracked in one (or more) of various places, such as within the PPC itself, or at a more global module such as a dispatcher (e.g., within a core activity manager submodule).
If, at the decision step 428, the PPC is determined to be actively processing the flow, the method may proceed to a conclusion step 430 with no further processing, since the flowstate local to the PPC has been updated and the global flowstate need not necessarily be updated. However, upon determining that the PPC is done with processing the flow, the local flowstate that has been updated at the PPC is transferred to a more global flowstate location at a step 432, so that the PPC workspace becomes available for processing events of a different flow. The global flowstate can then be subsequently accessed when further events arrive that belong to the flow. The PPC may be deemed “done” based on event processing completion for the flow as determined by the dispatcher, by a submodule or other module, or by the PPC itself. The “done” designation may also be postponed after the processing of all events from the flow is completed, for example until the PPC has no other room for new flows and events. Once the PPC is deemed “done” at a step 434, the PPC may be released from “assignment” to processing the flow, which may, for example, include setting a flag that indicates that the flowstate memory in the PPC is no longer valid, or is available for further storage of a different flowstate. After the step 434, the PPC will be treated as free of the event, and of the flow to which the event belongs.
A decision step 436 will typically occur at some point to determine whether the last event processed by the PPC permits the flow to be completely closed. This decision step 436 may be made even before the occurrence of the decision step 428, or before the steps 432 and/or 434, because such a decision to terminate the flow may obviate a need to write the flowstate to memory. Such a decision may also subsume the decision that the PPC is “done” with the flow. However, for processing convenience, the termination decision may be considered as occurring in the sequence shown in FIG. 4. The PPC itself will typically determine, as part of its TLP processing duties, whether the last event completed the flow (e.g., whether the flowstate is advanced to the “connection closed” condition). However, a decision to actually close the flow may be made more globally, such as at the dispatcher (or a submodule). If it is determined at the decision step 436 not to terminate the flow, the system is generally done processing the message and proceeds to the done step 430. However, if it is determined at the step 436 to terminate the flow, the local flow ID proxy and flowstate memory location may thereupon be released for other uses. Since PPCs are generally assigned to, and released from processing events belonging to a flow at the level of a specific flow, largely irrespective of where other flows are assigned (at least within the universe of compatible PPCs), it is possible, indeed highly probable, that a PPC is assigned to process events (or messages) belonging to a flow that was previously processed by another PPC. Such flow-PPC reassignments may be rather frequent, and under some circumstances may even occur for each event of a flow.
VIII. Dispatcher Processing
FIG. 5 is a flowchart showing acts that may be taken by a “dispatcher” module within an exemplary SPPS to dispatch events belonging to a flow to different PPCs at different times. FIG. 5 is focused on acts, which may be generally attributed to a dispatcher module (and submodules), to effect distribution of incoming events. Thus, FIG. 5 steps may substantially be a subset of steps of the overall SPPS, such as are illustrated in FIG. 4, although FIG. 5 steps are from the dispatcher module perspective and may also include different details than are shown in FIG. 4. The dispatcher module is conceptually separate from the PPCs to which it dispatches events, and from input processing from which it receives events, and may be connected within a SPPS like the dispatcher 212 in FIG. 2, or may be otherwise connected. The dispatcher module may also be conceptually or even physically subdivided; for example, reference is made to a local flow ID proxy (and/or flowstate) “lookup” module, and to a Director Core Activity Manager, each of which may either conceptually or physically be a submodule of the dispatcher module, or an ancillary module associated with the dispatcher.
As shown in FIG. 5, at a step 502 an event is received from an input source. The event will typically contain only a “state-relevant” part of a message being processed by the SPPS. That is, the event will typically contain only the information necessary for a PPC (protocol processing core) to control the maintenance of the flowstate of the flow associated with the message, and not the payload of the message. However, in some embodiments the payload, or parts of it, may be kept with the state-relevant data. The dispatcher examines a “flow key” contained within the event that uniquely identifies the flow to which the event belongs. At a step 504, the dispatcher searches for a match to the flow key in a Core Activity Manager (or “CAM”), which would indicate that a PPC was actively processing an event related to that flow. If a match is not found in the CAM (which may be physically or conceptually separate from the dispatcher), then in this exemplary embodiment it is presumed that no PPC is actively processing an event of the flow, and at a step 506 a CAM entry will be initialized to track the activity of the PPC assigned to process the event.
At a step 508, the dispatcher searches for a local flow ID proxy that corresponds to the flow key. For SPPSs that handle a large number of flows, this search may be performed by a distinct lookup module which may, for example, perform a hash lookup to locate a local flow ID proxy as quickly as possible. A decision step 510 depends on whether a local flow ID proxy matching the flow key was found. If not, then the SPPS may not yet be processing any data from the flow, and accordingly at a step 512 a flowstate ID may be selected to be associated with the flow that is uniquely identified by the flow key of the event. Thereafter (or if a local flow ID proxy was found and the decision at the step 510 was “yes”), processing may proceed at a step 514.
A PPC is selected to handle the event at the step 514. This step may include a substep of determining the type of event being processed, though in some embodiments this substep is performed by earlier processing modules (e.g., a message splitter such as 206 or 208 of FIG. 2). An “event-type mask” maintained in the dispatcher for each PPC may be compared to bits indicating the type of event to determine which PPCs are compatible with the event type. Another substep may include examining the relative activity levels of those PPCs that are configured to handle the event type. The least busy PPC may be selected, or the next PPC that has any room in its input queue may be selected in a round-robin fashion. As a further example, data may be maintained on recent PPC activity (e.g., in a core activity manager submodule) including assignment of local workspaces, and a PPC may be selected that has not yet overwritten its flowstate memory for the flow of the event, even though it is otherwise considered “done” with the flow. A director submodule, either in combination with or as part of a core activity manager (CAM) submodule, may perform these acts. Selection of a PPC (within the universe of compatible PPCs) is generally made for the flow of each incoming event specifically, without regard to an a priori class of flows to which the flow might belong (such as by virtue of characteristics of its flow key). As a result of such individual assignment techniques, the PPC selected to handle a particular event of a flow frequently differs from a PPC that handled previous events of the same flow (unless the particular flow is presently active in a PPC, as explained elsewhere).
Since the flowstate was initialized in the step 512, or was located in the steps 508-510, and the PPC was selected at the step 514, the flowstate may now be transferred to the PPC at a step 516. In some embodiments such transfer may be “virtual,” merely providing an indication of where the flowstate exists in memory so that the PPC can access it. Next, processing can proceed to a step 518. This same step may be reached directly from the decision step 504, since if that decision was “yes” then a PPC is already processing an earlier event belonging to the same flow. Such an active PPC will (in many embodiments) already have the most valid flowstate for the flow, and in that case will generally be selected to process the present event. Therefore, at the step 518, the event itself may be forwarded to an input area or queue of the selected PPC. Along with the step 518, an event counter may be incremented at a step 520. The event counter is one way to determine when a PPC is actively processing another event of the flow of the present event, but other ways may be used, such as waiting for the PPC to indicate that it is done processing all present events of a particular flow. This is the end of the receive processing for the dispatcher.
FIG. 6 is a flowchart illustrating some steps that the dispatcher (or its submodules) may perform in response to feedback from the PPC. As in FIG. 5, the steps of FIG. 6 are largely a subset of steps taken by the overall SPPS, but they are described from the perspective of the dispatcher, and may contain more or different steps than are illustrated in FIG. 4 for the overall SPPS.
The illustrated response acts of FIG. 6 start at a step 602 during which the dispatcher receives a “done statement” or other indication that a PPC has completed processing an event of a particular flow. The dispatcher may then decrement the event counter for the flow (discussed with respect to the step 520 of FIG. 5). If, at a decision step 606, the event counter is found to have reached zero, or if the completion of a “burst” of events by a PPC is otherwise indicated, then the dispatcher may cause the flowstate, as updated by the PPC, to be stored in more permanent memory to free up the memory of the PPC. (Note that this step is not needed for embodiments in which the same memory is used by the PPC during processing as when no PPC is processing the memory, a circumstance that may occur, for example, when the flowstate is always maintained in the same global location, and is merely accessed by a PPC processing the flow, as needed). A flag or other indication may then be included in the CAM, or sent to the PPC, to indicate that the flowstate stored in the PPC is no longer valid. Then at a step 612, the PPC may be released from handling the particular flow it was processing. Since no active PPC is now processing an event of a particular flow, the CAM block in which the PPC activity was maintained can also be released at a step 614.
Note that “release” may amount to merely setting a flag showing that the PPC (or the CAM memory block) is available. Such flag may indicate availability, but a PPC may be treated for all intents and purposes as if it is still actively processing events of a flow after such indication, as long as no essential data has been overwritten. In that case, the decision step 606 would return a “no” until the data blocks are actually overwritten and thus destroyed. In any case, if the decision step 606 returns a “no,” then processing is done, since the steps 608-614 are generally not needed in that event. Otherwise, processing is done after the CAM block is released at the step 614.
IX. Encapsulated Stateful Flow Processing
One manner in which a SPPS (stateful protocol processing system) such as described herein may process flows of layers other than transport layers is by extracting the encapsulated messages and recirculating the extracted messages for further processing. Such further processing may be performed in accordance with the appropriate protocol for the encapsulated message, which is typically different from the protocol (typically a TLP) used for the encapsulating messages.
After an encapsulated stateful message is retrieved, reformatted and provided to a SPPS as an input (a non-transport layer input), the SPPS can process the message in accordance with the appropriate protocol as long as one or more of the PPCs are configured with the steps required by the particular protocol (e.g., iSCSI). Thus, it is straightforward to simply use a SPPS for non-transport layer processing.
There are numerous ways in which a SPPS may be notified that encapsulated data requires recirculation. Notification may be implicit, for example, if all processed data requires recirculation. Alternatively, one or more portions of the header or payload of the encapsulating messages may contain information indicating a need for such recirculation. A SPPS may examine each payload for an indication to recirculate encapsulated information, or it may examine payloads only when an indication is provided in the header. Thus, the SPPS may receive instruction as to whether a payload is to be examined, whether it requires further processing, and by what protocol such further processing should be performed, by any combination of implicit and explicit information in the header and/or payload of the encapsulating message.
A “recirculation” protocol may first be invoked such that the payload (and/or portions of the header) of an encapsulating message is segmented and reassembled as a message for the encapsulated flow. Note that a single encapsulating message may contain all or part of a plurality of encapsulated messages, and that conversely a single encapsulated message may require a plurality of encapsulating messages to be conveyed (for example, when a large message is encapsulated in a plurality of small packets, such as ATM packets). The recirculation protocol defines appropriate reassembly of the encapsulated message, and also directs that it be returned to the input of the SPPS for further processing. Such a recirculation protocol may format the recirculated message in a particularly efficient format, such as by specifying the local flow ID proxy, the event type, and other useful information as is known. In this manner the SPPS recirculation protocol processor(s) would function similarly to a host operating in close conjunction with the SPPS. Such a host, having knowledge of an ideal format for messages to the SPPS, may speed processing by formatting messages in such ideal format.
It should also be noted that recirculation may be effected by a modified communication path, such that the reassembly or “output processors” 242 and/or 244 transfer the reassembled encapsulated message directly back to a message splitter 206 or 208, rather than passing it through interfaces such as the SPI-4 interfaces in 242, 244, 202 and 204 which may be unnecessary for recirculation. Indeed, the recirculated message may be entirely preformatted in the manner that would otherwise be effected by the message splitters 206 or 208. The selected PPC processing the encapsulating message (or a related processor) may perform such preformatting and direct the information to be delivered directly from the reassembly processors in 242/244 to the scratchpad memory 210 and the dispatcher 212, thus bypassing the message splitters entirely.
Once recirculation has been effected, further processing of the encapsulated information may proceed just as described hereinabove, that is, in substantially the same manner that a TLP message is processed. In the case of interest, the encapsulated information is stateful and belongs to a flow, so an event may be created that reflects the state-relevant portion of the message, a local proxy of the flow key will be determined, a state for the flow will be created or located, and a PPC (protocol processing core) compatible with the protocol will be assigned to process the event derived from the (previously encapsulated, now recirculated) message. These steps may be performed not only for recirculated messages, but for messages of any flow, whether transport layer or not, that is provided to an input of the SPPS.
Processing a non-transport layer message may, of course, require that information be sent to a further subsystem. For example, data within an encapsulated message may require delivery to a host. The assigned PPC may effect such sending by directing that the information be reassembled in a manner acceptable to the target host, and then directing that the reassembled message be transferred to the target host. In an alternative, sending the encapsulated message to a network connection may require that the outgoing message be reencapsulated in a TLP message (typically, but not necessarily, the same TLP, such as TCP, that was used for the original encapsulating message). Thus, further recirculation may be required at this point to reencapsulate such message. In theory, at least, messages may be “nested” in a series of any number of encapsulations that must be stripped off before the innermost stateful message can be processed. Similarly, processing such innermost stateful message may require symmetrical reencapsulation of a message. In practice, excessive encapsulation will be avoided in the interests of efficiency.
X. Management of Shared State Using Multiple Programmed Processors
A. Overview
FIG. 7 is a block diagram of a particular implementation of a stateful protocol processing system (SPPS) 700 to which reference will be made in describing the manner in which the present invention facilitates management of shared state using multiple programmed processors. Referring to FIG. 7, received packets are initially processed by an input processing unit (IPU) 706 and a packet processor (PP) 710 encapsulated therein. These elements are in communication with scratchpad memory 720 as well as with a dispatcher 730. As shown, the dispatcher 730 interacts with both a look-up controller submodule (LUC) 734 and a flow director CAM 738 (FDC). A message bus 742 communicatively links the dispatcher with a first protocol cluster 746 and a second protocol cluster 750. In addition, the message bus 742 provides a link to a socket memory controller (SMC) 758, which is also in operative communication with an output processing unit 770.
During operation of the SPPS 700, the PP 710 is the initial processing element encountered by a message received from an external network or host. The PP 710 is configured to derive, from the incoming messages, the information that is most relevant to stateful processing of the messages, and to format and place such information in an “event” that is related to the same flow as the message from which it is derived. For example, according to many transport layer protocols, “state-relevant” data including flow identification, handshaking, length, packet order, and protocol identification, is disposed in known locations within a packet header. Each stateful protocol message will have information that is relevant to the state of the flow to which it belongs, and such state-relevant information will be positioned where it can be identified.
Received messages are examined by the PP 710 in order to determine a “type” for the event derived from the message. Each different protocol that is processed by the SPPS 700 may thus have a particular “type,” and this information may be included in the event to simplify decisions about subsequent processing. Since the “type” of the event may be useful to direct the subsequent processing of the event, messages having errors that should be handled differently may be identified as a subtype of a general error. Upon generating an event of a type corresponding to a received packet, the PP 710 performs certain stateless processing consistent with the applicable event type (e.g., verifies certain fields in a packet header have legal values) and extracts an event-type-specific “flow key”.
The flow identification key (or simply “flow key”) uniquely identifies the flow to which the message belongs in accordance with the TLP used by the flow. The flow key can be large (typically 116-bits for TCP) and as such it may not be in a format that is convenient for locating information maintained by the SPPS 700 that relates to the particular flow. A local flow ID proxy may be used instead for this purpose. A local flow ID proxy (or simply “local proxy ID,” “local flow ID,” or “proxy ID”) generally includes enough information to uniquely identify the particular flow within the SPPS 700, and may be made more useful for locating information within the SPPS that relates to the particular flow. For example, a local flow ID proxy may be selected to serve as an index into external flowstate memory 790 to locate information about a particular flow (such as a flowstate) that is maintained within the SPPS 700. Not only may a local flow ID proxy be a more convenient representative of the flow for purposes of the SPPS 700, it will typically be smaller as well.
A flow key comprises a unique identifier of a state object used in later “stateful” processing of an event; that is, the flow key is used to retrieve an associated state object, take some prescribed action based upon the event type and current state, generate output events, update the state object, and wait for arrival of a new packet to precipitate generation of another event. In the exemplary embodiment extraction of the flow key from an event is accomplished by the PP 710, which sends the extracted flow key to the dispatcher 730.
As shown in FIG. 7, an event derived by the IPU 706 is forwarded to the dispatcher 730, where it may be entered into a queue. In turn, the dispatcher 730 identifies which of the processor cores 760, 764 within the protocol clusters 746, 750 are capable of processing the event. The dispatcher 730, in cooperation with the LUC 734, also coordinates the lookup of the corresponding flow state or “workspace” using the flow key associated with the event. The dispatcher 730 also cooperates closely with the FDC in tracking which flows are currently being processed by the SPPS 710. In the exemplary embodiment the dispatcher 710 uses the type number associated with the event to index a table (not shown) containing information as to which processor cores 760, 764 are capable of processing the applicable event type.
As is described herein, the SPPS 700 is advantageously configured to permit a flow state to be flexibly shared or otherwise allocated among multiple processor cores 760, 764. In particular, the architecture of the SPPS 700 facilitates segregating the processing of the upper-level and lower-level protocols comprising a given flow state. That is, different resources within the SPPS 700 are used for processing the applicable upper-level and lower-level protocols. In certain cases the upper-level and lower-level protocols of a given flow state could be comprised of adjacent layers of a known protocol stack (e.g., a TCP-based lower-level protocol and an upper-level protocol based upon HTTP or iSCSI).
In accordance with one aspect of the invention, the flexible workspace sharing described above is facilitated through assignment of different processor cores 760, 764 to process the upper-level and lower-level protocols of a given flow state. This aspect of the inventive SPPS 700 may be referred to interchangeably hereinafter as “dual-core” mode, “dual mode” or “split workspace” mode. As is explained below, use of this operative mode may reduce the number of state “lookups” and “write-backs” necessary to be performed between the SPPS 700 and flowstate memory 790. When the SPPS 700 is configured in dual-core mode, the lower-level protocol of an incoming event is processed by a first processor core 760, 764 (i.e., the “protocol core”) and the upper-level protocol of the event is processed by second processor core 760, 764 (i.e., the “interface core”).
A number of benefits may accrue as a consequence of operation in dual-core mode. For example, the upper-level and lower-level portions of the flow state will generally be stored in the same contiguous block of memory, with a logical “split” being interposed between these different parts (the memory offset of the split point is configurable). This block of memory is retrieved from, and written to, external flowstate memory 790 only once rather than during separate operations. In the absence of the availability of dual-core mode, the context associated with the flow state would need to be retrieved and stored separately.
It is also anticipated that intelligent allocation of processing among different cores 760, 764 during operation in dual-core mode will tend to conserve processing resources (e.g., CPU capacity and local memory 784, 788 associated with the cores 760, 764). In particular embodiments such allocation may be implemented by using the one of the cores 760, 764 functioning as the protocol core for certain processing, and then transitioning processing to the one of the cores 760, 764 serving as the interface core. Following such transition, the protocol core may proceed by starting to process the next event in its queue. This is in the fashion of a protocol processing “pipeline,” in which the lower-level protocol is processed during the first “stage” of the pipeline and the upper-level protocol is processing during the next pipeline stage.
In the absence of dual-core mode, the protocol core would presumably be required to “chain” to the next stage of processing performed by an interface core (i.e., the stage in which the upper-level protocols are processed) by sending an event to the dispatcher 730. This event would necessarily be “stateful”, since the interface core is required to be provided with its own state information. Although certain applications may benefit from this type of “chaining” operation, the additional overhead imposed by this operation may be inefficient in other contexts.
The SPPS 700 may be configured such that the dual-core mode is invoked globally; that is, upon enablement of the dual-core mode all stateful events are allocated a protocol core and an interface core. However, in alternate implementations this dual-core mode could be selectively invoked by the dispatcher 730 on the basis of event type, or by the LUC 734 on the basis of a field in the header of a stateful event. These alternate implementations could enhance processing flexibility by, for example, enabling multiple protocol stacks configured in different modes (e.g., dual-core mode and otherwise) to contemporaneously execute on the SPPS 700.
The dispatcher 730 and the FDC 738 are the initial elements of the SPPS 700 involved in processing in accordance with the dual-core mode upon its invocation. In dual-core mode, the dispatcher 730 and FDC 738 allocate an event slot and a workspace slot on each of a protocol core and an interface core. The LUC 734 is also involved in dual-core mode processing, and functions to allocate the workspaces of the cores 760, 764 among the protocol and interface cores in accordance with a previously programmed workspace split “offset” (i.e., a parameter defining which protocol layers are allocated to the protocol and interface cores) Although in an exemplary implementation this offset parameter is globally applicable, the split offset could instead vary as a function of the applicable event type being used. After the protocol core has completed processing an event and sending a workspace write-back command to the LUC 734, the protocol core sends an inter-core (intra-cluster) event to the interface core. In response, the interface core completes its processing and issues a write-back to the LUC 734. The dispatcher 730 then frees the event and workspace slots for the applicable flow. In addition, the LUC 734 writes back both the upper-level and lower-level portions of the flow state to external flowstate memory 790 as a contiguous chunk.
One feature related to dual core mode or single core mode processing may be descriptively referenced as selective workspace write-backs. Specifically, once a workspace is delivered to a core 260, 264, software associated with the core 260, 264 may determine which portions of the workspace need to be written back to flowstate memory 790. In alternate implementations, dedicated hardware may be utilized to track which sections of a workspace need to be automatically written back to flowstate memory 790.
B. Dispatcher Operation in Dual-Core Mode
1. Event Mode
As discussed above, the dispatcher 730 functions to forward events to the ones of the processor cores 760, 764 selected as the protocol core and the interface core. In the exemplary implementation a substantial portion of the processing overhead associated with dual-core mode processing is effected by the FDC 738; that is, the dispatcher 730 is generally operative to simply forward the event to the processor core (i.e., to the protocol core or the interface core) specified by the FDC 738. In order to so direct the dispatcher 730, the FDC 730 provides an Event Mode field in the FDC response provided by. The dispatcher 730 also uses this field in the Done event so that the correct resources are de-allocated. Table I illustrates an exemplary set of values of the Event Mode field of the FDC response.
TABLE I
00 Event Index does not describe a protocol core or interface core.
01 Event Index is for a protocol core.
10 Event Index is for an interface core.
11 Invalid.
2. Blocking Events
The dispatcher 730 facilitates dual-core mode or single-core mode processing by preventing or otherwise “blocking” certain events from further processing within the SPPS 700. An exemplary set of conditions under which the dispatcher 730 may effect this event blocking are described below:
    • 1. The FDC 738 is full.
    • 2. A processor core 760, 764 and workspace ID could not be allocated by the FDC 738. This situation may arise when the only available processor cores 760, 764 are not configured to process an event of a given type, since in the exemplary embodiment a limited number of processor cores 760, 764 are capable of processing each type of event. It should also be noted that if the FDC 738 is operating in dual-core mode, then both a processor core and interface core must be available and have been allocated a workspace ID.
    • 3. A protocol Done message is received, but the corresponding entry within the FDC 738 is found to be in the PENDING state. Processing is suspended until the LUC 734 has finished updating the entry before the protocol Done message can be completed.
    • 4. An event has arrived, but the corresponding entry in the FDC 738 is found to be in the DELETE state. Processing is then suspended until the LUC 734 has finished removing the entry, at which point the event may be forwarded to a processor core 760, 764. This case would not be anticipated to arise frequently, since it corresponds to the situation in which an event is received for a flow that is being torn down. Note that in this scenario only processing of the first event is generally blocked, and subsequently received events will flow freely until the next tear down operation is performed.
    • 5. A stateless event is required to be multicast to multiple cores 760, 764, but none of the cores 760, 764 remaining in the multicast are available.
Under the above circumstances, it is possible that events following the blocking event would be capable of being serviced but are inaccessible due to head of line blocking. However, in the exemplary implementation the dispatcher 730 is configured with multiple input queues. It follows that while the events in one queue may be rendered inaccessible as a consequence of the presence of a blocking event at the head of the line of such queue, other queues will generally include events capable of being accessed and serviced by the dispatcher 730.
3. Dual Core Mode, Stateful Event
FIG. 8 is an event trace diagram which illustratively represents interaction between the dispatcher 730, FDC 738 and other elements during exemplary operation in a dual-core mode. In the example of FIG. 8, the SPPS 700 is configured such that the one of the cores 760, 764 designated as the protocol core will receive events from the dispatcher 730 and will forward events to the interface core via an inter-core message.
Referring to FIG. 8, in response to receipt of an input event from the IPU 706, the dispatcher 730 takes a number of actions, including forwarding of the input event to the protocol core. Upon receipt of such input event, the protocol core performs TCP processing, updates, writes back its workspace, and then forwards an event to the interface core. The interface core then performs certain processing, updates, writes back its workspace, and then sends a stateful Done event to the dispatcher 730. In response, the dispatcher 730 takes certain other actions as indicated by FIG. 8.
It is observed that in the time between the sending of the input event by the dispatcher 730 and processing by the dispatcher 730 of the stateful Done event, an event queue element in the protocol core was marked as busy. However, the protocol core had finished processing that event queue element by the time it had sent the inter-core message to the interface core (i.e., a resource was allocated for a longer period than necessary). This potential inefficiency may be exacerbated to the extent the interface core takes a relatively large amount of time to send the stateful Done event. An approach which overcomes this possible inefficiency is now described.
4. Dual Core Mode, Stateful Event, Early PC Event Release
FIG. 9 is an event trace diagram which illustratively represents interaction between the dispatcher 730, FDC 738 and other elements during operation in a dual-core mode substantially similar to that described above with reference to FIG. 8. However, in the example of FIG. 9 it is desired that the protocol core release its event queue element as soon as possible. This is implemented by the protocol core by issuing a stateless Done event after it has finished processing the input event provided by the dispatcher 730. This stateless Done event effectively serves to trigger release of an event queue element. In particular, since the type of this Done event is stateless, the dispatcher 730 processes the Done event by sending a RELEVANT to the FDC 730, effectively marking the event queue element as available.
In the exemplary embodiment a stateless Done event always uses the Protocol Core ID field to determine from which processor core 760, 764 the Done event should be released. In the above example, the protocol core is responsible for issuance of the stateless Done and thus the Protocol Core ID field need not be changed from the input event. However, if the interface core were performing the stateless Done, then it would need to overwrite the Protocol Core ID field with the Interface Core ID.
Note that when the interface core sends the stateful Done event it needs to ensure that it does not de-allocate the event queue element of the protocol core, as such element may have already been re-allocated. The interface core prevents such re-allocation by changing the value of an Event Mode field of the Done to a predefined value of 00 in order to prevent it from releasing an event queue element.
C. FDC Operation in Dual-Core Mode
1. Overview
The FDC 738 is used to ensure coherency between all of the processor cores 760, 764. Specifically, the FDC 738 ensures that if a processor core 760, 764 is processing a particular event of a protocol's flow, then any events that are received during that time are sent to the same core 760, 764. This simplifies the task of maintaining coherency, and removes the need for any special semaphores or locking on the flow state.
The FDC 738 manages the assignment and release of the processor cores 760, 764, and runs in either single-core mode or dual-core mode. In single-core mode, the FDC 738 allocates a single processor core for each entry within the FDC 738. In dual-core mode, the FDC 738 allocates two processor cores 760, 764, i.e., a protocol core and an interface core, for each entry within the FDC 738. In the exemplary embodiment the protocol core and the interface core are included within the same protocol cluster 746, 750.
A single configuration bit in the CONTROL register of the FDC 738 determines its operative mode. That is, in the exemplary embodiment the FDC 738 operates in either one mode or the other, and does not switch between the two modes. However, in other embodiments the mode may be determined based upon the event type. The single-core mode of operation allows all available processor cores 760, 764 to be used for processing events. In the dual-core mode, the processor cores 760, 764 may be split into multiple groups of protocol cores and interface cores.
When the FDC 738 operates in accordance with the single-core mode, successive events from the same flow are always routed to the same processor cores 760, 764. Accordingly, in this mode the maximum bandwidth of a single flow is equivalent to the processing speed of a single processor core 760, 764. This necessitates the use of at least as many flows as there are processor cores to obtain maximum throughput.
The FDC 738 also manages the assignment and release of the event queue elements of the processor cores 760, 754 and workspace IDs. In the case of the dual mode of operation, this involves the allocation of two processor cores 760, 764, an event queue element, and two workspace IDs.
2. FDC Size
The size of the FDC 738 will generally be determined based upon the number of flows which may be concurrently processed, since each flow processed generally requires an entry within the FDC 738. An exception exists in the context of dual-core mode, in only a single FDC entry is required in connection with a given protocol/interface core pair. The processing requirements associated with each flow are bounded by the following constraints.
First, it is observed that each flow requires a workspace. The number of flows being processed is therefore less than the total number of workspaces available. In the case of dual core mode, each flow requires both a protocol core workspace and an interface core workspace, therefore the number of flows being processed is less than the minimum of the protocol or interface core workspaces.
Second, each workspace is pointed to by either an event from the dispatcher 730 or by an inter-core message. Therefore, the number of flows which may be processed is limited by the total number of available event indexes and inter-core message slots.
Based upon these constraints, the required size and capacity of the FDC 738 may be determined analytically in the following manner. First, consider Equation [1], which posits that the number of processor cores is equivalent to the sum of the number of protocol and interface cores.
C=C p +C i  [1]
In the exemplary implementation the protocol and interface cores are limited to no more than sixteen workspace IDs, which is reflected by Equations [2] and [3]:
W p≦16  [2]
W i≦16  [3]
As is indicated by Equation [4], the SPPS 700 will generally be configured such that the total number of workspace IDs for the interface cores divided by the number of protocol cores is equivalent to the number of workspace IDs for the protocol cores. This is because creation of a workspace ID for each interface core is dependent upon allocation of a workspace ID to a corresponding protocol core.
W p = W i × C i C p [ 4 ]
Combining Equation [4] with Equation [2] yields Equation [5], which represents the number of workspace IDs allocable to the protocol cores:
W p = min ( 16 , W i × C i C p ) [ 5 ]
Combining Equation [5] with Equation [3] yields Equation [6], which provides a method for computing the number of workspace IDs for protocol cores given the number of protocol cores, (Cp), and interface cores, (Ci).
W p = min ( 16 , 16 × C i C p ) [ 6 ]
Similarly, combining Equation [6] with Equation [3] yields Equation [7], which represents the number of workspace IDs for interface cores (Wi). Similarly, the total number of workspace IDs for the protocol cores divided by the number of interface cores is equivalent to Wi. This is because each workspace ID for a protocol core requires allocation of a workspace ID for an interface core.
W i = min ( 16 , W p × C p C i ) . [ 7 ]
Combing Equation [7] with Equation [2] yields Equation [8], which represents a method for computing Wi given the number of protocol cores, Cp, and interface cores, Ci.
W i = min ( 16 , 16 × C p C i ) [ 8 ]
The number of entries within the FDC 738 is based upon the minimum of the total number of workspace IDs for the protocol cores and the interface cores. A predefined value (e.g., 8) is added to this quantity in order to allow for the creation of timer entries by the LUC 734:
F′=min(W i ×C i ,W p ×C p)+8  [9]
In the exemplary embodiment, the number of FDC entries is set at a multiple of 16 to facilitate hardware implementation:
F = min ( W i × C i , W p × C p ) + 8 16 × 16 [ 10 ]
If the total number of processor cores, C, is fixed, then the required number of FDC entries may be calculated using Equations [1], [6], [8] and [10]. Exemplary size configurations for the FDC 738 are set forth below in Tables II and III. In particular, Table II provides a set of values of parameters defining the size of the FDC 738 in an implementation of the SPPS 700 containing five processor cores 760 within the cluster 746 and five processor cores 764 within the cluster 750, i.e., C=10. As shown, Table II displays the ten possible combinations of Ci and Cp, which yields a set of 96 entries for the FDC 738. It is noted that the case of Ci=0 corresponds to operation in single-core mode.
TABLE II
Number Number Number Number
Interface Protocol Interface Protocol Number FDC
Cores, Cores, Workspaces, Workspaces, CAM Entries,
Ci Cp Wi Wp F
1 9 16 2 32
2 8 16 4 48
3 7 16 7 64
4 6 16 11 80
5 5 16 16 96
6 4 11 16 80
7 3 7 16 64
8 2 4 16 48
9 1 2 16 32
0 10 0 16 96

Turning now to Table III, a set of parameter values are provided which define the size of the FDC 738 in an implementation of the SPPS 700 containing a set of three protocol clusters, each of which includes five processor cores (i.e., C=15). As shown, Table III displays the ten possible combinations of Ci and Cp, which yields a set of 96 entries for the FDC 738. It is noted that the case of Ci=0 corresponds to operation in single-core mode.
TABLE III
Number Number Number Number
Interface Protocol Interface Protocol Number FDC
Cores, Cores, Workspaces, Workspaces, CAM Entries,
Ci Cp Wi Wp F
1 14 16 2 32
2 13 16 3 48
3 12 16 4 64
4 11 16 6 80
5 10 16 8 96
6 9 16 11 112
7 8 16 14 128
8 7 14 16 128
9 6 11 16 112
10 5 8 16 96
11 4 6 16 80
12 3 4 16 64
13 2 3 16 48
14 1 2 16 32
0 15 0 16 128
4. Allocation of Protocol and Interface Cores and Workspace IDs
In this section a method is described for allocating pairs of protocol/interface cores and corresponding workspace IDs during operation of the SPPS 700 in dual-core mode. The allocation method requires creation of an entry in the FDC 738. If the necessary space does not exist in the FDC 738, then other resources must not be allocated. In the exemplary embodiment the number of available workspaces and event indexes is independent of the number of FDC entries; that is, all workspaces and event indexes may be used before all available FDC entries are used, or vice-versa. For this reason a mechanism is provided for either detecting a full FDC 738, or detecting that an FDC entry could not be created due to a lack of space.
The first step in this detection process is to build a ws_available and eq_available core bitmaps. This is done by examining each processor core 760, 764 in a for loop, and setting the ws_available and eq_available bit appropriately. The ws_available bit is set for a core 760, 764 if any workspace is available. The eq_available bit is set only if the head of the event queue is free.
for (i = 0; i < MAX_CORE_BITMAP_NUM; i = i + 1)
ws_available[i] = (workspace_id[i][0] | workspace id[i][1] | .. |
workspace_id[i][15]);
eq_available[i] = event_bits[i][head[i]];

Now a pair of bitmaps denoted as core_available_as_pc and core_available_as_ic are computed by combining the ws_available bitmap with an appropriate mask. The core_available_as_pc bitmap indicates which processor cores are available as protocol cores for this event type. The core_available_as_ic bitmap indicates which processor cores are available as interface cores for this event type.
A protocol core and an interface core are then selected from the respective available bitmaps. However, in the exemplary embodiment these selections are made such that the protocol core and interface core are on the same one of the clusters 746, 750. This may be effected by masking out all protocol cores which do not have an interface core available in their cluster.
cluster_0_has_ic = core_available_as_ic[0] | core_available_as_ic[1] |
core_available_as_ic[2]
| core_available_as_ic[3] | core_available_as_ic[4];
cluster_1_has_ic = core_available_as_ic[5] | core_available_as_ic[6] |
core_available_as_ic[7]
| core_available_as_ic[8] | core_available_as_ic[9];
cluster_2_has_ic = core_available_as_ic[10] | core_available_as_ic[11] |
core available as ic[12]
| core_available_as_ic[13] | core_available_as_ic[14];
cluster_0_has_pc = core_available_as_pc[0] | core_available_as_pc[1] |
core_available_as_pc[2]
| core_available_as_pc[3] | core_available_as_pc[4];
cluster_1_has_pc = core_available_as_pc[5] | core_available_as_pc[6] |
core_available_as_pc[7]
| core_available_as_pc[8] | core_available_as_pc[9];
cluster_2_has_pc = core_available_as_pc[10] | core_available_as_pc[11] |
core_available_as_pc[12]
| core_available_as_pc[13] | core_available_as_pc[14];
cluster_0_has_ic_and_pc = cluster_0_has_ic & cluster_0_has_pc;
cluster_1_has_ic_and_pc = cluster_1_has_ic & cluster_1_has_pc;
cluster_2_has_ic_and_pc = cluster_2_has_ic & cluster_2_has_pc;

Selections are now made from cluster_0_has_ic_and_pc, cluster_1_has_ic_and_pc and cluster_2_has_ic_and_pc in a round-robin fashion. This effectively balances the selection of the processor cores across the clusters 746, 750. Based on which of the clusters 746, 750 was selected, a protocol core is then selected by performing a round robin selection process on either core_available_as_pc[0:4], core_available_as_pc[5:9] or core_available_as_pc[10:14]. This serves to balance the load across the protocol cores within a given cluster 746, 750.
Once a protocol core has been selected from a particular cluster 746, 750, it is necessary to select an interface core from the same such cluster 746, 750. This may be effected using the same technique as was used to select the protocol core. Specifically, the interface core is selected, from the cluster 746, 750 containing the selected protocol core, in a round robin fashion on either core_available_as_ic[0:4], core_available_as_ic[5:9] or core_available_as_ic[10:14]. Supposing that the ith processor core of the applicable cluster 746, 750 is selected, this is converted into a corresponding interface Core ID, L A workspace ID, chosen_pc_ws_id, is then selected from workspace_id[p]. Similarly, a workspace ID, chosen_ic_ws_id, is selected from workspace_id[i].
The selected protocol/interface cores must now be de-allocated in order to prevent them from being subsequently reassigned while still in use. Depending on which event queue element is allocated, the head value of the appropriate processor cores 760, 764 are incremented, allowing wrapping to occur where necessary. Provisions are also made for the case in which not all 8 event queue elements are in use. This is done by checking the value of the init_event_bits variable at the head. If value of this variable is zero, then movement has occurred beyond where the event queue length was initialized, and the head is wrapped back to zero:
if (ALLOC_PC_EVENT[E & 5′h1f])
event_mode = 2′b01;
event_bits[p][head[p]] = 0; head[p] = (head[p] + 1) & 5′h7;
if init_event_bits[p][head[p]] is 0 then
head[p] = 0;
else
event_mode = 2′b10;
event_bits [i][head[i]] = 0;
head[i] = (head[i] + 1) & 5′h7;
if_init_event_bits[i][head[i]] is 0 then
head[i] = 0;
workspace_id[p][chose_pc_ws_id] = 0;
workspace_id[i][chose_ic_ws_id] = 0;
D. Operation of LUC in Dual-Core Mode
The LUC 734 facilitates operation of the SPPS 700 in dual-core mode by splitting a workspace into two parts: a first part for the protocol core, and a second part for the interface core. This split is configurable, and could even be such that one core is allocated the entire flow state (i.e., the other core is not allocated any portion of the flow state). The split may also be defined such that a region of the flow state is marked as shared, i.e. it is sent to both the protocol core and the interface core.
When the LUC 734 is given a request to perform a lookup it is informed of the protocol core ID, the protocol workspace ID, the interface core ID and the interface workspace ID. Once the LUC 734 has found the flow state within flowstate memory 790, it then sends the appropriate amount to the applicable protocol and interface cores (i.e., to the appropriate {Core ID, Workspace ID} pair). After the processor cores 760, 764 have finished processing, they will write back their respective workspaces to the LUC 734.
The processor cores 760, 764 then negotiate with the dispatcher 730 to indicate that they have finished processing the event. When the dispatcher 730 has determined that both cores have finished processing, it sends an update command to the LUC 734. The LUC 734 then re-assembles this back into a single workspace and updates the flow.
1. Exclusive Flow State Splitting
As described above, it is possible to split a flow state across two workspaces. In this section the manner in which this splitting is performed is described in greater detail. For present purposes it is assumed that no sharing of the workspace is being performed, although workspace sharing is discussed elsewhere herein.
FIG. 10 illustrates the splitting of a flow state, and depicts three principal areas in which state information is maintained: (1) the flowstate memory 790 of the LUC 734, (2) the workspace of a protocol core (i.e., within core local memory 784, 788), and (3) the workspace of an interface core (i.e., within core local memory 784, 788)
a. Flow State Memory Parameters
With reference to FIG. 10 and the flowstate memory 790, the flow state is split into the following regions in the following order:
    • 1. A reserved area within which the LUC 734 writes the first two 128-bit words of the workspace header. This corresponds to the first two 128-bit words of the location in flowstate memory 790 where the flow is held.
    • 2. An area for the Flow State Write Bitmap. This is illustrated in FIG. 10 as a black area, and is 32 bits in size.
    • 3. The Protocol Core Area, which is an area for the exclusive use of a protocol core.
    • 4. Another area used for the Flow State Write Bitmap of the interface core workspace header.
    • 5. The Interface Core Area, which is an area for the exclusive use of an interface core.
When exclusive flow state splitting is used the protocol core writes back the first block upon creation of a given flow, since this initial block contains the applicable flow key. The LUC 734 will generally not be configured to write this flow key within flow state memory 790, but instead relies upon the protocol core to perform this operation. In the exemplary embodiment the interface core cannot perform this task, since the interface core workspace header is not written back to the flow state stored within flowstate memory 790.
b. Protocol Core Workspace Parameters
When the LUC 734 sends a split flow state to a protocol core, it configures the workspaces as shown in the Protocol Core Workspace block of FIG. 10. This corresponds to a direct copy of a predefined number of the first 128-bit words of the flow state from the flowstate memory 790 into the workspace. Note however that the LUC 734 overwrites the first two 128-bit words with the Workspace Header.
c. Interface Core Workspace Parameters
When the LUC 734 sends a split flow state to an interface core, it configures the workspaces as shown in the Interface Core Workspace block of FIG. 10. To create this workspace the LUC 734 performs at least two operations. First, the LUC 734 places the same workspace header used for the protocol core at the front of the workspace, which will occupy the first two 128-bit words. Note that the Workspace Header does not include the 32-bit Flow State Write Bitmap, since in the exemplary embodiment the LUC 734 does not set this field. Second, the LUC 734 copies the Interface Core Area from the flowstate memory 790 and places it just after the workspace header, i.e. it starts writing the Interface Core Area in the location of the second 128-bit word within the workspace of the interface core.
2. Flow State Splitting with Sharing
The above section described the manner in which a flow state may be exclusively split across a protocol core and an interface core. In this section an approach is described which enables an area of flow state to be shared by both cores.
FIG. 11 illustrates an exemplary approach to flow state splitting with sharing. As shown, FIG. 11 includes substantially the same elements as FIG. 10, but further includes a shared area as well. When flow state splitting with sharing is used, either the protocol core or the interface core must write back the first block when a flow is created. In the case of shared flow state splitting then this first block will be in the Shared Area. In that case either the protocol core or the interface core must write back the first chunk of the Shared Area, even if that area has not changed.
a. Flow State Memory Parameters
It is observed that the Shared Area is the first portion of the flow state in the flowstate memory 790. Note that since the Shared Area is the first area, it incorporates the 32-bits reserved for the Flow State Write Bitmap. The rest of the flow state in flowstate memory 790 is the same as in the case of exclusive splitting.
b. Interface Core Workspace Parameters
When the LUC 734 sends a split flow state containing a shared area to an interface core, it configures the workspaces as follows:
    • 1. The LUC 734 places the same workspace header at the front of the workspace as was used for the protocol core. In the exemplary embodiment this workspace header will occupy the first two 128-bit words of the workspace.
    • 2. The LUC 734 copies the Shared Area from the flowstate memory 790 and places it just after the workspace header, i.e. it starts writing the Interface Core Area in the second 128-bit word of the workspace for the interface core. In the exemplary embodiment the first 32-bits of this area are unusable by the interface core as it contains the Flow State Write Bitmap.
    • 3. The LUC 734 then copies the Interface Core Area from the flowstate memory 790 and places it just after the Shared Area.
3. Shared Area Considerations
A number of considerations are required to be addressed in connection with facilitating usage of shared areas. For example, if the Shared Area is modified by one of the applicable pair of processor cores, then the other processor core will not see that modification until all outstanding events have been processed. This is because the LUC 734 will typically be configured to refrain from writing back the workspace to the flowstate memory 790 until all the outstanding events associated with the applicable flow have been processed. Only when the workspace is written back to flowstate memory 790 will it have the opportunity to be “re-split”. In addition, the LUC 734 will not typically arbitrate among competing requests by the applicable pair of processor cores to write in the Shared Area. Rather, if two processor cores 760, 764 write to the same portion of the Shared Area, then an exemplary default outcome is that the corresponding area of the flow state within flowstate memory 790 will contain the data written by the interface core.
One way of successfully addressing the potential difficulties arising from the use of such shared areas is to configure a Shared Area listen entry matching the corresponding Shared Area of a flow entry. In this way both the interface core and protocol core may be informed of the same shared values when a flow entry is created.
4. Workspace Write Back Rules
The following rules are applicable to the write back of a workspace in the case when a processor core 760, 764 issues a done event in response to the occurrence of an input event within a workspace:
    • 1. The workspace is written back to the LUC 734 before the done event is sent to the dispatcher 730.
    • 2. For done events which update the workspace, either the protocol core or the interface core writes back at least the workspace header to the LUC 734. If such write back does not comprise the first update for the applicable flow, then the write back bitmap can be set to all zeros. In the exemplary embodiment it is acceptable for both the protocol core and the interface core to write back a workspace to the LUC 734.
    • 3. For done events that are to tear down a flow, it is not required that the protocol core or interface core write back a workspace (or workspace header) to the LUC 734. If a workspace is written back under these circumstances, then it is ignored by the LUC 734.
    • 4. Upon creation of a flow, the protocol core writes back at least the first 64-bytes of a workspace to the LUC 734, and the corresponding bit is set in the writeback bitmap. In the exemplary embodiment it is invalid for only the interface core to write back the workspace to the LUC 734; that is, the protocol core must perform a write back operation in order to enable an additional write back operation to be performed by the interface core.
5. Memory Protection
Given that two independent processor cores 760, 764 may potentially modify an area of the flow state, some level of memory protection will ideally be performed. Such memory protection may be effected by the LUC 734 through the selective application of masks. Specifically, before a Flow State Write Bitmap is examined, one of a number of masks may be applied. For example, a protocol core may use a mask to apply a Flow State Write Bitmap to a flow state. Another mask may be used by a protocol core to apply to a Flow State Write Bitmap for a listen state. In addition, an interface core may used a mask to apply to a Flow State Write Bitmap for a flow state. Finally, another mask may be used by an interface core to apply to a Flow State Write Bitmap for a listen state.
By appropriately setting these global masks, a protocol or interface core can prevent its region, or a Shared Area, from being overwritten. Similar masks may also be utilized in connection with updating the timer values in a workspace header.
A number of embodiments of the present invention have been described. Nevertheless, it will be understood that various modifications may be made without departing from the scope of the invention. For example, the methods of the present invention can be executed in software or hardware, or a combination of hardware and software embodiments. As another example, it should be understood that the functions described as being part of one module may in general be performed equivalently in another module. As yet another example, steps or acts shown or described in a particular sequence may generally be performed in a different order. Moreover, the numerical values for the operational and implementation parameters set forth herein (e.g., bus widths, DDR burst size, number of PPCs, amount of memory) are merely exemplary, and other embodiments and implementations may differ without departing from the scope of the invention. Thus, the foregoing descriptions of specific embodiments of the present invention are presented for purposes of illustration and description. They are not intended to be exhaustive or to limit the invention to the precise forms disclosed, obviously many modifications and variations are possible in view of the above teachings. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications, to thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated. It is intended that the following Claims and their equivalents define the scope of the invention.

Claims (25)

1. A method of processing data in a stateful protocol processing system, said method comprising:
receiving a first message of a first flow comprised of a first plurality of messages;
deriving a first event from said first message, said first event containing flow information identifying said first flow;
extracting said flow information from said first event;
retrieving, from a common memory using said flow information, a first flow state characterizing said first flow, said first flow state including a first workspace portion and a second workspace portion;
storing said first workspace portion in a first local memory and said second workspace portion in a second local memory distinct from said first local memory;
assigning said first workspace portion to a first protocol processing core and said second workspace portion to a second protocol processing core;
processing, consistent with a stateful protocol associated with said first flow, said first event using said first protocol processing core and said second protocol processing core thereby yielding a modified first workspace portion and a modified second workspace portion, respectively; and
writing said modified first workspace portion and said modified second workspace portion to said common memory.
2. The method of claim 1 wherein said first flow state is defined at least in part by a plurality of protocol layers, said first workspace portion and said second workspace portion corresponding to different ones of said plurality of protocol layers.
3. The method of claim 1 wherein said processing further includes communicating an inter core event from said first protocol processing core to said second protocol processing core.
4. The method of claim 1 wherein said first protocol processing core issues a done signal upon completing processing of said first event, said done signal causing release of an event queue element associated with said first protocol processing core.
5. The method of claim 1 wherein said first flow state further includes a shared flow state provided to both said first protocol processing core and said second protocol processing core.
6. The method of claim 5 wherein said first protocol processing core generates a flow state write mask upon modifying selected areas of said shared flow state portion, said flow state write mask preventing said selected areas from being overwritten.
7. A stateful protocol processing apparatus configured to process multiple flows of messages, said apparatus comprising:
a first protocol processing core including a first processor element;
a second protocol processing core including a second processor element;
an input module configured to receive a first message of a first flow comprised of a first plurality of messages, derive a first event from said first message, and extract flow information identifying said first flow from said first event;
a lookup controller operative to retrieve, from a common memory using said flow information, a first flow state characterizing said first flow, said first flow state including a first workspace portion assigned to said first protocol processing core and a second workspace portion assigned to said second protocol processing core;
a first local memory in which is stored said first workspace portion and a second local memory distinct from said first local memory in which is stored said second workspace portion;
wherein said first event is processed consistent with a stateful protocol associated with said first flow using said first protocol processing core and said second protocol processing core thereby yielding a modified first workspace portion and a modified second workspace portion, respectively; and
wherein said modified first workspace portion and said modified second workspace portion are written to said common memory.
8. The apparatus of claim 7 wherein said first flow state is defined at least in part by a plurality of protocol layers, said first workspace portion and said second workspace portion corresponding to different ones of said plurality of protocol layers.
9. The apparatus of claim 7 wherein said first protocol processing core transmits an inter core event to said second protocol processing core.
10. The apparatus of claim 7 wherein said first protocol processing core issues a done signal upon completing processing of said first event, said done signal causing release of an event queue element associated with said first protocol processing core.
11. The apparatus of claim 7 wherein said first flow state further includes a shared flow state provided to both said first protocol processing core and said second protocol processing core.
12. The apparatus of claim 11 wherein said first protocol processing core generates a flow state write mask upon modifying selected areas of said shared flow state portion, said flow state write mask preventing said selected areas from being overwritten.
13. A method of processing data in a stateful protocol processing system, said method comprising:
receiving a first message of a first flow comprised of a first plurality of messages;
deriving a first event from said first message, said first event containing flow information identifying said first flow;
extracting said flow information from said first event;
retrieving, from a common memory using said flow information, a first flow state characterizing said first flow, said first flow state including a first workspace portion and a second workspace portion;
storing said first workspace portion in a first local memory and said second workspace portion in a second local memory distinct from said first local memory;
processing said first event consistent with a stateful protocol associated with said first flow and making corresponding modifications within said first workspace portion and said second workspace portion, thereby yielding a modified first workspace portion and a modified second workspace portion, respectively; and
writing said modified first workspace portion and said modified second workspace portion to said common memory.
14. The method of claim 13 wherein said first local memory is associated with a first protocol processing core and said second local memory is associated with a second protocol processing core.
15. The method of claim 14 wherein said first protocol processing core performs an initial portion of said processing of said first event and then hands off said first event to said second protocol processing core for performance of a subsequent portion of said processing of said first event.
16. The method of claim 15 wherein said first protocol processing core modifies said first workspace portion in connection with said initial portion of said processing and said second protocol processing core modifies said second workspace portion in connection with said subsequent portion of said processing.
17. The method of claim 14 wherein said first protocol processing core performs an initial portion of said processing of said first event and said second protocol processing core subsequently performs a final portion of said processing of said first event.
18. The method of claim 17 wherein said modified first workspace portion and said modified second workspace portion are written back to said common memory substantially contemporaneously subsequent to completion of said final portion of said processing of said first event.
19. The method of claim 13 wherein said modified first workspace portion and said modified second workspace portion are written to said common memory as a contiguous block.
20. The method of claim 13 wherein said first workspace portion and said second workspace portion are stored within a contiguous block within said common memory.
21. The method of claim 13 wherein said first flow state is defined at least in part by a plurality of protocol layers, said first workspace portion and said second workspace portion corresponding to different ones of said plurality of protocol layers.
22. The method of claim 1 wherein said first event includes state information relevant to said stateful protocol.
23. A method of processing data in a stateful protocol processing system, said method comprising:
receiving a first message of a first flow comprised of a first plurality of messages, said first flow being characterized by a first flow state;
deriving a first event from said first message, said deriving including separating state information relevant to said first flow state from other information in said first message;
extracting at least a portion of said state information from said first event;
retrieving, from a common memory, said first flow state using said at least a portion of said state information, said first flow state including a first workspace portion and a second workspace portion;
storing said first workspace portion in a first local memory and said second workspace portion in a second local memory distinct from said first local memory;
assigning said first workspace portion to a first protocol processing core and said second workspace portion to a second protocol processing core; and
processing said first event using said first protocol processing core and said second protocol processing core thereby yielding a modified first workspace portion and a modified second workspace portion, respectively; and
writing said modified first workspace portion and said modified second workspace portion to said common memory.
24. The method of claim 23 wherein the deriving includes determining the first event to be of a first type and including an indication of said first type in a representation of the first event.
25. The method of claim 24 wherein said processing of said first event is performed in accordance with said first type.
US10/649,364 2002-10-17 2003-08-26 System and method for managing shared state using multiple programmed processors Expired - Fee Related US7596621B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/649,364 US7596621B1 (en) 2002-10-17 2003-08-26 System and method for managing shared state using multiple programmed processors

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US41971602P 2002-10-17 2002-10-17
US10/649,364 US7596621B1 (en) 2002-10-17 2003-08-26 System and method for managing shared state using multiple programmed processors

Publications (1)

Publication Number Publication Date
US7596621B1 true US7596621B1 (en) 2009-09-29

Family

ID=41109898

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/649,364 Expired - Fee Related US7596621B1 (en) 2002-10-17 2003-08-26 System and method for managing shared state using multiple programmed processors

Country Status (1)

Country Link
US (1) US7596621B1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060242491A1 (en) * 2005-03-11 2006-10-26 International Business Machines Corporation Method and system for applying patches to a computer program concurrently with its execution
US20100172348A1 (en) * 2009-01-07 2010-07-08 Shinichiro Saito Network relay apparatus and packet distribution method
US20100214918A1 (en) * 2005-12-16 2010-08-26 Nortel Networks Limited Method and architecture for a scalable application and security switch using multi-level load balancing
US7814218B1 (en) * 2002-10-17 2010-10-12 Astute Networks, Inc. Multi-protocol and multi-format stateful processing
US20100293280A1 (en) * 2008-01-31 2010-11-18 Fujitsu Limited Device and method for processing packets
JPWO2013001578A1 (en) * 2011-06-29 2015-02-23 株式会社日立製作所 Input / output control device and frame processing method of input / output control device

Citations (73)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4130865A (en) * 1974-06-05 1978-12-19 Bolt Beranek And Newman Inc. Multiprocessor computer apparatus employing distributed communications paths and a passive task register
US5321844A (en) * 1990-12-20 1994-06-14 Siemens Aktiengesellschaft Method for error correction of software errors in a communication system
US5590328A (en) * 1991-07-25 1996-12-31 Mitsubishi Denki Kabushiki Kaisha Protocol parallel processing apparatus having a plurality of CPUs allocated to process hierarchical protocols
US5640394A (en) 1994-08-19 1997-06-17 Microsoft Corporation System and method for running multiple incompatible network protocol stacks
US5812781A (en) * 1994-09-05 1998-09-22 Telefonaktiebolaget Lm Ericsson System for routing incoming connection-less messages to processes which are already handling messages from same source node
US5892922A (en) * 1997-02-28 1999-04-06 3Com Corporation Virtual local area network memory access system
US6070199A (en) 1996-11-13 2000-05-30 Extended Systems, Inc. Apparatus to connect a client computer to a computer data network
WO2000041365A1 (en) 1998-12-31 2000-07-13 Microsoft Corporation Method and system for credit-based data flow control
US6133846A (en) 1996-10-01 2000-10-17 Honeywell Inc. Low cost redundant communications system
WO2001001272A2 (en) 1999-06-30 2001-01-04 Apptitude, Inc. Method and apparatus for monitoring traffic in a network
US6172980B1 (en) 1997-09-11 2001-01-09 3Com Corporation Multiple protocol support
US6219697B1 (en) * 1997-05-02 2001-04-17 3Com Corporation Method and apparatus for operating the internet protocol over a high-speed serial bus
US6226680B1 (en) 1997-10-14 2001-05-01 Alacritech, Inc. Intelligent network interface system method for protocol processing
US6233242B1 (en) * 1996-12-30 2001-05-15 Compaq Computer Corporation Network switch with shared memory system
US6237021B1 (en) * 1998-09-25 2001-05-22 Complex Data Technologies, Inc. Method and apparatus for the efficient processing of data-intensive applications
US20010003834A1 (en) * 1999-12-08 2001-06-14 Nec Corporation Interprocessor communication method and multiprocessor
US6252851B1 (en) 1997-03-27 2001-06-26 Massachusetts Institute Of Technology Method for regulating TCP flow over heterogeneous networks
US6275861B1 (en) * 1996-09-27 2001-08-14 Pmc-Sierra, Inc. Method and apparatus to identify flows in data systems
US6300964B1 (en) * 1998-07-30 2001-10-09 Genesis Microship, Inc. Method and apparatus for storage retrieval of digital image data
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
US20020016843A1 (en) 1999-06-28 2002-02-07 Limor Schweitzer Statistical gathering framework for extracting information from a network multi-layer stack
US6393458B1 (en) 1999-01-28 2002-05-21 Genrad, Inc. Method and apparatus for load balancing in a distributed object architecture
US20020099854A1 (en) * 1998-07-10 2002-07-25 Jacob W. Jorgensen Transmission control protocol/internet protocol (tcp/ip) packet-centric wireless point to multi-point (ptmp) transmission system architecture
US20020099855A1 (en) * 1999-08-27 2002-07-25 Brian Mitchell Bass Network processor, memory organization and methods
US20020122386A1 (en) * 2001-03-05 2002-09-05 International Business Machines Corporation High speed network processor
US6460080B1 (en) 1999-01-08 2002-10-01 Intel Corporation Credit based flow control scheme over virtual interface architecture for system area networks
US20020174218A1 (en) 2001-05-18 2002-11-21 Dick Kevin Stewart System, method and computer program product for analyzing data from network-based structured message stream
US20030014662A1 (en) 2001-06-13 2003-01-16 Gupta Ramesh M. Protocol-parsing state machine and method of using same
US20030037154A1 (en) 2001-08-16 2003-02-20 Poggio Andrew A. Protocol processor
US20030041163A1 (en) * 2001-02-14 2003-02-27 John Rhoades Data processing architectures
US6546428B2 (en) 1998-11-13 2003-04-08 International Business Machines Corporation Methods, systems and computer program products for transferring a file using a message queue
US20030074473A1 (en) * 2001-10-12 2003-04-17 Duc Pham Scalable network gateway processor architecture
US20030079033A1 (en) 2000-02-28 2003-04-24 Alacritech, Inc. Protocol processing stack for use with intelligent network interface device
US6587884B1 (en) 1997-09-10 2003-07-01 Schneider Automation, Inc. Dual ethernet protocol stack for maximum speed access to a programmable logic controller (PLC)
US20030158906A1 (en) * 2001-09-04 2003-08-21 Hayes John W. Selective offloading of protocol processing
US20030163589A1 (en) * 2002-02-25 2003-08-28 International Business Machines Corporation Pipelined packet processing
US6621799B1 (en) * 1998-10-05 2003-09-16 Enterasys Networks, Inc. Semi-reliable data transport
US20030177252A1 (en) 2002-03-13 2003-09-18 Firebit Ltd. Method and apparatus for multiple processing of a plurality of communication protocols on a single processing machine
US6629697B1 (en) 1999-12-17 2003-10-07 Fuji Machine Mfg. Co., Ltd. Chuck apparatus
US20030231660A1 (en) * 2002-06-14 2003-12-18 Bapiraju Vinnakota Bit-manipulation instructions for packet processing
US6668317B1 (en) * 1999-08-31 2003-12-23 Intel Corporation Microengine for parallel processor architecture
US6667920B2 (en) * 1999-12-28 2003-12-23 Intel Corporation Scratchpad memory
US6681253B1 (en) * 1997-09-23 2004-01-20 Nokia Networks Oy Adaptive processor system
US20040024873A1 (en) 2002-07-31 2004-02-05 Dimambro Francesco R. Load balancing the servicing of received packets
US20040024894A1 (en) * 2002-08-02 2004-02-05 Osman Fazil Ismet High data rate stateful protocol processing
US20040030873A1 (en) * 1998-10-22 2004-02-12 Kyoung Park Single chip multiprocessing microprocessor having synchronization register file
US20040042475A1 (en) * 2002-08-30 2004-03-04 Bapiraju Vinnakota Soft-pipelined state-oriented processing of packets
US20040049596A1 (en) * 2002-08-15 2004-03-11 Schuehler David V. Reliable packet monitoring methods and apparatus for high speed networks
US6714961B1 (en) * 1998-11-16 2004-03-30 Telefonaktiebolaget Lm Ericsson (Publ) Multiple job signals per processing unit in a multiprocessing system
US6735717B1 (en) 2000-04-13 2004-05-11 Gnp Computers, Inc. Distributed computing system clustering model providing soft real-time responsiveness and continuous availability
US20040148472A1 (en) * 2001-06-11 2004-07-29 Barroso Luiz A. Multiprocessor cache coherence system and method in which processor nodes and input/output nodes are equal participants
US6775706B1 (en) * 1999-06-18 2004-08-10 Nec Corporation Multi-protocol switching system, line interface and multi-protocol processing device
US20040210320A1 (en) * 2002-06-11 2004-10-21 Pandya Ashish A. Runtime adaptable protocol processor
US6829697B1 (en) 2000-09-06 2004-12-07 International Business Machines Corporation Multiple logical interfaces to a shared coprocessor resource
US20040268062A1 (en) * 2000-11-28 2004-12-30 Adi Ofer Cooperative lock override procedure
US6842809B2 (en) * 2001-04-12 2005-01-11 International Business Machines Corporation Apparatus, method and computer program product for converting simple locks in a multiprocessor system
US6909713B2 (en) * 2001-09-05 2005-06-21 Intel Corporation Hash-based data frame distribution for web switches
US6920485B2 (en) * 2001-10-04 2005-07-19 Hewlett-Packard Development Company, L.P. Packet processing in shared memory multi-computer systems
US20050160097A1 (en) * 2001-03-22 2005-07-21 Gschwind Michael K. SIMD-RISC microprocessor architecture
US6947963B1 (en) * 2000-06-28 2005-09-20 Pluris, Inc Methods and apparatus for synchronizing and propagating distributed routing databases
US6981027B1 (en) * 2000-04-10 2005-12-27 International Business Machines Corporation Method and system for memory management in a network processing system
US6985431B1 (en) * 1999-08-27 2006-01-10 International Business Machines Corporation Network switch and components and method of operation
US7013394B1 (en) * 2000-04-18 2006-03-14 International Business Machines Corporation Data flow pattern recognition and manipulation
US7042877B2 (en) * 2001-04-27 2006-05-09 The Boeing Company Integrated analysis of incoming data transmissions
US7072970B2 (en) * 2001-10-05 2006-07-04 International Business Machines Corporation Programmable network protocol handler architecture
US20060168283A1 (en) * 2001-10-05 2006-07-27 Georgiou Christos J Programmable network protocol handler architecture
US7089282B2 (en) * 2002-07-31 2006-08-08 International Business Machines Corporation Distributed protocol processing in a data processing system
US7114008B2 (en) * 2000-06-23 2006-09-26 Cloudshield Technologies, Inc. Edge adapter architecture apparatus and method
US20060292292A1 (en) * 1998-05-08 2006-12-28 Brightman Thomas B Digital communications processor
US20070025380A1 (en) * 1998-09-29 2007-02-01 Juniper Networks, Inc. Packet processing apparatus, packet processing method, and packet exchange
US7274706B1 (en) * 2001-04-24 2007-09-25 Syrus Ziai Methods and systems for processing network data
US7328270B1 (en) * 1999-02-25 2008-02-05 Advanced Micro Devices, Inc. Communication protocol processor having multiple microprocessor cores connected in series and dynamically reprogrammed during operation via instructions transmitted along the same data paths used to convey communication data
US20080062927A1 (en) * 2002-10-08 2008-03-13 Raza Microelectronics, Inc. Delegating Network Processor Operations to Star Topology Serial Bus Interfaces

Patent Citations (77)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4130865A (en) * 1974-06-05 1978-12-19 Bolt Beranek And Newman Inc. Multiprocessor computer apparatus employing distributed communications paths and a passive task register
US5321844A (en) * 1990-12-20 1994-06-14 Siemens Aktiengesellschaft Method for error correction of software errors in a communication system
US5590328A (en) * 1991-07-25 1996-12-31 Mitsubishi Denki Kabushiki Kaisha Protocol parallel processing apparatus having a plurality of CPUs allocated to process hierarchical protocols
US5640394A (en) 1994-08-19 1997-06-17 Microsoft Corporation System and method for running multiple incompatible network protocol stacks
US5812781A (en) * 1994-09-05 1998-09-22 Telefonaktiebolaget Lm Ericsson System for routing incoming connection-less messages to processes which are already handling messages from same source node
US6275861B1 (en) * 1996-09-27 2001-08-14 Pmc-Sierra, Inc. Method and apparatus to identify flows in data systems
US6133846A (en) 1996-10-01 2000-10-17 Honeywell Inc. Low cost redundant communications system
US6070199A (en) 1996-11-13 2000-05-30 Extended Systems, Inc. Apparatus to connect a client computer to a computer data network
US6233242B1 (en) * 1996-12-30 2001-05-15 Compaq Computer Corporation Network switch with shared memory system
US5892922A (en) * 1997-02-28 1999-04-06 3Com Corporation Virtual local area network memory access system
US6252851B1 (en) 1997-03-27 2001-06-26 Massachusetts Institute Of Technology Method for regulating TCP flow over heterogeneous networks
US6219697B1 (en) * 1997-05-02 2001-04-17 3Com Corporation Method and apparatus for operating the internet protocol over a high-speed serial bus
US6587884B1 (en) 1997-09-10 2003-07-01 Schneider Automation, Inc. Dual ethernet protocol stack for maximum speed access to a programmable logic controller (PLC)
US6172980B1 (en) 1997-09-11 2001-01-09 3Com Corporation Multiple protocol support
US6681253B1 (en) * 1997-09-23 2004-01-20 Nokia Networks Oy Adaptive processor system
US6226680B1 (en) 1997-10-14 2001-05-01 Alacritech, Inc. Intelligent network interface system method for protocol processing
US6247060B1 (en) 1997-10-14 2001-06-12 Alacritech, Inc. Passing a communication control block from host to a local device such that a message is processed on the device
US6334153B2 (en) 1997-10-14 2001-12-25 Alacritech, Inc. Passing a communication control block from host to a local device such that a message is processed on the device
US20060292292A1 (en) * 1998-05-08 2006-12-28 Brightman Thomas B Digital communications processor
US20020099854A1 (en) * 1998-07-10 2002-07-25 Jacob W. Jorgensen Transmission control protocol/internet protocol (tcp/ip) packet-centric wireless point to multi-point (ptmp) transmission system architecture
US6300964B1 (en) * 1998-07-30 2001-10-09 Genesis Microship, Inc. Method and apparatus for storage retrieval of digital image data
US6237021B1 (en) * 1998-09-25 2001-05-22 Complex Data Technologies, Inc. Method and apparatus for the efficient processing of data-intensive applications
US20070025380A1 (en) * 1998-09-29 2007-02-01 Juniper Networks, Inc. Packet processing apparatus, packet processing method, and packet exchange
US6621799B1 (en) * 1998-10-05 2003-09-16 Enterasys Networks, Inc. Semi-reliable data transport
US20040030873A1 (en) * 1998-10-22 2004-02-12 Kyoung Park Single chip multiprocessing microprocessor having synchronization register file
US6546428B2 (en) 1998-11-13 2003-04-08 International Business Machines Corporation Methods, systems and computer program products for transferring a file using a message queue
US6714961B1 (en) * 1998-11-16 2004-03-30 Telefonaktiebolaget Lm Ericsson (Publ) Multiple job signals per processing unit in a multiprocessing system
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
WO2000041365A1 (en) 1998-12-31 2000-07-13 Microsoft Corporation Method and system for credit-based data flow control
US6460080B1 (en) 1999-01-08 2002-10-01 Intel Corporation Credit based flow control scheme over virtual interface architecture for system area networks
US6393458B1 (en) 1999-01-28 2002-05-21 Genrad, Inc. Method and apparatus for load balancing in a distributed object architecture
US7328270B1 (en) * 1999-02-25 2008-02-05 Advanced Micro Devices, Inc. Communication protocol processor having multiple microprocessor cores connected in series and dynamically reprogrammed during operation via instructions transmitted along the same data paths used to convey communication data
US6775706B1 (en) * 1999-06-18 2004-08-10 Nec Corporation Multi-protocol switching system, line interface and multi-protocol processing device
US20020016843A1 (en) 1999-06-28 2002-02-07 Limor Schweitzer Statistical gathering framework for extracting information from a network multi-layer stack
WO2001001272A2 (en) 1999-06-30 2001-01-04 Apptitude, Inc. Method and apparatus for monitoring traffic in a network
US6665725B1 (en) 1999-06-30 2003-12-16 Hi/Fn, Inc. Processing protocol specific information in packets specified by a protocol description language
US20020099855A1 (en) * 1999-08-27 2002-07-25 Brian Mitchell Bass Network processor, memory organization and methods
US6985431B1 (en) * 1999-08-27 2006-01-10 International Business Machines Corporation Network switch and components and method of operation
US6668317B1 (en) * 1999-08-31 2003-12-23 Intel Corporation Microengine for parallel processor architecture
US7191321B2 (en) * 1999-08-31 2007-03-13 Intel Corporation Microengine for parallel processor architecture
US20010003834A1 (en) * 1999-12-08 2001-06-14 Nec Corporation Interprocessor communication method and multiprocessor
US6629697B1 (en) 1999-12-17 2003-10-07 Fuji Machine Mfg. Co., Ltd. Chuck apparatus
US6667920B2 (en) * 1999-12-28 2003-12-23 Intel Corporation Scratchpad memory
US20030079033A1 (en) 2000-02-28 2003-04-24 Alacritech, Inc. Protocol processing stack for use with intelligent network interface device
US6981027B1 (en) * 2000-04-10 2005-12-27 International Business Machines Corporation Method and system for memory management in a network processing system
US6735717B1 (en) 2000-04-13 2004-05-11 Gnp Computers, Inc. Distributed computing system clustering model providing soft real-time responsiveness and continuous availability
US7013394B1 (en) * 2000-04-18 2006-03-14 International Business Machines Corporation Data flow pattern recognition and manipulation
US7114008B2 (en) * 2000-06-23 2006-09-26 Cloudshield Technologies, Inc. Edge adapter architecture apparatus and method
US6947963B1 (en) * 2000-06-28 2005-09-20 Pluris, Inc Methods and apparatus for synchronizing and propagating distributed routing databases
US6829697B1 (en) 2000-09-06 2004-12-07 International Business Machines Corporation Multiple logical interfaces to a shared coprocessor resource
US20040268062A1 (en) * 2000-11-28 2004-12-30 Adi Ofer Cooperative lock override procedure
US20030041163A1 (en) * 2001-02-14 2003-02-27 John Rhoades Data processing architectures
US20020122386A1 (en) * 2001-03-05 2002-09-05 International Business Machines Corporation High speed network processor
US20050160097A1 (en) * 2001-03-22 2005-07-21 Gschwind Michael K. SIMD-RISC microprocessor architecture
US6842809B2 (en) * 2001-04-12 2005-01-11 International Business Machines Corporation Apparatus, method and computer program product for converting simple locks in a multiprocessor system
US7274706B1 (en) * 2001-04-24 2007-09-25 Syrus Ziai Methods and systems for processing network data
US7042877B2 (en) * 2001-04-27 2006-05-09 The Boeing Company Integrated analysis of incoming data transmissions
US20020174218A1 (en) 2001-05-18 2002-11-21 Dick Kevin Stewart System, method and computer program product for analyzing data from network-based structured message stream
US20040148472A1 (en) * 2001-06-11 2004-07-29 Barroso Luiz A. Multiprocessor cache coherence system and method in which processor nodes and input/output nodes are equal participants
US20030014662A1 (en) 2001-06-13 2003-01-16 Gupta Ramesh M. Protocol-parsing state machine and method of using same
US20030037154A1 (en) 2001-08-16 2003-02-20 Poggio Andrew A. Protocol processor
US20030158906A1 (en) * 2001-09-04 2003-08-21 Hayes John W. Selective offloading of protocol processing
US6909713B2 (en) * 2001-09-05 2005-06-21 Intel Corporation Hash-based data frame distribution for web switches
US6920485B2 (en) * 2001-10-04 2005-07-19 Hewlett-Packard Development Company, L.P. Packet processing in shared memory multi-computer systems
US20060168283A1 (en) * 2001-10-05 2006-07-27 Georgiou Christos J Programmable network protocol handler architecture
US7072970B2 (en) * 2001-10-05 2006-07-04 International Business Machines Corporation Programmable network protocol handler architecture
US20030074473A1 (en) * 2001-10-12 2003-04-17 Duc Pham Scalable network gateway processor architecture
US20030163589A1 (en) * 2002-02-25 2003-08-28 International Business Machines Corporation Pipelined packet processing
US20030177252A1 (en) 2002-03-13 2003-09-18 Firebit Ltd. Method and apparatus for multiple processing of a plurality of communication protocols on a single processing machine
US20040210320A1 (en) * 2002-06-11 2004-10-21 Pandya Ashish A. Runtime adaptable protocol processor
US20030231660A1 (en) * 2002-06-14 2003-12-18 Bapiraju Vinnakota Bit-manipulation instructions for packet processing
US7089282B2 (en) * 2002-07-31 2006-08-08 International Business Machines Corporation Distributed protocol processing in a data processing system
US20040024873A1 (en) 2002-07-31 2004-02-05 Dimambro Francesco R. Load balancing the servicing of received packets
US20040024894A1 (en) * 2002-08-02 2004-02-05 Osman Fazil Ismet High data rate stateful protocol processing
US20040049596A1 (en) * 2002-08-15 2004-03-11 Schuehler David V. Reliable packet monitoring methods and apparatus for high speed networks
US20040042475A1 (en) * 2002-08-30 2004-03-04 Bapiraju Vinnakota Soft-pipelined state-oriented processing of packets
US20080062927A1 (en) * 2002-10-08 2008-03-13 Raza Microelectronics, Inc. Delegating Network Processor Operations to Star Topology Serial Bus Interfaces

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Camarillo et al., "Mapping of Media Streams to Resource Reservation Flows," In: Network Working Group, Request for Comments No. 3524, Category: Standards Track, Apr. 2003, p. 1-6.

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7814218B1 (en) * 2002-10-17 2010-10-12 Astute Networks, Inc. Multi-protocol and multi-format stateful processing
US20060242491A1 (en) * 2005-03-11 2006-10-26 International Business Machines Corporation Method and system for applying patches to a computer program concurrently with its execution
US7788661B2 (en) * 2005-03-11 2010-08-31 International Business Machines Corporation Method and system for applying patches to a computer program concurrently with its execution
US20100214918A1 (en) * 2005-12-16 2010-08-26 Nortel Networks Limited Method and architecture for a scalable application and security switch using multi-level load balancing
US8130645B2 (en) * 2005-12-16 2012-03-06 Nortel Networks Limited Method and architecture for a scalable application and security switch using multi-level load balancing
US20120087240A1 (en) * 2005-12-16 2012-04-12 Nortel Networks Limited Method and architecture for a scalable application and security switch using multi-level load balancing
US8477613B2 (en) * 2005-12-16 2013-07-02 Rockstar Consortium Us Lp Method and architecture for a scalable application and security switch using multi-level load balancing
US20100293280A1 (en) * 2008-01-31 2010-11-18 Fujitsu Limited Device and method for processing packets
US20100172348A1 (en) * 2009-01-07 2010-07-08 Shinichiro Saito Network relay apparatus and packet distribution method
US8300526B2 (en) * 2009-01-07 2012-10-30 Hitachi, Ltd. Network relay apparatus and packet distribution method
JPWO2013001578A1 (en) * 2011-06-29 2015-02-23 株式会社日立製作所 Input / output control device and frame processing method of input / output control device

Similar Documents

Publication Publication Date Title
EP1546843B1 (en) High data rate stateful protocol processing
US7814218B1 (en) Multi-protocol and multi-format stateful processing
US7802001B1 (en) System and method for flow control within a stateful protocol processing system
USRE45070E1 (en) Receive processing with network protocol bypass
US7631106B2 (en) Prefetching of receive queue descriptors
US20180375782A1 (en) Data buffering
US8099521B2 (en) Network interface card for use in parallel computing systems
US8155135B2 (en) Network interface device with flow-oriented bus interface
US6948004B2 (en) Host-fabric adapter having work queue entry (WQE) ring hardware assist (HWA) mechanism
EP1543422B1 (en) Remote direct memory access enabled network interface controller switchover and switchback support
US20060165084A1 (en) RNIC-BASED OFFLOAD OF iSCSI DATA MOVEMENT FUNCTION BY TARGET
US20120202529A1 (en) Intelligent Network Interface System and Method for Accelerated Protocol Processing
US7760741B2 (en) Network acceleration architecture
US20060129699A1 (en) Network interface adapter with shared data send resources
US20060168091A1 (en) RNIC-BASED OFFLOAD OF iSCSI DATA MOVEMENT FUNCTION BY INITIATOR
US7181541B1 (en) Host-fabric adapter having hardware assist architecture and method of connecting a host system to a channel-based switched fabric in a data network
US7343527B2 (en) Recovery from iSCSI corruption with RDMA ATP mechanism
US7543037B2 (en) RDMA completion and retransmit system and method
US7539760B1 (en) System and method for facilitating failover of stateful connections
US20060168286A1 (en) iSCSI DATAMOVER INTERFACE AND FUNCTION SPLIT WITH RDMA ATP MECHANISM
US7761529B2 (en) Method, system, and program for managing memory requests by devices
US8151278B1 (en) System and method for timer management in a stateful protocol processing system
US6816889B1 (en) Assignment of dual port memory banks for a CPU and a host channel adapter in an InfiniBand computing node
US7596621B1 (en) System and method for managing shared state using multiple programmed processors
US7292593B1 (en) Arrangement in a channel adapter for segregating transmit packet data in transmit buffers based on respective virtual lanes

Legal Events

Date Code Title Description
AS Assignment

Owner name: ASTUTE NETWORKS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KNEE, JOHN SIMON;OSMAN, FAZIL ISMET;REEL/FRAME:014906/0069;SIGNING DATES FROM 20030930 TO 20031004

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: IKANOS COMMUNICATIONS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ASTUTE NETWORKS, INC.;REEL/FRAME:035203/0343

Effective date: 20150226

AS Assignment

Owner name: SILICON VALLEY BANK, CALIFORNIA

Free format text: SECURITY INTEREST;ASSIGNOR:IKANOS COMMUNICATIONS, INC.;REEL/FRAME:035874/0351

Effective date: 20150602

AS Assignment

Owner name: IKANOS COMMUNICATIONS, INC., CALIFORNIA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:SILICON VALLEY BANK;REEL/FRAME:036733/0031

Effective date: 20150930

FEPP Fee payment procedure

Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.)

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20170929