Re: [PATCH] nvme: lightnvm: use nvme admin queue

2015-11-20 Thread Matias Bjørling
On 11/20/2015 07:28 AM, Wenwei Tao wrote: According to Open-ChannelSSDInterfaceSpecification 0.1, NVMe-NVM admin commands use vendor specific admin opcodes of NVMe, so use the NVMe admin queue to dispatch these commands Signed-off-by: Wenwei Tao --- drivers/nvme/host/lightnvm.c | 13

Re: [PATCH] nvme: lightnvm: use nvme admin queue

2015-11-20 Thread Matias Bjørling
On 11/20/2015 07:28 AM, Wenwei Tao wrote: According to Open-ChannelSSDInterfaceSpecification 0.1, NVMe-NVM admin commands use vendor specific admin opcodes of NVMe, so use the NVMe admin queue to dispatch these commands Signed-off-by: Wenwei Tao ---

[PATCH] nvme: lightnvm: use nvme admin queue

2015-11-19 Thread Wenwei Tao
According to Open-ChannelSSDInterfaceSpecification 0.1, NVMe-NVM admin commands use vendor specific admin opcodes of NVMe, so use the NVMe admin queue to dispatch these commands Signed-off-by: Wenwei Tao --- drivers/nvme/host/lightnvm.c | 13 +++-- 1 file changed, 7 insertions(+), 6

[PATCH] nvme: lightnvm: use nvme admin queue

2015-11-19 Thread Wenwei Tao
According to Open-ChannelSSDInterfaceSpecification 0.1, NVMe-NVM admin commands use vendor specific admin opcodes of NVMe, so use the NVMe admin queue to dispatch these commands Signed-off-by: Wenwei Tao --- drivers/nvme/host/lightnvm.c | 13 +++-- 1 file changed,