]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
libnvdimm, nfit: export an 'ecc_unit_size' sysfs attribute
authorDan Williams <dan.j.williams@intel.com>
Thu, 31 Aug 2017 19:53:36 +0000 (12:53 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 31 Aug 2017 19:53:36 +0000 (12:53 -0700)
commita15797f4bef201544263ef5c264c3f48d78cc5d4
tree6f879ef7a0f288e11615065f445cab90ee2a7ca6
parented36b4dba54a421ce5551638f6a9790b2c2116b1
libnvdimm, nfit: export an 'ecc_unit_size' sysfs attribute

When the nfit driver initializes it runs an ARS (Address Range Scrub)
operation across every pmem range. Part of that process involves
determining the ARS capabilities of a given address range. One of the
capabilities that is reported is the 'Clear Uncorrectable Error Range
Length Unit Size' (see: ACPI 6.2 section 9.20.7.4 Function Index 1 -
Query ARS Capabilities). This property is of interest to userspace
software as it indicates the boundary at which the NVDIMM may need to
perform read-modify-write cycles to maintain ECC blocks.

Cc: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/acpi/nfit/core.c