Re: [PATCH 1/2] nvme-tcp: auth success1 msg always includes resp

From: Hannes Reinecke
Date: Wed Sep 06 2023 - 06:59:16 EST


On 8/28/23 23:20, Mark O'Donovan wrote:
In cases where RVALID is false, the response is still transmitted,
but is cleared to zero.

Relevant extract from the spec:
Response R2, if valid (i.e., if the RVALID field is set to 01h),
cleared to 0h otherwise

Signed-off-by: Mark O'Donovan <shiftee@xxxxxxxxxx>
---
drivers/nvme/host/auth.c | 5 +----
include/linux/nvme.h | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)

Reviewed-by: Hannes Reinecke <hare@xxxxxxx>

Cheers,

Hannes