FC-NVMe. NVMe over Fabrics. Fibre Channel the most trusted fabric can transport NVMe natively. White Paper

Size: px
Start display at page:

Download "FC-NVMe. NVMe over Fabrics. Fibre Channel the most trusted fabric can transport NVMe natively. White Paper"

Transcription

1 FC-NVMe NVMe over Fabrics Fibre Channel the most trusted fabric can transport NVMe natively BACKGROUND AND SUMMARY Ever since IBM shipped the world s first hard disk drive (HDD), the RAMAC 305 in 1956, persistent storage technology has steadily evolved. In the early 1990s, various manufacturers introduced storage devices known today as flash-based or dynamic random access memory (DRAM)-based solid state disk (SSD). The SSDs had no moving (mechanical) components, which allowed them to deliver lower latency and significantly faster access times. For the enterprise market, while SSDs have made great strides in boosting performance, its interface the 6Gb per second (Gbp/s) SAS 3 bus began to hinder further advances in performance. Storage devices then moved to the PCI Express (PCIe) bus, which is capable of up to 500 MB/s per lane for PCIe 2.0 and up to 1000 MB/s per lane for PCIe 3.0. In addition to improved bandwidth, latency is reduced by several microseconds due to a faster interface as well as the ability to directly attach to the chip set or CPU. Today, PCIe SSDs are widely available from an array of manufacturers. While PCIe SSDs removed the hardware bottleneck of using the SATA interface, these devices continued to use the Advanced Host Controller Interface (AHCI) protocol/command set, which dates back to 2004 and was designed with rotating hard drives in mind. AHCI was created for HDDs, addressing the need for multiple commands to read the data. SSDs do not have this need. Because the first PCIe SSDs used the AHCI command set, they were burdened with the overhead that comes with AHCI. The industry had to develop an interface that eliminated the limits imposed by AHCI. It wasn t only the overheads of AHCI that challenged PCIe SSD adoption, since each SSD vendor provided a unique driver for each operating system (OS), with a varying subset of features, creating complexity for customers looking for a homogeneous high speed flash solution for enterprise data centers. To enable an optimized command set and usher in faster adoption and interoperability of PCIe SSDs, industry leaders have defined the Non Volatile Memory Express (NVMe) standard. NVMe defines an optimized command set that is scalable for the future and avoids burdening the device with legacy support requirements. It also enables standard drivers to be written for each OS and enables interoperability between implementations, reducing complexity and simplifying management. While HDDs and SSDs evolved, so did Fibre Channel (FC). FC is a high-speed network technology (8Gbps and 16Gbps being the dominant speeds today and a strong roadmap to 32Gbps and beyond) primarily used to connect enterprise servers to HDD- or SSD-based data storage. Fibre Channel is standardized in the T11 Technical Committee of the International Committee for Information Technology Standards (INCITS) and has remained the dominant protocol to access shared storage for over a decade. Fibre Channel Protocol (FCP) is a transport protocol that predominantly transports SCSI commands over Fibre Channel networks. With the advent of NVMe, FC is transforming to natively transport NVMe and this new technology is called FC-NVMe. SN Rev. C 4/17 1

2 FC-NVMe Figure 1. Evolution of Disk and Fibre Channel Fabric SCSI AND NVME DIFFERENCES While the SCSI/AHCI interface comes with the benefit of wide software compatibility, it cannot deliver optimal performance when used with SSDs connected via the PCIe bus. As a logical interface, AHCI was developed when the purpose was to connect the CPU/memory subsystem with a much slower storage subsystem based on rotating magnetic media. As a result, AHCI introduces certain inefficiencies when used with SSD devices, which behave much more like DRAM than like spinning media. The NVMe device interface has been designed from the ground up, capitalizing on the low latency and parallelism of PCIe SSDs, and complementing the parallelism of contemporary CPUs, platforms and applications. At a high level, the basic advantages of NVMe over AHCI relate to its ability to exploit parallelism in host hardware and software, manifested by the differences in command queue depths, efficiency of interrupt processing, and the number of un-cacheable register accesses, resulting in significant performance improvements across a variety of dimensions. Table 1 below summarizes high-level differences between the NVMe and AHCI logical device interfaces. Figure 2 shows how the Linux storage stack is simplified when using NVMe. All of these purpose-built features bring out the most efficient access method for interacting with NVMe devices. Table 1. Efficiently and Parallelism Related Feature Comparison Between SCSI and NVMe Features Legacy Interface (AHCI) NVMe Maximum command queues Maximum queue depth 32 commands per queue commands per queue Un-cacheable register accesses (2000 cycles each) 4 per command Register Accesses are cacheable MSI-X A single interrupt 2048 MSI-X interrupts Interrupt steering No steering Interrupt steering Efficiency for 4KB commands Command parameters require two serialized host DRAM fetches Gets command parameters in one 64-byte fetch Parallelism and multiple threads Requires synchronization lock to issue a command Does not require synchronization SN Rev. C 4/17 2

