Sponsored Links
-->

Tuesday, February 13, 2018

Confusion with SATA Express Slots - Storage Devices - Linus Tech Tips
src: linustechtips.com

SATA Express (abbreviated from Serial ATA Express and sometimes unofficially shortened to SATAe) is a computer bus interface that supports both Serial ATA (SATA) and PCI Express (PCIe) storage devices, initially standardized in the SATA 3.2 specification. The SATA Express connector used on the host side is backward compatible with the standard 3.5-inch SATA data connector, while it also provides two PCI Express lanes as a pure PCI Express connection to the storage device.

While motherboards supporting SATA Express first became available in 2014, there were no SSD drives at time of launch and it may never be adopted. Instead, SSD manufacturers have opted for the M.2 and U.2 formats which support four lanes of PCI Express.


Video SATA Express



History

The Serial ATA (SATA) interface was designed primarily for interfacing with hard disk drives (HDDs), doubling its native speed with each major revision: maximum SATA transfer speeds went from 1.5 Gbit/s in SATA 1.0 (standardized in 2003), through 3 Gbit/s in SATA 2.0 (standardized in 2004), to 6 Gbit/s as provided by SATA 3.0 (standardized in 2009). SATA has also been selected as the interface for gradually more adopted solid-state drives (SSDs), but the need for a faster interface became apparent as the speed of SSDs and hybrid drives increased over time. As an example, some SSDs available in early 2009 were already well over the capabilities of SATA 1.0 and close to the SATA 2.0 maximum transfer speed, while in the second half of 2013 high-end consumer SSDs had already reached the SATA 3.0 speed limit, requiring an even faster interface.

While evaluating different approaches to the required speed increase, designers of the SATA interface concluded that extending the SATA interface so it doubles its native speed to 12 Gbit/s would require more than two years, making that approach unsuitable for catching up with advancements in SSD technology. At the same time, increasing the native SATA speed to 12 Gbit/s would require too many changes to the SATA standard, ending up in a more costly and less power efficient solution compared with the already available and widely adopted PCI Express bus. Thus, PCI Express was selected by the designers of SATA interface, as part of the SATA 3.2 revision that was standardized in 2013; extending the SATA specification to also provide a PCI Express interface within the same backward-compatible connector allowed much faster speeds by reusing already existing technology.

Availability

Support for SATA Express was initially announced for the Intel 9 Series chipsets, Z97 and H97 Platform Controller Hubs (PCHs), with both of them supporting Intel Haswell and Haswell Refresh processors; availability of these two chipsets was planned for 2014. In December 2013, Asus unveiled a prototype "Z87-Deluxe/SATA Express" motherboard based on the Intel Z87 chipset, supporting Haswell processors and using additional ASMedia controller to provide SATA Express connectivity; this motherboard was also showcased at CES 2014 although no launch date was announced.

In April 2014, Asus also demonstrated support for the so-called separate reference clock with independent spread spectrum clocking (SRIS) with some of its pre-production SATA Express hardware. SRIS eliminates the need for complex and costly shielding on SATA Express cables required for transmitting PCI Express synchronization signals, by providing a separate clock generator on the storage device with additional support from the motherboard firmware.

In May 2014, Intel Z97 and H97 chipsets became available, bringing support for both SATA Express and M.2, which is a specification for SATA Express storage devices in form of internally mounted computer expansion cards. Z97 and H97 chipsets use two PCI Express 2.0 lanes for each of their SATA Express ports, providing 1 GB/s of bandwidth to PCI Express storage devices. The release of these two new chipsets, intended primarily for high-end desktops, was soon followed by the availability of Z97- and H97-based motherboards.

