Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when checking number_of_ckids in cxl_tsp_validate_capability
According to CXL Spec 3.1 Table 11-32 Get Target Capabilities Response (Sheet 3 of 3) Byte Offset (1Ch): Number of CKIDs: Total number of CKIDs that the target supports. Valid only if CKID-based Encryption is set in Memory Encryption Features Supported. Shall be >=2 and < 2^13. One of the condition shall be: device_capabilities->number_of_ckids >= 0x2000 Signed-off-by: Min M Xu <[email protected]>
- Loading branch information