Re: [PATCH bpf-next v6 4/5] selftests/bpf: Add test for dmabuf_iter

2025-05-14 Thread T.J. Mercier
On Wed, May 14, 2025 at 1:53 PM Song Liu wrote: > > On Tue, May 13, 2025 at 9:36 AM T.J. Mercier wrote: > > > > This test creates a udmabuf, and a dmabuf from the system dmabuf heap, > > and uses a BPF program that prints dmabuf metadata with the new > > dmabuf_iter to verify they can be found. >

Re: [PATCH bpf-next v6 4/5] selftests/bpf: Add test for dmabuf_iter

2025-05-14 Thread Song Liu
On Tue, May 13, 2025 at 9:36 AM T.J. Mercier wrote: > > This test creates a udmabuf, and a dmabuf from the system dmabuf heap, > and uses a BPF program that prints dmabuf metadata with the new > dmabuf_iter to verify they can be found. > > Signed-off-by: T.J. Mercier > Acked-by: Christian König

[PATCH bpf-next v6 4/5] selftests/bpf: Add test for dmabuf_iter

2025-05-13 Thread T.J. Mercier
This test creates a udmabuf, and a dmabuf from the system dmabuf heap, and uses a BPF program that prints dmabuf metadata with the new dmabuf_iter to verify they can be found. Signed-off-by: T.J. Mercier Acked-by: Christian König --- tools/testing/selftests/bpf/config| 3 + .../se