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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 6CF95C2BA19 for ; Thu, 9 Apr 2020 19:21:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3C2822072F for ; Thu, 9 Apr 2020 19:21:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586460119; bh=lSQWaEQWgnHmtSWjR18IPvPCkKAFsxx45uCf+BNYRHI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=ggfpC5GeRnomMhpRDdVFrguweH7PKJMnWKlG8DkEoK1Sokbb+hO/q14H+0pc/b1a3 h1LsOORAr0f8AUzUmIS4tesTGwzyW2Aj9Bf9pBaDkRDThEywNnzOfgjC6lO1ut0ofk E1TISPplUSTw193DIu8495NicSTOQT/CvR0ChnBc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726740AbgDITV6 (ORCPT ); Thu, 9 Apr 2020 15:21:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:56928 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725970AbgDITV5 (ORCPT ); Thu, 9 Apr 2020 15:21:57 -0400 Received: from kicinski-fedora-PC1C0HJN (unknown [163.114.132.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8D024206F5; Thu, 9 Apr 2020 19:21:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586460117; bh=lSQWaEQWgnHmtSWjR18IPvPCkKAFsxx45uCf+BNYRHI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EsaXhYbWhiic4+d2CBEZZ4tSfmsWQRqDcamWiPhe+4yTw0re0efXh/Ym20trfnLmE 96RfouGJZ9MnSP3Im4V9HzZnysJeOjntCe2Uv8H5FkaEMX7f733YP/KoSGYiphFpeM MH2UivQ6h18qjnk2VIHWWR6NPJY7tsQgkaIynxJY= Date: Thu, 9 Apr 2020 12:21:55 -0700 From: Jakub Kicinski To: Randy Dunlap Cc: davem@davemloft.net, netdev@vger.kernel.org, kernel-team@fb.com, talgi@mellanox.com, leon@kernel.org, jacob.e.keller@intel.com Subject: Re: [PATCH net] docs: networking: convert DIM to RST Message-ID: <20200409122155.5c4e9b12@kicinski-fedora-PC1C0HJN> In-Reply-To: References: <20200409175704.305241-1-kuba@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 9 Apr 2020 12:17:52 -0700 Randy Dunlap wrote: > On 4/9/20 10:57 AM, Jakub Kicinski wrote: > > Convert the Dynamic Interrupt Moderation doc to RST and > > use the RST features like syntax highlight, function and > > structure documentation, enumerations, table of contents. > > > > Signed-off-by: Jakub Kicinski > > Hi, > > Tested-by: Randy Dunlap > Reviewed-by: Randy Dunlap > > Sorry I dropped the ball on this. No worries at all! I had to read through this doc so I thought I'd convert it to RST at the same time. Thanks for the review!