From: Bart Van Assche <bvanassche@acm.org>
To: Kiwoong Kim <kwmad.kim@samsung.com>,
linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
alim.akhtar@samsung.com, avri.altman@wdc.com, jejb@linux.ibm.com,
martin.petersen@oracle.com, beanhuo@micron.com,
cang@codeaurora.org, adrian.hunter@intel.com, sc.suh@samsung.com,
hy50.seo@samsung.com, sh425.lee@samsung.com,
bhoon95.kim@samsung.com
Subject: Re: [RFC PATCH v1 2/2] scsi: ufs: ufs-exynos: implement exynos isr
Date: Fri, 6 Aug 2021 09:37:08 -0700 [thread overview]
Message-ID: <597a96f4-9cd4-c1bb-5c8d-dd5d00f0948d@acm.org> (raw)
In-Reply-To: <7d2030d91425a01f964f7a9309c1aa3a0ce6a2d6.1628231581.git.kwmad.kim@samsung.com>
On 8/5/21 11:34 PM, Kiwoong Kim wrote:
> Based on some events in the real world
Which events? Please clarify.
> I implement
> this to block the host's working in some abnormal
> conditions using an vendor specific interrupt for
> cases that some contexts of a pending request in the
> host isn't the same with those of its corresponding UPIUs
> if they should have been the same exactly.
The entire patch description sounds very vague to me. Please make the
description more clear.
> +enum exynos_ufs_vs_interrupt {
> + /*
> + * This occurs when information of a pending request isn't
> + * the same with incoming UPIU for the request. For example,
> + * if UFS driver rings with task tag #1, subsequential UPIUs
> + * for this must have one as the value of task tag. But if
> + * it's corrutped until the host receives it or incoming UPIUs
> + * has an unexpected value for task tag, this raises.
> + */
> + RX_UPIU_HIT_ERROR = 1 << 19,
> +};
The above description needs to be improved. If a request is submitted
with task tag one, only one UPIU can have that task tag instead of all
subsequent UPIUs.
> hci_writel(ufs, UFS_SW_RST_MASK, HCI_SW_RST);
> -
> do {
> if (!(hci_readl(ufs, HCI_SW_RST) & UFS_SW_RST_MASK))
> - goto out;
> + return 0;
> } while (time_before(jiffies, timeout));
Since the above loop is a busy-waiting loop, please insert an msleep()
or cpu_relax() call.
> + * some unexpected events could happen, such as tranferring
^^^^^^^^^^^
Please fix the spelling of this word.
Thanks,
Bart.
next prev parent reply other threads:[~2021-08-06 16:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20210806064923epcas2p13dd6b442eed02404d87684afd9c1b229@epcas2p1.samsung.com>
2021-08-06 6:34 ` [RFC PATCH v1 0/2] scsi: ufs: introduce vendor isr Kiwoong Kim
2021-08-06 6:34 ` [RFC PATCH v1 1/2] " Kiwoong Kim
2021-08-06 16:18 ` Bart Van Assche
2021-08-09 7:33 ` Kiwoong Kim
2021-08-06 6:34 ` [RFC PATCH v1 2/2] scsi: ufs: ufs-exynos: implement exynos isr Kiwoong Kim
2021-08-06 16:37 ` Bart Van Assche [this message]
2021-08-09 7:31 ` Kiwoong Kim
2021-08-06 16:14 ` [RFC PATCH v1 0/2] scsi: ufs: introduce vendor isr Bart Van Assche
2021-08-08 5:56 ` Avri Altman
2021-08-09 7:46 ` Kiwoong Kim
2021-08-09 16:08 ` Bart Van Assche
2021-08-13 5:31 ` Kiwoong Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=597a96f4-9cd4-c1bb-5c8d-dd5d00f0948d@acm.org \
--to=bvanassche@acm.org \
--cc=adrian.hunter@intel.com \
--cc=alim.akhtar@samsung.com \
--cc=avri.altman@wdc.com \
--cc=beanhuo@micron.com \
--cc=bhoon95.kim@samsung.com \
--cc=cang@codeaurora.org \
--cc=hy50.seo@samsung.com \
--cc=jejb@linux.ibm.com \
--cc=kwmad.kim@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=sc.suh@samsung.com \
--cc=sh425.lee@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox