The present disclosure generally relates to the field of electronics. More particularly, an embodiment of the invention relates to techniques for throttling an interface that is integrated on the same die as a processor.
In some current implementations, a processor may communicate with input/output (I/O) devices via an I/O Hub (IOH). Furthermore, the processor may be provided on a different integrated circuit (IC) device than the IOH. A bus may be used to communicate between these IC devices.
Such implementations may, however, reduce speed, e.g., due to delay associated with communicating signals between the IC devices, and/or increase power consumption, e.g., due to presence of additional circuitry required to allow for communication between the IC devices. Also, additional (board) space may be required for the discrete IOH component(s).
The detailed description is provided with reference to the accompanying figures. In the figures, the left-most digit(s) of a reference number identifies the figure in which the reference number first appears. The use of the same reference numbers in different figures indicates similar or identical items.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of various embodiments. However, some embodiments may be practiced without the specific details. In other instances, well-known methods, procedures, components, and circuits have not been described in detail so as not to obscure the particular embodiments.
Some embodiments relate to techniques to throttle a link (such as a Peripheral Component Interconnect Express™ (PCIe) interconnect (in accordance with the PCI Express™ Specification Base Specification version 2.0 (published Jan. 17, 2007)) that is integrated on the same Integrated Circuit (IC) die as other components (e.g., one or more processor cores). Such embodiments may reduce delay, reduce power consumption, reduce die size, and/or reduce complexity associated with power management in a computing device. In addition, some embodiments allow for more control and/or communication bandwidth between two integrated components (such as PCIe component(s) and/or processor core(s)), e.g., to further refine power state manipulation/control.
One embodiment allows integration of a PCIe Gen 2.0 interconnect into the CPU (Central Processing Unit) die and making it work safely at low power envelope parts where the PCIe temperature may become as high as core temperature. It allows to do so while meeting PCIe specification requirements. This is done by utilizing “Force Toggle Tx L0s” to perform thermal throttling of the Tx (transmit) link of PCIe using an on/off modulation, in an embodiment. For Rx (receive) link of PCIe, not sending credits may be used to force throttling in one embodiment.
In one embodiment, an IOH may be integrated on the same IC device as a processor (which may include one or more processor cores as discussed herein in more detail below). This allows for removal of logic that is only needed for off-chip communication. For example, logic associated with transmission of signals off chip across an interconnect (e.g., physical link) may be removed. Also, logic that would normally control transmitting, training, testing, power state management, etc. of the physical link may be removed. Even though the physical link and additional logic is removed, the same communication mechanisms may still be maintained in some embodiments, e.g., to allow for compatibility with other existing logic, communication protocols, design requirements, etc. For instance, in a QPI (Quick Path Interconnect) based processor, the QPI physical layer and lower link layer may be removed. For the accompanying IOH, the physical layer may be.
One or more of the above-mentioned elements may be provided in various computing environments. More particularly,
The system 100 may include a Central Processing Unit (CPU) 101 (or more generally a processor) which includes a processor portion 102. CPU 101 components may be on a single IC die. The CPU 101 may include one or more processors (or processor cores) as discussed herein, e.g., with reference to
As illustrated in
The IIO 120 may include a sideband control logic 124 (e.g., to communicate sideband signals with the logic 112), one or more FIFOs 126 (e.g., to enable deterministic data transfer between the upper link layer 110 and IIO 120 via an interconnect/bus 127), a link logic 128 (e.g., to provide link support for communication between the processor 102 and the IIO 120), and a protocol logic 130 (e.g., to provide the support for shutting down or waking system 100).
In an embodiment, a relatively wider and/or slower bus/interconnect 127 may eliminate high speed circuit and power challenges (when compared with the bus/interconnect that couples the non-integrated processor and IOH, for example). In one embodiment, the bus 127 is widened four times, allowing the frequency to be reduced by four times. A valid bit may be added to allow for more flexibility (null flits are now optional, etc.) and/or to support tester modes.
In some embodiments, FIFOs 126 going in both directions (to and from IIO 120) are added. When transferring data between the processor 102 components (e.g., logic 110) and IIO 120, the data is written into a FIFO based on a write pointer and is read by the receiver based on a read pointer. The separation of the write and read pointers may be programmable, for example, to account for clock skew differences between the processor 102 components (e.g., logic 110) and IIO 120. This allows the processor 102 and IIO 120 to run off of different Phase-Locked Loops (PLLs) for flexibility, finer granularity of power states, etc.
In an embodiment, the following sideband signals may be used (e.g., via logics 112 and/or 124):
1. From the IIO 120:
2. From the processor 102:
As shown in
Moreover, in an embodiment, force L0s Tx (Transmit) may be implemented as follows: (1) the Power Control/Management Unit 150 asserts PCUtoIIOTempHigh signal; (2) the assertion of PCUtoIIOTempHigh signal initiates the ForceTxL0s state machine (see, e.g.,
In some embodiments, the policy for sending ACKs under Force L0s on Tx depends on the implementation of the existing L0s state machine and the policy it follows for sending ACKs. For example, if the existing implementation is smart, then the Force L0s Tx will not implement a timer for the ACK and rely on the existing ACK implementation.
In an embodiment, eventually, the Rx link (the end-point Tx) will run out of credits, may detect an idle and automatically go to L0s. One goal of some embodiments is that at the end a seamless integration into the existing state machine with minimal changes is provided. Some key timer values are as follows: for example, if link in L0 or L0s, an Update FCPs is scheduled for transmission at least once every 30 us (or micro seconds). Also, a timeout may be optional, e.g., with a timer of 200 us and link re-training may occur. Further, a Completion timeout may be configured for 50 us at least, 50 ms at most. Three issues to keep track of include: (1) cannot put into L0s so long that end point thinks there is an error (and link starts re-training); (2) send ACK to end-point on Rx packets within a certain time period of receiving the packets; (3) UpdateFCP is be returned such that the time to send/receive/process the UpdateFCPs is sufficient.
Also, three programmable registers may be provided:
The first state machine of
In some embodiments, two registers are provided for specifying the THFL0SPERIOD and THFL0SDUTY. Their timing relationship is shown in
Moreover, the Update Flow Control (UFC) message (but returning zero credits) is sent as would be done by the existing RTL implementation and there will be no special attempt to control when to send this update in an embodiment. When the UFC message needs to be sent, the link will be brought out of L0s, the UFC message sent, and the link will go back to L0s. The number of credits returned will be 0 in the time period A.
Some embodiments may use a heuristic to decide when to send ACKs. The Force Tx L0s may not try to explicitly control this and whenever the existing state machine requires sending an ACK, the link will be brought out of L0s, the ACKs sent, and then the link will go back to L0s. The UFC message and the Ack timers may already exist in the existing state machine. At the end of time period A, the flow control credits will be returns, and all TLPs sent. PM messages and a few other conditions (depending on RTL analysis) will also result in the link coming out of L0s.
Some optional exceptions include:
As illustrated in
In one embodiment, the system 500 may support a layered protocol scheme, which may include a physical layer, a link layer, a routing layer, a transport layer, and/or a protocol layer. The fabric 504 may further facilitate transmission of data (e.g., in form of packets) from one protocol (e.g., caching processor or caching aware memory controller) to another protocol for a point-to-point or shared network. Also, in some embodiments, the network fabric 504 may provide communication that adheres to one or more cache coherent protocols.
Furthermore, as shown by the direction of arrows in
As illustrated in
In an embodiment, the processors 602 and 604 may be one of the processors 602 discussed with reference to
In at least one embodiment, the I/O functionality may be integrated into the processors 602/504. Other embodiments of the invention, however, may exist in other circuits, logic units, or devices within the system 600 of
The chipset 620 may communicate with a bus 640 (e.g., using an interface circuit 641). The bus 640 may have one or more devices that communicate with it, such as a bus bridge 642 and I/O devices 643 (which may communicate with the IIO via other components such as shown in
In various embodiments of the invention, the operations discussed herein, e.g., with reference to
The storage medium may include volatile and/or nonvolatile memory (or storage). For example, nonvolatile memory may include one or more of the following: read-only memory (ROM), programmable ROM (PROM), erasable PROM (EPROM), electrically EPROM (EEPROM), a disk drive (e.g., 528), a floppy disk, a compact disk ROM (CD-ROM), a digital versatile disk (DVD), flash memory, a magneto-optical disk, or other types of nonvolatile machine-readable media capable of storing electronic data (e.g., including instructions). Volatile memory may include devices such as random access memory (RAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), static RAM (SRAM), etc.
Also, the term “logic” may include, by way of example, software, hardware, or combinations of software and hardware. The machine-readable medium may include a storage device such as those discussed herein. Additionally, such computer-readable media may be downloaded as a computer program product, wherein the program may be transferred from a remote computer (e.g., a server) to a requesting computer (e.g., a client) through data signals provided in a propagation medium via a communication link (e.g., a bus, a modem, or a network connection).
Reference in the specification to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least an implementation. The appearances of the phrase “in one embodiment” in various places in the specification may or may not be all referring to the same embodiment.
Also, in the description and claims, the terms “coupled” and “connected,” along with their derivatives, may be used. In some embodiments of the invention, “connected” may be used to indicate that two or more elements are in direct physical or electrical contact with each other. “Coupled” may mean that two or more elements are in direct physical or electrical contact. However, “coupled” may also mean that two or more elements may not be in direct contact with each other, but may still cooperate or interact with each other.
Thus, although embodiments of the invention have been described in language specific to structural features and/or methodological acts, it is to be understood that claimed subject matter may not be limited to the specific features or acts described. Rather, the specific features and acts are disclosed as sample forms of implementing the claimed subject matter.
The present application relates to and claims priority from U.S. Provisional Patent Application No. 61/386,505, filed on Sep. 25, 2010, entitled “THROTTLING INTEGRATED LINK” which is hereby incorporated herein by reference in its entirety and for all purposes.
Number | Name | Date | Kind |
---|---|---|---|
5404544 | Crayford | Apr 1995 | A |
5761516 | Rostoker et al. | Jun 1998 | A |
5893153 | Tzeng et al. | Apr 1999 | A |
6009488 | Kavipurapu | Dec 1999 | A |
6442697 | Jain et al. | Aug 2002 | B1 |
6487689 | Chuah | Nov 2002 | B1 |
6536024 | Hathaway | Mar 2003 | B1 |
6721840 | Allegrucci | Apr 2004 | B1 |
6980024 | May et al. | Dec 2005 | B1 |
7181188 | Vu et al. | Feb 2007 | B2 |
7353374 | Trimberger | Apr 2008 | B1 |
7702639 | Stanley et al. | Apr 2010 | B2 |
7733915 | Kobayashi | Jun 2010 | B2 |
7814371 | Sams et al. | Oct 2010 | B2 |
7865744 | Lee | Jan 2011 | B2 |
7882294 | Love | Feb 2011 | B2 |
7898994 | Zhao | Mar 2011 | B2 |
8181059 | Millet et al. | May 2012 | B2 |
8219786 | Nuechterlein | Jul 2012 | B1 |
8304698 | Tischler | Nov 2012 | B1 |
8553720 | Bishara | Oct 2013 | B2 |
8775701 | Fung | Jul 2014 | B1 |
8782456 | Tan | Jul 2014 | B2 |
8850250 | Looi et al. | Sep 2014 | B2 |
8977788 | Islam | Mar 2015 | B2 |
20020033828 | Deering et al. | Mar 2002 | A1 |
20030159024 | Chen | Aug 2003 | A1 |
20030226050 | Yik et al. | Dec 2003 | A1 |
20040139283 | Arimilli et al. | Jul 2004 | A1 |
20040215371 | Samson | Oct 2004 | A1 |
20040228429 | Schanke | Nov 2004 | A1 |
20050128846 | Momtaz | Jun 2005 | A1 |
20050149768 | Kwa et al. | Jul 2005 | A1 |
20050216596 | Mueller | Sep 2005 | A1 |
20050283561 | Lee et al. | Dec 2005 | A1 |
20060174142 | Lin et al. | Aug 2006 | A1 |
20060224806 | Suzuki | Oct 2006 | A1 |
20060239194 | Chapell | Oct 2006 | A1 |
20070005995 | Kardach et al. | Jan 2007 | A1 |
20070088863 | Mannava | Apr 2007 | A1 |
20070094436 | Keown et al. | Apr 2007 | A1 |
20070180281 | Partovi et al. | Aug 2007 | A1 |
20070300088 | Lippojoki | Dec 2007 | A1 |
20080062927 | Zhu et al. | Mar 2008 | A1 |
20080074992 | Sams et al. | Mar 2008 | A1 |
20080162748 | Fanning | Jul 2008 | A1 |
20080162855 | Thomas | Jul 2008 | A1 |
20080307244 | Bertelsen et al. | Dec 2008 | A1 |
20090164684 | Atherton | Jun 2009 | A1 |
20090210595 | Chaussade | Aug 2009 | A1 |
20090259713 | Blumrich et al. | Oct 2009 | A1 |
20100083026 | Millet et al. | Apr 2010 | A1 |
20100162019 | Kumar et al. | Jun 2010 | A1 |
20100153759 | Singhal | Jul 2010 | A1 |
20100257393 | Zhuang et al. | Oct 2010 | A1 |
20100281195 | Daniel et al. | Nov 2010 | A1 |
20100313092 | Xu | Dec 2010 | A1 |
20110145469 | Choi | Jun 2011 | A1 |
20110293035 | Kobayashi | Dec 2011 | A1 |
20110296216 | Looi et al. | Dec 2011 | A1 |
20110296222 | Tan | Dec 2011 | A1 |
20120079159 | Rajwar | Mar 2012 | A1 |
20160085711 | Rajwar | Mar 2016 | A1 |
Number | Date | Country |
---|---|---|
102270187 | Dec 2011 | CN |
2656173 | Oct 2013 | EP |
20060285872 | Oct 2006 | JP |
2007517332 | Jun 2007 | JP |
2007249808 | Sep 2007 | JP |
2008194563 | Aug 2008 | JP |
2009217813 | Sep 2009 | JP |
2010500807 | Jan 2010 | JP |
2010515164 | May 2010 | JP |
546560 | Aug 2003 | TW |
1989004516 | May 1989 | WO |
2008018017 | Feb 2008 | WO |
2011153042 | Dec 2011 | WO |
2011153042 | Apr 2012 | WO |
2012047600 | Apr 2012 | WO |
2012047600 | Aug 2012 | WO |
2012088530 | Dec 2012 | WO |
Entry |
---|
Office Action received for Chinese Patent Application No. 201180046078.1 dated Jul. 28, 2015, 28 pages including 16 pages of English translation. |
Office Action received for Chinese Patent application No. 201180046078.1 dated Dec. 2, 2014, 22 pages including 12 pages of English translation. |
Lieberherr, Jorg, “Data Link Layer”, CS 457—Computer Networks, University of Virginia, 1998. |
Cox, G.W., “L2: Data Link Layer”, CS 570, The University of Alabama in Huntsville, 2007. |
Office Action received for Taiwan Patent Application No. 100134377, dated May 20, 2014, 11 pages of office action including 6 pages of English translation. |
Supplementary Search Report received for European Patent Application No. 11790212.2, dated Jan. 24, 2014, 1 page. |
Notice of Allowance received for U.S. Appl. No. 12/791,836, dated Mar. 26, 2014, 5 pages. |
Notice of Allowance received for U.S. Appl. No. 12/791,863, dated May 28, 2014, 5 pages. |
Notice of Allowance received for U.S. Appl. No. 12/978,452, dated Mar. 18, 2014, 5 pages. |
Office Action received for Chinese Patent Application No. 201110158611.5, dated Feb. 8, 2014, 8 pages of English translation only. |
Notice of Allowance received for Japanese Patent Application No. 2013-513224, dated Jun. 3, 2014, 3 pages. |
“Data Link layer” The Free Online Dictionary of Computing, Online Feb. 14, 1995, Retrieved from Internet Apr. 4, 2014, http://foldoc.org/data+link+layer. |
Final Office Action received for U.S. Appl. No. 12/791,836, dated Dec. 16, 2013, 5 pages. |
Office Action received for Taiwan Patent Application No. 100134377, dated Nov. 13, 2013, 9 pages of English translation and 9 pages of Taiwan Office Action including Search Report. |
European Search Report received for EP Patent Application No. 11790212.2, dated Jan. 8, 2014, 6 pages. |
Office Action received for Japanese Patent Application No. 2013-513224, dated Dec. 10, 2013, 6 pages of office action including 3 pages of English translation. |
Office Action received for U.S. Appl. No. 12/978,452, dated Sep. 20, 2013, 9 pages. |
“First-in First-Out” in the Free On-Line Dictionary of Computing, Online Dec. 6, 1999, Retrieved from Internet Oct. 1, 2013, http://foldoc.org/fifo. |
Office Action received for U.S. Appl. No. 12/791,836, dated Sep. 17, 2013, 6 pages. |
Office Action received for U.S. Appl. No. 12/791,836, dated Apr. 2, 2013, 7 pages. |
International Preliminary Report on Patentability and Written Opinion received for PCT Application No. PCT/US2011/053335, dated Apr. 4, 2013, 6 pages. |
International Preliminary Report on Patentability and Written Opinion received for PCT Application No. PCT/US2011/037990, dated Dec. 13, 2012, 5 pages. |
International Preliminary Report on Patentability and Written Opinion received for PCT Application No. PCT/US2011/067260, dated Jul. 4, 2013, 6 pages. |
International Search Report and Written Opinion Received for PCT Application No. PCT/US2011/037990, dated Feb. 9, 2012, 10 pages. |
International Search Report and Written Opinion Received for PCT Application No. PCT/US2011/067260, dated Aug. 14, 2012, 9 pages. |
Berktold, et al., “CPU Monitoring With DTS/PECI”, Intel Corporation, White Paper, Sep. 2009, pp. 1-23. |
International Search Report and Written Opinion Received for the PCT Application No. PCT/US2011/053335, dated Jun. 22, 2012, 9 pages. |
Number | Date | Country | |
---|---|---|---|
20160085711 A1 | Mar 2016 | US |
Number | Date | Country | |
---|---|---|---|
61386505 | Sep 2010 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 13040507 | Mar 2011 | US |
Child | 14869941 | US |