plugins/lm: Refine Sequence Indicator description and macro usage#2771
Merged
igaw merged 2 commits intolinux-nvme:masterfrom Apr 9, 2025
Merged
plugins/lm: Refine Sequence Indicator description and macro usage#2771igaw merged 2 commits intolinux-nvme:masterfrom
igaw merged 2 commits intolinux-nvme:masterfrom
Conversation
Fetch LM_SEQIND changes. Signed-off-by: Daniel Wagner <wagi@kernel.org>
Changed the command dword reference in the sequence indicator (seqind) help text from CDW11 to CDW10. This aligns with the spec. Also changed the macro used for setting the sequence indicator bits in the `mos` field from LM_MIGRATION_SEND_MOS to LM_SEQIND. Signed-off-by: Dmitry Sherstoboev <sdmitry@google.com>
e77f5d4 to
fbbdb29
Compare
Collaborator
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed the command dword reference in the sequence indicator (seqind) help text from CDW11 to CDW10. This aligns with the spec.
In the spec,
mosfield is at bits 31:16 of CDW10, andseqindis at bits 01:00 ofmos, which gives us the final location of(CDW10[17:16]).Also changed the macro used for setting the sequence indicator bits in the
mosfield from LM_MIGRATION_SEND_MOS to LM_SEQIND.