Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check "Implicit TE State Change" in cxl_tsp_validate_capability #396

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

mxu9
Copy link
Contributor

@mxu9 mxu9 commented Nov 20, 2024

Fix #395

According to CXL Spec 3.1 Table 11-32 Get Target Capabilities Response (Sheet 2 of 3) Byte Offset (0Ch):
Bit[2]: Implicit TE State Change: When set, indicates that the target
supports implicit TE State changes using a 64B granularity, Explicit
In-band TE State Change shall be set, and Explicit In-band TE State
Granularity support for 64B shall be set.

This bit shall be checked in cxl_tsp_validate_capability.

According to CXL Spec 3.1 Table 11-32 Get Target Capabilities Response
(Sheet 2 of 3) Byte Offset (0Ch):
  Bit[2]: Implicit TE State Change: When set, indicates that the target
  supports implicit TE State changes using a 64B granularity, Explicit
  In-band TE State Change shall be set, and Explicit In-band TE State
  Granularity support for 64B shall be set.

This bit shall be checked in cxl_tsp_validate_capability.

Signed-off-by: Min M Xu <min.m.xu@intel.com>
@jyao1 jyao1 merged commit 4a08eff into DMTF:main Nov 21, 2024
32 checks passed
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.

"Implicit TE State Change" is not checked in cxl_tsp_validate_capability
2 participants