From: Dmitry Sherstoboev Date: Fri, 28 Mar 2025 17:50:15 +0000 (+0800) Subject: plugins/lm: Pass numd option to nvme_lm_migration_recv X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=eb67f3b87b813f8c2b1b8996323f3b6a4abcd75a;p=users%2Fsagi%2Fnvme-cli.git plugins/lm: Pass numd option to nvme_lm_migration_recv Forward the user-provided 'numd' value from the command-line options to the underlying nvme_lm_migration_recv library function call. Signed-off-by: Dmitry Sherstoboev --- diff --git a/plugins/lm/lm-nvme.c b/plugins/lm/lm-nvme.c index 47ea8a4f..b596c773 100644 --- a/plugins/lm/lm-nvme.c +++ b/plugins/lm/lm-nvme.c @@ -521,6 +521,7 @@ static int lm_migration_recv(int argc, char **argv, struct command *command, str .csuuidi = cfg.csuuidi, .offset = cfg.offset, .cntlid = cfg.cntlid, + .numd = cfg.numd, .data = data, .result = &result, };