commit | f5e5385dbd46109eda7c4a5c11d00e9140db555a | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Mar 03 02:05:49 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Oct 12 05:40:50 2022 -0500 |
tree | 263d2e223a0444a5758c5e22510cba57871c2017 | |
parent | b116bbb0f11dfe2c39a6c63e4ae96c3cc1c6f896 [diff] |
OpenPOWER: Use non blocking call for host dump offload request Currently dump manager is using pldm_send_recv which is a blocking call and if the host is not responding dump manager will hang to avoid this using pldm_send which is a non-blocking call. Tests: Send message while host is down and dump manager is not hung. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ie90e217325da4c8778c7527afcd453a8fdce02c8
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test