Re: [PATCH v2 1/1] nvme: implement log page low/high offset and dwords

2018-03-02 Thread Keith Busch
Thanks, applied for 4.17. A side note for those interested, some bug fixing commits introduced in the nvme-4.17 branch were applied to 4.16-rc. I've rebased these on top of linux-block/for-next so we don't have the duplicate commits for the 4.17 merge window. The nvme branch currently may be viewe

Re: [PATCH v2 1/1] nvme: implement log page low/high offset and dwords

2018-02-26 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG N

[PATCH v2 1/1] nvme: implement log page low/high offset and dwords

2018-02-26 Thread Matias Bjørling
NVMe 1.2.1 extends the get log page interface to include 64 bit offset and increases the number of dwords to 32 bits. Implement for future use. Signed-off-by: Matias Bjørling --- drivers/nvme/host/core.c | 36 1 file changed, 24 insertions(+), 12 deletions(-)