All of lore.kernel.org
 help / color / mirror / Atom feed
From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH 0/2] nvme-cli: add support for an abort command with documentation
Date: Wed, 24 Jan 2018 22:15:29 +0900	[thread overview]
Message-ID: <6f273f10-f805-0f55-425e-e36e38796cd4@gmail.com> (raw)
In-Reply-To: <20180124130315.g7i3yk73avo7wh66@linux-x5ow.site>

On 01/24/2018 10:03 PM, Johannes Thumshirn wrote:
> On Wed, Jan 24, 2018@09:55:20PM +0900, Minwoo Im wrote:
>> Hello Johannes,
>>
>> On 01/24/2018 09:31 PM, Johannes Thumshirn wrote:
>>> On Wed, Jan 24, 2018@09:24:42PM +0900, Minwoo Im wrote:
>>>> It would be convenient to use abort command by a subcommand.
>>>> This command will strongly used by device developers to test device.
>>>
>>> Ahm... please no.
>>>
>>> If you need it for development just hack a small tool to create the
>>> passthrough ioctl() call but don't hand out loaded guns to children^Wusers.
>>>
>>
>> Thanks for your kindly comment.
>>
>> I thought nvme-cli tool would be used mostly by developers, not children
>> users. Also thought that it will not need any helps from kernel to abort a
>> specified command not just like delete I/O SQ/CQ so that nvme-cli could
>> handle this kind of thing.
> 
> nvme-cli will also be used by administrators intending to setup nvme over
> fabrics connections or debug nvme multipathing as well. It is certainly not a
> developer only tool.

Got it, Thanks for your kindly comment. :)

>> But, actually there is no limit for anybody to use this interface tool.
> 
> Yes, actually thinking more of it, the whole passthrough interface is
> dangerous. What happens if a user sends a delete CQ/SQ command via this
> interface and the kernel still tries to do I/O to it

Yes, That situation is one of the reason why I tried to add abort
command to nvme-cli because it does not need any helps from kernel.
As you said, delete CQ/SQ obviously needs helps from kernel to free
resources about queues.

Or.. Is there any cases that breaks behavior of kernel by an abort
command from user space?

Thanks,

  reply	other threads:[~2018-01-24 13:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-24 12:24 [PATCH 0/2] nvme-cli: add support for an abort command with documentation Minwoo Im
2018-01-24 12:31 ` Johannes Thumshirn
2018-01-24 12:55   ` Minwoo Im
2018-01-24 13:03     ` Johannes Thumshirn
2018-01-24 13:15       ` Minwoo Im [this message]
2018-01-24 17:26         ` James Smart
2018-01-25 13:14           ` Minwoo Im

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=6f273f10-f805-0f55-425e-e36e38796cd4@gmail.com \
    --to=minwoo.im.dev@gmail.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.