[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221014163149.6zwx6nrbzfbc5pps@offworld>
Date: Fri, 14 Oct 2022 09:31:49 -0700
From: Davidlohr Bueso <dave@...olabs.net>
To: ira.weiny@...el.com
Cc: Dan Williams <dan.j.williams@...el.com>,
Alison Schofield <alison.schofield@...el.com>,
Vishal Verma <vishal.l.verma@...el.com>,
Ben Widawsky <bwidawsk@...nel.org>,
Steven Rostedt <rostedt@...dmis.org>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
linux-kernel@...r.kernel.org, linux-cxl@...r.kernel.org
Subject: Re: [RFC V2 PATCH 01/11] cxl/mbox: Add debug of hardware error code
On Fri, 14 Oct 2022, Davidlohr Bueso wrote:
>>- if (mbox_cmd.return_code != CXL_MBOX_CMD_RC_SUCCESS)
>>+ if (mbox_cmd.return_code != CXL_MBOX_CMD_RC_SUCCESS) {
>>+ dev_dbg(cxlds->dev, "MB error : %s\n",
>
>Maybe s/MB/mbox?
Actually 'Mailbox' seems to be the standard:
core/regs.c: dev_dbg(dev, "found Mailbox capability (0x%x)\n", offset);
core/regs.c: dev_dbg(dev, "found Secondary Mailbox capability (0x%x)\n", offset);
pci.c: dev_dbg(dev, "Mailbox operation had an error\n");
pci.c: dev_err(cxlds->dev, "Mailbox is too small (%zub)",
pci.c: dev_dbg(cxlds->dev, "Mailbox payload sized %zu",
Powered by blists - more mailing lists