mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: Peter Wu <peter@lekensteyn.nl>
Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] bpf.2: update enum bpf_map_type and enum bpf_prog_type
Date: Fri, 17 Apr 2020 12:09:04 +0200	[thread overview]
Message-ID: <fafd846d-d365-efc2-8a6a-a5a1b471e9cd@gmail.com> (raw)
In-Reply-To: <20190804205353.2956-1-peter@lekensteyn.nl>

Hello Peter,

On 8/4/19 10:53 PM, Peter Wu wrote:
> Taken from Linux v5.3-rc2. Add a reference to the header file to save
> the future reader some time figuring out whether more entries exist.

Thanks. Patch applied.

Cheers,

Michael


> Signed-off-by: Peter Wu <peter@lekensteyn.nl>
> ---
>  man2/bpf.2 | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/man2/bpf.2 b/man2/bpf.2
> index 5a766aaa8..51e3bd111 100644
> --- a/man2/bpf.2
> +++ b/man2/bpf.2
> @@ -367,6 +367,14 @@ enum bpf_map_type {
>      BPF_MAP_TYPE_DEVMAP,
>      BPF_MAP_TYPE_SOCKMAP,
>      BPF_MAP_TYPE_CPUMAP,
> +    BPF_MAP_TYPE_XSKMAP,
> +    BPF_MAP_TYPE_SOCKHASH,
> +    BPF_MAP_TYPE_CGROUP_STORAGE,
> +    BPF_MAP_TYPE_REUSEPORT_SOCKARRAY,
> +    BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE,
> +    BPF_MAP_TYPE_QUEUE,
> +    BPF_MAP_TYPE_STACK,
> +    /* See /usr/include/linux/bpf.h for the full list. */
>  };
>  .EE
>  .in
> @@ -756,6 +764,25 @@ enum bpf_prog_type {
>      BPF_PROG_TYPE_KPROBE,
>      BPF_PROG_TYPE_SCHED_CLS,
>      BPF_PROG_TYPE_SCHED_ACT,
> +    BPF_PROG_TYPE_TRACEPOINT,
> +    BPF_PROG_TYPE_XDP,
> +    BPF_PROG_TYPE_PERF_EVENT,
> +    BPF_PROG_TYPE_CGROUP_SKB,
> +    BPF_PROG_TYPE_CGROUP_SOCK,
> +    BPF_PROG_TYPE_LWT_IN,
> +    BPF_PROG_TYPE_LWT_OUT,
> +    BPF_PROG_TYPE_LWT_XMIT,
> +    BPF_PROG_TYPE_SOCK_OPS,
> +    BPF_PROG_TYPE_SK_SKB,
> +    BPF_PROG_TYPE_CGROUP_DEVICE,
> +    BPF_PROG_TYPE_SK_MSG,
> +    BPF_PROG_TYPE_RAW_TRACEPOINT,
> +    BPF_PROG_TYPE_CGROUP_SOCK_ADDR,
> +    BPF_PROG_TYPE_LWT_SEG6LOCAL,
> +    BPF_PROG_TYPE_LIRC_MODE2,
> +    BPF_PROG_TYPE_SK_REUSEPORT,
> +    BPF_PROG_TYPE_FLOW_DISSECTOR,
> +    /* See /usr/include/linux/bpf.h for the full list. */
>  };
>  .EE
>  .in
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

      reply	other threads:[~2020-04-17 10:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-04 20:53 Peter Wu
2020-04-17 10:09 ` Michael Kerrisk (man-pages) [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fafd846d-d365-efc2-8a6a-a5a1b471e9cd@gmail.com \
    --to=mtk.manpages@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-man@vger.kernel.org \
    --cc=peter@lekensteyn.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome