US20110219155A1 - Processing system and method for transmitting data - Google Patents

Processing system and method for transmitting data Download PDF

Info

Publication number
US20110219155A1
US20110219155A1 US13/100,811 US201113100811A US2011219155A1 US 20110219155 A1 US20110219155 A1 US 20110219155A1 US 201113100811 A US201113100811 A US 201113100811A US 2011219155 A1 US2011219155 A1 US 2011219155A1
Authority
US
United States
Prior art keywords
functional unit
communication thread
data
information
exchanging
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/100,811
Inventor
Andrei Radulescu
Kees Gerard Willem Goossens
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.)
Koninklijke Philips NV
Original Assignee
Koninklijke Philips Electronics NV
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 Koninklijke Philips Electronics NV filed Critical Koninklijke Philips Electronics NV
Priority to US13/100,811 priority Critical patent/US20110219155A1/en
Publication of US20110219155A1 publication Critical patent/US20110219155A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/42Bus transfer protocol, e.g. handshake; Synchronisation
    • G06F13/4265Bus transfer protocol, e.g. handshake; Synchronisation on a point to point bus
    • G06F13/4269Bus transfer protocol, e.g. handshake; Synchronisation on a point to point bus using a handshaking protocol, e.g. Centronics connection

Definitions

  • a processing system and method for exchanging data between a first and a second functional unit comprises the following steps:
  • the information enables the first functional unit (I) to anticipate the possibility of exchanging data for at least one communication thread.
  • the first handshake wherein data is exchanged from a first to a second functional unit may be part of a chain of data transactions from a source functional unit via one or more intermediate functional units to a destination functional unit.
  • the first functional unit, initiating the first handshake is also denoted as initiator or initiator functional unit.
  • the second functional unit is denoted as target, or target functional unit.
  • a message can be sent by the source functional unit to the destination functional unit.
  • the message may comprise a command an addresses and/or other data.
  • the destination functional unit may on its turn send a message to the source functional unit.
  • a functional unit can be any unit involved in a data stream for example a unit which performs operations on data, such as a CPU, a DSP or a VLIW, or a unit for storing data such as a memory, or a unit for transmitting data such as a router or an interface.
  • a split protocol is defined as a protocol wherein transactions are split in a request and a response. After a transmission of a request is completed from a source functional unit to the first intermediate functional in the communication path the source functional unit can proceed with a next transmission, instead of having to wait for a response to that request from the destination functional unit. The destination or any intermediate functional unit will start a separate arbitration procedure if necessary to give a response.
  • a split bus protocol is more efficient when a response generation at the slave takes time. Pipelining allows a master to have multiple outstanding requests (i.e., requests waiting for a response). All transactions within the same communication thread are ordered: Requests are executed by the slave in the same order as the requests for those responses were issued by a master, and responses are delivered in the same order as the requests for those responses were issued by a master.
  • a communication thread can be used to identify a data stream between different processes or data streams originating from different source functional units. Transactions with different communication threads do not have any ordering constraints.
  • a message sent by a source functional unit may comprise a command, an address and/or other data. It is forwarded via one or more intermediate functional units until it arrives at the destination functional unit. The destination functional unit may on its turn send a message to the source functional unit.
  • U.S. Pat. No. 6,182,183 provides a link level protocol for exchanging the message between two subsequent functional units in the path from the source functional unit to the destination functional unit.
  • a master functional unit produces information, e.g. a command (Cmd), an address (Addr), or data (DataReq) and at the same time provides an identification of the thread (ReqThreadID) to which the information belongs.
  • the slave functional unit may provide information (DataResp), and indicate the stream to which it belongs by an identification RespThreadID.
  • the slave can provide the master information relating to the status of a communication thread (ReqThreadBusy). This allows the slave to indicate to the master that it cannot take any new requests associated with certain threads.
  • the ReqThreadBusy signal is a vector having one signal per thread, and a signal asserted indicates that the associated thread is busy. Analogously a response thread busy (RespThreadBusy) signal allows the master to indicate to the slave that it cannot take any responses associated with certain threads.
  • the ThreadBusy information prevents that the initiator attempts to initiate a transmission in vain. Instead it can initiate a transmission for another communication thread if that is available. Hence, this information contributes to a more efficient communication. However, if all threads are busy communication is still blocked.
  • the information given by the target functional unit is not only indicative whether a request or a response for a certain thread can be handled at the moment that the information is provided but the information also enables the first functional unit (I) to anticipate the possibility of exchanging data for at least one communication thread.
  • a scheduler in the initiator functional unit is better enabled to schedule in which order transmissions for the different communication threads should be handled.
  • information indicative for the filling degree of a buffer for a particular communication thread indicates the initiator how long data transmission can go on before a buffer overflow occurs. This enables the first functional unit (I) to anticipate a termination of the possibility of exchanging data for that communication thread.
  • the information indicative for an expected waiting time enables the first functional unit (I) to anticipate when new data will be provided or when new data can be accepted.
  • the second functional unit may for example need a relatively long processing time to calculate a result vector from two input vectors. It may indicate to a first functional unit to which the result vector will be transmitted an indication for the remaining processing time. A scheduler in that first functional unit may then schedule a data transmission at a time that the result vector is expected to be ready.
  • it may schedule the data transmission at a time that buffer overflow tends to occur for another communication thread. Likewise it may provide this indication to a first functional unit which provides an input vector, which may use this information in its scheduling.
  • the first functional unit (I) By providing information to the first functional unit (I) which enables it to anticipate the possibility of exchanging data for a communication thread it can better schedule transmissions for the different communication threads. This makes it possible to reduce the occurrence of a simultaneous unavailability of all communication threads.
  • the present invention is in particular relevant for a system on silicon implemented as plurality of functional units in a network.
  • Systems on silicon show a continuous increase in complexity due to the ever increasing need for implementing new features and improvements of existing functions. This is enabled by the increasing density with which components can be integrated on an integrated circuit.
  • the clock speed at which circuits are operated tends to increase too.
  • the higher clock speed in combination with the increased density of components has reduced the area which can operate synchronously within the same clock domain.
  • the processing system comprises a plurality of relatively independent, complex modules.
  • the modules usually communicate to each other via a bus. As the number of modules increases however, this way of communication is no longer practical for the following reasons.
  • the communication network comprises a plurality of partly connected nodes. Messages from a module are redirected by the nodes to one or more other nodes. This implies that many information streams will pass between a pair of an initiator and a target unit.
  • the present invention facilitates the scheduling of these streams.
  • FIG. 1 shows a conventional method for exchanging data
  • FIG. 2 schematically shows a method for exchanging data according to the invention
  • FIG. 3 shows a first embodiment of the method according to the invention
  • FIG. 4 shows a second embodiment of the method according to the invention
  • FIG. 5 shows a first example of the first embodiment
  • FIG. 6 shows a second example of the first embodiment
  • FIG. 7 shows a first example of the second embodiment
  • FIG. 8 shows a second example of the second embodiment
  • FIG. 9 shows a network comprising a plurality of functional units according to the invention.
  • FIG. 1 shows a conventional method for exchanging data.
  • a first processing unit provides an identification for a communication thread TID, data for that thread DATA and signals validity with a signal VALID. If the second processing unit can accept the thread it signals this with the signal ACCEPT.
  • FIG. 2 schematically shows a method according to the invention for exchanging data between a first and a second functional unit.
  • the method comprises the following steps.
  • a first handshake procedure data (HSD) is exchanged corresponding to a communication thread (TID) selected by the first (I) and the second functional unit (T).
  • second information is exchanged in a second handshake procedure (HST) from the first (I) to the second functional unit (T) relating to a status of at least one communication thread from the second (T) to the first functional unit (I).
  • HSD handshake procedure data
  • the first handshake for transmission of the data can be either a classic handshake, as used in VCI, OCP (as will be illustrated in more detail in FIGS. 5 and 7 ), or an extended handshake in which feedback is provided on whether a transaction can proceed or not on a TID (see FIGS. 6 and 8 ).
  • This basic group of signals is extended with another group of signals, as an independent dialog to gather information on which communication threads data can be scheduled without stall.
  • the first and the second handshakes HSD and HST are independent and thus they can proceed in parallel.
  • the information collected from the second handshake HST is used by the initiator to schedule communications for different communication threads efficiently.
  • the second handshake HST comprises the exchange of a first signal INFO TID, a second signal INFO VALID, and a third signal INFO INFO.
  • the first signal INFO TID is indicative for a particular communication thread.
  • the second signal INFO VALID indicates whether the signal INFO TID is valid or not.
  • the third signal INFO INFO can have different meanings, depending on the further implementation of the protocol. It may for example indicate an expected waiting time, i.e. indicating when data will become available or when data can be accepted for the thread identified with the signal INFO TID. Otherwise the signal may for example indicate the filling degree of a buffer. This information helps a data consuming initiator to estimate how long a data producing target can continue with providing data from its buffer.
  • a worst case estimate can be made calculating the time necessary the read the present contents of the buffer.
  • a best case estimate can be made by assuming that the data producing target keeps supplying data at a certain rate.
  • the target may in the mean time generate new data.
  • it may help a data producing initiator to estimate how long a data consuming target can continue with accepting data.
  • this is a worst case estimate.
  • the target may in the mean time process data stored in its buffer.
  • a best case estimate can be made taking an average rate into account with which the data is processed.
  • the initiator requests (polls for) communication thread information from the target.
  • Information is requested for one communication thread at a time, by indicating a communication thread with the INFO TID signals and rising INFO VALID.
  • the target provides information on INFO INFO signals (in this case in a fixed number of cycles).
  • INFO VALID valid signal
  • INFO INFO the response
  • VALID INFO the valid signal
  • the initiator is a producer and a consumer are shown in more detail in FIGS. 5 and 6 , respectively.
  • the consumer target may for example provide information indicative for the amount of buffer space available to accept data on the given communication thread.
  • a producer target may for example provide a consumer initiator, how much data is available in the given communication thread, or indicate with which frequency it provides new data.
  • the target drives the flow of information towards the initiator.
  • An example of the information that can be provided to the initiator consists of updates, differential or absolute, (similar to interrupts) to how many handshakes can be performed on a given communication thread without stall. Different handshake schemes are also possible, as in the previous extension.
  • FIGS. 7 and 8 Examples of the interrupt scheme where the initiator is a producer and a consumer are shown in FIGS. 7 and 8 , respectively.
  • the consumer target could notify the initiator on each new empty buffer place (or group of buffer places) that becomes available on a given communication thread.
  • the producer target could notify the initiator about each new data element (or group of data elements) that becomes available.
  • the two proposed schemes are both applicable in different contexts. If the initiator is a CPU, the polling scheme (which checks every appropriate communication thread to decide which will be scheduled next) may have lower cost. The interrupt scheme would require notifications to be treated as interrupts whose handling has high cost because they require context switches.
  • the interrupt scheme which is similar to flow control, has a low cost because it will only cause a counter update for example.
  • the communication thread scheduler has always the latest necessary information and can proceed immediately.
  • the poll scheme where the dedicated functional unit polls for information, either consumes precious cycles before a scheduling decision, or it uses incomplete information, thus, lowering the scheduling quality.
  • Connecting an initiator not supporting such an extension with a target supporting one of these extensions can be done by simply ignoring the info group. For the polling scheme, the target will not get any poll, and therefore will not produce any information.
  • a small adapter To connect an initiator functional unit supporting the polling scheme with a target functional unit supporting the interrupt scheme, a small adapter must be inserted between the two functional units where notifications from the targets are stored to be delivered to the initiator when it polls for information. Also the data sent from the producer to the consumer must go through this adapter to update the handshake information. For example, in the case of a target consumer, the buffer filling (to be reported to the initiator by the adapter) will increase with the transferred data, and in the case of a target producer, the data availability (to be reported to the initiator by the adapter) will decrease with the transferred data.
  • the two extensions cover the only two cases in which information about communication threads can be obtained via an additional handshake: (a) initiator polling for information, and (b) initiator getting notified about any change in the target
  • the proposed scheme is relevant for device and system-level communication protocols which allow communication on independent communication-threads, such as VCI and OCP. It extends the existing link-level schemes to allow collecting information from target. This information is used by the initiator to obtain a better scheduling of communication threads on a link.
  • the proposed two schemes cover the only two cases in which information about communication threads can be obtained via an additional handshake: (a) initiator polling for information, and (b) initiator getting notified about any change in the consumer.
  • FIG. 9 schematically shows a data processing system, which comprises a network connecting a plurality of functional units.
  • the processing system is arranged to transmit data and a communication thread identifier for said data according to a split protocol along a communication path (indicated by arrows) from a source functional unit SFU to a destination functional unit DFU via one or more intermediate functional units IFU 1 , . . . , IFU 5 .
  • the communication path includes at least a pair of an initiator and a target unit as illustrated with reference to one of the FIGS. 2 to 8 .

