From: swise@opengridcomputing.com (Steve Wise)
Subject: [PATCH v2] nvme-cli/fabrics: Add nr_io_queues parameter to connect command
Date: Mon, 29 Aug 2016 14:18:29 -0500 [thread overview]
Message-ID: <019601d2022a$2017d340$604779c0$@opengridcomputing.com> (raw)
In-Reply-To: <1472496727.2816.27.camel@linux.intel.com>
> On Mon, 2016-08-29@08:53 -0700, Steve Wise wrote:
> > Added 'nr-io-queues' to 'connect' command so users can specify the
> > number
> > of io queues to allocate.
> >
> > usage examples:
> >
> > nvme connect --transport=rdma --nr-io-queues=8 --trsvcid=4420 --
> > traddr=10.0.1.14 --nqn=test-nvme
> > nvme connect -t rdma -i 8 -s 4420 -a 10.0.1.14 -n test-nvme
> >
> > Signed-off-by: Steve Wise <swise at opengridcomputing.com>
> > ---
> >
> > Changes since v1:
> >
> > -Q -> -i
> > nr_io_queues -> nr-io-queues
> >
> > ---
> > fabrics.c | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
> >
> > diff --git a/fabrics.c b/fabrics.c
> > index 942e987..18e961c 100644
> > --- a/fabrics.c
> > +++ b/fabrics.c
> > @@ -50,6 +50,7 @@ struct config {
> > char *traddr;
> > char *trsvcid;
> > char *hostnqn;
> > + char *nr_io_queues;
>
> I just noticed that the 'nr_io_queues' parameter type used in the host
> driver code fabrics.c is unsigned int. Would there be a truncation
> problem here, like say someone wants to do:
>
> nvme connect --nr-io-queues=256
>
> ??
>
Truncation problem? How so?
This patch follows the other existing parameters. For instance: trsvcid. It is basically an unstructured string that is passed to the driver and the driver does the enforcement/validation.
Steve.
next prev parent reply other threads:[~2016-08-29 19:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-29 15:53 [PATCH v2] nvme-cli/fabrics: Add nr_io_queues parameter to connect command Steve Wise
2016-08-29 18:52 ` J Freyensee
2016-08-29 19:18 ` Steve Wise [this message]
2016-08-29 19:39 ` J Freyensee
2016-08-31 14:54 ` Keith Busch
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='019601d2022a$2017d340$604779c0$@opengridcomputing.com' \
--to=swise@opengridcomputing.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;
as well as URLs for NNTP newsgroup(s).