From: Jens Axboe <axboe@kernel.dk>
To: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>,
linux-block@vger.kernel.org, linux-scsi@vger.kernel.org
Cc: jejb@linux.ibm.com, dennis@kernel.org, hare@suse.com,
damien.lemoal@wdc.com, sagi@grimberg.me, dennisszhou@gmail.com,
jthumshirn@suse.de, osandov@fb.com, ming.lei@redhat.com,
tj@kernel.org, bvanassche@acm.org, martin.petersen@oracle.com
Subject: Re: [PATCH V2 0/4] block: introduce REQ_OP_ZONE_RESET_ALL
Date: Fri, 2 Aug 2019 07:41:47 -0600 [thread overview]
Message-ID: <0c30519f-2829-ec2c-8fb4-ccddd2580321@kernel.dk> (raw)
In-Reply-To: <20190801172638.4060-1-chaitanya.kulkarni@wdc.com>
On 8/1/19 11:26 AM, Chaitanya Kulkarni wrote:
> Hi,
>
> In current implementation Zoned block device issues one bio at a time
> based on the range of the offset and zones specified from userspace
> tools like blkzone. Worst case scenario it will issue N requests which
> are equal to the number of the zones when the application wants to
> reset the drive, e.g. mkfs.
>
> Zone Block devices allow issuing zone reset all operation [1]
> which can essentially reset all the available zones with only one
> command.
>
> This patch series introduces new REQ_OP_ZONE_RESET_ALL operation. Along
> with that, we also introduce QUEUE_FLAG_ZONE_RESETALL (and respective
> helpers) which is needed to be set by the low-level driver in order to
> enable the REQ_OP_ZONE_RESET_ALL.
Series looks fine to me.
Martin, I'd like someone to vet/review the SCSI side of it before I
apply it.
--
Jens Axboe
next prev parent reply other threads:[~2019-08-02 13:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-01 17:26 [PATCH V2 0/4] block: introduce REQ_OP_ZONE_RESET_ALL Chaitanya Kulkarni
2019-08-01 17:26 ` [PATCH V2 1/4] block: add req op to reset all zones and flag Chaitanya Kulkarni
2019-08-02 8:24 ` Hannes Reinecke
2019-08-01 17:26 ` [PATCH V2 2/4] blk-zoned: implement REQ_OP_ZONE_RESET_ALL Chaitanya Kulkarni
2019-08-02 1:06 ` Damien Le Moal
2019-08-02 8:25 ` Hannes Reinecke
2019-08-01 17:26 ` [PATCH V2 3/4] scsi: " Chaitanya Kulkarni
2019-08-02 1:07 ` Damien Le Moal
2019-08-02 8:25 ` Hannes Reinecke
2019-08-02 14:15 ` Martin K. Petersen
2019-08-01 17:26 ` [PATCH V2 4/4] null_blk: " Chaitanya Kulkarni
2019-08-02 8:25 ` Hannes Reinecke
2019-08-02 13:41 ` Jens Axboe [this message]
2019-08-02 14:16 ` [PATCH V2 0/4] block: introduce REQ_OP_ZONE_RESET_ALL Martin K. Petersen
2019-08-02 14:32 ` Jens Axboe
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=0c30519f-2829-ec2c-8fb4-ccddd2580321@kernel.dk \
--to=axboe@kernel.dk \
--cc=bvanassche@acm.org \
--cc=chaitanya.kulkarni@wdc.com \
--cc=damien.lemoal@wdc.com \
--cc=dennis@kernel.org \
--cc=dennisszhou@gmail.com \
--cc=hare@suse.com \
--cc=jejb@linux.ibm.com \
--cc=jthumshirn@suse.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=ming.lei@redhat.com \
--cc=osandov@fb.com \
--cc=sagi@grimberg.me \
--cc=tj@kernel.org \
/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.