Abstract

A method for exchanging data between first and second functional units includes the following steps. In a first handshake procedure, data is exchanged corresponding to a communication thread selected by the first functional unit, while independently in a second handshake procedure, information relating to a status of at least one communication thread is exchanged from the second to the first functional unit. The information enables the first functional unit to anticipate the possibility of exchanging data for the at least one communication thread.

Description

  • This is a continuation of U.S. patent application Ser. No. 10/555,401, filed on Nov. 2, 2005, now U.S. Pat. No. ______, the contents of which are incorporated herein by reference.
  • A processing system and method for exchanging data between a first and a second functional unit, comprises the following steps:
  • in a first handshake procedure, data is exchanged corresponding to a communication thread (TID) selected by the first functional unit (I), while independently
  • in a second handshake procedure, information relating to a status of at least one communication thread is exchanged from the second (T) to the first functional unit (I) characterized in that,
  • the information enables the first functional unit (I) to anticipate the possibility of exchanging data for at least one communication thread.
  • The first handshake wherein data is exchanged from a first to a second functional unit may be part of a chain of data transactions from a source functional unit via one or more intermediate functional units to a destination functional unit. The first functional unit, initiating the first handshake is also denoted as initiator or initiator functional unit. The second functional unit is denoted as target, or target functional unit.
  • With such a chain of data transactions a message can be sent by the source functional unit to the destination functional unit. The message may comprise a command an addresses and/or other data. The destination functional unit may on its turn send a message to the source functional unit. A functional unit can be any unit involved in a data stream for example a unit which performs operations on data, such as a CPU, a DSP or a VLIW, or a unit for storing data such as a memory, or a unit for transmitting data such as a router or an interface.
  • A split protocol is defined as a protocol wherein transactions are split in a request and a response. After a transmission of a request is completed from a source functional unit to the first intermediate functional in the communication path the source functional unit can proceed with a next transmission, instead of having to wait for a response to that request from the destination functional unit. The destination or any intermediate functional unit will start a separate arbitration procedure if necessary to give a response. A split bus protocol is more efficient when a response generation at the slave takes time. Pipelining allows a master to have multiple outstanding requests (i.e., requests waiting for a response). All transactions within the same communication thread are ordered: Requests are executed by the slave in the same order as the requests for those responses were issued by a master, and responses are delivered in the same order as the requests for those responses were issued by a master.
  • A communication thread can be used to identify a data stream between different processes or data streams originating from different source functional units. Transactions with different communication threads do not have any ordering constraints.
  • A message sent by a source functional unit may comprise a command, an address and/or other data. It is forwarded via one or more intermediate functional units until it arrives at the destination functional unit. The destination functional unit may on its turn send a message to the source functional unit.
  • U.S. Pat. No. 6,182,183 provides a link level protocol for exchanging the message between two subsequent functional units in the path from the source functional unit to the destination functional unit. According to the known protocol a master functional unit produces information, e.g. a command (Cmd), an address (Addr), or data (DataReq) and at the same time provides an identification of the thread (ReqThreadID) to which the information belongs. Likewise the slave functional unit may provide information (DataResp), and indicate the stream to which it belongs by an identification RespThreadID.
  • In addition the slave can provide the master information relating to the status of a communication thread (ReqThreadBusy). This allows the slave to indicate to the master that it cannot take any new requests associated with certain threads. In one embodiment, the ReqThreadBusy signal is a vector having one signal per thread, and a signal asserted indicates that the associated thread is busy. Analogously a response thread busy (RespThreadBusy) signal allows the master to indicate to the slave that it cannot take any responses associated with certain threads.
  • The ThreadBusy information (ReqThreadBusy and RespThreadBusy) prevents that the initiator attempts to initiate a transmission in vain. Instead it can initiate a transmission for another communication thread if that is available. Hence, this information contributes to a more efficient communication. However, if all threads are busy communication is still blocked.
  • In the improved method according to the invention the information given by the target functional unit is not only indicative whether a request or a response for a certain thread can be handled at the moment that the information is provided but the information also enables the first functional unit (I) to anticipate the possibility of exchanging data for at least one communication thread.
  • In this way a scheduler in the initiator functional unit is better enabled to schedule in which order transmissions for the different communication threads should be handled.
  • In another embodiment, information indicative for the filling degree of a buffer for a particular communication thread indicates the initiator how long data transmission can go on before a buffer overflow occurs. This enables the first functional unit (I) to anticipate a termination of the possibility of exchanging data for that communication thread.
  • In another embodiment, the information indicative for an expected waiting time enables the first functional unit (I) to anticipate when new data will be provided or when new data can be accepted. The second functional unit may for example need a relatively long processing time to calculate a result vector from two input vectors. It may indicate to a first functional unit to which the result vector will be transmitted an indication for the remaining processing time. A scheduler in that first functional unit may then schedule a data transmission at a time that the result vector is expected to be ready.
  • For example it may schedule the data transmission at a time that buffer overflow tends to occur for another communication thread. Likewise it may provide this indication to a first functional unit which provides an input vector, which may use this information in its scheduling.
  • By providing information to the first functional unit (I) which enables it to anticipate the possibility of exchanging data for a communication thread it can better schedule transmissions for the different communication threads. This makes it possible to reduce the occurrence of a simultaneous unavailability of all communication threads.
  • The present invention is in particular relevant for a system on silicon implemented as plurality of functional units in a network. Systems on silicon show a continuous increase in complexity due to the ever increasing need for implementing new features and improvements of existing functions. This is enabled by the increasing density with which components can be integrated on an integrated circuit. At the same time the clock speed at which circuits are operated tends to increase too. The higher clock speed in combination with the increased density of components has reduced the area which can operate synchronously within the same clock domain. This has created the need for a modular approach. According to such an approach the processing system comprises a plurality of relatively independent, complex modules. In conventional processing systems the modules usually communicate to each other via a bus. As the number of modules increases however, this way of communication is no longer practical for the following reasons. On the one hand the large number of modules forms a too high bus load. On the other hand the bus forms a communication bottleneck as it enables only one device to send data to the bus. A communication network forms an effective way to overcome these disadvantages. The communication network comprises a plurality of partly connected nodes. Messages from a module are redirected by the nodes to one or more other nodes. This implies that many information streams will pass between a pair of an initiator and a target unit. The present invention facilitates the scheduling of these streams.
  • These and other aspects are described in more detail with reference to the drawings. Therein:
  • FIG. 1 shows a conventional method for exchanging data,
  • FIG. 2 schematically shows a method for exchanging data according to the invention,
  • FIG. 3 shows a first embodiment of the method according to the invention,
  • FIG. 4 shows a second embodiment of the method according to the invention,
  • FIG. 5 shows a first example of the first embodiment,
  • FIG. 6 shows a second example of the first embodiment,
  • FIG. 7 shows a first example of the second embodiment,
  • FIG. 8 shows a second example of the second embodiment,
  • FIG. 9 shows a network comprising a plurality of functional units according to the invention.
  • FIG. 1 shows a conventional method for exchanging data.
  • Therein a first processing unit (P) provides an identification for a communication thread TID, data for that thread DATA and signals validity with a signal VALID. If the second processing unit can accept the thread it signals this with the signal ACCEPT.
  • FIG. 2 schematically shows a method according to the invention for exchanging data between a first and a second functional unit. The method comprises the following steps. In a first handshake procedure data (HSD) is exchanged corresponding to a communication thread (TID) selected by the first (I) and the second functional unit (T). At the same time second information is exchanged in a second handshake procedure (HST) from the first (I) to the second functional unit (T) relating to a status of at least one communication thread from the second (T) to the first functional unit (I). The information enables the first functional unit (I) to anticipate the possibility of exchanging data for the at least one communication thread.
  • The first handshake for transmission of the data can be either a classic handshake, as used in VCI, OCP (as will be illustrated in more detail in FIGS. 5 and 7), or an extended handshake in which feedback is provided on whether a transaction can proceed or not on a TID (see FIGS. 6 and 8). This basic group of signals is extended with another group of signals, as an independent dialog to gather information on which communication threads data can be scheduled without stall.
  • The first and the second handshakes HSD and HST are independent and thus they can proceed in parallel. The information collected from the second handshake HST is used by the initiator to schedule communications for different communication threads efficiently.
  • In a practical example the second handshake HST comprises the exchange of a first signal INFO TID, a second signal INFO VALID, and a third signal INFO INFO. The first signal INFO TID is indicative for a particular communication thread. The second signal INFO VALID indicates whether the signal INFO TID is valid or not. The third signal INFO INFO can have different meanings, depending on the further implementation of the protocol. It may for example indicate an expected waiting time, i.e. indicating when data will become available or when data can be accepted for the thread identified with the signal INFO TID. Otherwise the signal may for example indicate the filling degree of a buffer. This information helps a data consuming initiator to estimate how long a data producing target can continue with providing data from its buffer. This may be a best case estimate or a worst case estimate. A worst case estimate can be made calculating the time necessary the read the present contents of the buffer. A best case estimate can be made by assuming that the data producing target keeps supplying data at a certain rate. In practice the target may in the mean time generate new data. Likewise it may help a data producing initiator to estimate how long a data consuming target can continue with accepting data. Also, this is a worst case estimate. In practice the target may in the mean time process data stored in its buffer. A best case estimate can be made taking an average rate into account with which the data is processed.
  • In the scheme, shown in FIG. 3, the initiator requests (polls for) communication thread information from the target. Information is requested for one communication thread at a time, by indicating a communication thread with the INFO TID signals and rising INFO VALID. The target provides information on INFO INFO signals (in this case in a fixed number of cycles).
  • For this scheme multiple different handshakes schemes can be defined. One example is to have a valid signal (INFO VALID) to announce that information about the communication thread identified with INFO TID is requested. It will be held high during a predetermined time-interval, e.g. one cycle, and the response (INFO INFO) will come in fixed number of cycles (e.g., 1). Another example, which allows the target to delay the response is to keep the valid signal (VALID INFO) high until a response is coming. The response is signaled with an accept signal for a single cycle in which also the response is given (INFO INFO).
  • Examples of the polling scheme where the initiator is a producer and a consumer are shown in more detail in FIGS. 5 and 6, respectively. For a producer initiator, the consumer target may for example provide information indicative for the amount of buffer space available to accept data on the given communication thread. A producer target may for example provide a consumer initiator, how much data is available in the given communication thread, or indicate with which frequency it provides new data.
  • In the second scheme, shown in FIG. 4, the target drives the flow of information towards the initiator. An example of the information that can be provided to the initiator consists of updates, differential or absolute, (similar to interrupts) to how many handshakes can be performed on a given communication thread without stall. Different handshake schemes are also possible, as in the previous extension.
  • Examples of the interrupt scheme where the initiator is a producer and a consumer are shown in FIGS. 7 and 8, respectively. For a producer initiator, the consumer target could notify the initiator on each new empty buffer place (or group of buffer places) that becomes available on a given communication thread. For a consumer initiator, the producer target could notify the initiator about each new data element (or group of data elements) that becomes available.
  • The two proposed schemes are both applicable in different contexts. If the initiator is a CPU, the polling scheme (which checks every appropriate communication thread to decide which will be scheduled next) may have lower cost. The interrupt scheme would require notifications to be treated as interrupts whose handling has high cost because they require context switches.
  • For a dedicated functional unit, the interrupt scheme, which is similar to flow control, has a low cost because it will only cause a counter update for example. The communication thread scheduler has always the latest necessary information and can proceed immediately.
  • As opposed to this, the poll scheme, where the dedicated functional unit polls for information, either consumes precious cycles before a scheduling decision, or it uses incomplete information, thus, lowering the scheduling quality.
  • In case a functional unit does not support these extensions, it can still be used with each of the extended schemes presented above, because the basic handshake is not changed and the additional group of signals can be ignored by defaulting INFO VALID to a low value.
  • Connecting an initiator not supporting such an extension with a target supporting one of these extensions can be done by simply ignoring the info group. For the polling scheme, the target will not get any poll, and therefore will not produce any information.
  • For the interrupt scheme, the produced information will be ignored. Connecting an initiator supporting one of these extensions with a target not supporting such an extension requires the initiator to be designed such that it can still schedule communications even without the information from targets.
  • To connect an initiator functional unit supporting the polling scheme with a target functional unit supporting the interrupt scheme, a small adapter must be inserted between the two functional units where notifications from the targets are stored to be delivered to the initiator when it polls for information. Also the data sent from the producer to the consumer must go through this adapter to update the handshake information. For example, in the case of a target consumer, the buffer filling (to be reported to the initiator by the adapter) will increase with the transferred data, and in the case of a target producer, the data availability (to be reported to the initiator by the adapter) will decrease with the transferred data.
  • Similarly, connecting an initiator supporting the interrupt scheme with a target supporting the polling scheme requires an adapter in between which polls the target and notifies the initiator about changes.
  • The two extensions cover the only two cases in which information about communication threads can be obtained via an additional handshake: (a) initiator polling for information, and (b) initiator getting notified about any change in the target
  • The proposed scheme is relevant for device and system-level communication protocols which allow communication on independent communication-threads, such as VCI and OCP. It extends the existing link-level schemes to allow collecting information from target. This information is used by the initiator to obtain a better scheduling of communication threads on a link.
  • The proposed two schemes cover the only two cases in which information about communication threads can be obtained via an additional handshake: (a) initiator polling for information, and (b) initiator getting notified about any change in the consumer.
  • FIG. 9 schematically shows a data processing system, which comprises a network connecting a plurality of functional units. The processing system is arranged to transmit data and a communication thread identifier for said data according to a split protocol along a communication path (indicated by arrows) from a source functional unit SFU to a destination functional unit DFU via one or more intermediate functional units IFU1, . . . , IFU5. The communication path includes at least a pair of an initiator and a target unit as illustrated with reference to one of the FIGS. 2 to 8. By transmitting the data together with a communication thread identifier, multiple unrelated transactions, having mutually different communication thread identifiers can evolve independently.
  • It is remarked that the scope of protection of the invention is not restricted to the embodiments described herein. Neither is the scope of protection of the invention restricted by the reference numerals in the claims. The word ‘comprising’ does not exclude other parts than those mentioned in a claim. The word ‘a(n)’ preceding an element does not exclude a plurality of those elements. Means forming part of the invention may both be implemented in the form of dedicated hardware or in the form of a programmed general purpose processor. The invention resides in each new feature or combination of features.