3 FC-NVMe Support for up to 64K I/O queues, with each I/O queue supporting up to 64K commands. Priority associated with each I/O queue with a well-defined arbitration mechanism. All information to complete a 4KB read request is included in the 64B command itself, ensuring efficient small random I/O operation. Efficient and streamlined command set. Support for Message Signal Interrupts (MSI), MSI Extended (MSI-X) and interrupt aggregation. Support for multiple namespaces. Efficient support for I/O virtualization architectures like Single Root I/O Virtualization (SR-IOV). Robust error reporting and management capabilities. As a result of the simplicity, parallelism and efficiently of NVMe, it delivers significant performance gains over Serial Attached SCSI (SAS). Some metrics include: For 100% random reads, NVMe has 3x better IOPS than 12Gbps SAS 1 For 70% random reads, NVMe has 2x better IOPS than 12Gbps SAS 1 Figure 2. A Linux Storage Stack Comparison Between SCSI and NVMe NVME DEEP DIVE NVMe is a standardized high-performance host controller interface for PCIe storage, such as PCIe SSDs. The interface is defined in a scalable fashion such that it can support the needs of enterprise and client applications in a flexible way. NVMe has been developed by an industry consortium, the NVM Express Workgroup. Version 1.0 of the interface specification was released on March 1, 2011 and version 1.2 was released on November 12, Today, over 100 companies participate in defining the interface. Architected from the ground up for this and next generation non-volatile memory to address enterprise and client system needs Developed by an open industry consortium, directed by a 13 company Promoter Group Architected for on-motherboard PCIe connectivity Designed to capitalize on multi-channel memory access with scalable port width and scalable link speed The interface has the following key attributes: Does not require un-cacheable register reads in the command issue or completion path. A maximum of one Memory-Mapped I/O (MMIO) register write is necessary in the command issue path. For 100% random writes, NVMe has 1.5x better IOPs than 12Gbps SAS 1 For 100% sequential reads: NVMe has 2x higher throughput than 12Gbps SAS 1 For 100% sequential writes: NVMe has 2.5x higher throughput than 12Gbps SAS 1 In addition to IOPS and throughput, the efficiencies of the command structure described above also reduces CPU cycles by half, as well as reduce latency by more than 200 microseconds than 12 Gbps SAS. NVME AND FIBRE CHANNEL (FC-NVME) Fibre Channel, more specifically [Fibre Channel Protocol (FCP)] has been the dominant protocol used to connect servers with remote shared storage comprising of HDDs and SSDs. FCP transports SCSI commands encapsulated into the Fibre Channel frame and is one of most reliable and trusted networks in the data center for accessing SCSI-based storage. While FCP can be used to access remote shared NVMe-based storage, such a mechanism requires the interpretation and translation of the SCSI commands encapsulated and transported by FCP into NVMe commands that can be processed by the NVMe storage array. This translation and interpretation can impose performance penalties when accessing NVMe storage and in turn negates the benefits of efficiency and simplicity of NVMe. 1 Source: The Performance Impact of NVMe and NVMe over Fabrics SN Rev. C 4/17 3

4 FC-NVMe FC-NVMe extends the simplicity, efficiency and end-to-end NVMe model where NVMe commands and structures are transferred end-to-end, requiring no translations. Fibre Channel s inherent multi-queue capability, parallelism, deep queues, and battle-hardened reliability make it an ideal transport for NVMe across the fabric. FC-NVMe implementations will be backward compatible with Fibre Channel Protocol (FCP) transporting SCSI so a single FC-NVMe adapter will support both SCSI-based HDDs and SSDs, as well as NVMe-based PCIe SSDs. QLOGIC AND FC-NVME QLogic is a global leader and technology innovator in high-performance server and storage networking connectivity products and leads the Fibre Channel adapter market having shipped over 17 million ports to customers worldwide. As next-generation data-intensive workloads transition to utilizing low latency NVMe flash-based storage to meet ever increasing user demands, QLogic is combining the lossless, highly deterministic nature of Fibre Channel with NVMe. FC-NVMe targets the performance, application response time, and scalability needed for next generation data centers, while leveraging existing Fibre Channel infrastructures. QLogic is pioneering this effort with industry leaders, which in time, will yield significant operational benefits to data center operators and IT managers. Figure 3. Current Method of Interacting with NVMe Storage via Fibre Channel (FC) Figure 4. FC-NVMe Proposes a Native Transport of NVMe with Full Backward Compatibility SN Rev. C 4/17 4

5 FC-NVMe On Dec. 8, 2015 at the Gartner Data Center, Infrastructure & Operations Management Conference, QLogic demonstrated the industry s first FC- NVMe solution in conjunction with Brocade Gen 5 Fibre Channel fabric. The QLogic FC-NVMe technology demonstration was aimed at providing a foundation for lower latency and increased performance, while providing improved fabric integration for flash-based storage. QLogic, Brocade, and other industry leaders are collaborating to drive the standards and expect the Fabrics (FC) Specification 1.0 covering FC-NVMe to be a standard by mid ABOUT CAVIUM Cavium, Inc. (NASDAQ: CAVM), offers a broad portfolio of infrastructure solutions for compute, security, storage, switching, connectivity and baseband processing. Cavium s highly integrated multi-core SoC products deliver software compatible solutions across low to high performance points enabling secure and intelligent functionality in Enterprise, Data Center and Service Provider Equipment. Cavium processors and solutions are supported by an extensive ecosystem of operating systems, tools, application stacks, hardware reference designs and other products. Cavium is headquartered in San Jose, CA with design centers in California, Massachusetts, India, Israel, China and Taiwan. Figure 5. QLogic Leads the Charter on FC-NVMe Follow us: Corporate Headquarters Cavium, Inc N. First Street San Jose, CA International Offices UK Ireland Germany France India Japan China Hong Kong Singapore Taiwan Israel Copyright Cavium, Inc. All rights reserved worldwide. QLogic Corporation is a wholly owned subsidiary of Cavium, Inc. QLogic and QConvergeConsole are registered trademarks or trademarks of Cavium, Inc. All other brand and product names are registered trademarks or trademarks of their respective owners. This document is provided for informational purposes only and may contain errors. Cavium reserves the right, without notice, to make changes to this document or in product design or specifications. Cavium disclaims any warranty of any kind, expressed or implied, and does not guarantee that any results or performance described in the document will be achieved by you. All statements regarding Cavium s future direction and intent are subject to change or withdrawal without notice and represent goals and objectives only. SN Rev. C 4/17 5

NVMe over Universal RDMA Fabrics

NVMe over Universal RDMA Fabrics NVMe over Universal RDMA Fabrics Build a Flexible Scale-Out NVMe Fabric with Concurrent RoCE and iwarp Acceleration Broad spectrum Ethernet connectivity Universal RDMA NVMe Direct End-to-end solutions

More information

NVMe Direct. Next-Generation Offload Technology. White Paper

NVMe Direct. Next-Generation Offload Technology. White Paper NVMe Direct Next-Generation Offload Technology The market introduction of high-speed NVMe SSDs and 25/40/50/100Gb Ethernet creates exciting new opportunities for external storage NVMe Direct enables high-performance

More information

8Gb Fibre Channel Adapter of Choice in Microsoft Hyper-V Environments

8Gb Fibre Channel Adapter of Choice in Microsoft Hyper-V Environments 8Gb Fibre Channel Adapter of Choice in QLogic 8Gb Adapter from Cavium Outperforms Emulex QLogic Offers Best Performance and Scalability in Hyper-V Environments Cavium s QLogic and the Emulex 8Gb Fibre

More information

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics QLogic 16Gb Gen 5 Fibre Channel for Database Assessment for Database and Business Analytics Using the information from databases and business analytics helps business-line managers to understand their

More information

QLogic/Lenovo 16Gb Gen 5 Fibre Channel for Database and Business Analytics

QLogic/Lenovo 16Gb Gen 5 Fibre Channel for Database and Business Analytics QLogic/ Gen 5 Fibre Channel for Database Assessment for Database and Business Analytics Using the information from databases and business analytics helps business-line managers to understand their customer

More information

Benefits of Offloading I/O Processing to the Adapter

Benefits of Offloading I/O Processing to the Adapter Benefits of Offloading I/O Processing to the Adapter FCoE and iscsi Protocol Offload Delivers Enterpriseclass Performance, Reliability, and Scalability Hewlett Packard Enterprise (HPE) and Cavium have

More information

QLogic 2500 Series FC HBAs Accelerate Application Performance

QLogic 2500 Series FC HBAs Accelerate Application Performance QLogic 2500 Series FC HBAs Accelerate QLogic 8Gb Fibre Channel Adapters from Cavium: Planning for Future Requirements 8Gb Performance Meets the Needs of Next-generation Data Centers EXECUTIVE SUMMARY It

More information

Cavium FastLinQ 25GbE Intelligent Ethernet Adapters vs. Mellanox Adapters

Cavium FastLinQ 25GbE Intelligent Ethernet Adapters vs. Mellanox Adapters Cavium FastLinQ 25GbE Intelligent Ethernet Adapters vs. Mellanox Adapters Cavium FastLinQ QL45000 25GbE adapters provide maximum performance and flexible bandwidth management to optimize virtualized servers

More information

Visualize I/O Connectivity for VMware vsphere

Visualize I/O Connectivity for VMware vsphere Visualize I/O Connectivity for VMware vsphere Cavium s QLogic QConvergeConsole Plug-in for VMware vcenter simplifies and accelerates deployment and management. KEY FINDINGS The QLogic adapter portfolio

More information

Network Function Virtualization Using Data Plane Developer s Kit

Network Function Virtualization Using Data Plane Developer s Kit Network Function Virtualization Using Enabling 25GbE to 100GbE Virtual Network Functions with Cavium FastLinQ Intelligent Ethernet Adapters DPDK addresses key scalability issues of NFV workloads Cavium

More information

The QLogic 8200 Series is the Adapter of Choice for Converged Data Centers

The QLogic 8200 Series is the Adapter of Choice for Converged Data Centers The QLogic 82 Series is the Adapter of QLogic 1GbE Converged Network Adapter Outperforms Alternatives in Dell 12G Servers QLogic 82 Series Converged Network Adapter outperforms the alternative adapter

More information

QLE10000 Series Adapter Provides Application Benefits Through I/O Caching

QLE10000 Series Adapter Provides Application Benefits Through I/O Caching QLE10000 Series Adapter Provides Application Benefits Through I/O Caching QLogic Caching Technology Delivers Scalable Performance to Enterprise Applications Key Findings The QLogic 10000 Series 8Gb Fibre

More information

Configuring Cavium SmartAN for HPE Ethernet 10/25GbE Adapters. Products Supported. HPE Ethernet 10/25Gb 621SFP28 Adapter B21

Configuring Cavium SmartAN for HPE Ethernet 10/25GbE Adapters. Products Supported. HPE Ethernet 10/25Gb 621SFP28 Adapter B21 Application Note Configuring Cavium SmartAN for HPE Ethernet 10/25GbE Adapters Products Supported Adapter Model Part Number HPE Ethernet 10/25Gb 621SFP28 Adapter 867328-B21 HPE Ethernet 10/25Gb 622FLR-SFP28

More information

Introduction to Ethernet Latency

Introduction to Ethernet Latency Introduction to Ethernet Latency An Explanation of Latency and Latency Measurement The primary difference in the various methods of latency measurement is the point in the software stack at which the latency

More information

The Transition to PCI Express* for Client SSDs

The Transition to PCI Express* for Client SSDs The Transition to PCI Express* for Client SSDs Amber Huffman Senior Principal Engineer Intel Santa Clara, CA 1 *Other names and brands may be claimed as the property of others. Legal Notices and Disclaimers

More information

Extending the NVMHCI Standard to Enterprise

Extending the NVMHCI Standard to Enterprise Extending the NVMHCI Standard to Enterprise Amber Huffman Principal Engineer Intel Corporation August 2009 1 Outline Remember: What is NVMHCI PCIe SSDs Coming with Challenges Enterprise Extensions to NVMHCI

More information

Nine Effective Features of NVMe Questa Verification IP to Help You Verify PCIe Based SSD Storage by Saurabh Sharma, Mentor Graphics

Nine Effective Features of NVMe Questa Verification IP to Help You Verify PCIe Based SSD Storage by Saurabh Sharma, Mentor Graphics Nine Effective Features of NVMe Questa Verification IP to Help You Verify PCIe Based SSD Storage by Saurabh Sharma, Mentor Graphics INTRODUCTION Non-Volatile Memory Express (NVMe ) is a new software interface

More information

Application Note Setting the QL41xxx Link Speed Using QCS CLI

Application Note Setting the QL41xxx Link Speed Using QCS CLI Application Note Setting the QL41xxx Link Speed Using QCS CLI 1 Products Affected 2 Prerequisites 3 Overview This application note applies to QLogic FastLinQ QL41xxx adapters from Cavium that need to have

More information

VM Aware Fibre Channel

VM Aware Fibre Channel White Paper White Paper VM-ID VM Aware Fibre Channel Virtual Machine Traffic Visibility for SANs StorFusion VM-ID feature on QLogic Gen6 (32G) and Enhanced Gen5 (16G) Fibre Channel KEY BENEFITS Increases

More information

NETWORKING FLASH STORAGE? FIBRE CHANNEL WAS ALWAYS THE ANSWER!

NETWORKING FLASH STORAGE? FIBRE CHANNEL WAS ALWAYS THE ANSWER! NETWORKING FLASH STORAGE? FIBRE CHANNEL WAS ALWAYS THE ANSWER! Mark Jones Chairman Fibre Channel Industry Association Director, Technical Marketing Broadcom Limited - ECD FIBRE CHANNEL: TIMELINE Future:

More information

Disabling the FCoE Function on HPE FlexFabric Adapters from QLogic. Products Affected. HPE FlexFabric 10Gb 2-port 534FLR-SFP B21

Disabling the FCoE Function on HPE FlexFabric Adapters from QLogic. Products Affected. HPE FlexFabric 10Gb 2-port 534FLR-SFP B21 Application Note Disabling the FCoE Function on HPE FlexFabric Adapters from QLogic Products Affected HPE Model Part Number HPE FlexFabric 10Gb 2-port 533FLR-T 700759-B21 HPE FlexFabric 10Gb 2-port 534FLR-SFP+

More information

STORAGE NETWORKING TECHNOLOGY STEPS UP TO PERFORMANCE CHALLENGES

STORAGE NETWORKING TECHNOLOGY STEPS UP TO PERFORMANCE CHALLENGES E-Guide STORAGE NETWORKING TECHNOLOGY STEPS UP TO PERFORMANCE CHALLENGES SearchStorage S torage network technology is changing and speed is the name of the game. To handle the burgeoning data growth, organizations

More information

Low latency and high throughput storage access

Low latency and high throughput storage access Low latency and high throughput storage access Journey from SCSI to NVMe in FC fabrics Raj Lalsangi Santa Clara, CA 1 Protocol neutral architecture principles Reduce / avoid interrupts Avoid context switches

More information

QLogic 10GbE High-Performance Adapters for Dell PowerEdge Servers

QLogic 10GbE High-Performance Adapters for Dell PowerEdge Servers Proven Ethernet Technology for Rack, Tower, and Blade Servers The family of QLogic 10GbE Converged Network Adapters extends Ethernet s proven value set and economics to public and private cloud-based data

More information

QLogic 2700 Series. Gen 6 FC (32GFC) Fibre Channel Adapters. Data Sheet OVERVIEW

QLogic 2700 Series. Gen 6 FC (32GFC) Fibre Channel Adapters. Data Sheet OVERVIEW QLogic 2700 Series Gen 6 FC (32GFC) Fibre Channel Adapters Industry s first Gen 6 FC HBA available in single, dual, and quad-port versions Up to four ports of Gen 6 FC deliver 25,600MBps aggregate throughput

More information

QLogic QLE2694 and QLE2694L

QLogic QLE2694 and QLE2694L QLogic QLE2694 and QLE2694L Quad-port Enhanced Gen 5 FC (16GFC) Fibre Channel Adapters Industry s first native quad-port solution supporting 16GFC technology Four ports of 16GFC Enhanced Gen 5 FC deliver

More information

Data-at-Rest Encryption Addresses SAN Security Requirements

Data-at-Rest Encryption Addresses SAN Security Requirements Data-at-Rest Encryption Addresses SAN QLogic 2500 Series Fibre Channel Adapters Meet Enterprise Security Needs QLogic Fibre Channel Adapters from Cavium provide a secure solution that works well with SEDs

More information

NVM PCIe Networked Flash Storage

NVM PCIe Networked Flash Storage NVM PCIe Networked Flash Storage Peter Onufryk Microsemi Corporation Santa Clara, CA 1 PCI Express (PCIe) Mid-range/High-end Specification defined by PCI-SIG Software compatible with PCI and PCI-X Reliable,

More information

Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation

Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation Demartek Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage

More information

WD Black NVMe SSD Internal SSD Storage. M.2 Desktop Installation Guide

WD Black NVMe SSD Internal SSD Storage. M.2 Desktop Installation Guide WD Black NVMe SSD Internal SSD Storage Accessing Online Support Registration Register your WD product to get the latest updates and special offers at: register.wdc.com Warranty & RMA Services Get warranty,

More information

SAS Technical Update Connectivity Roadmap and MultiLink SAS Initiative Jay Neer Molex Corporation Marty Czekalski Seagate Technology LLC

SAS Technical Update Connectivity Roadmap and MultiLink SAS Initiative Jay Neer Molex Corporation Marty Czekalski Seagate Technology LLC SAS Technical Update Connectivity Roadmap and MultiLink SAS Initiative Jay Neer Molex Corporation Marty Czekalski Seagate Technology LLC SAS Connectivity Roadmap Background Connectivity Objectives Converged

More information

Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage

Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage Version 1.0 Brocade continues to innovate by delivering the industry s first 16 Gbps switches for low latency and high transaction

More information

Introducing NVDIMM-X: Designed to be the World s Fastest NAND-Based SSD Architecture and a Platform for the Next Generation of New Media SSDs

Introducing NVDIMM-X: Designed to be the World s Fastest NAND-Based SSD Architecture and a Platform for the Next Generation of New Media SSDs , Inc. Introducing NVDIMM-X: Designed to be the World s Fastest NAND-Based SSD Architecture and a Platform for the Next Generation of New Media SSDs Doug Finke Director of Product Marketing September 2016

