On 12/9/24 00:47, Ronnie Sahlberg wrote:
New update of libnfs will have a new API that changes some signatures, primarily in order to make nfs_[p]read[_async] calls zero-copy in the sense that (almost) no data copy is done in the library and READ3/READ4 payloads are read straigth from the socket into the application buffer. In-library zero-copy only works for !krb5 and !tls sessions but can provide significant boost for read-intensive workloads when can be used. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@xxxxxxxxx> ---
Applied. Thanks. Vincent