public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
From: Kashyap Desai <kashyap.desai@broadcom.com>
To: linux-scsi@vger.kernel.org
Cc: Sumit Saxena <sumit.saxena@broadcom.com>,
	Chandrakanth Patil <chandrakanth.patil@broadcom.com>,
	linux-block@vger.kernel.org
Subject: RE: [PATCH v1 2/3] megaraid_sas: iouring iopoll support
Date: Fri, 13 Nov 2020 16:18:33 +0530	[thread overview]
Message-ID: <52b4b839da97f5fef007b451c98680c4@mail.gmail.com> (raw)
In-Reply-To: <20201015133702.62879-1-kashyap.desai@broadcom.com>

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

> Add support of iouring iopoll interface. This feature requires shared
hosttag
> support in kernel and driver.
>
> Driver will work in non-IRQ mode = There will not be any msix vector
> associated for poll_queues and h/w can still work in this mode.
> MegaRaid h/w is single submission queue and multiple reply queue, but
using
> shared host tagset support it will enable simulated multiple hw queue.
>
> Driver allocates some extra reply queues and it will be marked as
poll_queue.
> These poll_queues will not have associated msix vectors. All the IO
> completion on this queue will be done from IOPOLL interface.
>
> megaraid_sas driver having 8 poll_queues and using io_uring hiprio=1
> settings, It can reach 3.2M IOPs and there is zero interrupt generated
by h/w.
>
> This feature can be enabled using module parameter poll_queues.
>
> Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com>
> Cc: sumit.saxena@broadcom.com
> Cc: chandrakanth.patil@broadcom.com
> Cc: linux-block@vger.kernel.org
>
> ---
>  drivers/scsi/megaraid/megaraid_sas.h        |  2 +
>  drivers/scsi/megaraid/megaraid_sas_base.c   | 90 ++++++++++++++++++---
>  drivers/scsi/megaraid/megaraid_sas_fusion.c | 43 +++++++++-
> drivers/scsi/megaraid/megaraid_sas_fusion.h |  3 +
>  4 files changed, 127 insertions(+), 11 deletions(-)
>

Is there  any feedback/comment on this patch series ?

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4169 bytes --]

  parent reply	other threads:[~2020-11-13 10:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 13:37 [PATCH v1 2/3] megaraid_sas: iouring iopoll support Kashyap Desai
2020-10-15 20:44 ` kernel test robot
2020-11-13 10:48 ` Kashyap Desai [this message]
2020-11-13 11:56 ` chenxiang (M)
2020-11-20  7:14 ` Hannes Reinecke
2020-11-20  8:32   ` John Garry
2020-11-30  9:17     ` Kashyap Desai
2020-11-30  9:40       ` John Garry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52b4b839da97f5fef007b451c98680c4@mail.gmail.com \
    --to=kashyap.desai@broadcom.com \
    --cc=chandrakanth.patil@broadcom.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=sumit.saxena@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox