From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17E72C432C2 for ; Wed, 25 Sep 2019 14:19:51 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DFA5D21D7B for ; Wed, 25 Sep 2019 14:19:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DFA5D21D7B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=irrelevant.dk Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:52754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD88z-0002xi-0Z for qemu-devel@archiver.kernel.org; Wed, 25 Sep 2019 10:19:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53523) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD6CW-000132-Gc for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:15:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iD6CV-0007l3-Gc for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:15:20 -0400 Received: from charlie.dont.surf ([128.199.63.193]:40462) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iD6CV-0007kd-Am for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:15:19 -0400 Received: from apples.localdomain (unknown [194.62.217.57]) by charlie.dont.surf (Postfix) with ESMTPSA id 0DF3CBF722; Wed, 25 Sep 2019 12:15:16 +0000 (UTC) Date: Wed, 25 Sep 2019 14:15:13 +0200 From: Klaus Jensen To: Paul Durrant Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 16/16] nvme: support multiple namespaces Message-ID: <20190925121513.GA226870@apples.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 128.199.63.193 X-Mailman-Approved-At: Wed, 25 Sep 2019 10:17:01 -0400 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "qemu-devel@nongnu.org" , Paul Durrant Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Wed, Sep 25, 2019 at 11:33:45AM +0000, Paul Durrant wrote: > Hi Klaus, > > I may have missed something but are you planning a v2 of your > nvme_ns series soon? I just ran into another issue with this version > when trying to use non-consecutive nsid value; the code uses an > array of ns indexed by the nsid, and using non-consecutive values > causes it to wander off the end of the array when trying to look up > an ns by nsid. > Hi Paul, Yes, v2 will be served momentarily! The issue you are describing is fixed in my tree! Thanks, Klaus