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

Remove unnecessary type conversions in fqdn zombies handling #27047

Merged
merged 1 commit into from Aug 2, 2023

Conversation

giorio94
Copy link
Member

Let's drop the netip.Addr to string to netip.Addr roundtrip conversions, which introduce unnecessary performance penalties, and circumvent type safety relying on functions which might panic.

Let's drop the netip.Addr to string to netip.Addr roundtrip conversions,
which introduce unnecessary performance penalties, and circumvent type
safety relying on functions which might panic.

Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
@giorio94 giorio94 added kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. area/fqdn Affects the FQDN policies feature labels Jul 25, 2023
@giorio94 giorio94 requested review from a team as code owners July 25, 2023 11:26
@giorio94
Copy link
Member Author

/test

Copy link
Member

@mhofstetter mhofstetter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks @giorio94!

@giorio94
Copy link
Member Author

/test

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Aug 2, 2023
@dylandreimerink dylandreimerink merged commit a890f02 into cilium:main Aug 2, 2023
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/fqdn Affects the FQDN policies feature kind/cleanup This includes no functional changes. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants