Re: [PATCH v4 1/2] lightnvm: add non-continuous lun target creation support

2016-03-21 Thread Javier González
Hi Wenwei, > On 19 Mar 2016, at 13:52, Wenwei Tao wrote: > > Hi Javier > > Thanks for the comment. > I've been busy recently, so this letter is kind of late, hope you don't mind. > I use the qemu-nvme you mentioned and configure the nvme device driver > follow the example, it turns out the nvme

Re: [PATCH v4 1/2] lightnvm: add non-continuous lun target creation support

2016-03-19 Thread Wenwei Tao
Hi Javier Thanks for the comment. I've been busy recently, so this letter is kind of late, hope you don't mind. I use the qemu-nvme you mentioned and configure the nvme device driver follow the example, it turns out the nvme device is 1 lun, I don't know how to configure multiple lun, so I just mo

Re: [PATCH v4 1/2] lightnvm: add non-continuous lun target creation support

2016-02-18 Thread Javier González
> On 16 Feb 2016, at 12:28, Wenwei Tao wrote: > > When create a target, we specify the begin lunid and > the end lunid, and get the corresponding continuous > luns from media manager, if one of the luns is not free, > we failed to create the target, even if the device's > total free luns are enou

[PATCH v4 1/2] lightnvm: add non-continuous lun target creation support

2016-02-16 Thread Wenwei Tao
When create a target, we specify the begin lunid and the end lunid, and get the corresponding continuous luns from media manager, if one of the luns is not free, we failed to create the target, even if the device's total free luns are enough. So add non-continuous lun target creation support, thus