Monday, April 9, 2012

PCI Express Terms and Acronyms (Two)

AtomicOp One of three architected atomic operations where a single PCI Express transaction targeting a location in Memory Space reads the location’s value, potentially writes a new value to the location, and returns the original value. This read-modify-write sequence to the location is performed atomically. AtomicOps include FetchAdd, Swap, and CAS.
attribute Transaction handling preferences indicated by specified Packet header bits and fields (for example, non-snoop).
Beacon An optional 30 kHz–500 MHz in-band signal used to exit the L2 Link power management state. One of two defined mechanisms for waking up a Link in L2 (see also wakeup).
Bridge One of several defined System Elements. A Function that virtually or actually connects a PCI/PCI-X segment or PCI Express Port with an internal component interconnect or with another PCI/PCI-X bus segment or PCI Express Port. A virtual Bridge in a Root Complex or Switch must use the software configuration interface described in this specification.
by-1, x1 A Link or Port with one Physical Lane.
by-8, x8 A Link or Port with eight Physical Lanes.
by-N, xN A Link with “N” Physical Lanes.
CAS Compare and Swap. An AtomicOp where the value of a target location is compared to a specified value and, if they match, another specified value is written back to the location. Regardless, the original value of the location is returned.
Character An 8-bit quantity treated as an atomic entity; a byte.
Clear A bit is Clear when its value is 0b.

No comments:

Post a Comment