Skip to content
Snippets Groups Projects
  1. May 24, 2018
  2. May 23, 2018
  3. May 10, 2018
  4. May 03, 2018
  5. Mar 27, 2018
  6. Mar 16, 2018
  7. Mar 12, 2018
  8. Mar 09, 2018
  9. Mar 06, 2018
  10. Mar 01, 2018
  11. Feb 23, 2018
  12. Feb 21, 2018
  13. Feb 19, 2018
  14. Feb 10, 2018
  15. Feb 09, 2018
  16. Feb 08, 2018
    • Fam Zheng's avatar
      block: Add VFIO based NVMe driver · bdd6a90a
      Fam Zheng authored
      
      This is a new protocol driver that exclusively opens a host NVMe
      controller through VFIO. It achieves better latency than linux-aio by
      completely bypassing host kernel vfs/block layer.
      
          $rw-$bs-$iodepth  linux-aio     nvme://
          ----------------------------------------
          randread-4k-1     10.5k         21.6k
          randread-512k-1   745           1591
          randwrite-4k-1    30.7k         37.0k
          randwrite-512k-1  1945          1980
      
          (unit: IOPS)
      
      The driver also integrates with the polling mechanism of iothread.
      
      This patch is co-authored by Paolo and me.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: default avatarFam Zheng <famz@redhat.com>
      Message-Id: <20180116060901.17413-4-famz@redhat.com>
      Reviewed-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: default avatarFam Zheng <famz@redhat.com>
      bdd6a90a
  17. Feb 03, 2018
  18. Jan 31, 2018
  19. Jan 30, 2018
  20. Jan 29, 2018
  21. Jan 18, 2018
  22. Jan 10, 2018
  23. Jan 09, 2018
  24. Jan 08, 2018
  25. Dec 21, 2017
  26. Dec 18, 2017
Loading