2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-29 04:17:35 +00:00
Jarrod Johnson 352a2faf8a Fix some reentrant scenarios
If a command payload is pending, fix calls to raw_command by
deferring instance modification until the last command was settled.

Fix a deadlock scenario where packet transmit gets blocked by
waiting on incoming packets that will never come by avoiding
calling out to caller custom handlers which might expect to be
submitting new requests during transmit.

Fix a problem if command is requested while awaiting for an SOL
acknowledgement.

Change-Id: Ia352566819cce06c6e4e5279afeb6191838e0488
2013-10-16 10:07:16 -04:00
2013-08-17 22:29:25 -04:00
2013-10-16 10:07:16 -04:00
2013-06-30 14:21:20 -04:00
2013-08-17 22:29:25 -04:00
2013-09-13 11:28:28 -05:00
2013-06-24 14:15:39 -04:00
2013-06-28 10:01:40 -04:00
2013-09-13 11:28:28 -05:00
2013-09-13 11:28:28 -05:00
2013-09-13 11:28:28 -05:00
2013-09-13 11:28:28 -05:00
2013-06-30 14:21:20 -04:00

This is a pure python implementation of IPMI protocol.

ipmictl.py is a sample application to roughly show the most simple approach to
invoking the library.
Description
No description provided
Readme Apache-2.0 13 MiB
Languages
Python 99.9%
Shell 0.1%