kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
185 stars 74 forks source link

fru: implement adaptive fru inventory read #136

Closed hthiery closed 1 year ago

hthiery commented 1 year ago

Do not read the full FRU inventory area before parsing. This saves a lot of time when e.g. the area size is 8kByte but the areas only uses some bytes for the information stored there.

Signed-off-by: Heiko Thiery heiko.thiery@gmail.com