On Tue, Aug 18, 2026 at 01:29:56PM +0700, Bui Duc Phuc wrote: > Hi Corey, > > Thanks for your feedback. >
snip... > > > And it must work if no interrupt is available for any reason. > > > > As I understand it, you mean keeping the current behavior of ignoring > all errors and > continuing to run, in order to ensure that existing systems can still work? > Since the current code already ignores all errors, is that correct? Yes, ignoring errors is the right thing to do in this case. Printing a warning log about incorrect configuration is ok, but breaking systems that have incorrect configuration is not ok. It is common for these systems to not have interrupts. I think it's a bad idea, but I didn't design the hardware or the specifciations. And it's common for configuration to have issues :-( Anyway, I think you have the parameters now, looking forward to the next patch. -corey _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
