cxl/pci.c: Add a 'label_storage_size' attribute to the memdev
authorVishal Verma <vishal.l.verma@intel.com>
Thu, 20 May 2021 19:47:45 +0000 (13:47 -0600)
committerDan Williams <dan.j.williams@intel.com>
Wed, 26 May 2021 18:20:17 +0000 (11:20 -0700)
commit199cf8c3feec2947015da84643312790b21531cb
tree423f8a0f2517fc3a4a78b1463a88986b4ed0d383
parent21e9f76733a8c152b794cba5463ff9bf2db919d4
cxl/pci.c: Add a 'label_storage_size' attribute to the memdev

The 'Identify Device' mailbox command returns an 'lsa_size', which is
the size of the label storage area on the device. Export it as a sysfs
attribute so that userspace tooling to read/write the LSA can determine
the size without having to run an 'Identify Device' on their own.

Cc: Ben Widawsky <ben.widawsky@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Link: https://lore.kernel.org/r/20210520194745.1095517-1-vishal.l.verma@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/mem.h
drivers/cxl/pci.c