All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Amery Hung <ameryhung@gmail.com>
Cc: bpf@vger.kernel.org, netdev@vger.kernel.org,
	alexei.starovoitov@gmail.com, andrii@kernel.org,
	daniel@iogearbox.net, paul.chaignon@gmail.com, kuba@kernel.org,
	stfomichev@gmail.com, martin.lau@kernel.org,
	mohsin.bashr@gmail.com, noren@nvidia.com, dtatulea@nvidia.com,
	saeedm@nvidia.com, tariqt@nvidia.com, mbloch@nvidia.com,
	maciej.fijalkowski@intel.com, kernel-team@meta.com
Subject: Re: [PATCH bpf-next v7 0/8] Add kfunc bpf_xdp_pull_data
Date: Wed, 24 Sep 2025 01:40:18 +0000	[thread overview]
Message-ID: <175867801825.1992487.13432380588820410306.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250922233356.3356453-1-ameryhung@gmail.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:

On Mon, 22 Sep 2025 16:33:48 -0700 you wrote:
> v7 -> v6
>   patch 5 (new patch)
>   - Rename variables in bpf_prog_test_run_xdp()
> 
>   patch 6
>   - Fix bugs (Martin)
> 
> [...]

Here is the summary with links:
  - [bpf-next,v7,1/8] bpf: Clear pfmemalloc flag when freeing all fragments
    https://git.kernel.org/bpf/bpf-next/c/8f12d1137c23
  - [bpf-next,v7,2/8] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
    https://git.kernel.org/bpf/bpf-next/c/dea1526fbafb
  - [bpf-next,v7,3/8] bpf: Support pulling non-linear xdp data
    https://git.kernel.org/bpf/bpf-next/c/4dce1a0d7cf3
  - [bpf-next,v7,4/8] bpf: Clear packet pointers after changing packet data in kfuncs
    https://git.kernel.org/bpf/bpf-next/c/0e7a733ab3d7
  - [bpf-next,v7,5/8] bpf: Make variables in bpf_prog_test_run_xdp less confusing
    https://git.kernel.org/bpf/bpf-next/c/7eb83bff02ad
  - [bpf-next,v7,6/8] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
    https://git.kernel.org/bpf/bpf-next/c/fe9544ed1a2e
  - [bpf-next,v7,7/8] selftests/bpf: Test bpf_xdp_pull_data
    https://git.kernel.org/bpf/bpf-next/c/323302f54db9
  - [bpf-next,v7,8/8] selftests: drv-net: Pull data before parsing headers
    https://git.kernel.org/bpf/bpf-next/c/efec2e55bdef

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



  parent reply	other threads:[~2025-09-24  1:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-22 23:33 [PATCH bpf-next v7 0/8] Add kfunc bpf_xdp_pull_data Amery Hung
2025-09-22 23:33 ` [PATCH bpf-next v7 1/8] bpf: Clear pfmemalloc flag when freeing all fragments Amery Hung
2025-09-22 23:33 ` [PATCH bpf-next v7 2/8] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail Amery Hung
2025-09-22 23:33 ` [PATCH bpf-next v7 3/8] bpf: Support pulling non-linear xdp data Amery Hung
2025-09-22 23:33 ` [PATCH bpf-next v7 4/8] bpf: Clear packet pointers after changing packet data in kfuncs Amery Hung
2025-09-22 23:33 ` [PATCH bpf-next v7 5/8] bpf: Make variables in bpf_prog_test_run_xdp less confusing Amery Hung
2025-09-22 23:33 ` [PATCH bpf-next v7 6/8] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN Amery Hung
2025-09-22 23:33 ` [PATCH bpf-next v7 7/8] selftests/bpf: Test bpf_xdp_pull_data Amery Hung
2025-09-22 23:33 ` [PATCH bpf-next v7 8/8] selftests: drv-net: Pull data before parsing headers Amery Hung
2025-09-24  1:40 ` patchwork-bot+netdevbpf [this message]
2025-09-24  1:41 ` [PATCH bpf-next v7 0/8] Add kfunc bpf_xdp_pull_data Martin KaFai Lau

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=175867801825.1992487.13432380588820410306.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexei.starovoitov@gmail.com \
    --cc=ameryhung@gmail.com \
    --cc=andrii@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=dtatulea@nvidia.com \
    --cc=kernel-team@meta.com \
    --cc=kuba@kernel.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=martin.lau@kernel.org \
    --cc=mbloch@nvidia.com \
    --cc=mohsin.bashr@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=noren@nvidia.com \
    --cc=paul.chaignon@gmail.com \
    --cc=saeedm@nvidia.com \
    --cc=stfomichev@gmail.com \
    --cc=tariqt@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.