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

vsock: try epoll_modify before epoll_register in recv_pkt #506

Merged
merged 3 commits into from
Oct 31, 2023

Commits on Oct 27, 2023

  1. vsock: try epoll_modify before epoll_register in recv_pkt

    in this context, epoll listener can be already registered via other TX
    event, so let it try epoll_modify first to avoid 'silent' failure which
    possibly drops packets.
    
    Signed-off-by: Jeongik Cha <[email protected]>
    ikicha committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    43794e1 View commit details
    Browse the repository at this point in the history
  2. vsock: adding log for epoll_register error in send_pkt

    like recv_pkt, added log for epoll_register error instead of panic
    Signed-off-by: Jeongik Cha <[email protected]>
    ikicha committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6de2ec6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    7c023f1 View commit details
    Browse the repository at this point in the history