Mellanox / libxlio

Other
41 stars 19 forks source link

Delay socket_fd_api cleanup #53

Closed alexbriskin closed 8 months ago

alexbriskin commented 11 months ago

Description

Fix the spikes in close syscall latency by making it asynchronous. Move the deletion of the socket(socket_fd_api) to tread_loop or to thread_local do_tasks.

Change type

What kind of change does this PR introduce?

Check list

alexbriskin commented 11 months ago

bot:retest

alexbriskin commented 11 months ago

bot:retest

alexbriskin commented 11 months ago

There is still a need to check the code correctness with differed close enabled,