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 B0151C43219 for ; Tue, 14 Dec 2021 14:04:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230382AbhLNOEW (ORCPT ); Tue, 14 Dec 2021 09:04:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbhLNOEW (ORCPT ); Tue, 14 Dec 2021 09:04:22 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C06EEC06173F; Tue, 14 Dec 2021 06:04:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=VqYovDH3Z3x9g3qdiHOsjCVSdJhRCUd9MY5YGW/ZIbQ=; b=U26mEnlM+tRg+YaeBhS88fUQVM eN9rr2BRhEjQqHOtNZ0NFgc1ePKMsjNBrC7GGxknfxCS5xwul4xZAKcT2AxqJv1ZkhECWvV2VarDy KDL9V7AybdNdheWYTPYwADeaacwfOhF2gXMAbwd0sAPvX+7XMe9kUHeVpOdS06ZkQT91cEVW4I8Mw hWeG9XpaJpqUqtQ2o1f1TlpSb9iKu7vZjmdvVZW/kMEHrBqrfLdsVX3nEthiRfmx6f4/2QPfwF3PM EcxcwmUxK19+/G8neagCiJAbZm2fE3xldp4ia8P3Wiu9/qf6veYNrv5qw9QsL+mIwlF537u3kd3bU W2hxSZYA==; Received: from [2001:4bb8:180:a1c8:4ccb:3bf7:77a2:141f] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mx8PU-00DlVF-CQ; Tue, 14 Dec 2021 14:04:05 +0000 From: Christoph Hellwig To: Jonathan Corbet , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko Cc: Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , linux-doc@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org Subject: improve the eBPF documentation Date: Tue, 14 Dec 2021 15:03:58 +0100 Message-Id: <20211214140402.288101-1-hch@lst.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hi all, this series first splits the eBPF introductions from the instruction set document to then drop the classic BPF documentation from this file to focus on eBPF and to cleanup the structure and rendering of this file a bit. Diffstat: index.rst | 1 instruction-set.rst | 510 +++++++++++++++------------------------------------- intro.rst | 238 ++++++++++++++++++++++++ 3 files changed, 387 insertions(+), 362 deletions(-)