Hi all,
I polished the first 2 patches following Vishal and Dan's comments.
And, I dropped this v2 patch:
[ndctl,v2,3/4] ndctl, lib: implement ndctl_dimm_get_cmd_family()
and re-implemented the support for "ndctl monitor" for Hyper-V by following
Vishal/Dan's suggestions. Thank you!
Please review the patchset.
Dexuan Cui (5):
libndctl: Implement the "smart_get_health" dimm-op for Hyper-V
libndctl: Implement the smart_get_shutdown_count dimm-op for Hyper-V
ndctl, monitor: Don't require the support of ND_CMD_SMART_THRESHOLD
libndctl: Add a new dimm-op cmd_is_supported()
libndctl: Implement the "cmd_is_supported" dimm-op for Hyper-V
ndctl/lib/Makefile.am | 1 +
ndctl/lib/hyperv.c | 183 ++++++++++++++++++++++++++++++++++++++++++
ndctl/lib/hyperv.h | 38 +++++++++
ndctl/lib/libndctl.c | 7 ++
ndctl/lib/private.h | 4 +
ndctl/monitor.c | 12 +--
ndctl/ndctl.h | 1 +
7 files changed, 238 insertions(+), 8 deletions(-)
create mode 100644 ndctl/lib/hyperv.c
create mode 100644 ndctl/lib/hyperv.h
--
2.19.1