1
0
Fork 0

Merging upstream version 1.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:06:51 +01:00
parent 34cf2bc5f8
commit ae07fb4ed6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
803 changed files with 4523 additions and 1325 deletions

View file

@ -64,6 +64,9 @@ libnvme utility functions
``ENVME_CONNECT_OPNOTSUPP``
not supported
``ENVME_CONNECT_CONNREFUSED``
connection refused
.. c:function:: __u8 nvme_status_to_errno (int status, bool fabrics)
@ -433,7 +436,7 @@ usage: int x = round_up(13, sizeof(__u32)); // 13 -> 16
**Parameters**
``size_t val_len``
Value lenght
Value length
**Description**
@ -443,7 +446,7 @@ __u32), of the buffer needed to hold the exat value of size
**Return**
Lenght rounded up by 4
Length rounded up by 4
.. c:function:: __u16 nvmf_exat_size (size_t val_len)