Re: [PATCH 1/5] lightnvm: pblk: Helpers for OOB metadata

2018-06-19 Thread Javier Gonzalez
> > On 18 Jun 2018, at 22.53, Igor Konopko wrote: > > > > On 18.06.2018 07:23, Javier Gonzalez wrote: >>> On 16 Jun 2018, at 00.27, Igor Konopko wrote: >>> >>> Currently pblk assumes that size of OOB metadata on drive is always >>> equal to size of pblk_sec_meta struct. This commit add

Re: [PATCH 1/5] lightnvm: pblk: Helpers for OOB metadata

2018-06-18 Thread Igor Konopko
On 18.06.2018 07:23, Javier Gonzalez wrote: On 16 Jun 2018, at 00.27, Igor Konopko wrote: Currently pblk assumes that size of OOB metadata on drive is always equal to size of pblk_sec_meta struct. This commit add helpers which will allow to handle different sizes of OOB metadata on drive.

Re: [PATCH 1/5] lightnvm: pblk: Helpers for OOB metadata

2018-06-18 Thread Javier Gonzalez
> On 16 Jun 2018, at 00.27, Igor Konopko wrote: > > Currently pblk assumes that size of OOB metadata on drive is always > equal to size of pblk_sec_meta struct. This commit add helpers which will > allow to handle different sizes of OOB metadata on drive. > > Signed-off-by: Igor Konopko > ---

Re: [PATCH 1/5] lightnvm: pblk: Helpers for OOB metadata

2018-06-16 Thread Matias Bjørling
On 06/16/2018 12:27 AM, Igor Konopko wrote: Currently pblk assumes that size of OOB metadata on drive is always equal to size of pblk_sec_meta struct. This commit add helpers which will allow to handle different sizes of OOB metadata on drive. Signed-off-by: Igor Konopko ---

[PATCH 1/5] lightnvm: pblk: Helpers for OOB metadata

2018-06-15 Thread Igor Konopko
Currently pblk assumes that size of OOB metadata on drive is always equal to size of pblk_sec_meta struct. This commit add helpers which will allow to handle different sizes of OOB metadata on drive. Signed-off-by: Igor Konopko --- drivers/lightnvm/pblk-core.c | 10 +