All of lore.kernel.org
 help / color / mirror / Atom feed
* [ndctl PATCH] test/common: document magic number CXL_TEST_QOS_CLASS=42
@ 2025-08-22  2:55 marc.herbert
  2025-08-22 15:57 ` Dave Jiang
  2025-08-22 18:13 ` Alison Schofield
  0 siblings, 2 replies; 5+ messages in thread
From: marc.herbert @ 2025-08-22  2:55 UTC (permalink / raw)
  To: linux-cxl, nvdimm, alison.schofield, dave.jiang; +Cc: Marc Herbert

From: Marc Herbert <marc.herbert@linux.intel.com>

This magic number must match kernel code. Make that corresponding kernel
code much less time-consuming to find.

Additionally, that same one-line reference indirectly documents the
minimum kernel version required by the test(s) using this value (only
cxl-qos-class.sh at this time)

Signed-off-by: Marc Herbert <marc.herbert@linux.intel.com>
---
 test/common | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/common b/test/common
index 2d076402ef7c..1ab62be6994f 100644
--- a/test/common
+++ b/test/common
@@ -155,4 +155,5 @@ check_dmesg()
 }
 
 # CXL COMMON
+# Test constant defined in kernel commit v6.8-rc2-9-g117132edc690
 CXL_TEST_QOS_CLASS=42
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-08-25  1:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22  2:55 [ndctl PATCH] test/common: document magic number CXL_TEST_QOS_CLASS=42 marc.herbert
2025-08-22 15:57 ` Dave Jiang
2025-08-22 18:13 ` Alison Schofield
2025-08-23  3:07   ` Marc Herbert
2025-08-25  1:36     ` Alison Schofield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.