Re: [PATCH 3/5 v2] lightnvm: RRPC target

2015-04-16 Thread Paul Bolle
On Wed, 2015-04-15 at 14:34 +0200, Matias Bjørling wrote: > --- /dev/null > +++ b/drivers/lightnvm/Kconfig > +menuconfig NVM > + bool "Open-Channel SSD target support" > + depends on BLK_DEV_NVM > + help > + Say Y here to get to enable Open-channel SSDs. > + > +

Re: [PATCH 3/5 v2] lightnvm: RRPC target

2015-04-16 Thread Paul Bolle
On Wed, 2015-04-15 at 14:34 +0200, Matias Bjørling wrote: --- /dev/null +++ b/drivers/lightnvm/Kconfig +menuconfig NVM + bool Open-Channel SSD target support + depends on BLK_DEV_NVM + help + Say Y here to get to enable Open-channel SSDs. + + Open-Channel SSDs

[PATCH 3/5 v2] lightnvm: RRPC target

2015-04-15 Thread Matias Bjørling
This target implements a simple target to be used by Open-Channel SSDs. It exposes the physical flash a generic sector-based address space. The FTL implements a round-robin approach for sector allocation, together with a greedy cost-based garbage collector. Signed-off-by: Matias Bjørling ---

[PATCH 3/5 v2] lightnvm: RRPC target

2015-04-15 Thread Matias Bjørling
This target implements a simple target to be used by Open-Channel SSDs. It exposes the physical flash a generic sector-based address space. The FTL implements a round-robin approach for sector allocation, together with a greedy cost-based garbage collector. Signed-off-by: Matias Bjørling