[PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns

2021-01-23 Thread Minwoo Im
Hello, This is sixth patch series for the support of NVMe subsystem scheme with multi-controller and namespace sharing in a subsystem. This version has a fix in nvme_init_ctrl() when 'cntlid' is set to the Identify Controller data structure by making it by cpu_to_le16() as Keith reviewed. Here's

Re: [PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns

2021-02-04 Thread Klaus Jensen
On Jan 24 11:54, Minwoo Im wrote: > > Minwoo Im (6): > hw/block/nvme: introduce nvme-subsys device > hw/block/nvme: support to map controller to a subsystem > hw/block/nvme: add CMIC enum value for Identify Controller > hw/block/nvme: support for multi-controller in subsystem > hw/block/

Re: [PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns

2021-02-04 Thread Klaus Jensen
On Feb 4 19:31, Klaus Jensen wrote: > On Jan 24 11:54, Minwoo Im wrote: > > > > Minwoo Im (6): > > hw/block/nvme: introduce nvme-subsys device > > hw/block/nvme: support to map controller to a subsystem > > hw/block/nvme: add CMIC enum value for Identify Controller > > hw/block/nvme: supp

Re: [PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns

2021-01-25 Thread Klaus Jensen
On Jan 24 11:54, Minwoo Im wrote: > Hello, > > This is sixth patch series for the support of NVMe subsystem scheme with > multi-controller and namespace sharing in a subsystem. > > This version has a fix in nvme_init_ctrl() when 'cntlid' is set to the > Identify Controller data structure by makin

Re: [PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns

2021-01-25 Thread Minwoo Im
On 21-01-25 21:29:58, Klaus Jensen wrote: > On Jan 24 11:54, Minwoo Im wrote: > > Hello, > > > > This is sixth patch series for the support of NVMe subsystem scheme with > > multi-controller and namespace sharing in a subsystem. > > > > This version has a fix in nvme_init_ctrl() when 'cntlid' is

Re: [PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns

2021-01-26 Thread Keith Busch
This came out looking cleaner than I had initially expected. Thanks for seeing this feature through! Reviewed-by: Keith Busch

Re: [PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns

2021-01-26 Thread Minwoo Im
On 21-01-27 05:39:29, Keith Busch wrote: > This came out looking cleaner than I had initially expected. Thanks for > seeing this feature through! > > Reviewed-by: Keith Busch Thanks Keith for the review!