Re: [PATCH bpf-next v5 5/5] selftests/bpf: Add test for open coded dmabuf_iter

2025-05-12 Thread T.J. Mercier
On Mon, May 12, 2025 at 1:30 PM Song Liu wrote: > > On Mon, May 12, 2025 at 10:41 AM T.J. Mercier wrote: > > > > Use the same test buffers as the traditional iterator and a new BPF map > > to verify the test buffers can be found with the open coded dmabuf > > iterator. > > > > Signed-off-by: T.J.

Re: [PATCH bpf-next v5 5/5] selftests/bpf: Add test for open coded dmabuf_iter

2025-05-12 Thread Song Liu
On Mon, May 12, 2025 at 10:41 AM T.J. Mercier wrote: > > Use the same test buffers as the traditional iterator and a new BPF map > to verify the test buffers can be found with the open coded dmabuf > iterator. > > Signed-off-by: T.J. Mercier > Acked-by: Christian König Acked-by: Song Liu With

[PATCH bpf-next v5 5/5] selftests/bpf: Add test for open coded dmabuf_iter

2025-05-12 Thread T.J. Mercier
Use the same test buffers as the traditional iterator and a new BPF map to verify the test buffers can be found with the open coded dmabuf iterator. Signed-off-by: T.J. Mercier Acked-by: Christian König --- .../testing/selftests/bpf/bpf_experimental.h | 5 +++ .../selftests/bpf/prog_tests/dma