[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f7dedda8-a739-0af7-95c7-5e4c1f574ff7@nvidia.com>
Date: Mon, 29 Nov 2021 18:48:38 +0000
From: Chaitanya Kulkarni <chaitanyak@...dia.com>
To: Liguang Zhang <zhangliguang@...ux.alibaba.com>
CC: Jens Axboe <axboe@...com>, Christoph Hellwig <hch@....de>,
Sagi Grimberg <sagi@...mberg.me>,
"linux-nvme@...ts.infradead.org" <linux-nvme@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Keith Busch <kbusch@...nel.org>
Subject: Re: [PATCH] nvme: duplicate NQNs check if devices needed
Liguang,
On 11/29/21 8:34 AM, Keith Busch wrote:
> On Mon, Nov 29, 2021 at 07:18:54PM +0800, Liguang Zhang wrote:
>> @@ -2587,6 +2587,9 @@ static struct nvme_subsystem *__nvme_find_get_subsystem(const char *subsysnqn)
>>
>> lockdep_assert_held(&nvme_subsystems_lock);
>>
>> + if (strncmp(subsysnqn, "nqn.", 4))
>> + return NULL;
>
> This seems like an arbitrary way to decide not to check for duplicates.
> Shouldn't we just add the NVME_QUIRK_IGNORE_DEV_SUBNQN quirk for the
> broken controllers?
>
Please add t he quirk for a specific controller(s) as mentioned
by Keith.
-ck
Powered by blists - more mailing lists