Re: [PATCH v7 07/14] nvmet-passthru: add enable/disable helpers

2019-08-15 Thread Logan Gunthorpe
On 2019-08-15 6:20 a.m., Max Gurtovoy wrote: > > On 8/2/2019 2:45 AM, Logan Gunthorpe wrote: >> This patch adds helper functions which are used in the NVMeOF configfs >> when the user is configuring the passthru subsystem. Here we ensure >> that only one subsys is assigned to each nvme_ctrl by

Re: [PATCH v7 07/14] nvmet-passthru: add enable/disable helpers

2019-08-15 Thread Max Gurtovoy
On 8/2/2019 2:45 AM, Logan Gunthorpe wrote: This patch adds helper functions which are used in the NVMeOF configfs when the user is configuring the passthru subsystem. Here we ensure that only one subsys is assigned to each nvme_ctrl by using an xarray on the cntlid. [chaitanya.kulka...@wdc.co