Re: [PATCH 20/20] lightnvm: pblk: implement 2.0 support

2018-02-21 Thread Javier González
BTW, there is a V3 for this patch at least, adding holes in the mapping bitmap to avoid the multiplications and divisions on the fast path, when the media format is not a power of two. I'll send it this week; just wanted to get this out for revision. Javier > On 21 Feb 2018, at 10.26, Javier Gonz

[PATCH 20/20] lightnvm: pblk: implement 2.0 support

2018-02-21 Thread Javier González
Implement 2.0 support in pblk. This includes the address formatting and mapping paths, as well as the sysfs entries for them. Signed-off-by: Javier González --- drivers/lightnvm/pblk-init.c | 57 ++-- drivers/lightnvm/pblk-sysfs.c | 36 ++-- drivers/lightnvm/pblk.h | 198 +++