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

Introduce ringbuf queue in access log module #170

Merged
merged 7 commits into from
Dec 16, 2024
Merged

Introduce ringbuf queue in access log module #170

merged 7 commits into from
Dec 16, 2024

Conversation

mrproliu
Copy link
Contributor

In Linux version 5.8, a ring buffer was introduced to replace the original perf buffer array to enhance transmission performance between kernel space and user space.
Therefore, the access log module can optimize execution efficiency based on whether the system provides a ring buffer data structure.

@mrproliu mrproliu added the enhancement New feature or request label Dec 16, 2024
@mrproliu mrproliu added this to the 0.8.0 milestone Dec 16, 2024
@mrproliu mrproliu marked this pull request as draft December 16, 2024 02:55
@mrproliu mrproliu marked this pull request as ready for review December 16, 2024 07:32
@mrproliu mrproliu requested a review from wu-sheng December 16, 2024 07:32
@wu-sheng wu-sheng merged commit 023d6c2 into main Dec 16, 2024
28 checks passed
@mrproliu mrproliu deleted the ringbuf branch December 16, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants