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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0308C47088 for ; Wed, 30 Nov 2022 21:51:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229747AbiK3Vvc (ORCPT ); Wed, 30 Nov 2022 16:51:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229750AbiK3Vv2 (ORCPT ); Wed, 30 Nov 2022 16:51:28 -0500 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ACF3692A1E; Wed, 30 Nov 2022 13:51:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1669845087; x=1701381087; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=GAy6p2zNRrTbb2Kd0FfJLA6CMe4CwBNHgW0q9DGdS6s=; b=pZfNbt71hca0xqb5gXyQsvsHC9s3aK0uHFeenhaRNb7prXo1lAjwwuOM gsF+wGJBcFskmmxFLGphptSumxMbj9nXm4dMFa9ZSSB42WB4OGnLCsYlz ZbYQxev9+9sb9xCYyIdgvPeXPHM1GCr0sb3UJp9jVFGdSn7QIVjrMaLzJ U=; Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-01.qualcomm.com with ESMTP; 30 Nov 2022 13:51:27 -0800 X-QCInternal: smtphost Received: from unknown (HELO nasanex01a.na.qualcomm.com) ([10.52.223.231]) by ironmsg04-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 13:51:27 -0800 Received: from asutoshd-linux1.qualcomm.com (10.80.80.8) by nasanex01a.na.qualcomm.com (10.52.223.231) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.36; Wed, 30 Nov 2022 13:51:26 -0800 Date: Wed, 30 Nov 2022 13:51:26 -0800 From: Asutosh Das To: Bart Van Assche CC: , , , , , , , , , , , Subject: Re: [PATCH v8 00/16] Add Multi Circular Queue Support Message-ID: <20221130215126.GC9934@asutoshd-linux1.qualcomm.com> References: <7b71f90d-05d2-0b42-3a4a-6414e0cb88a3@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Content-Disposition: inline In-Reply-To: <7b71f90d-05d2-0b42-3a4a-6414e0cb88a3@acm.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01a.na.qualcomm.com (10.52.223.231) Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Wed, Nov 30 2022 at 13:14 -0800, Bart Van Assche wrote: >On 11/30/22 12:27, Asutosh Das wrote: >>This patch series is an implementation of UFS Multi-Circular Queue. >>Please consider this series for next merge window. > >Hi Asutosh, > >It seems like my Reviewed-by tag is missing from several patches? > >>Please take a look and let us know your thoughts. >> >>v6 -> v7: >>- Added missing Reviewed-by tags. > >Are the v7 -> v8 changes perhaps missing? > Hello Bart, Thanks. Let me correct this and RESEND the v8 with everything updated. -asd >Thanks, > >Bart. >