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=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 531AEC4360C for ; Thu, 10 Oct 2019 23:35:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2834420B7C for ; Thu, 10 Oct 2019 23:35:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Jc4YagVm" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726903AbfJJXfB (ORCPT ); Thu, 10 Oct 2019 19:35:01 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:57564 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726521AbfJJXfB (ORCPT ); Thu, 10 Oct 2019 19:35:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=DlXH4R1S1cfQrztVA5sQ9h7XdZJZOKDB2yAQ1wGqpSk=; b=Jc4YagVmqbUh99KDHoBhPLO03 5E6mFta3c6b/ZFB6sFsaxHNlpUXd4tJK/nROTWRwHym1gbG04Om8i70JsBD/xN5rLtE0c+KOTtFpT uSgMtpi332nMheNsLo0QDXL0kmm/Tz56tgqSIB2nIgLFUpjJnKtWtlOLHHCKKa46WM5ErdVUo+bxW hKLBl4awMS4nphMojG8cHSyR2VG4AIIDE1SREcQ1ywy8nLPniQDVF2bZW+RTQxTZu1QcdwGlxYs9Q KkPKEHvznFzDQnay2wVQyyPwK26Dvmczo9LqqvXRiZrl6AeUw+Kf/Ds6JFZewdQir/zv14eplCnS6 gN5LYt6tQ==; Received: from [2601:1c0:6280:3f0::9ef4] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1iIhxU-0003rA-JV; Thu, 10 Oct 2019 23:35:00 +0000 Subject: Re: [PATCH] Documentation: networking: add a chapter for the DIM library To: Jakub Kicinski Cc: "netdev@vger.kernel.org" , "linux-rdma@vger.kernel.org" , Tal Gilboa , David Miller , linux-doc@vger.kernel.org, Jacob Keller References: <20191010162003.4f36a820@cakuba.netronome.com> From: Randy Dunlap Message-ID: <4c7f5563-2ca1-d37b-7639-f3df99a0219b@infradead.org> Date: Thu, 10 Oct 2019 16:34:59 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20191010162003.4f36a820@cakuba.netronome.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 10/10/19 4:20 PM, Jakub Kicinski wrote: > On Thu, 10 Oct 2019 15:55:15 -0700, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Add a Documentation networking chapter for the DIM library. >> >> Signed-off-by: Randy Dunlap >> Cc: Tal Gilboa >> Cc: "David S. Miller" >> Cc: Jakub Kicinski >> Cc: netdev@vger.kernel.org >> Cc: linux-rdma@vger.kernel.org >> --- >> Documentation/networking/index.rst | 1 + >> Documentation/networking/lib-dim.rst | 6 ++++++ >> 2 files changed, 7 insertions(+) >> >> --- linux-next-20191010.orig/Documentation/networking/index.rst >> +++ linux-next-20191010/Documentation/networking/index.rst >> @@ -33,6 +33,7 @@ Contents: >> scaling >> tls >> tls-offload >> + lib-dim >> >> .. only:: subproject and html >> >> --- /dev/null >> +++ linux-next-20191010/Documentation/networking/lib-dim.rst >> @@ -0,0 +1,6 @@ >> +===================================================== >> +Dynamic Interrupt Moderation (DIM) library interfaces >> +===================================================== >> + >> +.. kernel-doc:: include/linux/dim.h >> + :internal: >> >> > > CC: linux-doc, Jake > > How does this relate to Documentation/networking/net_dim.txt ? > (note in case you want to edit that one there is a patch with > updates for that file from Jake I'll be applying shortly) > There is also a small patch from Jesse: https://lore.kernel.org/netdev/20191010193112.15215-1-jesse.brandeburg@intel.com/ -- ~Randy