Skip to content

pulgin/ocp:Added the OCP2.7 supported Get feature FID=CAh command api#3088

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
praveenkb-63:plugin/ocp_Get_Feature_CAh
Feb 13, 2026
Merged

pulgin/ocp:Added the OCP2.7 supported Get feature FID=CAh command api#3088
igaw merged 1 commit intolinux-nvme:masterfrom
praveenkb-63:plugin/ocp_Get_Feature_CAh

Conversation

@praveenkb-63
Copy link

Implemented the OCP 2.7 spec supported Get Feature FID=CAh command api to fetch idle wake up time configuration

Reviewed-by: Karthik Balan [email protected]
Reviewed-by: Arunpandian J [email protected]

@praveenkb-63 praveenkb-63 force-pushed the plugin/ocp_Get_Feature_CAh branch from e1bffe3 to 3d39019 Compare February 12, 2026 13:57
Implemented the OCP 2.7 spec supported Get Feature FID=CAh command api
to fetch idle wake up time configuration.

Reviewed-by: Karthik Balan <[email protected]>
Reviewed-by: Arunpandian J <[email protected]>
Signed-off-by: Praveen Kumar B/Praveen Kumar B <[email protected]>
[wagi: replaced OPT_ARGS with NVME_ARGS]
Signed-off-by: Daniel Wagner <[email protected]>
@igaw igaw force-pushed the plugin/ocp_Get_Feature_CAh branch from 3d39019 to ead5894 Compare February 13, 2026 07:32
@igaw
Copy link
Collaborator

igaw commented Feb 13, 2026

replaced OPT_ARGS with NVME_ARGS to include global arguments.

-       OPT_ARGS(opts) = {
+       NVME_ARGS(opts,
                OPT_BYTE("sel", 's', &cfg.sel, sel),
                OPT_UINT("namespace-id", 'n', &cfg.nsid, nsid),
-               OPT_FLAG("no-uuid", 'u', NULL, no_uuid),
-               OPT_END()
-       };
+               OPT_FLAG("no-uuid", 'u', NULL, no_uuid));

also updated commit message.

@igaw igaw merged commit a57edc3 into linux-nvme:master Feb 13, 2026
20 of 21 checks passed
@igaw
Copy link
Collaborator

igaw commented Feb 13, 2026

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants