Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1299497imu; Wed, 16 Jan 2019 16:42:25 -0800 (PST) X-Google-Smtp-Source: ALg8bN7G96Lz5TTbnOtOTi4l6tb/E7GvhDd8bVRcV9ECPRuuoJgHOR0154yx6gletFjLJHI+5qDd X-Received: by 2002:a62:1d4c:: with SMTP id d73mr12873811pfd.90.1547685745803; Wed, 16 Jan 2019 16:42:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547685745; cv=none; d=google.com; s=arc-20160816; b=M5qvffxQvx0s3ikE4Bhgg0k9DSEY86YXSOEEC3D37UCrNE2qIdfwUuFRHeluccpPXM NJd1YYFWWpim11ocRee3/zGdoh7k4BX5Yr8W3Zt43ZEfSl4+Om5FW/WeOX10z3pX4RJ4 bwDm7neKi/SGd3BYpH5dxcComJ5cO2V/MkrOCAYXbDlM+9W9mxEBD51bHWppdf5ikhou cZvB+SLw68ZTnxy8id0LOlwerc5xHPR498ozuBJdLgvA1A97Ha4Gj75MAJzimuSXZPF8 xnEA+BgLcvf1eXEidQAfBB8LQKGVA+cktCfqs0xYy8svUOcns3sKhFVJUKexjfIvFDg7 HDQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=YSP3agBxDZGOY3q8WsMb588b4PQLrnN1/Zrp/1yhdVs=; b=I0I5gDmXNC3S5+9JMxHX6Ju3eQV0ufccp/OmgItb1++7pkqJs2XkY63lLvYpdts5jX zXOLXvR2oaLyE2/QCMO55aG5Btj0cL6yCS1wMYHJJTPn0Tcw3xGJvyUcQ06212WWlOqC KT44edmtLtPqgmjCgXG0J5zXsBC4S8osxBQ4HDkm4a5P49QPOvx+1pUmWrNe5DpGIqTM hCjNScYpjEonXABGJPlu3VTvmjNG4SJHlNQ538Ch1Sjht6nnb6JBZdCCK3z/0oemhMUI OcjgQO1LJIB/b2xjATnbmXSKHVs/dZXvR7XbQyG86NsIYYAkyEshYEymLa3TDfrGf5jD O7lg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 204si7462267pga.383.2019.01.16.16.42.07; Wed, 16 Jan 2019 16:42:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732319AbfAPWDJ (ORCPT + 99 others); Wed, 16 Jan 2019 17:03:09 -0500 Received: from ms.lwn.net ([45.79.88.28]:52652 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731870AbfAPWDI (ORCPT ); Wed, 16 Jan 2019 17:03:08 -0500 Received: from lwn.net (localhost [127.0.0.1]) (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 26BA5300; Wed, 16 Jan 2019 22:03:08 +0000 (UTC) Date: Wed, 16 Jan 2019 15:03:07 -0700 From: Jonathan Corbet To: Otto Sabart Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, netdev@vger.kernel.org, "David S. Miller" Subject: Re: [PATCH 1/3] doc: networking: prepare scaling document for conversion into RST Message-ID: <20190116150307.67eb2201@lwn.net> In-Reply-To: <9a37aecf3f7e5b0df579f4c72885b0716f5abd6c.1547063330.git.ottosabart@seberm.com> References: <9a37aecf3f7e5b0df579f4c72885b0716f5abd6c.1547063330.git.ottosabart@seberm.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Jan 2019 20:57:22 +0100 Otto Sabart wrote: > Add markups which are necessary for successful conversion into > reStructuredText. > > There are no semantic changes. > > Signed-off-by: Otto Sabart This seems generally good, except: > Documentation/networking/scaling.txt | 131 +++++++++++++++++---------- > 1 file changed, 85 insertions(+), 46 deletions(-) > > diff --git a/Documentation/networking/scaling.txt b/Documentation/networking/scaling.txt > index b7056a8a0540..0ce13ed103bd 100644 > --- a/Documentation/networking/scaling.txt > +++ b/Documentation/networking/scaling.txt > @@ -1,4 +1,8 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +===================================== > Scaling in the Linux Networking Stack > +===================================== > > > Introduction > @@ -10,11 +14,11 @@ multi-processor systems. > > The following technologies are described: > > - RSS: Receive Side Scaling > - RPS: Receive Packet Steering > - RFS: Receive Flow Steering > - Accelerated Receive Flow Steering > - XPS: Transmit Packet Steering > +- RSS: Receive Side Scaling > +- RPS: Receive Packet Steering > +- RFS: Receive Flow Steering > +- Accelerated Receive Flow Steering > +- XPS: Transmit Packet Steering > > > RSS: Receive Side Scaling > @@ -45,7 +49,9 @@ programmable filters. For example, webserver bound TCP port 80 packets > can be directed to their own receive queue. Such “n-tuple” filters can > be configured from ethtool (--config-ntuple). > > -==== RSS Configuration > + > +RSS Configuration > +````````````````` The use of the heading levels is kind of strange; I'm not really sure why you did it that way? I'd rather this adhered to our normal hierarchy, so it should be: RSS Configuration ----------------- All of the other bottom-level headings should be as well. Fix that up, please, and I can take these. The whole series can also be squashed into a single patch (though I don't feel really strongly about that either way). Thanks, jon