From 0a1fccc18bc2a0c6516a79ac1e71c8cfeac4aef4 Mon Sep 17 00:00:00 2001 From: Steven Seungcheol Lee Date: Fri, 6 Dec 2024 19:39:41 +0900 Subject: [PATCH] build: bump libnvme wrap types: Update id-ctrl field based on NVMe 2.1 spec new fields are added on id-ctrl structure Boot Partition Capabilities (BPCAP) NVM Subsystem Shutdown Latency (NSSL) Power Loss Signaling Information (PLSI) Controller Reachability Capabilities (CRCAP) Key Per I/O Capabilities (KPIOC) Maximum Processing Time for Firmware Activation Without Reset (MPTFAWR) Command Quiesce Time (CQT) Recommended Host-Initiated Refresh Interval (RHIRI) Host-Initiated Refresh Time (HIRT) Signed-off-by: Steven Seungcheol Lee --- subprojects/libnvme.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/libnvme.wrap b/subprojects/libnvme.wrap index 6c55f87c..0dbd4f2b 100644 --- a/subprojects/libnvme.wrap +++ b/subprojects/libnvme.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/linux-nvme/libnvme.git -revision = 693e18352051c3a2cf0f8a9d9f0885d518dfc572 +revision = 8efcec730603ffcc379ba0bf821e4c24ec87715b [provide] libnvme = libnvme_dep -- 2.50.1