Claims (15)

1. A method for exchanging data between a first functional unit and a second functional unit, the method comprising the acts of:
in a first handshake procedure, exchanging data corresponding to a first communication thread selected by the first functional unit;
in a second handshake procedure, independent of the first handshake procedure, exchanging information relating to a status of a second communication thread from the second to the first functional unit,
wherein the information enables the first functional unit to predict exchanging of data the of the second communication thread, and to schedule an order in which transmissions for the first communication thread and the second communication thread should be handled.
2. The method according to claim 1, wherein the information is indicative for the filling degree of a buffer reserved for the second communication thread.
3. The method according to claim 1, wherein the information is indicative for an expected waiting time before a request relating to the second communication thread can be handled.
4. A processing system for exchanging data between a first functional unit and a second functional unit corresponding to a first communication thread selected by the first functional unit in a first handshake procedure, while independently exchanging information relating to a status of second communication thread from the second functional unit to the first functional unit in a second handshake procedure, wherein the information enables the first functional unit to predict exchanging of data for the second communication thread and to schedule in which order transmissions for the first and second communication threads should be handled.
5. The processing system according to claim 4 comprising a plurality of functional units in a network, the processing system being arranged to transmit data and a communication thread identifier for said data according to a split protocol along a communication path from a source functional unit to a destination functional unit via one or more intermediate functional units, including the first functional unit and the second functional unit.
6. The method of claim 1, further comprising the act of scheduling at least one of the exchanging of the data and the exchanging of the information at a time when simultaneous unavailability of the first communication thread and the second communication thread is reduced.
7. The method of claim 1, wherein the information is indicative of a remaining processing time to calculate a result.
8. The method of claim 1, wherein the information is indicative of how often new data is to be provided.
9. The method of claim 1, further comprising the act of providing a notice of each empty buffer that becomes available to at least one the first communication thread and the second communication thread.
10. The method of claim 1, further comprising the act of providing a notice of each new data element that becomes available.
11. The processing system of claim 4, further comprising a scheduler configured to schedule the exchanging of the data between the first functional unit and the second functional unit at a time when simultaneous unavailability of the first communication thread and the second communication thread is reduced.
12. The processing system of claim 4, wherein the information is indicative of a remaining processing time to calculate a result.
13. The processing system of claim 4, wherein the information is indicative of how often new data is to be provided.
14. The processing system of claim 4, further comprising the act of providing a notice of each empty buffer that becomes available to at least one the first communication thread and the second communication thread.
15. The processing system of claim 4, further comprising the act of providing a notice of each new data element that becomes available.
US13/100,811 2003-05-07 2011-05-04 Processing system and method for transmitting data Abandoned US20110219155A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/100,811 US20110219155A1 (en) 2003-05-07 2011-05-04 Processing system and method for transmitting data

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
EP03101263.6 2003-05-07
EP03101263 2003-05-07
US10/555,401 US7961604B2 (en) 2003-05-07 2004-05-04 Processing system and method for transmitting data
PCT/IB2004/050577 WO2004100006A1 (en) 2003-05-07 2004-05-04 Processing system and method for transmitting data
US13/100,811 US20110219155A1 (en) 2003-05-07 2011-05-04 Processing system and method for transmitting data

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
PCT/IB2004/050577 Continuation WO2004100006A1 (en) 2003-05-07 2004-05-04 Processing system and method for transmitting data
US10/555,401 Continuation US7961604B2 (en) 2003-05-07 2004-05-04 Processing system and method for transmitting data

