BPF List
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: kuba@kernel.org, pabeni@redhat.com, edumazet@google.com,
	daniel@iogearbox.net, ast@kernel.org, andrii@kernel.org,
	martin.lau@linux.dev, netdev@vger.kernel.org,
	bpf@vger.kernel.org
Subject: pull-request: bpf-next 2025-01-07
Date: Tue,  7 Jan 2025 14:09:08 +0100	[thread overview]
Message-ID: <20250107130908.143644-1-daniel@iogearbox.net> (raw)

Hi David, hi Jakub, hi Paolo, hi Eric,

The following pull-request contains BPF updates for your *net-next* tree.

We've added 7 non-merge commits during the last 32 day(s) which contain
a total of 11 files changed, 190 insertions(+), 103 deletions(-).

The main changes are:

1) Migrate the test_xdp_meta.sh BPF selftest into test_progs
   framework, from Bastien Curutchet.

2) Add ability to configure head/tailroom for netkit devices,
   from Daniel Borkmann.

3) Fixes and improvements to the xdp_hw_metadata selftest,
   from Song Yoong Siang.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git tags/for-netdev

Thanks a lot!

Also thanks to reporters, reviewers and testers of commits in this pull-request:

Jakub Kicinski, Nikolay Aleksandrov, Stanislav Fomichev

----------------------------------------------------------------

The following changes since commit f930594981cd9db15315c0ca03292a91828e39f0:

  Merge branch 'ethtool-generate-uapi-header-from-the-spec' (2024-12-05 12:03:10 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git tags/for-netdev

for you to fetch changes up to 058268e23fcadc2bdb9297c6dff3a010c70f9762:

  selftests/bpf: Extend netkit tests to validate set {head,tail}room (2025-01-06 09:48:58 +0100)

----------------------------------------------------------------
bpf-next-for-netdev

----------------------------------------------------------------
Bastien Curutchet (2):
      selftests/bpf: test_xdp_meta: Rename BPF sections
      selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.c

Daniel Borkmann (3):
      netkit: Allow for configuring needed_{head,tail}room
      netkit: Add add netkit {head,tail}room to rt_link.yaml
      selftests/bpf: Extend netkit tests to validate set {head,tail}room

Martin KaFai Lau (1):
      Merge branch 'selftests-bpf-migrate-test_xdp_meta-sh-to-test_progs'

Song Yoong Siang (2):
      selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadata
      selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadata

 Documentation/netlink/specs/rt_link.yaml           |  6 ++
 drivers/net/netkit.c                               | 66 ++++++++++------
 include/uapi/linux/if_link.h                       |  2 +
 tools/include/uapi/linux/if_link.h                 |  2 +
 tools/testing/selftests/bpf/Makefile               |  1 -
 tools/testing/selftests/bpf/prog_tests/tc_netkit.c | 49 +++++++-----
 .../bpf/prog_tests/xdp_context_test_run.c          | 87 ++++++++++++++++++++++
 tools/testing/selftests/bpf/progs/test_tc_link.c   | 15 ++++
 tools/testing/selftests/bpf/progs/test_xdp_meta.c  |  4 +-
 tools/testing/selftests/bpf/test_xdp_meta.sh       | 58 ---------------
 tools/testing/selftests/bpf/xdp_hw_metadata.c      |  3 +-
 11 files changed, 190 insertions(+), 103 deletions(-)
 delete mode 100755 tools/testing/selftests/bpf/test_xdp_meta.sh

             reply	other threads:[~2025-01-07 13:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-07 13:09 Daniel Borkmann [this message]
2025-01-08  0:30 ` pull-request: bpf-next 2025-01-07 patchwork-bot+netdevbpf

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=20250107130908.143644-1-daniel@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=martin.lau@linux.dev \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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