From patchwork Wed Jul 25 02:29:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tobin C. Harding" X-Patchwork-Id: 948991 X-Patchwork-Delegate: bpf@iogearbox.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=tobin.cc Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=tobin.cc header.i=@tobin.cc header.b="IWObyHm3"; dkim=pass (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="W03Zt8de"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41ZzjH5SGWz9s1R for ; Wed, 25 Jul 2018 12:30:27 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388532AbeGYDjb (ORCPT ); Tue, 24 Jul 2018 23:39:31 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:34445 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388446AbeGYDjb (ORCPT ); Tue, 24 Jul 2018 23:39:31 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 0967321CEC; Tue, 24 Jul 2018 22:30:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Tue, 24 Jul 2018 22:30:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobin.cc; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Pdqg+bsNhCBjTZG1X ZolszNuUd1LmLWnXJntJhJgE4U=; b=IWObyHm3nYf92kE/cmLCSpbRBHtTI0xfD ACB5RG97McuURnOvmX55WqafyE0f5vpa9WK/LShd7ekTr1tUCbz6z2dhtaKK8Q3y E8hXHoqAHg1hG6hb2bHyrARlv1IhB4e/+e5CyTWU8LHli8BzkdbFVnOoCun4F5o/ f1K5GbGfvEMhEiTncvNSA7bZV1wfORZ+Wvmq/GXWphUXeIekpUMCQfnKMfL3mRyI 711ZBHGP2zyfmXVFyHm27RZ2Va+tLVpQtQizgC8b+GF87b+O6zYy3po5aaq1bGeS jgM4IqaU9BD/M30EgrQvpq80nSOqVzXjmXMsGBBflkentbNarG0wA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=Pdqg+bsNhCBjTZG1XZolszNuUd1LmLWnXJntJhJgE4U=; b=W03Zt8de 0wsbq3KZ0d1CbHrmw9hZpzyGmFFLpSzhdxImKXMWGc83q46yJyG7uVtsNS0ahVgy tHowlz2c5RUZiCjtjzQqvZ9pns53A4TrfLl41jWaYL4MKHy3jCK+N9d238rEuJGt 5iAYztcPCHhGJBEOS131bxPS40gnHeWAb+y7EMvj3Ds3G7vtvrIvOXvOuNcZK7HT Y4553BrAvKFZYhma5v/GehZNLc070/qdJ8YQLufhtUrbY9ve4JN151zMBvhz5I2H pTrqKyvDGMmpKYLnOUpEL2fa63SbxP5Q76Ym3vtsxT2YDjhBjOiVv97TPAjzts9b ZqswpFmh3G5syA== X-ME-Proxy: X-ME-Sender: Received: from localhost (ppp121-44-239-245.bras2.syd2.internode.on.net [121.44.239.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 952701026A; Tue, 24 Jul 2018 22:30:04 -0400 (EDT) From: "Tobin C. Harding" To: Jonathan Corbet Cc: "Tobin C. Harding" , Alexei Starovoitov , Daniel Borkmann , linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/4] docs: bpf: Add toctree to index Date: Wed, 25 Jul 2018 12:29:24 +1000 Message-Id: <20180725022926.8993-3-me@tobin.cc> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180725022926.8993-1-me@tobin.cc> References: <20180725022926.8993-1-me@tobin.cc> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Recently bpf/ docs were converted to us RST format. bp/index.rst was created out of README but toctree was not added to include files within Documentation/bpf/ Add toctree to Documentation/bpf/index.rst Signed-off-by: Tobin C. Harding --- Documentation/bpf/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index b9a80c9e9392..ab2ff13a809b 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -22,14 +22,14 @@ Frequently asked questions (FAQ) Two sets of Questions and Answers (Q&A) are maintained. -* QA for common questions about BPF see: bpf_design_QA_ +.. toctree:: + :maxdepth: 1 -* QA for developers interacting with BPF subsystem: bpf_devel_QA_ + bpf_design_QA + bpf_devel_QA .. Links: -.. _bpf_design_QA: bpf_design_QA.rst -.. _bpf_devel_QA: bpf_devel_QA.rst .. _Documentation/networking/filter.txt: ../networking/filter.txt .. _man-pages: https://www.kernel.org/doc/man-pages/ .. _bpf(2): http://man7.org/linux/man-pages/man2/bpf.2.html