-
Notifications
You must be signed in to change notification settings - Fork 666
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
feat: Add glibc::SOF_TIMESTAMPING_* support #1547
Conversation
Displays strange results on a machine that supposed to support them, I'll reopen when I figure out what's going on. |
False alarm, I wasn't allocating enough memory with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add some tests?
Are there any existing tests that look similar to what you want to get for this code?
Sure
Will take a look |
A good test should set the sockopt, and receive a cmsg with the timestamping structure in it. Maybe similar to what |
72009e2
to
ba01693
Compare
I'm not quite sure what is it complaining about - no changes in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. You're almost there. Don't forget to add a CHANGELOG entry too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But I'm going to hold off merging for now, because there are a few bug fix PRs that should merge before any new features.
@pacak needs a rebase |
Done. And (yay) tests are passing. |
Sorry, @pacak but it's conflicting again. |
(Fixed)
…On Thu, Dec 23, 2021, 04:35 Alan Somers ***@***.***> wrote:
Sorry, @pacak <https://github.com/pacak> but it's conflicting again.
—
Reply to this email directly, view it on GitHub
<#1547 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQFI4X24N57MOAEXMOAZLUSIZAXANCNFSM5E7BDFOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Support for kernel and hardware receive timestamps