All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Some performance fixes for fastpath
@ 2016-03-08 17:34 Jon Derrick
  2016-03-08 17:34 ` [PATCH 1/2] Block: Disable polling stats when iostats are disabled Jon Derrick
  2016-03-08 17:34 ` [PATCH 2/2] NVMe: Remove unused sq_head read in completion path Jon Derrick
  0 siblings, 2 replies; 10+ messages in thread
From: Jon Derrick @ 2016-03-08 17:34 UTC (permalink / raw)


This is a small set of hopefully uncontroversial, performance-related
patches. Local testing on new hardware showed a 5-10MBps increase in
4k and 1M sequential synchronous null reads from an NVMe device.

Jon Derrick (2):
  Block: Disable polling stats when iostats are disabled
  NVMe: Remove unused sq_head read in completion path

 block/blk-core.c        | 7 +++++--
 drivers/nvme/host/pci.c | 2 --
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-03-09  7:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 17:34 [PATCH 0/2] Some performance fixes for fastpath Jon Derrick
2016-03-08 17:34 ` [PATCH 1/2] Block: Disable polling stats when iostats are disabled Jon Derrick
2016-03-08 17:38   ` Sagi Grimberg
2016-03-08 17:58     ` Jon Derrick
2016-03-08 17:40   ` Jens Axboe
2016-03-08 18:02     ` Jon Derrick
2016-03-08 17:34 ` [PATCH 2/2] NVMe: Remove unused sq_head read in completion path Jon Derrick
2016-03-08 17:40   ` Sagi Grimberg
2016-03-08 17:41   ` Jens Axboe
2016-03-09  7:54   ` Johannes Thumshirn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.