Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libbpf: Expose API to consume one ring at a time #5401

Closed

Conversation

kernel-patches-daemon-bpf[bot]
Copy link

Pull request for series with
subject: libbpf: Expose API to consume one ring at a time
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=769394

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: dc644b5
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=769394
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 7b2b201
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=769394
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 36397a1
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=769394
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 13fd5e1
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=769394
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 63e2da3
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=769394
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 63e2da3
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=769699
version: 2

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 63e2da3
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=769699
version: 2

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 63e2da3
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770029
version: 3

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 63e2da3
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770032
version: 4

@kernel-patches-daemon-bpf kernel-patches-daemon-bpf bot added V4 and removed V3 labels Jul 27, 2023
@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: eb62e6a
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770495
version: 5

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: e546a11
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770495
version: 5

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 96ead1e
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770495
version: 5

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 898f55f
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770495
version: 5

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 526bc5b
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770495
version: 5

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 2adbb76
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770495
version: 5

We already provide ring_buffer__epoll_fd to enable use of external
polling systems. However, the only API available to consume the ring
buffer is ring_buffer__consume, which always checks all rings. When
polling for many events, this can be wasteful.

Signed-off-by: Adam Sindelar <adam@wowsignal.io>
Acked-by: Hou Tao <houtao1@huawei.com>
@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 6231e47
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=770495
version: 5

@kernel-patches-daemon-bpf
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant