Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/lm/lm-nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static int lm_migration_send(int argc, char **argv, struct command *command, str
" 1h = Suspend";
const char *dudmq = "Delete user data migration queue (DUDMQ) as part of suspend operation "
"(CDW11[31])";
const char *seqind = "Sequence Indicator (CDW11[17:16])\n"
const char *seqind = "Sequence Indicator (CDW10[17:16])\n"
" 0h = Not first not last\n"
" 1h = First in two or more\n"
" 2h = Last in two or more\n"
Expand Down Expand Up @@ -394,7 +394,7 @@ static int lm_migration_send(int argc, char **argv, struct command *command, str
.args_size = sizeof(args),
.fd = dev_fd(dev),
.sel = cfg.sel,
.mos = NVME_SET(cfg.seqind, LM_MIGRATION_SEND_MOS),
.mos = NVME_SET(cfg.seqind, LM_SEQIND),
.cntlid = cfg.cntlid,
.csuuidi = cfg.csuuidi,
.uidx = cfg.uidx,
Expand Down
2 changes: 1 addition & 1 deletion subprojects/libnvme.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/linux-nvme/libnvme.git
revision = 89ac31f536baf15c1834f877b4c1fb9aca1cf94f
revision = 56ca8b4d3180c89f80ee5c0380046f124f39ece4

[provide]
libnvme = libnvme_dep
Expand Down