From: Alejandro Lucero Palau <alucerop@amd.com>
To: Dave Jiang <dave.jiang@intel.com>, linux-cxl@vger.kernel.org
Cc: alejandro.lucero-palau@amd.com, dan.j.williams@intel.com,
ira.weiny@intel.com, vishal.l.verma@intel.com,
alison.schofield@intel.com, Jonathan.Cameron@huawei.com,
dave@stgolabs.net
Subject: Re: [PATCH 0/2] cxl: Pull out mailbox bits to be independent of cxl_dev_state.
Date: Tue, 13 Aug 2024 08:11:08 +0100 [thread overview]
Message-ID: <3a3bddc9-08f7-0192-5a2a-d14f199721df@amd.com> (raw)
In-Reply-To: <20240724185649.2574627-1-dave.jiang@intel.com>
On 7/24/24 19:55, Dave Jiang wrote:
> Hi Alejandro,
> Please feel free to pull in the patches in this series into your type2 series.
Hi Dave,
Working on v3 for the Type2 support where I count on these changes being
applied.
Thanks!
> The patches pulls out the related mailbox bits and form a 'struct cxl_mailbox'. A pointer
> is created to point to that in 'struct cxl_dev_state'. The cxl_mailbox is independently
> allocated if the mailbox register is discovered. This should separate the mailbox out
> to be used by CXL type3 and type2 devices.
>
> ---
>
> Dave Jiang (2):
> cxl: Move mailbox related bits to the same context
> cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
>
> MAINTAINERS | 1 +
> drivers/cxl/core/mbox.c | 139 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
> drivers/cxl/core/memdev.c | 55 ++++++++++++++++---------
> drivers/cxl/cxlmem.h | 22 +++++-----
> drivers/cxl/pci.c | 88 +++++++++++++++++++++++++++-------------
> drivers/cxl/pmem.c | 13 ++++--
> drivers/cxl/security.c | 23 ++++++-----
> include/linux/cxl/mailbox.h | 28 +++++++++++++
> tools/testing/cxl/test/mem.c | 46 ++++++++++++++++-----
> 9 files changed, 301 insertions(+), 114 deletions(-)
>
prev parent reply other threads:[~2024-08-13 7:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-24 18:55 [PATCH 0/2] cxl: Pull out mailbox bits to be independent of cxl_dev_state Dave Jiang
2024-07-24 18:55 ` [PATCH 1/2] cxl: Move mailbox related bits to the same context Dave Jiang
2024-07-24 22:02 ` fan
2024-08-13 6:59 ` Alejandro Lucero Palau
2024-08-13 15:38 ` Dave Jiang
2024-08-15 16:57 ` Jonathan Cameron
2024-08-15 17:10 ` Dave Jiang
2024-08-27 15:27 ` Jonathan Cameron
2024-08-27 21:48 ` Dave Jiang
2024-07-24 18:55 ` [PATCH 2/2] cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input Dave Jiang
2024-07-24 22:08 ` fan
2024-08-15 17:00 ` Jonathan Cameron
2024-08-13 7:11 ` Alejandro Lucero Palau [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=3a3bddc9-08f7-0192-5a2a-d14f199721df@amd.com \
--to=alucerop@amd.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=alejandro.lucero-palau@amd.com \
--cc=alison.schofield@intel.com \
--cc=dan.j.williams@intel.com \
--cc=dave.jiang@intel.com \
--cc=dave@stgolabs.net \
--cc=ira.weiny@intel.com \
--cc=linux-cxl@vger.kernel.org \
--cc=vishal.l.verma@intel.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