Hi Al,
>> I applied your patch and tested it. It fixes for some cases and
>> not for other cases.
>
> What did you find that didn't work? I did some sanity/test checking and
> didn't find anything. Of course I may have missed stuff. Just point me
> in the right direction and I'll fix the issues.
Here are few cases;
1. This works
fiid_template_t tmpl =
{
{64, "64bits"},
{3, "3bits"},
{5, "5bits"},
{0, ""}
};
2. This works
fiid_template_t tmpl =
{
{3, "3bits"},
{5, "5bits"},
{64, "64bits"},
{0, ""}
};
3. This fails , here we loose 8th byte
fiid_template_t tmpl =
{
{3, "3bits"},
{64, "64bits"},
{5, "7bits"},
{0, ""}
};
Thanks,
Bala
---
Free as in freedom
http://www.gnu.org/
_______________________________________________
Freeipmi-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/freeipmi-devel