Skip to content

Add parser for i64 #12

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

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Conversation

koalo
Copy link
Contributor

@koalo koalo commented Dec 11, 2023

Signed 64 is for example used for TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME.

@koalo
Copy link
Contributor Author

koalo commented Dec 14, 2023

I have a few patches in the pipeline to add support for the TAPRIO Qdisc ( https://man7.org/linux/man-pages/man8/tc-taprio.8.html ) required in the context of time-sensitive networking to rust-netlink. This is the first and most trivial one.

@koalo
Copy link
Contributor Author

koalo commented Jun 24, 2024

Just as rust-netlink/netlink-packet-core#22 this currently blocks me from providing further contributions to rust-netlink that I already have in my pipeline.

Signed 64 is for example used for TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME.

Signed-off-by: Florian Kauer <[email protected]>
@cathay4t cathay4t force-pushed the devel/koalo/add-i64 branch from d938cfe to c01aa44 Compare March 27, 2025 14:13
@cathay4t cathay4t enabled auto-merge (rebase) March 27, 2025 14:13
@cathay4t cathay4t merged commit 414d14e into rust-netlink:main Mar 27, 2025
3 checks passed
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 34.60%. Comparing base (5e39d65) to head (c01aa44).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/parsers.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
- Coverage   35.18%   34.60%   -0.58%     
==========================================
  Files           3        3              
  Lines         361      367       +6     
==========================================
  Hits          127      127              
- Misses        234      240       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Successfully merging this pull request may close these issues.

2 participants