All of lore.kernel.org
 help / color / mirror / Atom feed
* [IO Scheduler] : Query regarding Multi-Queue Block IO Queuing
@ 2017-08-01 12:49 Narendra Pal Singh
  2017-09-21  5:22 ` Arun Sudhilal
  0 siblings, 1 reply; 3+ messages in thread
From: Narendra Pal Singh @ 2017-08-01 12:49 UTC (permalink / raw)
  To: kernelnewbies

Hello,

I have a server with bunch of SSD and HDD. i want to enable blk-mq for SSDs
only as it gives negative performance for rotational disks. (Please correct
me here if i required)

Is it possible to enable blk-mq for selective disks ?

-- 
Best Regards,
Narendra Pal Singh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20170801/55d516dd/attachment.html 

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

* [IO Scheduler] : Query regarding Multi-Queue Block IO Queuing
  2017-08-01 12:49 [IO Scheduler] : Query regarding Multi-Queue Block IO Queuing Narendra Pal Singh
@ 2017-09-21  5:22 ` Arun Sudhilal
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Sudhilal @ 2017-09-21  5:22 UTC (permalink / raw)
  To: kernelnewbies

Hello Narendra,

On Tue, Aug 1, 2017 at 6:19 PM, Narendra Pal Singh <
narendrapal2020@gmail.com> wrote:

> Hello,
>
> I have a server with bunch of SSD and HDD. i want to enable blk-mq for
> SSDs only as it gives negative performance for rotational disks. (Please
> correct me here if i required)
>
> Is it possible to enable blk-mq for selective disks ?
>
SSD and HDD are two kinds of devices which should be handled by two
separate drivers. blk-mq is designed to exploit those IO controllers which
can handle multiple requests in parallel. Also blk-mq increases the
performance on devices where ramdom IO and sequencial IO performance
doesn't have much difference. blk-mq will still do a bit of IO reordering
to promote sequential access over random access. But since we have multiple
queues, the magnitude of reorder is low in blk-mq.

So to answer to your question. Ideally it might have taken care in the
drivers. No one will write a blk-mq model driver for HDD devices.

Regards,
Arun


> --
> Best Regards,
> Narendra Pal Singh
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20170921/33ae37aa/attachment.html 

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

* [IO Scheduler] : Query regarding Multi-Queue Block IO Queuing
@ 2017-08-03  6:27 Narendra Pal Singh
  0 siblings, 0 replies; 3+ messages in thread
From: Narendra Pal Singh @ 2017-08-03  6:27 UTC (permalink / raw)
  To: kernelnewbies

Hello all,

I have a Ubuntu server with bunch of SSD and HDD. i want to enable blk-mq
for SSDs only, as for  rotational disks blk-mq might give negative
performance (Please correct me here if i required).

Is it possible to enable blk-mq for selective disks ?

-- 
Best Regards,
Narendra Pal Singh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20170803/0d395e4c/attachment.html 

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

end of thread, other threads:[~2017-09-21  5:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-01 12:49 [IO Scheduler] : Query regarding Multi-Queue Block IO Queuing Narendra Pal Singh
2017-09-21  5:22 ` Arun Sudhilal
2017-08-03  6:27 Narendra Pal Singh

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.