Re: [PATCH V3 00/19] lightnvm: pblk: implement 2.0 support

From: Matias BjÃrling
Date: Mon Feb 26 2018 - 13:20:21 EST


On 02/26/2018 02:16 PM, Javier GonzÃlez wrote:
# Changes since V2:

Apply Matias' feedback:
- Remove generic nvm_id identify structure.
- Do not remap capabilities (cap) to media and controlled capabilities
(mccap). Instead, add a comment to prevent confusion when
crosschecking with 2.0 spec.
- Change maxoc and maxocpu defaults from 1 block to the max number of
blocks.
- Re-implement the generic geometry to use nvm_geo on both device and
targets. Maintain nvm_common_geo to make it easier to copy the common
part of the geometry (without having to overwrite target-specific
fields, which is ugly and error prone). Matias, if you still want to
get rid of this, we can do it.

I do, the variables should go directly in nvm_geo. Thanks.