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

Add support for TCA_NETEM_RATE64 in Netem qdisc #900

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

bc-lee
Copy link
Contributor

@bc-lee bc-lee commented Aug 1, 2023

  • Rate64 field added to the Netem struct in qdisc.go
  • Implemented serialization and deserialization methods for Rate64
  • Modify TestClassAddDel test to validate Rate64 changes

@aboch
Copy link
Collaborator

aboch commented Nov 27, 2023

Can a UT be added or an existing one be modified to test this new option?

@aboch
Copy link
Collaborator

aboch commented Mar 1, 2024

@bc-lee

@aboch
Copy link
Collaborator

aboch commented Mar 28, 2024

@bc-lee please fix the conflicts and can you add some UT?

- `Rate64` field added to the `Netem` struct in `qdisc.go`
- Implemented serialization and deserialization methods for `Rate64`
- Modify `TestClassAddDel` test to validate Rate64 changes
@bc-lee
Copy link
Contributor Author

bc-lee commented Mar 31, 2024

@bc-lee please fix the conflicts and can you add some UT?

Sorry for the delay. I have fixed the conflicts and modify existing test(TestClassAddDel) to validate Rate64 changes. Can you please take a look at it?

@aboch
Copy link
Collaborator

aboch commented Apr 1, 2024

LGTM

@aboch aboch merged commit 6765a44 into vishvananda:main Apr 1, 2024
2 checks passed
@bc-lee bc-lee deleted the feature/add-netem-rate branch April 1, 2024 01:40
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