-
Notifications
You must be signed in to change notification settings - Fork 240
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
Design proposal for new ring buffer API #3848
base: main
Are you sure you want to change the base?
Commits on Sep 18, 2024
-
Michael Agun committed
Sep 18, 2024 Configuration menu - View commit details
-
Copy full SHA for a5d5d1c - Browse repository at this point
Copy the full SHA a5d5d1cView commit details -
add consumer descriptions and update examples.
Michael Agun committedSep 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 80abd59 - Browse repository at this point
Copy the full SHA 80abd59View commit details
Commits on Sep 19, 2024
-
Michael Agun committed
Sep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 3f400bc - Browse repository at this point
Copy the full SHA 3f400bcView commit details
Commits on Sep 25, 2024
-
update flags notes and add epoll_fd comment
Michael Agun committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for f1d15eb - Browse repository at this point
Copy the full SHA f1d15ebView commit details -
remove epoll fd note (get_handle is already used below).
Michael Agun committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for c339390 - Browse repository at this point
Copy the full SHA c339390View commit details
Commits on Oct 3, 2024
-
Michael Agun committed
Oct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for eac29ff - Browse repository at this point
Copy the full SHA eac29ffView commit details -
Michael Agun committed
Oct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f473d4 - Browse repository at this point
Copy the full SHA 5f473d4View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 376b7d6 - Browse repository at this point
Copy the full SHA 376b7d6View commit details
Commits on Oct 7, 2024
-
fix consumer steps and get_buffer return type
Michael Agun committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for a848715 - Browse repository at this point
Copy the full SHA a848715View commit details
Commits on Oct 18, 2024
-
Splits the design so callback consumers use the existing libbpf APIs, and mapped memory consumers use the new windows-specific functions.
Michael Agun committedOct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for ea47230 - Browse repository at this point
Copy the full SHA ea47230View commit details -
Michael Agun committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 7ba4ec4 - Browse repository at this point
Copy the full SHA 7ba4ec4View commit details
Commits on Oct 21, 2024
-
remove synchronization from consumer offset
Michael Agun committedOct 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e5ab72 - Browse repository at this point
Copy the full SHA 3e5ab72View commit details -
Use NoFence for consumer offset
Michael Agun committedOct 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 288467a - Browse repository at this point
Copy the full SHA 288467aView commit details -
Add poll declaration and flag to control callback
Michael Agun committedOct 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 938d642 - Browse repository at this point
Copy the full SHA 938d642View commit details
Commits on Nov 20, 2024
-
Michael Agun committed
Nov 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 407f3c1 - Browse repository at this point
Copy the full SHA 407f3c1View commit details