More information

HP Z Turbo Drive G2 PCIe SSD

HP Z Turbo Drive G2 PCIe SSD Performance Evaluation of HP Z Turbo Drive G2 PCIe SSD Powered by Samsung NVMe technology Evaluation Conducted Independently by: Hamid Taghavi Senior Technical Consultant August 2015 Sponsored by: P a

More information

Scale your Data Center with SAS Marty Czekalski Market and Ecosystem Development for Emerging Technology, Western Digital Corporation

Scale your Data Center with SAS Marty Czekalski Market and Ecosystem Development for Emerging Technology, Western Digital Corporation Scale your Data Center with SAS Marty Czekalski Market and Ecosystem Development for Emerging Technology, Western Digital Corporation 1 Abstract As SSDs become increasingly common, it s important that

More information

Top 5 Reasons to Consider

Top 5 Reasons to Consider Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center White Paper Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center Major transformations are occurring

More information

NVMe: The Protocol for Future SSDs

NVMe: The Protocol for Future SSDs When do you need NVMe? You might have heard that Non-Volatile Memory Express or NVM Express (NVMe) is the next must-have storage technology. Let s look at what NVMe delivers. NVMe is a communications protocol

More information

The protocol can efficiently use interconnect and fabric techno-

The protocol can efficiently use interconnect and fabric techno- Key Features Decodes NVMe Traffic CATC View Spreadsheet View 3 Window View Detail View TCG Decodes Queue and Device Tracking Long Trace Recording Low Power State Support Auto NVMe PCIe SSD Base Register

More information

Annual Update on Flash Memory for Non-Technologists

Annual Update on Flash Memory for Non-Technologists Annual Update on Flash Memory for Non-Technologists Jay Kramer, Network Storage Advisors & George Crump, Storage Switzerland August 2017 1 Memory / Storage Hierarchy Flash Memory Summit 2017 2 NAND Flash

More information

Performance Benefits of NVMe over Fibre Channel A New, Parallel, Efficient Protocol

Performance Benefits of NVMe over Fibre Channel A New, Parallel, Efficient Protocol May 2018 Performance Benefits of NVMe over Fibre Channel A New, Parallel, Efficient NVMe over Fibre Channel delivered 58% higher IOPS and 34% lower latency than SCSI FCP. (What s not to like?) Executive

More information

NVMe Takes It All, SCSI Has To Fall. Brave New Storage World. Lugano April Alexander Ruebensaal

NVMe Takes It All, SCSI Has To Fall. Brave New Storage World. Lugano April Alexander Ruebensaal Lugano April 2018 NVMe Takes It All, SCSI Has To Fall freely adapted from ABBA Brave New Storage World Alexander Ruebensaal 1 Design, Implementation, Support & Operating of optimized IT Infrastructures

More information

Accelerating Real-Time Big Data. Breaking the limitations of captive NVMe storage

Accelerating Real-Time Big Data. Breaking the limitations of captive NVMe storage Accelerating Real-Time Big Data Breaking the limitations of captive NVMe storage 18M IOPs in 2u Agenda Everything related to storage is changing! The 3rd Platform NVM Express architected for solid state

More information

Why NVMe/TCP is the better choice for your Data Center

Why NVMe/TCP is the better choice for your Data Center Why NVMe/TCP is the better choice for your Data Center Non-Volatile Memory express (NVMe) has transformed the storage industry since its emergence as the state-of-the-art protocol for high-performance

More information

DRAM and Storage-Class Memory (SCM) Overview

DRAM and Storage-Class Memory (SCM) Overview Page 1 of 7 DRAM and Storage-Class Memory (SCM) Overview Introduction/Motivation Looking forward, volatile and non-volatile memory will play a much greater role in future infrastructure solutions. Figure

More information

Cisco UCS Virtual Interface Card 1225

Cisco UCS Virtual Interface Card 1225 Data Sheet Cisco UCS Virtual Interface Card 1225 Cisco Unified Computing System Overview The Cisco Unified Computing System (Cisco UCS ) is a next-generation data center platform that unites compute, networking,

More information

memory VT-PM8 & VT-PM16 EVALUATION WHITEPAPER Persistent Memory Dual Port Persistent Memory with Unlimited DWPD Endurance

memory VT-PM8 & VT-PM16 EVALUATION WHITEPAPER Persistent Memory Dual Port Persistent Memory with Unlimited DWPD Endurance memory WHITEPAPER Persistent Memory VT-PM8 & VT-PM16 EVALUATION VT-PM drives, part of Viking s persistent memory technology family of products, are 2.5 U.2 NVMe PCIe Gen3 drives optimized with Radian Memory

More information

Architected for Performance. NVMe over Fabrics. September 20 th, Brandon Hoff, Broadcom.

Architected for Performance. NVMe over Fabrics. September 20 th, Brandon Hoff, Broadcom. Architected for Performance NVMe over Fabrics September 20 th, 2017 Brandon Hoff, Broadcom Brandon.Hoff@Broadcom.com Agenda NVMe over Fabrics Update Market Roadmap NVMe-TCP The benefits of NVMe over Fabrics

More information

Maximize the All-Flash Data Center with Brocade Gen 6 Fibre Channel

Maximize the All-Flash Data Center with Brocade Gen 6 Fibre Channel WHITE PAPER Maximize the All-Flash Data Center with Brocade Gen 6 Fibre Channel Introduction The flash and hybrid takeover of the data center storage market has quickly gained momentum. In fact, the adoption

More information

Low Latency Evaluation of Fibre Channel, iscsi and SAS Host Interfaces

Low Latency Evaluation of Fibre Channel, iscsi and SAS Host Interfaces Low Latency Evaluation of Fibre Channel, iscsi and SAS Host Interfaces Evaluation report prepared under contract with LSI Corporation Introduction IT professionals see Solid State Disk (SSD) products as

More information

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights IBM Spectrum NAS Easy-to-manage software-defined file storage for the enterprise Highlights Reduce capital expenditures with storage software on commodity servers Improve efficiency by consolidating all

More information

Gen 6 Fibre Channel Evaluation of Products from Emulex and Brocade

Gen 6 Fibre Channel Evaluation of Products from Emulex and Brocade Gen 6 Fibre Channel Evaluation of Products from Emulex and Brocade Gen 6 Fibre Channel provides new speeds and features for enterprise datacenters. Executive Summary Large enterprises choose Fibre Channel

More information

Messaging Overview. Introduction. Gen-Z Messaging

Messaging Overview. Introduction. Gen-Z Messaging Page 1 of 6 Messaging Overview Introduction Gen-Z is a new data access technology that not only enhances memory and data storage solutions, but also provides a framework for both optimized and traditional

More information

Delivering High-Throughput SAN with Brocade Gen 6 Fibre Channel. Friedrich Hartmann SE Manager DACH & BeNeLux

Delivering High-Throughput SAN with Brocade Gen 6 Fibre Channel. Friedrich Hartmann SE Manager DACH & BeNeLux Delivering High-Throughput SAN with Brocade Gen 6 Fibre Channel Friedrich Hartmann SE Manager DACH & BeNeLux 28.02.2018 Agenda Broadcom Acquisition Update Storage Trends Brocade Automation SAN Analytics

More information

SD Express Cards with PCIe and NVMeTM Interfaces

SD Express Cards with PCIe and NVMeTM Interfaces SD Express Cards with PCIe and NVMeTM Interfaces White Paper June 2018 Conditions for publication Publisher and Copyright Holder: SD Association 2400 Camino Ramon, Suite 375 San Ramon, CA 94583 USA Telephone:

More information

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS TABLE OF CONTENTS 2 THE AGE OF INFORMATION ACCELERATION Vexata Provides the Missing Piece in The Information Acceleration Puzzle The Vexata - Supermicro Partnership 4 CREATING ULTRA HIGH-PERFORMANCE DATA

More information

Optimize New Intel Xeon E based Ser vers with Emulex OneConnect and OneCommand Manager

Optimize New Intel Xeon E based Ser vers with Emulex OneConnect and OneCommand Manager W h i t e p a p e r Optimize New Intel Xeon E5-2600-based Ser vers with Emulex OneConnect and OneCommand Manager Emulex products complement Intel Xeon E5-2600 processor capabilities for virtualization,

More information

Emulex LPe16000B Gen 5 Fibre Channel HBA Feature Comparison

Emulex LPe16000B Gen 5 Fibre Channel HBA Feature Comparison Demartek Emulex LPe16000B Gen 5 Fibre Channel HBA Feature Comparison Evaluation report prepared under contract with Emulex Executive Summary Explosive growth in the complexity and amount of data of today

More information

Fibre Channel. Roadmap to your SAN Future! HP Technology Forum & Expo June, 2007, Las Vegas Skip Jones, FCIA Chair, QLogic

Fibre Channel. Roadmap to your SAN Future! HP Technology Forum & Expo June, 2007, Las Vegas Skip Jones, FCIA Chair, QLogic Fibre Channel Roadmap to your SAN Future! HP Technology Forum & Expo June, 2007, Las Vegas Skip Jones, FCIA Chair, QLogic Fibre Channel Fibre Channel is a robust and evolving technology that enables: Leading

More information

Cisco UCS Virtual Interface Card 1227

Cisco UCS Virtual Interface Card 1227 Data Sheet Cisco UCS Virtual Interface Card 1227 Cisco Unified Computing System Overview The Cisco Unified Computing System (Cisco UCS ) is a next-generation data center platform that unites computing,

More information

Micron NVMe in the Open19 Platform: Low-Latency Storage at the Edge.

Micron NVMe in the Open19 Platform: Low-Latency Storage at the Edge. Micron NVMe in the Open19 Platform: Low-Latency Storage at the Edge. Introduction The explosion of data in the Age of Intelligence has created an unprecedented shift in the way data is generated and consumed.

More information

Flash Memory. SATA SSD vs. PCIe NVMe SSD. White Paper F-WP003

Flash Memory. SATA SSD vs. PCIe NVMe SSD. White Paper F-WP003 Flash Memory SATA SSD vs. NVMe SSD White Paper F-WP003 Corporate Headquarters: 39870 Eureka Dr., Newark, CA 94560, USA Tel: (510) 623-1231 Fax: (510) 623-1434 E-mail: info@smartm.com Customer Service:

More information

Opportunities from our Compute, Network, and Storage Inflection Points

Opportunities from our Compute, Network, and Storage Inflection Points Opportunities from our Compute, Network, and Storage Inflection Points The Brave New Persistent World Rob Peglar Senior VP & CTO Symbolic IO Santa Clara, CA August 2016 1 Wisdom The Macro Trend Back to

More information

The Impact of SSD Selection on SQL Server Performance. Solution Brief. Understanding the differences in NVMe and SATA SSD throughput

The Impact of SSD Selection on SQL Server Performance. Solution Brief. Understanding the differences in NVMe and SATA SSD throughput Solution Brief The Impact of SSD Selection on SQL Server Performance Understanding the differences in NVMe and SATA SSD throughput 2018, Cloud Evolutions Data gathered by Cloud Evolutions. All product

More information

LSI and HGST accelerate database applications with Enterprise RAID and Solid State Drives

LSI and HGST accelerate database applications with Enterprise RAID and Solid State Drives LSI and HGST accelerate database applications with Enterprise RAID and Solid State Drives HGST Ultrastar enterprise-class solid state drives (SSDs) connected to LSI MegaRAID 6Gb/s SAS+SATA RAID controller

More information

Gen-Z Overview. 1. Introduction. 2. Background. 3. A better way to access data. 4. Why a memory-semantic fabric

