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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0673C47088 for ; Fri, 2 Dec 2022 22:17:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234681AbiLBWRa (ORCPT ); Fri, 2 Dec 2022 17:17:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234191AbiLBWR2 (ORCPT ); Fri, 2 Dec 2022 17:17:28 -0500 Received: from mx0b-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B979F336 for ; Fri, 2 Dec 2022 14:17:27 -0800 (PST) Received: from pps.filterd (m0109332.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2B2K4QG5003678 for ; Fri, 2 Dec 2022 14:17:27 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=meta.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=s2048-2021-q4; bh=tkcwT+C1QJRCBRNZjxv8bkSy4fjZd/2B22bsUXK/XN4=; b=Cqw34lx1D1HQV4uU6zRPhfMngTh3xwLmC6tG8ilLLJ4Lw+hsUH2hvOV6lNr53VisNLQw XoXRmmfjj30ynAUtgbjjebl2T+eI7GmeCoalptmlt3z5VBaXgtAO84flvFh5sPg5K5qh rwn247PU/+d2cld7ftXsz7D9U7Nj9M8bN8r7q6XM9QNS+Ygm4GBJzO1Lr7zOcGG8TeVw JSdye0+Rs0ux9szEvDlg2lnfUGhhy5LaOm7okbH2zMYtDCR0NDZqbhSpHiv85JjLheHR P1MRLTgKSqO+HHb7qVsywt9p2CZT6tTeFWnnK1E+p2Mg865DQTZTjkISKB5om3Ynu4zg oA== Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3m7gqn502h-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Fri, 02 Dec 2022 14:17:26 -0800 Received: from snc-exhub201.TheFacebook.com (2620:10d:c085:21d::7) by snc-exhub104.TheFacebook.com (2620:10d:c085:11d::4) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Fri, 2 Dec 2022 14:17:25 -0800 Received: from twshared4568.42.prn1.facebook.com (2620:10d:c085:208::f) by mail.thefacebook.com (2620:10d:c085:21d::7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Fri, 2 Dec 2022 14:17:25 -0800 Received: by devvm11876.prn0.facebook.com (Postfix, from userid 343873) id 4CEB34052A38; Fri, 2 Dec 2022 14:17:20 -0800 (PST) From: Sreevani Sreejith To: , , , , , CC: , , , Sreevani Subject: [PATCH v2 bpf-next 0/1] BPF Iterator Document Date: Fri, 2 Dec 2022 14:17:09 -0800 Message-ID: <20221202221710.320810-1-ssreevani@meta.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-ORIG-GUID: VP9zXM_PGrVm11ZPXFZjck2xvvpWtA37 X-Proofpoint-GUID: VP9zXM_PGrVm11ZPXFZjck2xvvpWtA37 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-02_12,2022-12-01_01,2022-06-22_01 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sreevani Removed SVG image file. Sreevani Sreejith (1): bpf, docs: BPF Iterator Document Documentation/bpf/bpf_iterators.rst | 485 ++++++++++++++++++++++++++++ Documentation/bpf/index.rst | 1 + 2 files changed, 486 insertions(+) create mode 100644 Documentation/bpf/bpf_iterators.rst --=20 2.30.2