Re: [PATCH] scsi: ufs: Add support for the aggregated read query opcode
From: Bart Van Assche
Date: Fri Jul 10 2026 - 10:51:31 EST
On 7/9/26 10:45 PM, Hyeoncheol Jeong wrote:
struct utp_transfer_cmd_desc {
u8 command_upiu[ALIGNED_UPIU_SIZE];
- u8 response_upiu[ALIGNED_UPIU_SIZE];
+ u8 response_upiu[ALIGNED_RSP_UPIU_SIZE];
u8 prd_table[];
};
This change increases the size of every CQ entry and also of every LRB
entry by about 4 KiB. This is not acceptable.
Bart.