From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quentin Monnet Subject: [PATCH bpf-next 0/3] bpf: install eBPF helper man page along with bpftool doc Date: Thu, 12 Jul 2018 12:52:21 +0100 Message-ID: <20180712115224.17364-1-quentin.monnet@netronome.com> Cc: netdev@vger.kernel.org, oss-drivers@netronome.com, quentin.monnet@netronome.com To: daniel@iogearbox.net, ast@kernel.org Return-path: Received: from mail-wr1-f67.google.com ([209.85.221.67]:43434 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726650AbeGLMCF (ORCPT ); Thu, 12 Jul 2018 08:02:05 -0400 Received: by mail-wr1-f67.google.com with SMTP id b15-v6so21435805wrv.10 for ; Thu, 12 Jul 2018 04:52:52 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: The three patches in this series are related to the documentation for eBPF helpers. The first patch brings minor formatting edits to the documentation in include/uapi/linux/bpf.h, and the second one updates the related header file under tools/. The third patch adds a Makefile under tools/bpf for generating the documentation (man pages) about eBPF helpers. The targets defined in this file can also be called from the bpftool directory (please refer to relevant commit logs for details). Quentin Monnet (3): bpf: fix documentation for eBPF helpers tools: bpf: synchronise BPF UAPI header with tools tools: bpf: build and install man page for eBPF helpers from bpftool/ include/uapi/linux/bpf.h | 6 ++-- tools/bpf/Makefile.helpers | 59 ++++++++++++++++++++++++++++++++ tools/bpf/bpftool/Documentation/Makefile | 13 ++++--- tools/include/uapi/linux/bpf.h | 32 ++++++++++++----- 4 files changed, 93 insertions(+), 17 deletions(-) create mode 100644 tools/bpf/Makefile.helpers -- 2.14.1