commit | 39f1ed33a4489e2f7a55d5a96576c73af3529461 | [log] [tgz] |
---|---|---|
author | Arseniy Krasnov <AVKrasnov@sberdevices.ru> | Fri Aug 19 05:39:24 2022 +0000 |
committer | Paolo Abeni <pabeni@redhat.com> | Tue Aug 23 10:43:11 2022 +0200 |
tree | 3241a1596ac5512dba42ccfb1ee1e261d7d6a813 | |
parent | f2fdcf67aceb1a7d5e0661cb7ca95cda68d3014a [diff] |
virtio/vsock: check SO_RCVLOWAT before wake up reader This adds extra condition to wake up data reader: do it only when number of readable bytes >= SO_RCVLOWAT. Otherwise, there is no sense to kick user,because it will wait until SO_RCVLOWAT bytes will be dequeued. This check is performed in vsock_data_ready(). Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>