Thread (130 messages) 130 messages, 10 authors, 2020-03-12

Re: [PATCH v3 08/27] ocxl: Emit a log message showing how much LPC memory was detected

From: Frederic Barrat <hidden>
Date: 2020-02-25 17:03:45
Also in: linux-mm, lkml, nvdimm


Le 21/02/2020 à 04:27, Alastair D'Silva a écrit :
From: Alastair D'Silva <redacted>

This patch emits a message showing how much LPC memory & special purpose
memory was detected on an OCXL device.

Signed-off-by: Alastair D'Silva <redacted>
---

Acked-by: Frederic Barrat <redacted>


quoted hunk ↗ jump to hunk
  drivers/misc/ocxl/config.c | 4 ++++
  1 file changed, 4 insertions(+)
diff --git a/drivers/misc/ocxl/config.c b/drivers/misc/ocxl/config.c
index a62e3d7db2bf..701ae6216abf 100644
--- a/drivers/misc/ocxl/config.c
+++ b/drivers/misc/ocxl/config.c
@@ -568,6 +568,10 @@ static int read_afu_lpc_memory_info(struct pci_dev *dev,
  		afu->special_purpose_mem_size =
  			total_mem_size - lpc_mem_size;
  	}
+
+	dev_info(&dev->dev, "Probed LPC memory of %#llx bytes and special purpose memory of %#llx bytes\n",
+		afu->lpc_mem_size, afu->special_purpose_mem_size);
+
  	return 0;
  }
  
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help