Skip to content
Commit 805e9cdb authored by Revanth Rajashekar's avatar Revanth Rajashekar Committed by Greg Kroah-Hartman
Browse files

nvme: check the PRINFO bit before deciding the host buffer length

[ Upstream commit 4d6b1c95

 ]

According to NVMe spec v1.4, section 8.3.1, the PRINFO bit and
the metadata size play a vital role in deteriming the host buffer size.

If PRIFNO bit is set and MS==8, the host doesn't add the metadata buffer,
instead the controller adds it.

Signed-off-by: default avatarRevanth Rajashekar <revanth.rajashekar@intel.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 8e59209d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment