Searched hist:e2e360db7a55afd62e77577a965f6aa224132cef (Results 1 – 2 of 2) sorted by relevance
/qemu/include/io/ |
H A D | channel-socket.h | e2e360db7a55afd62e77577a965f6aa224132cef Sat May 17 20:11:52 UTC 2025 Nir Soffer <nirsof@gmail.com> io: Add helper for setting socket send buffer size
Testing reading and writing from qemu-nbd using a unix domain socket shows that the platform default send buffer size is too low, leading to poor performance and hight cpu usage.
Add a helper for setting socket send buffer size to be used in NBD code. It can also be used in other contexts.
We don't need a helper for receive buffer size since it is not used with unix domain sockets. This is documented for Linux, and not documented for macOS.
Failing to set the socket buffer size is not a fatal error, but the caller may want to warn about the failure.
Signed-off-by: Nir Soffer <nirsof@gmail.com> Message-ID: <20250517201154.88456-2-nirsof@gmail.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
|
/qemu/io/ |
H A D | channel-socket.c | e2e360db7a55afd62e77577a965f6aa224132cef Sat May 17 20:11:52 UTC 2025 Nir Soffer <nirsof@gmail.com> io: Add helper for setting socket send buffer size
Testing reading and writing from qemu-nbd using a unix domain socket shows that the platform default send buffer size is too low, leading to poor performance and hight cpu usage.
Add a helper for setting socket send buffer size to be used in NBD code. It can also be used in other contexts.
We don't need a helper for receive buffer size since it is not used with unix domain sockets. This is documented for Linux, and not documented for macOS.
Failing to set the socket buffer size is not a fatal error, but the caller may want to warn about the failure.
Signed-off-by: Nir Soffer <nirsof@gmail.com> Message-ID: <20250517201154.88456-2-nirsof@gmail.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
|