Publications (1)

Publication Number Publication Date
US20110219155A1 true US20110219155A1 (en) 2011-09-08

Family

ID=33427184

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/555,401 Active 2026-08-23 US7961604B2 (en) 2003-05-07 2004-05-04 Processing system and method for transmitting data
US13/100,811 Abandoned US20110219155A1 (en) 2003-05-07 2011-05-04 Processing system and method for transmitting data

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/555,401 Active 2026-08-23 US7961604B2 (en) 2003-05-07 2004-05-04 Processing system and method for transmitting data

Country Status (5)

Country Link
US (2) US7961604B2 (en)
EP (1) EP1623331A1 (en)
JP (1) JP2006525587A (en)
CN (1) CN100390771C (en)
WO (1) WO2004100006A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006522827A (en) * 2003-04-07 2006-10-05 サイリーン ファーマシューティカルズ インコーポレーティッド Substituted quinobenzoxazine analogs
FR2857114B1 (en) * 2003-07-04 2005-09-30 Arteris SYSTEM AND METHOD FOR COMMUNICATION BETWEEN MODULES
US20110137889A1 (en) * 2009-12-09 2011-06-09 Ca, Inc. System and Method for Prioritizing Data Storage and Distribution
CN104378339B (en) * 2013-08-16 2019-07-05 深圳市腾讯计算机系统有限公司 A kind of communication means and device using agency agreement

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5388241A (en) * 1992-03-10 1995-02-07 Northrop Grumman Corporation Asynchronous circuit for 2-cycle to 4-cycle handshake conversion
US5745684A (en) * 1995-11-06 1998-04-28 Sun Microsystems, Inc. Apparatus and method for providing a generic interface between a host system and an asynchronous transfer mode core functional block
US5768529A (en) * 1995-05-05 1998-06-16 Silicon Graphics, Inc. System and method for the synchronous transmission of data in a communication network utilizing a source clock signal to latch serial data into first registers and a handshake signal to latch parallel data into second registers
US5870533A (en) * 1994-06-02 1999-02-09 Seiko Epson Corporation Data receiving system
US6088753A (en) * 1997-05-27 2000-07-11 Fusion Micromedia Corporation Bus arrangements for interconnection of discrete and/or integrated modules in a digital system and associated method
US6101194A (en) * 1997-06-09 2000-08-08 International Business Machines Corporation Conflict resolution in multi-node communication network
US6182183B1 (en) * 1998-11-13 2001-01-30 Sonics, Inc. Communications system and method with multilevel connection identification
US20030065862A1 (en) * 2001-09-28 2003-04-03 Wyland David C. Computer system and method for communications between bus devices
US20060120282A1 (en) * 2000-05-19 2006-06-08 Carlson William S Apparatus and methods for incorporating bandwidth forecasting and dynamic bandwidth allocation into a broadband communication system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10269169A (en) * 1997-03-27 1998-10-09 Toshiba Corp Computer system and bus transaction controlling method
US6078980A (en) 1998-12-29 2000-06-20 Intel Corporation Regulating a data transfer time
DE10125886A1 (en) 2001-05-28 2002-12-12 Siemens Ag Extended PCI bus protocol for data transmission over long distances

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5388241A (en) * 1992-03-10 1995-02-07 Northrop Grumman Corporation Asynchronous circuit for 2-cycle to 4-cycle handshake conversion
US5870533A (en) * 1994-06-02 1999-02-09 Seiko Epson Corporation Data receiving system
US5768529A (en) * 1995-05-05 1998-06-16 Silicon Graphics, Inc. System and method for the synchronous transmission of data in a communication network utilizing a source clock signal to latch serial data into first registers and a handshake signal to latch parallel data into second registers
US5745684A (en) * 1995-11-06 1998-04-28 Sun Microsystems, Inc. Apparatus and method for providing a generic interface between a host system and an asynchronous transfer mode core functional block
US6088753A (en) * 1997-05-27 2000-07-11 Fusion Micromedia Corporation Bus arrangements for interconnection of discrete and/or integrated modules in a digital system and associated method
US6101194A (en) * 1997-06-09 2000-08-08 International Business Machines Corporation Conflict resolution in multi-node communication network
US6182183B1 (en) * 1998-11-13 2001-01-30 Sonics, Inc. Communications system and method with multilevel connection identification
US20060120282A1 (en) * 2000-05-19 2006-06-08 Carlson William S Apparatus and methods for incorporating bandwidth forecasting and dynamic bandwidth allocation into a broadband communication system
US20030065862A1 (en) * 2001-09-28 2003-04-03 Wyland David C. Computer system and method for communications between bus devices

Also Published As

Publication number Publication date
JP2006525587A (en) 2006-11-09
CN100390771C (en) 2008-05-28
CN1784669A (en) 2006-06-07
WO2004100006A1 (en) 2004-11-18
US7961604B2 (en) 2011-06-14
EP1623331A1 (en) 2006-02-08
US20060253604A1 (en) 2006-11-09

Similar Documents

Publication Publication Date Title
EP2306328B1 (en) Communications system and method with multilevel connection identification
JP5036120B2 (en) Communication system and method with unblocked shared interface
JP4259751B2 (en) Fully pipelined fixed latency communication system that dynamically allocates bandwidth in real time
JP4638216B2 (en) On-chip bus
JP2000181878A (en) Common memory type vector processing system, its control method and storage medium stored with control program for vector processing
US20110219155A1 (en) Processing system and method for transmitting data
US20050086412A1 (en) System and method for communicating between modules
JP2005518578A (en) Tagging and arbitration mechanisms at the input / output nodes of computer systems
JP4391819B2 (en) I / O node of computer system
US20020004868A1 (en) Parallel processing system in which use efficiency of CPU is improved and parallel processing method for the same
EP1089501B1 (en) Arbitration mechanism for packet transmission
US7356669B2 (en) Processing system and method for transmitting data
EP0602916A2 (en) Cross-bar interconnect apparatus
US7412549B2 (en) Processing system and method for communicating data
KR100253196B1 (en) Interrupt control method and apparatus of hipi+ bus

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION