From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 239EAEB64DD for ; Tue, 11 Jul 2023 09:29:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232008AbjGKJ3h (ORCPT ); Tue, 11 Jul 2023 05:29:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232165AbjGKJ3Z (ORCPT ); Tue, 11 Jul 2023 05:29:25 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B5D62686; Tue, 11 Jul 2023 02:27:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=P3V/baKr27NERdyCLq3qNzWBANAN0kIdPapyH/jWGeQ=; b=wBArNjMLFJHfCiS1BW1cfJXaGR ta3KAYmFbZipVdyTkZ43tqArntzpXWn4W/1jLwXaowm6fWhzZwC2BBr83wIS/AObocNiGNyBLHNnp dyWhhz+eIFjWZZIY00OaQ72j7TiUoIDAlEHmL67Ij/R8jJhNhBjO2yj2dZg9bNqBOREX44rrGBCl8 jQqQ+jm5hzzFFd0D80jSexaNqFxGO98JR5G189BeINtuExMKfxc7C2tp9/uuQUFpsummqZCP+7AYL IxM+AQsmrmW/K1uCwVKqp3GcaPwN46F6psfNsu01FcvKEvG0p+q01kjnBfFKiTclUUeV6+xs/iwQd FTZRbQrA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qJ9eM-00EHmw-0c; Tue, 11 Jul 2023 09:27:14 +0000 Date: Tue, 11 Jul 2023 02:27:14 -0700 From: Christoph Hellwig To: "Andreas Hindborg (Samsung)" Cc: Christoph Hellwig , Ming Lei , Damien Le Moal , open list , "open list:BLOCK LAYER" , Minwoo Im , Matias Bjorling , gost.dev@samsung.com, Jens Axboe , Aravind Ramesh , Johannes Thumshirn , Hans Holmberg Subject: Re: [PATCH v6 1/3] ublk: add opcode offsets for DRV_IN/DRV_OUT Message-ID: References: <20230706130930.64283-1-nmi@metaspace.dk> <20230706130930.64283-2-nmi@metaspace.dk> <51b660f3-8145-d35e-87b4-d9ac0623606d@kernel.org> <87a5w3ymff.fsf@metaspace.dk> <875y6qzufc.fsf@metaspace.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <875y6qzufc.fsf@metaspace.dk> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Tue, Jul 11, 2023 at 11:02:15AM +0200, Andreas Hindborg (Samsung) wrote: > > Christoph Hellwig writes: > > > On Tue, Jul 11, 2023 at 08:23:40AM +0200, Andreas Hindborg (Samsung) wrote: > >> Yet most on-the-wire protocols for actual hardware does support this > >> some way or another. > > > > Supports what? Passthrough? No. > > Both SCSI and NVMe has command identifier ranges reserved for vendor > specific commands. I would assume that one use of these is to implement > passthrough channels to a device for testing out new interfaces. Just > guessing though. Vendor specific commands is an entirely different concept from Linux passthrough requests.