Re: [GIT PULL 18/25] lightnvm: set target over-provision on create ioctl

2018-01-05 Thread Randy Dunlap
On 01/05/2018 11:56 AM, Javier Gonzalez wrote: >> On 5 Jan 2018, at 20.53, Matias Bjørling wrote: >> >> On 01/05/2018 08:52 PM, Javier Gonzalez wrote: On 5 Jan 2018, at 20.33, Randy Dunlap wrote: On 01/05/2018 05:16 AM, Matias Bjørling wrote: > From: Javier González >

Re: [GIT PULL 18/25] lightnvm: set target over-provision on create ioctl

2018-01-05 Thread Javier Gonzalez
> On 5 Jan 2018, at 20.53, Matias Bjørling wrote: > > On 01/05/2018 08:52 PM, Javier Gonzalez wrote: >>> On 5 Jan 2018, at 20.33, Randy Dunlap wrote: >>> >>> On 01/05/2018 05:16 AM, Matias Bjørling wrote: From: Javier González Allow to set the over-provision percentage on targe

Re: [GIT PULL 18/25] lightnvm: set target over-provision on create ioctl

2018-01-05 Thread Matias Bjørling
On 01/05/2018 08:52 PM, Javier Gonzalez wrote: On 5 Jan 2018, at 20.33, Randy Dunlap wrote: On 01/05/2018 05:16 AM, Matias Bjørling wrote: From: Javier González Allow to set the over-provision percentage on target creation. In case that the value is not provided, fall back to the default val

Re: [GIT PULL 18/25] lightnvm: set target over-provision on create ioctl

2018-01-05 Thread Javier Gonzalez
> On 5 Jan 2018, at 20.33, Randy Dunlap wrote: > > On 01/05/2018 05:16 AM, Matias Bjørling wrote: >> From: Javier González >> >> Allow to set the over-provision percentage on target creation. In case >> that the value is not provided, fall back to the default value set by >> the target. >> >>

Re: [GIT PULL 18/25] lightnvm: set target over-provision on create ioctl

2018-01-05 Thread Randy Dunlap
On 01/05/2018 05:16 AM, Matias Bjørling wrote: > From: Javier González > > Allow to set the over-provision percentage on target creation. In case > that the value is not provided, fall back to the default value set by > the target. > > In pblk, set the default OP to 11% of the total size of the

[GIT PULL 18/25] lightnvm: set target over-provision on create ioctl

2018-01-05 Thread Matias Bjørling
From: Javier González Allow to set the over-provision percentage on target creation. In case that the value is not provided, fall back to the default value set by the target. In pblk, set the default OP to 11% of the total size of the device Signed-off-by: Javier González Signed-off-by: Hans H