Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1463336

[PATCH v3 RFC 0/2] Virtual NVMe device optimization

From Helen Koike <helen.koike@collabora.co.uk>
Newsgroups linux.kernel
Subject [PATCH v3 RFC 0/2] Virtual NVMe device optimization
Date 2016-08-16 03:50 +0200
Message-ID <s6BFT-52d-7@gated-at.bofh.it> (permalink)
References <s6BFT-52d-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Please, check commit "nvme: improve performance for virtual NVMe devices" for more details
Commit "PCI: Add Google device ID" only adds a new id in pci_ids.h

Patches are based in the linux-block/for-next branch and available here:
https://github.com/helen-fornazier/opw-staging/commits/nvme/dev

Helen Koike (1):
  PCI: Add Google device ID

Rob Nelson (1):
  nvme: improve performance for virtual NVMe devices

 drivers/nvme/host/Kconfig  |  11 ++++
 drivers/nvme/host/Makefile |   1 +
 drivers/nvme/host/pci.c    |  29 ++++++++++-
 drivers/nvme/host/vdb.c    | 125 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/nvme/host/vdb.h    | 118 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/nvme.h       |  17 ++++++
 include/linux/pci_ids.h    |   2 +
 7 files changed, 301 insertions(+), 2 deletions(-)
 create mode 100644 drivers/nvme/host/vdb.c
 create mode 100644 drivers/nvme/host/vdb.h

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 RFC 0/2] Virtual NVMe device optimization Helen Koike <helen.koike@collabora.co.uk> - 2016-08-16 03:50 +0200
  [PATCH v3 RFC 2/2] nvme: improve performance for virtual NVMe devices Helen Koike <helen.koike@collabora.co.uk> - 2016-08-16 03:50 +0200
    Re: [PATCH v3 RFC 2/2] nvme: improve performance for virtual NVMe  devices J Freyensee <james_p_freyensee@linux.intel.com> - 2016-08-16 22:50 +0200
      Re: [PATCH v3 RFC 2/2] nvme: improve performance for virtual NVMe  devices Keith Busch <keith.busch@intel.com> - 2016-08-17 01:50 +0200

csiph-web