nfs: add support for new libnfs API
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 9 Dec 2024 05:47:58 +0000 (15:47 +1000)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 9 Dec 2024 15:44:15 +0000 (10:44 -0500)
commitf512744be77f2c65e17e3ddde90c2458124ac152
tree3cb03457cdd04f21e97e3b954218a9d259855ecc
parent6f3de5cefec65b1fd31abd79274089282ea6569e
nfs: add support for new libnfs API

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@gmail.com>
Link: https://lore.kernel.org/r/20241209054758.3269700-1-ronniesahlberg@gmail.com
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
engines/nfs.c