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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_RED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 498E0C433DB for ; Tue, 19 Jan 2021 14:54:07 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CE88821D1B for ; Tue, 19 Jan 2021 14:54:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CE88821D1B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=virtualization-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2B921204E7; Tue, 19 Jan 2021 14:54:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lY9rDRwHJR3E; Tue, 19 Jan 2021 14:54:05 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by silver.osuosl.org (Postfix) with ESMTP id 7FC4E203E9; Tue, 19 Jan 2021 14:54:05 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5DD94C08A1; Tue, 19 Jan 2021 14:54:05 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id BCB32C013A for ; Tue, 19 Jan 2021 14:54:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A71842041F for ; Tue, 19 Jan 2021 14:54:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26V0xUlgxicw for ; Tue, 19 Jan 2021 14:54:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by silver.osuosl.org (Postfix) with ESMTPS id 78D04203E9 for ; Tue, 19 Jan 2021 14:54:02 +0000 (UTC) Received: from lwn.net (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2A03C3A54; Tue, 19 Jan 2021 14:54:01 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 2A03C3A54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1611068041; bh=cm0jvBHD4WTdeCztpNJxNQO2lLCKodXdCW5ZFrmgPJ4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iX51HpPWA296zR5nlSf398dDim+1220dwMLfRTF5kRgoFjI+S6/JtTUDwQ8Tbpfty DIOPBgcQMqobZC4WF4QaITKGQBF41HTkPD4iDrQOUWodtVZ+xuoAyPOyhTSTOKEAgE C7nELS/+B7NXr/9myjRQ/fr11yufDa4Vd5riijST7Gnn5VRZoygapjWyNm711AarAA PgvNgz7mbpJxZ8ckyL3ntA5yxJem6FAwxOXE7atQOjvnsUBuYrH5l5hIsnumvRr8Hd 5h/L8aSD7Shl9P+yABLO+v5R7x1sSxq+9C02Cn+OzYI0pIg1SdE/MKqc210d+RwZn4 Jo7h4YFGM5nAQ== Date: Tue, 19 Jan 2021 07:53:59 -0700 From: Jonathan Corbet To: Xie Yongji Subject: Re: [RFC v3 08/11] vduse: Introduce VDUSE - vDPA Device in Userspace Message-ID: <20210119075359.00204ca6@lwn.net> In-Reply-To: <20210119050756.600-2-xieyongji@bytedance.com> References: <20210119045920.447-1-xieyongji@bytedance.com> <20210119050756.600-1-xieyongji@bytedance.com> <20210119050756.600-2-xieyongji@bytedance.com> Organization: LWN.net MIME-Version: 1.0 Cc: axboe@kernel.dk, linux-aio@kvack.org, kvm@vger.kernel.org, mst@redhat.com, netdev@vger.kernel.org, rdunlap@infradead.org, willy@infradead.org, virtualization@lists.linux-foundation.org, hch@infradead.org, bob.liu@oracle.com, bcrl@kvack.org, viro@zeniv.linux.org.uk, stefanha@redhat.com, linux-fsdevel@vger.kernel.org X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Tue, 19 Jan 2021 13:07:53 +0800 Xie Yongji wrote: > diff --git a/Documentation/driver-api/vduse.rst b/Documentation/driver-api/vduse.rst > new file mode 100644 > index 000000000000..9418a7f6646b > --- /dev/null > +++ b/Documentation/driver-api/vduse.rst > @@ -0,0 +1,85 @@ > +================================== > +VDUSE - "vDPA Device in Userspace" > +================================== Thanks for documenting this feature! You will, though, need to add this new document to Documentation/driver-api/index.rst for it to be included in the docs build. That said, this would appear to be documentation for user space, right? So the userspace-api manual is probably a more appropriate place for it. Thanks, jon _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization