[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <26b84239-3b52-6e42-2d17-a34933cab13e@quicinc.com>
Date: Tue, 14 Mar 2023 17:34:11 +0800
From: Ziqi Chen <quic_ziqichen@...cinc.com>
To: Bart Van Assche <bvanassche@....org>, <quic_asutoshd@...cinc.com>,
<quic_cang@...cinc.com>, <quic_nguyenb@...cinc.com>,
<mani@...nel.org>, <stanley.chu@...iatek.com>,
<adrian.hunter@...el.com>, <beanhuo@...ron.com>,
<avri.altman@....com>, <junwoo80.lee@...sung.com>,
<martin.petersen@...cle.com>
CC: <linux-scsi@...r.kernel.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
Steven Rostedt <rostedt@...dmis.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
open list <linux-kernel@...r.kernel.org>,
"open list:TRACING" <linux-trace-kernel@...r.kernel.org>
Subject: Re: [PATCH v5] scsi: ufs: core: Add trace event for MCQ
Thanks Bart, will address your comments and update new version V6 soon.
Best Regards,
Ziqi
On 3/14/2023 5:09 AM, Bart Van Assche wrote:
> On 3/13/23 02:16, Ziqi Chen wrote:
>> Added a new trace event to record MCQ relevant information
>> for each request in MCQ mode, include hardware queue ID,
>> SQ tail slot, CQ head slot and CQ tail slot.
>
> Added a new trace event ... -> Add the MCQ information in the existing
> trace event ...
>
> From Documentation/process/submitting-patches.rst: "Describe your
> changes in imperative mood, e.g. "make xyzzy do frotz"".
>
>> Changes to v1:
>> - Adjust the order of fileds to keep them aligned.
> ^^^^^^
> fields?
>
>> - u32 intr, doorbell;
>> + u32 doorbell = 0, hwq_id = 0;
>> + u32 intr;
>
> Since hwq_id can be assigned the value -1, shouldn't its type be changed
> from u32 into int, int16_t or int32_t?
>
>> + struct ufs_hw_queue *hwq = NULL;
>
> Is this pointer only used inside one branch of the if-statement below?
> If so, can it be moved under "if (is_mcq_enabled(hba)) {"?
>
>> + "%s: %s: tag: %u, DB: 0x%x, size: %d, IS: %u, LBA: %llu,
>> opcode: 0x%x (%s), group_id: 0x%x, hqid: %d",
>
> Consider changing "hqid" into "hwq_id" to make the trace information
> easier to understand.
>
> Thanks,
>
> Bart.
Powered by blists - more mailing lists