In late August 2014, Intel X99 chipset became available, bringing support for both SATA Express and M.2 to Intel's enthusiast platform. Each of the X99's SATA Express ports requires two PCI Express 2.0 lanes provided by the chipset, while the M.2 slots can use either two 2.0 lanes from the chipset itself, or up to four 3.0 lanes taken directly from the LGA 2011-v3 CPU. As a result, the X99 provides bandwidths of up to 3.94 GB/s for connected PCI Express storage devices. Following the release of X99 chipset, numerous X99-based motherboards became available.

Socket AM4 and its accompanying chipsets finally brought support for SATA Express to the AMD platform in 2017.

Adoption

The SATA Express connector has not been adopted by SSD manufacturers; at the launch of the Z97 chipsets there were no drives that supported the cable. Motherboard support at the time has also been uneven. High-end solid state drives that might have used the SATA Express connector instead opted for the M.2 standard which is already the standard for laptops.


Maps SATA Express


Features

SATA Express interface supports both PCI Express and SATA storage devices by exposing two PCI Express 2.0 or 3.0 lanes and two SATA 3.0 (6 Gbit/s) ports through the same host-side SATA Express connector. Exposed PCI Express lanes provide a pure PCI Express connection between the host and storage device, with no additional layers of bus abstraction. The SATA revision 3.2 specification, in its gold revision as of August 2013, standardizes the SATA Express and specifies its hardware layout and electrical parameters.

The choice of PCI Express also enables scaling up the performance of SATA Express interface by using multiple lanes and different versions of PCI Express. In more detail, using two PCI Express 2.0 lanes provides a total bandwidth of 1 GB/s (2 × 5 GT/s raw data rate and 8b/10b encoding, equating to effective 1000 MB/s), while using two PCI Express 3.0 lanes provides close to 2 GB/s (2 × 8 GT/s raw data rate and 128b/130b encoding, equating to effective 1969 MB/s). In comparison, the 6 Gbit/s raw bandwidth of SATA 3.0 equates effectively to 0.6 GB/s due to the overhead introduced by 8b/10b encoding.

There are three options available for the logical device interfaces and command sets used for interfacing with storage devices connected to a SATA Express controller:

Legacy SATA
SATA Express controllers support legacy SATA devices using the SATA 3.0 (6 Gbit/s) standard. These are interfaced through the AHCI driver.
PCI Express using AHCI
PCI Express SSDs can be interfaced through the AHCI driver, providing backward compatibility older operating systems at the cost of not delivering optimal performance. AHCI was developed when the purpose of a host bus adapter (HBA) in a system was to connect the CPU/memory subsystem with a much slower storage subsystem based on rotating magnetic media. As a result, AHCI has some inherent inefficiencies when applied to SSD devices, which behave much more like DRAM than like spinning media.
PCI Express using NVMe
PCI Express SSDs can be interfaced through the NVMe driver. NVMe is a high-performance and scalable host controller interface designed and optimized especially for interfacing with PCI Express SSDs. NVMe has been designed from the ground up, capitalizing on the low latency and parallelism of PCI Express SSDs, and complementing the parallelism of contemporary CPUs, platforms and applications. At a high level, primary advantages of NVMe over AHCI relate to NVMe's ability to exploit parallelism in host hardware and software, based on its design advantages that include data transfers with fewer stages, greater depth of command queues, and more efficient interrupt processing.

Making Sense of Next-Gen SSDs | bit-tech.net
src: images.bit-tech.net


Connectors

Connectors used for SATA Express were selected specifically to ensure backward compatibility with legacy SATA devices where possible, without the need for additional adapters or converters. The connector on the host side accepts either one PCI Express SSD or up to two legacy SATA devices, by providing either PCI Express lanes or SATA 3.0 ports depending on the type of connected storage device.

