]> www.infradead.org Git - users/sagi/libnvme.git/commit
nbft: add NBFT v1.0 table support
authorStuart Hayes <stuart_hayes@dell.com>
Thu, 31 Mar 2022 18:47:11 +0000 (13:47 -0500)
committerDaniel Wagner <wagi@monom.org>
Wed, 12 Apr 2023 13:09:45 +0000 (15:09 +0200)
commit28ad0e9f6ff0bdd56c6afae73072299c4cd71c3a
tree187c006e9e5f61e2b4b130a3f7d279356b77e7cd
parentdf19f1e10221fde69bdcf3e78112cd9db85f48b2
nbft: add NBFT v1.0 table support

Added support for parsing and printing the contents
of the NBFT table (per NVMe-oF boot specification v1.0).

Signed-off-by: Stuart Hayes <stuart_hayes@dell.com>
Signed-off-by: Martin Belanger <martin.belanger@dell.com>
Signed-off-by: Martin Wilck <mwilck@suse.com>
Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
Signed-off-by: John Meneghini <jmeneghi@redhat.com>
doc/meson.build
src/libnvme.h
src/libnvme.map
src/meson.build
src/nvme/nbft.c [new file with mode: 0644]
src/nvme/nbft.h [new file with mode: 0644]