Skip to content

Conversation

@kernel-patches-bot
Copy link

Pull request for series with
subject: bpftool: Use sysfs vmlinux when dumping BTF by ID
version: 3
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=641386

@kernel-patches-bot
Copy link
Author

Master branch: a2aa95b
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=641386
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: 365d519
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=641386
version: 3

@kernel-patches-bot kernel-patches-bot force-pushed the series/636571=>bpf-next branch from f788798 to 217697d Compare May 13, 2022 13:17
@kernel-patches-bot
Copy link
Author

Master branch: b2531d4
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=641386
version: 3

@kernel-patches-bot kernel-patches-bot force-pushed the series/636571=>bpf-next branch from 217697d to 2d580cf Compare May 13, 2022 13:21
@kernel-patches-bot
Copy link
Author

Master branch: 0d2d264
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=641386
version: 3

@kernel-patches-bot kernel-patches-bot force-pushed the series/636571=>bpf-next branch from 2d580cf to 8965da9 Compare May 13, 2022 20:10
@kernel-patches-bot
Copy link
Author

Master branch: 0d2d264
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=641386
version: 3

@kernel-patches-bot kernel-patches-bot force-pushed the series/636571=>bpf-next branch from 8965da9 to 320b99d Compare May 13, 2022 21:56
@kernel-patches-bot
Copy link
Author

Master branch: 16d1e00
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=641386
version: 3

Kernel Patches Daemon and others added 2 commits May 13, 2022 16:08
Currently, dumping almost all BTFs specified by id requires
using the -B option to pass the base BTF. For kernel module
BTFs the vmlinux BTF sysfs path should work.

This patch simplifies dumping by ID usage by loading
vmlinux BTF from sysfs as base, if base BTF was not specified
and the ID corresponds to a kernel module BTF.

Signed-off-by: Larysa Zaremba <larysa.zaremba@intel.com>
Reviewed-by: Alexander Lobakin <alexandr.lobakin@intel.com>
@kernel-patches-bot kernel-patches-bot force-pushed the series/636571=>bpf-next branch from 320b99d to 0c71dcb Compare May 13, 2022 23:08
@kernel-patches-bot
Copy link
Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=641386 irrelevant now. Closing PR.

@kernel-patches-bot kernel-patches-bot deleted the series/636571=>bpf-next branch May 13, 2022 23:12
kernel-patches-daemon-bpf-rc bot pushed a commit that referenced this pull request Oct 29, 2025
Alexis Lothoré says:

====================
Hello,
this is the v3 of test_tc_tunnel conversion into test_progs framework.
This new revision:
- fixes a few issues spotted by the bot reviewer
- removes any test ensuring connection failure (and so depending on a
  timout) to keep the execution time reasonable

test_tc_tunnel.sh tests a variety of tunnels based on BPF: packets are
encapsulated by a BPF program on the client egress. We then check that
those packets can be decapsulated on server ingress side, either thanks
to kernel-based or BPF-based decapsulation. Those tests are run thanks
to two veths in two dedicated namespaces.

- patches 1 and 2 are preparatory patches
- patch 3 introduce tc_tunnel test into test_progs
- patch 4 gets rid of the test_tc_tunnel.sh script

The new test has been executed both in some x86 local qemu machine, as
well as in CI:

  # ./test_progs -a tc_tunnel
  #454/1   tc_tunnel/ipip_none:OK
  #454/2   tc_tunnel/ipip6_none:OK
  #454/3   tc_tunnel/ip6tnl_none:OK
  #454/4   tc_tunnel/sit_none:OK
  #454/5   tc_tunnel/vxlan_eth:OK
  #454/6   tc_tunnel/ip6vxlan_eth:OK
  #454/7   tc_tunnel/gre_none:OK
  #454/8   tc_tunnel/gre_eth:OK
  #454/9   tc_tunnel/gre_mpls:OK
  #454/10  tc_tunnel/ip6gre_none:OK
  #454/11  tc_tunnel/ip6gre_eth:OK
  #454/12  tc_tunnel/ip6gre_mpls:OK
  #454/13  tc_tunnel/udp_none:OK
  #454/14  tc_tunnel/udp_eth:OK
  #454/15  tc_tunnel/udp_mpls:OK
  #454/16  tc_tunnel/ip6udp_none:OK
  #454/17  tc_tunnel/ip6udp_eth:OK
  #454/18  tc_tunnel/ip6udp_mpls:OK
  #454     tc_tunnel:OK
  Summary: 1/18 PASSED, 0 SKIPPED, 0 FAILED
====================

Link: https://patch.msgid.link/20251027-tc_tunnel-v3-0-505c12019f9d@bootlin.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants