qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jeuk Kim <jeuk20.kim@gmail.com>
To: Minwoo Im <minwoo.im@samsung.com>
Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org,
	gost.dev@samsung.com, Jeuk Kim <jeuk20.kim@samsung.com>,
	Hanna Reitz <hreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
Subject: Re: [PATCH v2 0/2] hw/ufs: Add support MCQ
Date: Tue, 28 May 2024 12:02:45 +0900	[thread overview]
Message-ID: <d8fd8103-8d74-4f61-8478-89210eafd954@gmail.com> (raw)
In-Reply-To: <20240528023106.856777-1-minwoo.im@samsung.com>


On 5/28/2024 11:31 AM, Minwoo Im wrote:
> UFSHCI 4.0 spec introduced MCQ(Multi-Circular Queue) to support multiple
> command queues for UFS controller.  To test ufs-mcq path of kernel, MCQ
> emulated device would be a good choice to go with.
>
> The first patch added newly introduced fields in UFSHCI 4.0 to support
> MCQ.  The other one made the actual changes for MCQ.
>
> v2:
>    It fixed printing error event trace even in normal shutdown cases for
> SQ/CQ tear-down by checking whether each SQ/CQ is valid or not.  The
> default value of mcq-maxq was updated to 2 from 1 to prevent the kernel
> from allocating a single queue as a poll_queue by default and to ensure
> that io_queues exist to handle device commands.
>
> Please review.
>
> Thanks,
>
> Minwoo Im (2):
>    hw/ufs: Update MCQ-related fields to block/ufs.h
>    hw/ufs: Add support MCQ of UFSHCI 4.0
>
>   hw/ufs/trace-events |  17 ++
>   hw/ufs/ufs.c        | 478 ++++++++++++++++++++++++++++++++++++++++++--
>   hw/ufs/ufs.h        |  98 ++++++++-
>   include/block/ufs.h | 131 +++++++++++-
>   4 files changed, 702 insertions(+), 22 deletions(-)

Thank you for the patch.


Reviewed-by: Jeuk Kim <jeuk20.kim@samsung.com>



      parent reply	other threads:[~2024-05-28  3:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20240528024226epcas2p1667c281607ce0496703c688b2559a8f1@epcas2p1.samsung.com>
2024-05-28  2:31 ` [PATCH v2 0/2] hw/ufs: Add support MCQ Minwoo Im
     [not found]   ` <CGME20240528024226epcas2p2b6e8cbaf751f2e74087b9f6fb2ac6d3f@epcas2p2.samsung.com>
2024-05-28  2:31     ` [PATCH v2 1/2] hw/ufs: Update MCQ-related fields to block/ufs.h Minwoo Im
     [not found]   ` <CGME20240528024226epcas2p2ff608840535856834178a77b8cc42892@epcas2p2.samsung.com>
2024-05-28  2:31     ` [PATCH v2 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0 Minwoo Im
2024-05-28  3:02   ` Jeuk Kim [this message]

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=d8fd8103-8d74-4f61-8478-89210eafd954@gmail.com \
    --to=jeuk20.kim@gmail.com \
    --cc=gost.dev@samsung.com \
    --cc=hreitz@redhat.com \
    --cc=jeuk20.kim@samsung.com \
    --cc=kwolf@redhat.com \
    --cc=minwoo.im@samsung.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /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;
as well as URLs for NNTP newsgroup(s).