All of lore.kernel.org
 help / color / mirror / Atom feed
* Maximum NVMe IO command size > 1MB?
@ 2016-01-06 19:23 Xuehua Chen
  2016-01-06 19:31 ` Keith Busch
  0 siblings, 1 reply; 9+ messages in thread
From: Xuehua Chen @ 2016-01-06 19:23 UTC (permalink / raw)


Hi, 

It seems to me kernel 4.3 supports NVMe IO command size > 512k after the following is added. 

blk_queue_max_segments(ns->queue,
       ((dev->max_hw_sectors << 9) / dev->page_size) + 1);

If I run the fllowing, 
fio --name=iotest --filename=/dev/nvme0n1 --iodepth=1 --ioengine=libaio --direct=1 --size=1M --bs=1M --rw=read

I can see one read with data transfer size 1MB is sent to device. 

But if I increase the bs to 2M as below, I still see two 1MB commands are sent out instead of one 2MB read command
fio --name=iotest --filename=/dev/nvme0n1 --iodepth=1 --ioengine=libaio --direct=1 --size=2M --bs=2M --rw=read

Is there any other settings in kernel that make it split a 2M command into two 1M commands? 

Thanks, 

Xuehua

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

end of thread, other threads:[~2016-01-10 22:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06 19:23 Maximum NVMe IO command size > 1MB? Xuehua Chen
2016-01-06 19:31 ` Keith Busch
2016-01-06 19:51   ` Xuehua Chen
2016-01-06 21:56     ` Xuehua Chen
2016-01-06 22:54       ` Keith Busch
2016-01-07 17:38         ` Xuehua Chen
2016-01-10 22:16         ` Xuehua Chen
2016-01-07 11:39     ` Sagi Grimberg
2016-01-07 17:34       ` Xuehua Chen

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.