Re: [PATCH v4 1/3] io: Add helper for setting socket send buffer size

2025-05-19 Thread Eric Blake
On Mon, May 19, 2025 at 12:20:48PM +0100, Richard W.M. Jones wrote: > On Sat, May 17, 2025 at 11:11:52PM +0300, Nir Soffer wrote: > > Testings reading and writing from qemu-nbd using a unix domain socket > > Nit pick that this should be "Testing", not "Testings". (Or > "Experiments" if you really

Re: [PATCH v4 1/3] io: Add helper for setting socket send buffer size

2025-05-19 Thread Richard W.M. Jones
On Sat, May 17, 2025 at 11:11:52PM +0300, Nir Soffer wrote: > Testings reading and writing from qemu-nbd using a unix domain socket Nit pick that this should be "Testing", not "Testings". (Or "Experiments" if you really wanted a plural noun.) Rich. -- Richard Jones, Virtualization Group, Red H

Re: [PATCH v4 1/3] io: Add helper for setting socket send buffer size

2025-05-19 Thread Daniel P . Berrangé
On Sat, May 17, 2025 at 11:11:52PM +0300, Nir Soffer wrote: > Testings 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

[PATCH v4 1/3] io: Add helper for setting socket send buffer size

2025-05-17 Thread Nir Soffer
Testings 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 context. We don