There are five types of SATA Express connectors, differing by their position and purpose:

  • Host plug is used on motherboards and add-on controllers. This connector is backward compatible by accepting legacy 3.5-inch SATA data cables, resulting in the host plug providing connectivity for up to two SATA devices.
  • Host cable receptacle is the host-side connector on SATA Express cables. This connector is not backward compatible.
  • Device cable receptacle is the device-side connector on SATA Express cables, backward compatible by accepting one SATA device.
  • Device plug is used on SATA Express devices. This connector is partially backward compatible by allowing SATA Express devices to be plugged into U.2 backplanes or MultiLink SAS receptacles; however, a SATA Express device connected that way will be functional only if the host supports PCI Express devices.
  • Host receptacle is used on backplanes for mating directly with SATA Express devices, resulting in cableless connections. This connector is backward compatible by accepting one SATA device.

The above listed SATA Express connectors provide only two PCI Express lanes, as the result of overall design focusing on a rapid low-cost platform transition. That choice allowed easier backward compatibility with legacy SATA devices, together with making it possible to use cheaper unshielded cables. As of March 2015, some NVM Express devices in form of 2.5-inch drives use the U.2 connector (originally known as SFF-8639, with the renaming taking place in June 2015), which is expected to gain broader acceptance. The U.2 connector is mechanically identical to the SATA Express device plug, but provides four PCI Express lanes through a different usage of available pins.

The table below summarizes the compatibility of involved connectors.


SSD Guide: M.2 PCI-Express, M.2 SATA, M-SATA And SATA Express ...
src: rog.asus.com


Compatibility

Device-level backward compatibility for SATA Express is ensured by fully supporting legacy SATA 3.0 (6 Gbit/s) storage devices, both on the electrical level and through the required operating system support. Mechanically, connectors on the host side retain their backward compatibility in a way similar to how USB 3.0 does it - the new host-side SATA Express connector is made by "stacking" an additional connector on top of two legacy 3.5-inch SATA data connectors, which are regular SATA 3.0 (6 Gbit/s) ports that can accept legacy SATA devices. This backward compatibility of the host-side SATA Express connector, which is formally known as the host plug, ensures the possibility for attaching legacy SATA devices to hosts equipped with SATA Express controllers.

Backward compatibility on the software level, provided for legacy operating systems and associated device drivers that can access only SATA storage devices, is achieved by retaining support for the AHCI controller interface as a legacy logical device interface, as visible from the operating system perspective. Access to storage devices using AHCI as a logical device interface is possible for both SATA SSDs and PCI Express SSDs, so operating systems that do not provide support for NVMe can optionally be configured to interact with PCI Express storage devices as if they were legacy AHCI devices. However, because NVMe is far more efficient than AHCI when used with PCI Express SSDs, SATA Express interface is unable to deliver its maximum performance when AHCI is used to access PCI Express storage devices; see above for more details.


WD SATA Express Hybrid Prototype - CES 2015 - YouTube
src: i.ytimg.com


See also

  • List of device bandwidths
  • M.2 (formerly known as the Next Generation Form Factor)
  • Serial attached SCSI (SAS)

Computex 2014 - Western Digital unveils 4TB SATA Express hybrid ...
src: lab501.net


Notes


Prototype ASUS X87 Motherboard Has 8 Gbps SATA-Express Support
src: i1-news.softpedia-static.com


References


WD Show Off New PCIe SATA Express Hard Drive | Computer Hardware ...
src: cdn-thinkcomputers.netdna-ssl.com


External links

  • Official Serial ATA International Organization (SATA-IO) website
  • LFCS: Preparing Linux for nonvolatile memory devices, LWN.net, April 19, 2013, by Jonathan Corbet
  • NVMe vs AHCI: Another Win for PCIe, AnandTech, March 13, 2014, by Kristian Vatto
  • Intel SSD DC P3700 Review: Understanding NVM Express, Tom's Hardware, August 13, 2014, by Drew Riley
  • PCIe SSD 101: An Overview of Standards, Markets and Performance, SNIA, August 2013, archived from the original on February 2, 2014
  • Interface card mount - US patent 20130294023, November 7, 2013, assigned to Raphael Gay
  • MultiLink SAS presentations, press releases and roadmaps, SCSI Trade Association

Source of article : Wikipedia