IPMB_TXTask wait forever when bridge message from host fail
Yi-Shum opened this issue · 6 comments
Yi-Shum commented
Hi @rainlinWW,
We have an issue about IPMB_TXTask.
If BMC and host reboot at the same time, the bridge message from host will fail with the maximum number of retries.
In IPMB_TXTask, it will respond CC_NODE_BUSY to KCS and wait forever in function ipmb_send_response().
Thanks,
Yi-Shum
Yi-Shum commented
Hi @rainlinWW,
We will add an else if statement to the IPMB_TXTask to print an error message when the bridge message from the host reaches the maximum number of retries.
Do you have any suggestions for this modification?
If not, we will submit this PR.
Thanks,
Yi-Shum
DelphineChiu commented
Hi @Yi-Shum Rain is taking one day off today. you can go ahead with your solution. Thanks.
Yi-Shum commented
DelphineChiu commented
Yi-Shum commented
Hi @DelphineChiu ,
OK, I will close it