1. Field
Embodiments of the invention relate to the field of computer systems, and more specifically, to the field of device configuration for computer systems.
2. Background
Devices and subsystems of a computer system may have configuration registers that may be accessed or programmed prior to or during the operation of the computer system. Conventional computer systems typically implements configuration registers that have limited space. For example, conventional Peripheral Component Interconnect (PCI) architecture limits a configuration register space available on a given device to, for example, 256 bytes. PCI Express Base architecture, as defined in a PCI Express Base Specification Revision 1.0 dated Jul. 22, 2002 by the PCI-SIG (Peripheral Component Interconnect—Special Interest Group), extended the available configuration register space of a given device to 4 kilobytes. Even with an increased configuration space of up to 4 kilobytes, Advanced Switching (AS) architecture requires more scalability especially when dealing with multi-ported switch devices given PCI Express-AS uni-function device configuration model. As a result, the configuration register space limitation burdens PCI and PCI Express Base architecture.
Additionally in PCI and PCI Express Base architecture there is, in many cases, potentially a necessary split between configuration mechanism that must be used to work around the configuration space limitations mentioned above. For example PCI and PCI Express Base components, if needed, must request additional internal configuration register, or table space by requesting a memory, or I/O (input/output) mapped space. As a result, to fully configure a PCI or PCI Express Base component of this type, some of the component set up may require using configuration transactions, while other elements may require set up using either memory or I/O transactions.
The invention is illustrated by way of example and not by way of limitation in the Figures of the accompanying drawings in which like references indicate similar elements. It should be noted that the references to an or one embodiment of this disclosure are not necessarily to the same embodiment, and such references mean at least one.
In the following description, specific details are set forth. However, it is understood that embodiments may be practiced without these specific details. In other instances, well-known circuits, structures and techniques have not been shown in detail to avoid obscuring the understanding of this description.
family of processors available from Intel Corporation of Santa Clara, Calif. Alternatively, other processors may be used. System 100 may include one or more processors. Although described in the context of system 100, embodiments of the invention may be implemented in any suitable computer system comprising any suitable combination of integrated circuits.
Also included in system 100 is host bridge 102 coupled to processor bus 146 and switch fabric 110. Host bridge 102 may include any suitable interface controllers to provide for any suitable communication link to processor bus 146 and/or the devices coupled via switch fabric 110. In one embodiment, switch fabric 110 is Advanced Switching (AS) fabric having features for PCI Express Base architecture, as defined by PCI Express Base specification. Switch fabric 110 includes one or more switches 112, 114, which control data path between various devices of the computer system. Each switch may include a number of ports, each port capable of connecting to another switch or a device within the system or network.
A number of devices may be connected to the switches 112, 114 via fibers (or links). A fiber is a bi-directional communication path between two connect points (e.g., switches and endpoint devices) in a computer system or network. In the illustrated system 100, fabric 110 includes a first switch 112 coupled to host bridge 102, device(1) 116, device(4) 118, device(3) 120 and switch 114 via five separate switching fibers 138, 140, 142, 144, 134, respectively. The second switch 114 is coupled to switch 112 and device(2) 122 via two separate switching fibers 134, 136, respectively. Devices(1)-(4) may be processing elements or may be any device from which a transaction originates or terminates.
For one embodiment, configuration access packets may be transferred between any two suitable devices of system 100. For example, system 100 may enable a requesting device, such as processor 101 to generate and transmit a configuration access packet to any one of devices (1)-(4), etc via switches 112 and 114. The configuration access packet may be used by a requesting device to gain access to a configuration space of a destination device.
In accordance with one embodiment, configuration space 200 of a device may be organized in a number of different ways. Additionally, each device may segregate information into different configuration files (e.g., LRFs) in a number of different ways. According to one embodiment, each LRF may vary in memory size. In one implementation, the configuration space is organized such that each LRF can be expanded up to four gigabytes in memory size.
As shown in
In should be noted that such configuration space arrangement using a configuration space divided into a number of separate files (LRFs) provides a scalable configuration space, in which each separate configuration file (LRF) may be accessed using index scheme. Such configuration space arrangement eliminates a fundamental configuration register space limitation that burdens PCI and PCI Express Base architecture implementations.
As shown in
In one embodiment, a configuration space of a device is set up such that the first configuration file is indexed LRF(0). LRF(0) may contain basic information (e.g., configuration settings, functionality and/or capabilities of the device) about the device and may also contain information necessary for understanding how the remaining portion of the configuration space is organized. Accordingly, if a device, such as a processor, is trying to identify what kinds of devices are attached to the switch fabric, the processor can access LRF(0) of each of the attached devices to obtain basic information about the attached devices and to figure out how the remaining portion of the configuration space is organized.
In accordance with one embodiment, a configuration space of a device may be set up such that it can restrict access on a LRF-by-LRF basis. Access rights may be assigned to enable other devices to access the configuration space on a LRF-by-LRF basis. By assigning access rights to each individual LRF, the system can control which device has access to each LRF and which device has the ability to alter the information contained in each LRF. For example, the configuration space may be configured such that a set of devices can read the entire configuration space while another set of devices can only read certain files of the configuration space. Additionally, the configuration space may be configured such that some devices can read from the entire configuration space but can only write to a portion of the configuration space.
More specifically, when a packet has reached its destination, the destination device will examine a second header 310 immediately following routing header 305 to determine what is being requested by packet 300. When the packet indicates that it is of configuration access type designated by the packet type field, the header immediately following routing header 305 will be configuration packet header 310 formatted to access a configuration space of a destination device.
As shown in
If transaction type field 330 indicates that the packet is a configuration write request, the destination device may take data payload 315 and write to a specific configuration file specified by LRF index 335 and to a specific location within the configuration space specified by address field 340. If transaction type field 330 indicates that the packet is a configuration read request, the destination device may generate a read completion packet to return the data specified by LRF index 335 and a specific location within the configuration space specified by the value set in address field 340.
Configuration access packets for accessing a configuration space of a given device are described in more detail with reference to
In accordance with one embodiment, by providing a configuration space with a number of segregated files, each file accessed using 32-bit addressing, the configuration access mechanism provides an access to a relatively large amount of configuration space that a requesting device can address.
In one embodiment, read requests are transferred between two devices using a split transaction protocol. For split transaction protocol, there are two types of read packets: read request packet and read completion packet. Read request packets are used to initiate read transactions. Read completion packets are used to return read data. Read completion packets are associated with their corresponding read request packets by transaction numbers. In one embodiment, because PEI 4 is defined as a memory mapped load/store transport service there are no responses to configuration write packets.
In accordance with one embodiment, there are two different types of configuration read completion packet headers. When the configuration read is successful, the termination type field (TTF) will indicate that no errors were encountered (e.g., bit is clear). In this case, the configuration read completion packet will contain read data that is returned from the destination device to the requesting device. And the number of double-words contained in the packet s payload may be determined by examining the payload dwords field, as shown in
In operation, a requesting device, such as a processor may initiate a configuration access packet by encoding various information in a suitable format as specified in Tables 1-3. The configuration access packet may be generated by (1) setting a destination address field, in the routing header of the packet, to a value in order to specify the destination device, (2) setting a packet type field, in the routing header of the packet, to a defined value to indicate that the packet is a configuration access packet, (3) setting a LRF index field, in the configuration packet header, to select one of configuration files of a configuration space of the destination device, and (4) setting an address field, in the configuration packet header, to address a specific memory location within the selected configuration file. Once the requesting device has generated the configuration access packet, the configuration access packet is transferred from the requesting device to the destination device via buses and/or switch fiber.
While the invention has been described in terms of several embodiments, those skilled in the art will recognize that the invention is not limited to the embodiments described, but can be practiced with modification and alteration within the spirit and scope of the appended claims. The description is thus to be regarded as illustrative instead of limiting.
This application claims the benefit of the earlier filing date of co-pending U.S. Provisional Patent Application No. 60/493,113, filed Aug. 4, 2003, currently pending.
Number | Date | Country | |
---|---|---|---|
60493113 | Aug 2003 | US |