Searched hist:"508 c457688e4be878f75f7951ac2e5e95e7de3a8" (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | pack.cpp | diff 508c457688e4be878f75f7951ac2e5e95e7de3a8 Mon Apr 08 12:01:33 CDT 2019 Vernon Mauery <vernon.mauery@linux.intel.com> Add a tuple type for packing
At the top level, payload had the ability to pack a tuple, but it did it by splitting it into its parts and packing those individually. But if one of those parts was a tuple, it would fail. This moves the tuple packing code into the packing templates so that it is possible to pack a nested tuple of tuples.
Tested-by: newly written tuple unit tests pass
Change-Id: Icd80926314072df78b0083a823dcfb46e944e365 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
|
/openbmc/phosphor-host-ipmid/include/ipmid/message/ |
H A D | pack.hpp | diff 508c457688e4be878f75f7951ac2e5e95e7de3a8 Mon Apr 08 12:01:33 CDT 2019 Vernon Mauery <vernon.mauery@linux.intel.com> Add a tuple type for packing
At the top level, payload had the ability to pack a tuple, but it did it by splitting it into its parts and packing those individually. But if one of those parts was a tuple, it would fail. This moves the tuple packing code into the packing templates so that it is possible to pack a nested tuple of tuples.
Tested-by: newly written tuple unit tests pass
Change-Id: Icd80926314072df78b0083a823dcfb46e944e365 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | message.hpp | diff 508c457688e4be878f75f7951ac2e5e95e7de3a8 Mon Apr 08 12:01:33 CDT 2019 Vernon Mauery <vernon.mauery@linux.intel.com> Add a tuple type for packing
At the top level, payload had the ability to pack a tuple, but it did it by splitting it into its parts and packing those individually. But if one of those parts was a tuple, it would fail. This moves the tuple packing code into the packing templates so that it is possible to pack a nested tuple of tuples.
Tested-by: newly written tuple unit tests pass
Change-Id: Icd80926314072df78b0083a823dcfb46e944e365 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
|