All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Thumshirn <jthumshirn@suse.de>
To: Minwoo Im <minwoo.im.dev@gmail.com>
Cc: Chaitanya Kulkarni <Chaitanya.Kulkarni@wdc.com>,
	Omar Sandoval <osandov@osandov.com>,
	"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
	"linux-nvme@lists.infradead.org" <linux-nvme@lists.infradead.org>
Subject: Re: [PATCH 1/3] nvme: 002: fix nvmet pass data with loop
Date: Tue, 7 May 2019 08:20:34 +0200	[thread overview]
Message-ID: <20190507062034.GA3748@x250> (raw)
In-Reply-To: <cfa4d48d-ce13-0ace-cf5c-a3d0d1f4cca7@gmail.com>

On Tue, May 07, 2019 at 01:54:09AM +0900, Minwoo Im wrote:
> If Johannes who wrote these tests agrees to not check output result from
> nvme-cli, I'll get rid of them.

Yes agreed. In the beginning I though of validating the nvme-cli output but
this would grow more and more filters, which makes it impractical.

-- 
Johannes Thumshirn                            SUSE Labs Filesystems
jthumshirn@suse.de                                +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Mary Higgins, Sri Rasiah
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850

WARNING: multiple messages have this Message-ID (diff)
From: jthumshirn@suse.de (Johannes Thumshirn)
Subject: [PATCH 1/3] nvme: 002: fix nvmet pass data with loop
Date: Tue, 7 May 2019 08:20:34 +0200	[thread overview]
Message-ID: <20190507062034.GA3748@x250> (raw)
In-Reply-To: <cfa4d48d-ce13-0ace-cf5c-a3d0d1f4cca7@gmail.com>

On Tue, May 07, 2019@01:54:09AM +0900, Minwoo Im wrote:
> If Johannes who wrote these tests agrees to not check output result from
> nvme-cli, I'll get rid of them.

Yes agreed. In the beginning I though of validating the nvme-cli output but
this would grow more and more filters, which makes it impractical.

-- 
Johannes Thumshirn                            SUSE Labs Filesystems
jthumshirn at suse.de                                +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N?rnberg
GF: Felix Imend?rffer, Mary Higgins, Sri Rasiah
HRB 21284 (AG N?rnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850

  parent reply	other threads:[~2019-05-07  6:20 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-05 15:06 [PATCH 0/3] blktests: nvme: Fix pass data of nvmet TCs Minwoo Im
2019-05-05 15:06 ` Minwoo Im
2019-05-05 15:06 ` [PATCH 1/3] nvme: 002: fix nvmet pass data with loop Minwoo Im
2019-05-06 16:25   ` Chaitanya Kulkarni
2019-05-06 16:38     ` Minwoo Im
2019-05-06 16:38       ` Minwoo Im
2019-05-06 16:46       ` Chaitanya Kulkarni
2019-05-06 16:46         ` Chaitanya Kulkarni
2019-05-06 16:54         ` Minwoo Im
2019-05-06 16:54           ` Minwoo Im
2019-05-06 17:47           ` Chaitanya Kulkarni
2019-05-06 17:47             ` Chaitanya Kulkarni
2019-05-06 20:13             ` Minwoo Im
2019-05-06 20:13               ` Minwoo Im
2019-05-06 23:01               ` Chaitanya Kulkarni
2019-05-06 23:01                 ` Chaitanya Kulkarni
2019-05-06 23:23                 ` Minwoo Im
2019-05-06 23:23                   ` Minwoo Im
2019-05-07  1:38                   ` Chaitanya Kulkarni
2019-05-07  1:38                     ` Chaitanya Kulkarni
2019-05-09  5:51                   ` Chaitanya Kulkarni
2019-05-09  5:51                     ` Chaitanya Kulkarni
2019-05-09  6:15                     ` Minwoo Im
2019-05-09  6:15                       ` Minwoo Im
2019-05-07  6:20           ` Johannes Thumshirn [this message]
2019-05-07  6:20             ` Johannes Thumshirn
2019-05-07 10:23             ` Minwoo Im
2019-05-07 10:23               ` Minwoo Im
2019-05-09  5:52               ` Chaitanya Kulkarni
2019-05-09  5:52                 ` Chaitanya Kulkarni
2019-05-05 15:06 ` [PATCH 2/3] nvme: 016: " Minwoo Im
2019-05-05 15:06   ` Minwoo Im
2019-05-06 16:26   ` Chaitanya Kulkarni
2019-05-06 16:26     ` Chaitanya Kulkarni
2019-05-05 15:06 ` [PATCH 3/3] nvme: 017: " Minwoo Im
2019-05-05 15:06   ` Minwoo Im
2019-05-06 16:25   ` Chaitanya Kulkarni
2019-05-06 16:25     ` Chaitanya Kulkarni

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=20190507062034.GA3748@x250 \
    --to=jthumshirn@suse.de \
    --cc=Chaitanya.Kulkarni@wdc.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=minwoo.im.dev@gmail.com \
    --cc=osandov@osandov.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.