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=-7.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 AC0EBC636C8 for ; Fri, 16 Jul 2021 01:49:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D75B613E7 for ; Fri, 16 Jul 2021 01:49:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232169AbhGPBwH (ORCPT ); Thu, 15 Jul 2021 21:52:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230297AbhGPBwF (ORCPT ); Thu, 15 Jul 2021 21:52:05 -0400 Received: from mail-lj1-x234.google.com (mail-lj1-x234.google.com [IPv6:2a00:1450:4864:20::234]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D3A9C06175F; Thu, 15 Jul 2021 18:49:10 -0700 (PDT) Received: by mail-lj1-x234.google.com with SMTP id u14so11872812ljh.0; Thu, 15 Jul 2021 18:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ooSnDnaRR1y2Zt84zTUnLEoZAoDuRHyWJmkvYjQARyY=; b=IjXqonnTm4PDZn+/7269i0JJN00zVfCYtT+x/4bKk5lHWl6H5aMSAElprq580/8juE 1xAU6nQEqlEJ4zLpw30X+OIdNxFDMU/QssAqZS17eJVhNhUChK+M5eqjkFhiuEx56Qit 8WuWx6fCJkCEYULYt0U3ZeSvaIVn3r/6PBinfskma7puk1fJiUqoxDPsYk1PDNAXjqAy OXSLWnRJ9+8fzTJ1f+bIlfG+rZuHpwAi46638Tq+lOTFjaAyu0e6cuS/A/BwFiUMFDT+ gfK81TdTELwrCZuNwvh6UruV2CK0dI0zkp2qQ1pm5ZAf9hTC8JAbj6sxLAMt4CLDAyKv od9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ooSnDnaRR1y2Zt84zTUnLEoZAoDuRHyWJmkvYjQARyY=; b=bjPR3oSMfVrRx4fNUYoYFvUOm7YSkCtZUfR0Fq/YYbbEnXXkj73MLK+lWPzDgaCXoF 8R5OmBYsPAtGWRqbN3/XXqWprlgdRfV11DUNpJTRBMr4VBkATtDUO/WiQuJUXQk7ZzB6 T9diuuBchlkd82Nk1fyoW/pRG5KMI+vUrBX+giEvYLUqNrh1RQxizqrYSH77ZyPM4J80 yXSzhZJMSlausR1BOnHPRaCbPih60aqGDUJqQ7icvlpYmn/qBpLAlCBE1yV3ezL0IM7U WHX6pFbD79UBgQFtPWYRx5LZAgplmssVfQm/SqpedMuXyDME+wj0YiZzdt1S6u5uxLKD Fmtw== X-Gm-Message-State: AOAM531B10goftB/KdZsiIYicQcKI1kZXBNXPr1daprCSP9QzTfEfLSG 5QSQE6aUMrNURrCalEZNe6837k9WYdkUooovSXc= X-Google-Smtp-Source: ABdhPJxi3dW8s9VnSn6wSkvqXocXr6SGUM/bv49mLVpSdhOBoP9wU1TO0PiTIvxstkaRLHqVWXlHEwgRD2k/i8mNXVw= X-Received: by 2002:a2e:a887:: with SMTP id m7mr2877598ljq.236.1626400148732; Thu, 15 Jul 2021 18:49:08 -0700 (PDT) MIME-Version: 1.0 References: <20210712173723.1597-1-royujjal@gmail.com> <60ee2dc76ac1c_196e22088d@john-XPS-13-9370.notmuch> In-Reply-To: <60ee2dc76ac1c_196e22088d@john-XPS-13-9370.notmuch> From: Alexei Starovoitov Date: Thu, 15 Jul 2021 18:48:57 -0700 Message-ID: Subject: Re: [PATCH v2 bpf-nxt] Documentation/bpf: Add heading and example for extensions in filter.rst To: John Fastabend Cc: "Roy, UjjaL" , Song Liu , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , KP Singh , "David S . Miller" , Jakub Kicinski , Jonathan Corbet , Paul Walmsley , Palmer Dabbelt , Albert Ou , Nathan Chancellor , Nick Desaulniers , Networking , BPF , Linux Doc Mailing List , open list , linux-riscv , Clang-Built-Linux ML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 13, 2021 at 5:20 PM John Fastabend wrote: > > Roy, UjjaL wrote: > > [1] https://www.kernel.org/doc/html/latest/bpf/ > > > > Add new heading for extensions to make it more readable. Also, add one > > more example of filtering interface index for better understanding. > > > > Signed-off-by: Roy, UjjaL > > Acked-by: Song Liu > > Looks OK to me. I thought the original was readable without the header, but > if it helps someone seems easy enough to do. > > Acked-by: John Fastabend I cannot figure out how to apply this patch, because I see: Applying: Documentation/bpf: Add heading and example for extensions in filter.rst fatal: empty ident name (for <>) not allowed Any idea?