-
Notifications
You must be signed in to change notification settings - Fork 13
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
consider avoid LinkByName
for performance
#123
Comments
glimchb
added a commit
to glimchb/opi-evpn-bridge
that referenced
this issue
Aug 31, 2023
Main reason is perfoamnce. If we have the relevant info in the cache/DB, we could just use it instead of netlink get calls. Fixes opiproject#123 Signed-off-by: Boris Glimcher <[email protected]>
glimchb
added a commit
to glimchb/opi-evpn-bridge
that referenced
this issue
Aug 31, 2023
Main reason is perfoamnce. If we have the relevant info in the cache/DB, we could just use it instead of netlink get calls. Fixes opiproject#123 Signed-off-by: Boris Glimcher <[email protected]>
glimchb
added a commit
to glimchb/opi-evpn-bridge
that referenced
this issue
Sep 13, 2023
Main reason is perfoamnce. If we have the relevant info in the cache/DB, we could just use it instead of netlink get calls. Fixes opiproject#123 Signed-off-by: Boris Glimcher <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
netlink
library works on link object, see https://github.com/vishvananda/netlink/blob/6afddb37c1f00693528264222a57a3c08dccbab7/link_linux.go#L1700consider instead of
do create new object with only Name in the attributes and delete it
maybe...
The text was updated successfully, but these errors were encountered: