From: "Kani, Toshi" <toshi.kani@hpe.com>
To: "dan.j.williams@intel.com" <dan.j.williams@intel.com>,
"linux-nvdimm@lists.01.org" <linux-nvdimm@lists.01.org>
Subject: Re: [ndctl PATCH v2 2/3] nfit, address-range-scrub: rework and simplify ARS state machine
Date: Fri, 6 Apr 2018 22:06:02 +0000 [thread overview]
Message-ID: <1523052334.2693.330.camel@hpe.com> (raw)
In-Reply-To: <152298834229.13386.9535080244838507823.stgit@dwillia2-desk3.amr.corp.intel.com>
On Thu, 2018-04-05 at 21:19 -0700, Dan Williams wrote:
> ARS is an operation that can take 10s to 100s of seconds to find media
> errors that should rarely be present. If the platform crashes due to
> media errors in persistent memory, the expectation is that the BIOS will
> report those known errors in a 'short' ARS request.
>
> A 'short' ARS request asks platform firmware to return an ARS payload
> with all known errors, but without issuing a 'long' scrub. At driver
> init a short request is issued to all PMEM ranges before registering
> regions. Then, in the background, a long ARS is scheduled for each
> region.
I confirmed that this version addressed the WARN_ONCE issue.
> The ARS implementation is simplified to centralize ARS completion work
> in the ars_complete() helper called from ars_status_process_records().
> The timeout is removed since there is no facility to cancel ARS, and
> system init is never blocked waiting for a 'long' ARS. The ars_state
> flags are used to coordinate ARS requests from driver init, ARS requests
> from userspace, and ARS requests in response to media error
> notifications.
While I like the simplification of the code, I leaned that we need to
handle both cases below:
1) No FW ARS Scan: ARS short scan and enable pmem devices without delay
(new behavior by this patch)
2) FW ARS Scan: Wait for FW ARS scan to complete, and then enable pmem
devices
Case 2) is still necessary because:
- After a system crash in certain error scenario, FW may not be able to
obtain all error records and need ARS long scan to retrieve them.
- Other OSes do not initiate an ARS long scan, and assume FW to start
it at POST when necessary.
Thanks,
-Toshi
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm
next prev parent reply other threads:[~2018-04-06 22:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-06 4:18 [ndctl PATCH v2 0/3] nfit, address-range-scrub: rework and fixes Dan Williams
2018-04-06 4:18 ` [ndctl PATCH v2 1/3] nfit, address-range-scrub: determine one platform max_ars value Dan Williams
2018-04-06 4:19 ` [ndctl PATCH v2 2/3] nfit, address-range-scrub: rework and simplify ARS state machine Dan Williams
2018-04-06 22:06 ` Kani, Toshi [this message]
2018-04-06 22:13 ` Dan Williams
2018-04-06 22:36 ` Kani, Toshi
2018-04-06 22:51 ` Dan Williams
2018-04-06 4:19 ` [ndctl PATCH v2 3/3] nfit, address-range-scrub: add module option to skip initial ars Dan Williams
2018-04-06 4:31 ` [ndctl PATCH v2 0/3] nfit, address-range-scrub: rework and fixes Dan Williams
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=1523052334.2693.330.camel@hpe.com \
--to=toshi.kani@hpe.com \
--cc=dan.j.williams@intel.com \
--cc=linux-nvdimm@lists.01.org \
/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 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.