All of lore.kernel.org
 help / color / mirror / Atom feed
From: Omar Sandoval <osandov@osandov.com>
To: Yi Zhang <yi.zhang@redhat.com>
Cc: bvanassche@acm.org, linux-block@vger.kernel.org,
	linux-nvme@lists.infradead.org, sagi@grimberg.me
Subject: Re: [PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
Date: Mon, 4 Jan 2021 14:48:04 -0800	[thread overview]
Message-ID: <X/ObJB4Ixh8gplT7@relinquished.localdomain> (raw)
In-Reply-To: <20201126083532.27509-1-yi.zhang@redhat.com>

On Thu, Nov 26, 2020 at 04:35:27PM +0800, Yi Zhang wrote:
> Hi
> 
> This patch series addressed some failures when I run nvmeof-mp/srp
> test and also add suport to use siw for nvme-rdma/nvmeof-mp/srp  testing
> from cmdline, like this:
> 
> $ use_siw=1 nvme-trtype=rdma ./check nvme
> $ use_siw=1 ./check nvmeof-mp
> $ use_siw-1 ./check srp
> 
> V3:
> Use sed to output the scheduler from sysfs directly in patch 3
> 
> V2:
> Update the ib_srpt module path in patch 1, avoid to use ls
> Update the SKIP_REASON in patch 2
> Introduce get_scheduler_list, fix nvmeof-mp/012 and srp/012 in patch 3
> Typo fix in patch 4
> 
> Yi Zhang (5):
>   tests/srp/rc: update the ib_srpt module name
>   tests/nvmeof-mp/rc: run nvmeof-mp tests if we set multipath=N
>   nvmeof-mp/012, srp/012: fix the scheduler list
>   common/rc: _have_iproute2 fix for "ip -V" change
>   common/multipath-over-rdma: allow to set use_siw
> 
>  common/multipath-over-rdma | 13 ++++++++++++-
>  common/rc                  |  2 +-
>  tests/nvmeof-mp/012        | 10 ++++++----
>  tests/nvmeof-mp/rc         |  8 +++++---
>  tests/srp/012              | 10 ++++++----
>  tests/srp/rc               |  4 ++--
>  6 files changed, 32 insertions(+), 15 deletions(-)

Applied, thanks!

WARNING: multiple messages have this Message-ID (diff)
From: Omar Sandoval <osandov@osandov.com>
To: Yi Zhang <yi.zhang@redhat.com>
Cc: linux-block@vger.kernel.org, bvanassche@acm.org,
	linux-nvme@lists.infradead.org, sagi@grimberg.me
Subject: Re: [PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
Date: Mon, 4 Jan 2021 14:48:04 -0800	[thread overview]
Message-ID: <X/ObJB4Ixh8gplT7@relinquished.localdomain> (raw)
In-Reply-To: <20201126083532.27509-1-yi.zhang@redhat.com>

On Thu, Nov 26, 2020 at 04:35:27PM +0800, Yi Zhang wrote:
> Hi
> 
> This patch series addressed some failures when I run nvmeof-mp/srp
> test and also add suport to use siw for nvme-rdma/nvmeof-mp/srp  testing
> from cmdline, like this:
> 
> $ use_siw=1 nvme-trtype=rdma ./check nvme
> $ use_siw=1 ./check nvmeof-mp
> $ use_siw-1 ./check srp
> 
> V3:
> Use sed to output the scheduler from sysfs directly in patch 3
> 
> V2:
> Update the ib_srpt module path in patch 1, avoid to use ls
> Update the SKIP_REASON in patch 2
> Introduce get_scheduler_list, fix nvmeof-mp/012 and srp/012 in patch 3
> Typo fix in patch 4
> 
> Yi Zhang (5):
>   tests/srp/rc: update the ib_srpt module name
>   tests/nvmeof-mp/rc: run nvmeof-mp tests if we set multipath=N
>   nvmeof-mp/012, srp/012: fix the scheduler list
>   common/rc: _have_iproute2 fix for "ip -V" change
>   common/multipath-over-rdma: allow to set use_siw
> 
>  common/multipath-over-rdma | 13 ++++++++++++-
>  common/rc                  |  2 +-
>  tests/nvmeof-mp/012        | 10 ++++++----
>  tests/nvmeof-mp/rc         |  8 +++++---
>  tests/srp/012              | 10 ++++++----
>  tests/srp/rc               |  4 ++--
>  6 files changed, 32 insertions(+), 15 deletions(-)

Applied, thanks!

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

  parent reply	other threads:[~2021-01-04 23:19 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26  8:35 [PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement Yi Zhang
2020-11-26  8:35 ` Yi Zhang
2020-11-26  8:35 ` [PATCH V3 blktests 1/5] tests/srp/rc: update the ib_srpt module name Yi Zhang
2020-11-26  8:35   ` Yi Zhang
2020-11-26  8:35 ` [PATCH V3 blktests 2/5] tests/nvmeof-mp/rc: run nvmeof-mp tests if we set multipath=N Yi Zhang
2020-11-26  8:35   ` Yi Zhang
2020-11-26  8:35 ` [PATCH V3 blktests 3/5] nvmeof-mp/012, srp/012: fix the scheduler list Yi Zhang
2020-11-26  8:35   ` Yi Zhang
2020-11-26 16:29   ` Bart Van Assche
2020-11-26 16:29     ` Bart Van Assche
2020-11-26  8:35 ` [PATCH V3 blktests 4/5] common/rc: _have_iproute2 fix for "ip -V" change Yi Zhang
2020-11-26  8:35   ` Yi Zhang
2020-11-26 16:30   ` Bart Van Assche
2020-11-26 16:30     ` Bart Van Assche
2020-11-26  8:35 ` [PATCH V3 blktests 5/5] common/multipath-over-rdma: allow to set use_siw Yi Zhang
2020-11-26  8:35   ` Yi Zhang
2020-11-26 16:31   ` Bart Van Assche
2020-11-26 16:31     ` Bart Van Assche
2021-01-04 22:48 ` Omar Sandoval [this message]
2021-01-04 22:48   ` [PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement Omar Sandoval

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=X/ObJB4Ixh8gplT7@relinquished.localdomain \
    --to=osandov@osandov.com \
    --cc=bvanassche@acm.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=sagi@grimberg.me \
    --cc=yi.zhang@redhat.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 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.