Re: [PATCH v5 06/16] util/iov: Introduce iov_send_recv_with_flags()

2024-10-10 Thread Daniel P . Berrangé
On Tue, Oct 08, 2024 at 09:57:13AM +0200, Cédric Le Goater wrote: > From: Alejandro Zeise > > In order to support a new update function, a flag needs to be passed > to the kernel via the socket send call (MSG_MORE) to notify it that > more data is to be expected to calculate the hash correctly. >

[PATCH v5 06/16] util/iov: Introduce iov_send_recv_with_flags()

2024-10-08 Thread Cédric Le Goater
From: Alejandro Zeise In order to support a new update function, a flag needs to be passed to the kernel via the socket send call (MSG_MORE) to notify it that more data is to be expected to calculate the hash correctly. Add a new iov helper for this purpose. Signed-off-by: Alejandro Zeise [ cl