lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 20 Jul 2020 16:28:26 -0700
From:   Sagi Grimberg <sagi@...mberg.me>
To:     Keith Busch <kbusch@...nel.org>,
        Logan Gunthorpe <logang@...tatee.com>
Cc:     Chaitanya Kulkarni <Chaitanya.Kulkarni@....com>,
        linux-kernel@...r.kernel.org, linux-nvme@...ts.infradead.org,
        Stephen Bates <sbates@...thlin.com>, Jens Axboe <axboe@...com>,
        Max Gurtovoy <maxg@...lanox.com>,
        Christoph Hellwig <hch@....de>
Subject: Re: [PATCH v15 7/9] nvmet-passthru: Add passthru code to process
 commands



On 7/20/20 4:17 PM, Keith Busch wrote:
> On Mon, Jul 20, 2020 at 05:01:19PM -0600, Logan Gunthorpe wrote:
>> On 2020-07-20 4:35 p.m., Sagi Grimberg wrote:
>>
>>> passthru commands are in essence REQ_OP_DRV_IN/REQ_OP_DRV_OUT, which
>>> means that the driver shouldn't need the ns at all. So if you have a
>>> dedicated request queue (mapped to the I/O tagset), you don't need the
>>> ns->queue and we can lose the ns lookup altogether.
> 
> We still need a request_queue to dispatch the command. I guess you could
> make a generic one for the controller that isn't tied to a namespace,
> but we lose the fair shared tag allocation.

What do you mean fair shared tag allocation?

Powered by blists - more mailing lists