2
0
mirror of https://opendev.org/x/pyghmi synced 2026-08-28 09:36:43 +00:00

change chunksize from 240 to 224

change is from fru.py in below gitlab commit.
https://gitlab.icelab.lenovo.com/pygcon/pyghmi/commit/d09e23fea99664859bf00f3eae80d8720992d68c#dade58c051d057633b161944993db070adc93aa0 collection of M4 and Kent support - 12032015

Change-Id: Idd2197edf49f3ca3df56d21b2082db6f4dd8aa1b
This commit is contained in:
luyf5
2021-09-01 17:08:13 +08:00
parent 9d548ce378
commit accc24cdd4
+1 -1
View File
@@ -151,7 +151,7 @@ class FRU(object):
# In our case, we don't need to think too hard about whether
# the FRU is word or byte, we just process what we get back in the
# payload
chunksize = 240
chunksize = 224
# Selected as it is accomodated by most tested things
# and many tested things broke after going much
# bigger