Message ID | 20230918045514.6709-1-jehoon.park@samsung.com |
---|---|
Headers | show |
Series | add support for Set Alert Configuration mailbox command | expand |
On Mon, 18 Sep 2023, Jehoon Park wrote: >CXL 3.0 Spec 8.2.9.8.3.3 defines Set Alert Configuration mailbox command, >which configures device's warning alerts. >This patchset adds support for the command. > >The implementation is based on the 'ndctl-inject-smart'. Variable and function >names are aligned with the implementation of 'Get Alert Configuration'. > >Changes in v3 >- Reorganize cover letter and commit message (Davidlohr) >- Update details of the example in man page >- Move 'verbose' option to the end in man page (Davidlohr) >- Link to v2: https://lore.kernel.org/r/20230807063335.5891-1-jehoon.park@samsung.com > >Changes in v2 >- Rebase on the latest pending branch >- Remove full usage text in the commit message (Vishal) >- Correct texts in document and log_info() (Vishal) >- Change strncmp() to strcmp() for parsing params (Vishal) >- Link to v1: https://lore.kernel.org/r/20230711071019.7151-1-jehoon.park@samsung.com > >*** BLURB HERE *** > >Jehoon Park (2): > libcxl: add support for Set Alert Configuration mailbox command > cxl: add 'set-alert-config' command to cxl tool Looks good, for the series feel free to add: Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>