From: luzhixing12345 <luzhixing12345@gmail.com>
To: linux-cxl@vger.kernel.org
Cc: luzhixing12345 <luzhixing12345@gmail.com>,
Davidlohr Bueso <dave@stgolabs.net>,
Jonathan Cameron <jonathan.cameron@huawei.com>,
Dave Jiang <dave.jiang@intel.com>,
Alison Schofield <alison.schofield@intel.com>,
Vishal Verma <vishal.l.verma@intel.com>,
Ira Weiny <ira.weiny@intel.com>,
Dan Williams <dan.j.williams@intel.com>,
linux-kernel@vger.kernel.org (open list)
Subject: [PATCH] test: add cxl region test template
Date: Mon, 9 Sep 2024 17:19:38 +0800 [thread overview]
Message-ID: <20240909091938.27647-1-luzhixing12345@gmail.com> (raw)
CXL2.0 support dynamic provisioning of new memory region,
add cxl region test template
Signed-off-by: luzhixing12345 <luzhixing12345@gmail.com>
---
MAINTAINERS | 1 +
tools/testing/cxl/Kbuild | 6 ++++++
tools/testing/cxl/cxl_region_test.c | 6 ++++++
tools/testing/cxl/test/cxl.c | 1 +
4 files changed, 14 insertions(+)
create mode 100644 tools/testing/cxl/cxl_region_test.c
diff --git a/MAINTAINERS b/MAINTAINERS
index 10430778c998..708407d34584 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5616,6 +5616,7 @@ M: Alison Schofield <alison.schofield@intel.com>
M: Vishal Verma <vishal.l.verma@intel.com>
M: Ira Weiny <ira.weiny@intel.com>
M: Dan Williams <dan.j.williams@intel.com>
+M: luzhixing12345 <luzhixing12345@gmail.com>
L: linux-cxl@vger.kernel.org
S: Maintained
F: Documentation/driver-api/cxl
diff --git a/tools/testing/cxl/Kbuild b/tools/testing/cxl/Kbuild
index 3d1ca9e38b1f..8b430274a1ad 100644
--- a/tools/testing/cxl/Kbuild
+++ b/tools/testing/cxl/Kbuild
@@ -67,6 +67,12 @@ cxl_core-y += config_check.o
cxl_core-y += cxl_core_test.o
cxl_core-y += cxl_core_exports.o
+obj-m += cxl_region.o
+
+cxl_region-y += $(CXL_CORE_SRC)/region.o
+cxl_region-y += config_check.o
+cxl_region-y += cxl_region_test.o
+
KBUILD_CFLAGS := $(filter-out -Wmissing-prototypes -Wmissing-declarations, $(KBUILD_CFLAGS))
obj-m += test/
diff --git a/tools/testing/cxl/cxl_region_test.c b/tools/testing/cxl/cxl_region_test.c
new file mode 100644
index 000000000000..c5859a96e35b
--- /dev/null
+++ b/tools/testing/cxl/cxl_region_test.c
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+/* Copyright(c) 2022 Intel Corporation. All rights reserved. */
+
+#include "watermark.h"
+
+cxl_test_watermark(cxl_region);
diff --git a/tools/testing/cxl/test/cxl.c b/tools/testing/cxl/test/cxl.c
index 90d5afd52dd0..320aaed2df17 100644
--- a/tools/testing/cxl/test/cxl.c
+++ b/tools/testing/cxl/test/cxl.c
@@ -1304,6 +1304,7 @@ static __init int cxl_test_init(void)
cxl_mem_test();
cxl_pmem_test();
cxl_port_test();
+ cxl_region_test();
register_cxl_mock_ops(&cxl_mock_ops);
--
2.34.1
next reply other threads:[~2024-09-09 9:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 9:19 luzhixing12345 [this message]
2024-09-09 15:54 ` Dave Jiang
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=20240909091938.27647-1-luzhixing12345@gmail.com \
--to=luzhixing12345@gmail.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=jonathan.cameron@huawei.com \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®