Gen-Z Overview. 1. Introduction. 2. Background. 3. A better way to access data. 4. Why a memory-semantic fabric Gen-Z Overview 1. Introduction Gen-Z is a new data access technology that will allow business and technology leaders, to overcome current challenges with the existing computer architecture and provide

More information

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

NVM Express TM Ecosystem Enabling PCIe NVMe Architectures

NVM Express TM Ecosystem Enabling PCIe NVMe Architectures Architected for Performance NVM Express TM Ecosystem Enabling PCIe NVMe Architectures FMS August, 2015 David Allen Director, Product Marketing PMC Agenda - NVM Express TM Ecosystem How do I get started

More information

NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory

NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory Dhananjoy Das, Sr. Systems Architect SanDisk Corp. 1 Agenda: Applications are KING! Storage landscape (Flash / NVM)

More information

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE White Paper EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE EMC XtremSF, EMC XtremCache, EMC Symmetrix VMAX and Symmetrix VMAX 10K, XtremSF and XtremCache dramatically improve Oracle performance Symmetrix

More information

Persistent Memory. High Speed and Low Latency. White Paper M-WP006

Persistent Memory. High Speed and Low Latency. White Paper M-WP006 Persistent Memory High Speed and Low Latency White Paper M-WP6 Corporate Headquarters: 3987 Eureka Dr., Newark, CA 9456, USA Tel: (51) 623-1231 Fax: (51) 623-1434 E-mail: info@smartm.com Customer Service:

More information

High Performance Solid State Storage Under Linux

High Performance Solid State Storage Under Linux High Performance Solid State Storage Under Linux Eric Seppanen, Matthew T. O Keefe, David J. Lilja Electrical and Computer Engineering University of Minnesota April 20, 2010 Motivation SSDs breaking through

More information

NVMe From The Server Perspective

NVMe From The Server Perspective NVMe From The Server Perspective The Value of NVMe to the Server Don H Walker Dell OCTO August 2012 1 NVMe Overview Optimized queuing interface, command set, and feature set for PCIe SSDs Targets only

More information

SSD Architecture Considerations for a Spectrum of Enterprise Applications. Alan Fitzgerald, VP and CTO SMART Modular Technologies

SSD Architecture Considerations for a Spectrum of Enterprise Applications. Alan Fitzgerald, VP and CTO SMART Modular Technologies SSD Architecture Considerations for a Spectrum of Enterprise Applications Alan Fitzgerald, VP and CTO SMART Modular Technologies Introduction Today s SSD delivers form-fit-function compatible solid-state

More information

New Approach to Unstructured Data

New Approach to Unstructured Data Innovations in All-Flash Storage Deliver a New Approach to Unstructured Data Table of Contents Developing a new approach to unstructured data...2 Designing a new storage architecture...2 Understanding

More information

Gen 6. While at first glance, given the FICON. Fibre Channel Benefits for z Systems. By Steve Guendert, Ph. D. Improved Performance

Gen 6. While at first glance, given the FICON. Fibre Channel Benefits for z Systems. By Steve Guendert, Ph. D. Improved Performance Gen 6 Fibre Channel Benefits for z Systems By Steve Guendert, Ph. D. While at first glance, given the FICON Express16S channels were GA in March 2015 on the IBM z13 family of processors, the need for Gen

More information

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation report prepared under contract with HP Executive Summary The computing industry is experiencing an increasing demand for storage

More information

QLogic FastLinQ QL45462HLCU 40GbE Converged Network Adapter

QLogic FastLinQ QL45462HLCU 40GbE Converged Network Adapter QLogic FastLinQ QL45462HLCU 40GbE Converged Network Adapter Fully featured 40GbE adapter delivers the best price per performance ratio versus 10GbE Increase VM density and accelerate multitenant networks

More information

FastLinQ QL41162HLRJ. 8th Generation 10Gb Converged Network Adapter with iscsi, FCoE, and Universal RDMA. Product Brief OVERVIEW

FastLinQ QL41162HLRJ. 8th Generation 10Gb Converged Network Adapter with iscsi, FCoE, and Universal RDMA. Product Brief OVERVIEW FastLinQ QL41162HLRJ 8th Generation 10Gb Converged Network Adapter with iscsi, FCoE, and Universal RDMA Delivers full line-rate 10GbE performance across both ports Universal RDMA Delivers choice and flexibility

More information

Flash Storage with 24G SAS Leads the Way in Crunching Big Data

Flash Storage with 24G SAS Leads the Way in Crunching Big Data Flash Storage with 24G SAS Leads the Way in Crunching Big Data SCSI Trade Association August 8th, 2018 1 Today s Panel Dennis Martin Founder and President Demartek Mohamad El-Batal Sr. Director of Architecture,

More information

Comparing UFS and NVMe Storage Stack and System-Level Performance in Embedded Systems

Comparing UFS and NVMe Storage Stack and System-Level Performance in Embedded Systems Comparing UFS and NVMe Storage Stack and System-Level Performance in Embedded Systems Bean Huo, Blair Pan, Peter Pan, Zoltan Szubbocsev Micron Technology Introduction Embedded storage systems have experienced

More information

Maximizing heterogeneous system performance with ARM interconnect and CCIX

Maximizing heterogeneous system performance with ARM interconnect and CCIX Maximizing heterogeneous system performance with ARM interconnect and CCIX Neil Parris, Director of product marketing Systems and software group, ARM Teratec June 2017 Intelligent flexible cloud to enable

More information

Bus Example: Pentium II

Bus Example: Pentium II Peripheral Component Interconnect (PCI) Conventional PCI, often shortened to PCI, is a local computer bus for attaching hardware devices in a computer. PCI stands for Peripheral Component Interconnect

More information

QuickSpecs. PCIe Solid State Drives for HP Workstations

QuickSpecs. PCIe Solid State Drives for HP Workstations Introduction Storage technology with NAND media is outgrowing the bandwidth limitations of the SATA bus. New high performance Storage solutions will connect directly to the PCIe bus for revolutionary performance

