bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kui-Feng Lee <thinker.li@gmail.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, martin.lau@linux.dev,
	song@kernel.org, kernel-team@meta.com, andrii@kernel.org,
	quentin@isovalent.com, sinquersw@gmail.com, kuifeng@meta.com
Subject: Re: [PATCH bpf-next v6 0/5] Create shadow types for struct_ops maps in skeletons
Date: Thu, 29 Feb 2024 22:30:35 +0000	[thread overview]
Message-ID: <170924583548.25842.11605612957276937344.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240229064523.2091270-1-thinker.li@gmail.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Wed, 28 Feb 2024 22:45:18 -0800 you wrote:
> This patchset allows skeleton users to change the values of the fields
> in struct_ops maps at runtime. It will create a shadow type pointer in
> a skeleton for each struct_ops map, allowing users to access the
> values of fields through these pointers. For instance, if there is an
> integer field named "FOO" in a struct_ops map called "testmap", you
> can access the value of "FOO" in this way.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v6,1/5] libbpf: set btf_value_type_id of struct bpf_map for struct_ops.
    https://git.kernel.org/bpf/bpf-next/c/3644d285462a
  - [bpf-next,v6,2/5] libbpf: Convert st_ops->data to shadow type.
    https://git.kernel.org/bpf/bpf-next/c/69e4a9d2b3f5
  - [bpf-next,v6,3/5] bpftool: generated shadow variables for struct_ops maps.
    https://git.kernel.org/bpf/bpf-next/c/a7b0fa352eaf
  - [bpf-next,v6,4/5] bpftool: Add an example for struct_ops map and shadow type.
    https://git.kernel.org/bpf/bpf-next/c/f2e81192e07e
  - [bpf-next,v6,5/5] selftests/bpf: Test if shadow types work correctly.
    https://git.kernel.org/bpf/bpf-next/c/0623e7331794

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-02-29 22:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29  6:45 [PATCH bpf-next v6 0/5] Create shadow types for struct_ops maps in skeletons Kui-Feng Lee
2024-02-29  6:45 ` [PATCH bpf-next v6 1/5] libbpf: set btf_value_type_id of struct bpf_map for struct_ops Kui-Feng Lee
2024-02-29  6:45 ` [PATCH bpf-next v6 2/5] libbpf: Convert st_ops->data to shadow type Kui-Feng Lee
2024-02-29  6:45 ` [PATCH bpf-next v6 3/5] bpftool: generated shadow variables for struct_ops maps Kui-Feng Lee
2024-02-29 22:25   ` Andrii Nakryiko
2024-03-01 18:04     ` Kui-Feng Lee
2024-02-29  6:45 ` [PATCH bpf-next v6 4/5] bpftool: Add an example for struct_ops map and shadow type Kui-Feng Lee
2024-02-29  6:45 ` [PATCH bpf-next v6 5/5] selftests/bpf: Test if shadow types work correctly Kui-Feng Lee
2024-02-29 22:30 ` patchwork-bot+netdevbpf [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=170924583548.25842.11605612957276937344.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=kernel-team@meta.com \
    --cc=kuifeng@meta.com \
    --cc=martin.lau@linux.dev \
    --cc=quentin@isovalent.com \
    --cc=sinquersw@gmail.com \
    --cc=song@kernel.org \
    --cc=thinker.li@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).