Re: [dm-devel] [PATCH v3 06/19] nvme: Fix reservation status related structs

2022-10-30 Thread Keith Busch
On Wed, Oct 26, 2022 at 06:19:32PM -0500, Mike Christie wrote: > This fixes the following issues with the reservation status structs: > > 1. resv10 is bytes 23:10 so it should be 14 bytes. > 2. regctl_ds only supports 64 bit host IDs. > > These are not currently used, but will be in this patchset

[dm-devel] [PATCH v3 06/19] nvme: Fix reservation status related structs

2022-10-30 Thread Mike Christie
This fixes the following issues with the reservation status structs: 1. resv10 is bytes 23:10 so it should be 14 bytes. 2. regctl_ds only supports 64 bit host IDs. These are not currently used, but will be in this patchset which adds support for the reservation report command. Signed-off-by: Mik