More information

SAS Standards and Technology Update Harry Mason LSI Corp. Marty Czekalski Seagate

SAS Standards and Technology Update Harry Mason LSI Corp. Marty Czekalski Seagate SAS Standards and Technology Update Harry Mason LSI Corp. Marty Czekalski Seagate SAS Update SAS Overview SAS Performance Roadmap and 12Gb/sec SAS staging MultiLink SAS TM and Advanced Connectivity Connectivity

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

Linux Storage System Bottleneck Exploration

Linux Storage System Bottleneck Exploration Linux Storage System Bottleneck Exploration Bean Huo / Zoltan Szubbocsev Beanhuo@micron.com / zszubbocsev@micron.com 215 Micron Technology, Inc. All rights reserved. Information, products, and/or specifications

More information

NVMe Modern SAN Primer

NVMe Modern SAN Primer NVMe Modern SAN Primer by Mike Kieran, NetApp Technical Marketing Engineer Michael Peppers, NetApp Technical Marketing Engineer MAY 2018 Introduction Enterprise data storage is being transformed by new

More information

TOP CONSIDERATIONS FOR ENTERPRISE SSDS - A PRIMER. Top Considerations for Enterprise SSDs A Primer

TOP CONSIDERATIONS FOR ENTERPRISE SSDS - A PRIMER. Top Considerations for Enterprise SSDs A Primer Top Considerations for Enterprise SSDs A Primer Contents 1 Introduction 1 Interface Options 2 SSD Performance Scaling 3 Form Factors 3 Endurance Considerations 3 NAND Considerations 3 Error Handling and

More information

ARISTA: Improving Application Performance While Reducing Complexity

ARISTA: Improving Application Performance While Reducing Complexity ARISTA: Improving Application Performance While Reducing Complexity October 2008 1.0 Problem Statement #1... 1 1.1 Problem Statement #2... 1 1.2 Previous Options: More Servers and I/O Adapters... 1 1.3

More information

Gen-Z Memory-Driven Computing

Gen-Z Memory-Driven Computing Gen-Z Memory-Driven Computing Our vision for the future of computing Patrick Demichel Distinguished Technologist Explosive growth of data More Data Need answers FAST! Value of Analyzed Data 2005 0.1ZB

More information

Microsemi Adaptec Trusted Storage Solutions. A complete portfolio of 12 Gbps Host Bus Adapters, RAID Adapters, SAS Expander and Cables

Microsemi Adaptec Trusted Storage Solutions. A complete portfolio of 12 Gbps Host Bus Adapters, RAID Adapters, SAS Expander and Cables Microsemi Trusted Storage Solutions A complete portfolio of 12 Gbps Host Bus Adapters, RAID Adapters, SAS Expander and Cables Microsemi HBA 1000 Series PCIe Gen 3 12 Gbps Host Bus Adapter The new Microsemi

More information

Ultra-Low Latency Down to Microseconds SSDs Make It. Possible

Ultra-Low Latency Down to Microseconds SSDs Make It. Possible Ultra-Low Latency Down to Microseconds SSDs Make It Possible DAL is a large ocean shipping company that covers ocean and land transportation, storage, cargo handling, and ship management. Every day, its

More information

Karen Fay Senior Solutioneer Brocade WW BROCADE AND HITACHI:

Karen Fay Senior Solutioneer Brocade WW BROCADE AND HITACHI: Karen Fay Senior Solutioneer Brocade WW May 26, 2011 BROCADE AND HITACHI: FOUNDATION FOR THE INFORMATION CENTER BROCADE AND HITACHI: FOUNDATION FOR THE INFORMATION CENTER INTRODUCTION HDS & BROCADE BUSINESS

More information

SAS: Today s Fast and Flexible Storage Fabric

SAS: Today s Fast and Flexible Storage Fabric SAS: Today s Fast and Flexible Storage Fabric Cameron T Brett SCSI Trade Association Product Marketing Director, Toshiba America Electronic Components, Inc Rick Kutcipal President, SCSI Trade Association

More information

25Gb Ethernet. Accelerated Network Performance and Lower Costs for Enterprise Data Center and Cloud Environments. White Paper

25Gb Ethernet. Accelerated Network Performance and Lower Costs for Enterprise Data Center and Cloud Environments. White Paper 25Gb Ethernet Accelerated Network Performance and Lower Costs for Enterprise Data Center and Cloud Environments Driven by the bandwidth requirements of private and public cloud data centers and communication

More information

Samsung PM1725a NVMe SSD

Samsung PM1725a NVMe SSD Samsung PM1725a NVMe SSD Exceptionally fast speeds and ultra-low latency for enterprise application Brochure 1 Extreme performance from an SSD technology leader Maximize data transfer with the high-performance,

More information

It s Time to Move Your Critical Data to SSDs Introduction

It s Time to Move Your Critical Data to SSDs Introduction It s Time to Move Your Critical Data to SSDs Introduction by the Northamber Storage Specialist Today s IT professionals are well aware that users expect fast, reliable access to ever-growing amounts of

More information

Innovations in Non-Volatile Memory 3D NAND and its Implications May 2016 Rob Peglar, VP Advanced Storage,

Innovations in Non-Volatile Memory 3D NAND and its Implications May 2016 Rob Peglar, VP Advanced Storage, Innovations in Non-Volatile Memory 3D NAND and its Implications May 2016 Rob Peglar, VP Advanced Storage, Micron @peglarr 2015 Micron Technology, Inc All rights reserved Products are warranted only to

More information

Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE

Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE Digital transformation is taking place in businesses of all sizes Big Data and Analytics Mobility Internet of Things

More information

NVMe SSDs Becoming Norm for All Flash Storage

NVMe SSDs Becoming Norm for All Flash Storage SSDs Becoming Norm for All Flash Storage Storage media has improved by leaps and bounds over the last several years. Capacity and performance are both improving at rather rapid rates as popular vendors

More information