-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to libnvme version to pull in TP8013&8014 support.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libnvme
updated
12 files
+0 −2 | .github/workflows/meson.yml | |
+4 −0 | doc/config-schema.json | |
+4 −1 | libnvme/nvme.i | |
+1 −1 | meson.build | |
+40 −17 | src/nvme/fabrics.c | |
+11 −0 | src/nvme/fabrics.h | |
+5 −0 | src/nvme/json.c | |
+2 −0 | src/nvme/private.h | |
+28 −0 | src/nvme/tree.c | |
+32 −0 | src/nvme/tree.h | |
+10 −1 | src/nvme/types.h | |
+10 −7 | subprojects/json-c.wrap |