1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00
freebsd/lib/libnvmf
John Baldwin 06b2ed7a3a nvmf_tcp: Correct padding calculation
PDU data alignment (PDA) isn't necessarily a power of 2, just a
multiple of 4, so use roundup() instead of roundup2() to compute the
PDU data offset (PDO).

Sponsored by:	Chelsio Communications
2024-11-02 09:54:29 -04:00
..
internal.h
libnvmf.h
Makefile
Makefile.depend Update Makefile.depend files 2024-10-14 10:26:17 -07:00
nvmf_controller.c libnvmf: Zero controller data template for I/O controllers 2024-07-19 17:06:47 -04:00
nvmf_host.c libnvmf: avoid resource leak 2024-05-21 17:41:04 -06:00
nvmf_tcp.c nvmf_tcp: Correct padding calculation 2024-11-02 09:54:29 -04:00
nvmf_transport.c