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
nvmf_controller.c
nvmf_host.c
nvmf_tcp.c
nvmf_transport.c