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

Send vl_api_sockclnt_delete_t message on disconnect #248

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

ondrej-fabry
Copy link
Member

This change practically reverts previous commit 1548c7e, because it seems VPP is not correctly cleaning up opened sockets when they are closed from client side, which increases CPU usage of VPP. This correctly sets client_index field for the message unlike previous implementation.

This change practically reverts previous commit [1548c7e](1548c7e), because it seems VPP is not correctly cleaning up opened sockets when they are closed from client side, which increases CPU usage of VPP.
This correctly sets client_index field for the message unlike previous implementation.

Signed-off-by: Ondrej Fabry <[email protected]>
@ondrej-fabry ondrej-fabry requested a review from a team November 12, 2024 16:17
@ondrej-fabry ondrej-fabry self-assigned this Nov 12, 2024
@ondrej-fabry ondrej-fabry merged commit 2d443be into master Nov 13, 2024
11 checks passed
@ondrej-fabry ondrej-fabry deleted the send-sockclnt-delete-on-disconnect branch November 13, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants