All of lore.kernel.org
 help / color / mirror / Atom feed
* Discussion on IPMI provider libraries
@ 2016-11-07 13:43 tomjose
  2016-11-07 20:25 ` Brendan Higgins
  0 siblings, 1 reply; 6+ messages in thread
From: tomjose @ 2016-11-07 13:43 UTC (permalink / raw)
  To: Brendan Higgins, OpenBMC Maillist

Hello Brendan,

The discussion is with respect to issue 
https://github.com/openbmc/openbmc/issues/430.

The goal of this issue is to share ipmi provider libraries between 
phosphor-host-ipmid
and phosphor-net-ipmid.

The plan is to provide a framework in net-ipmid to register IPMI 
provider API's.
Every IPMI command has a privilege level which would be compared against 
the session's
privilege level before the command is executed. For supporting IPMI on 
LAN channel,
the privilege for each command need to be assigned.

This is the present signature of the callback command API's.

typedef ipmi_ret_t (*ipmid_callback_t)(ipmi_netfn_t, ipmi_cmd_t, 
ipmi_request_t,
                                        ipmi_response_t, 
ipmi_data_len_t, ipmi_context_t);

I plan to add additional parameter for the command privilege level. I 
heard you had interest
around this area to modify callback API to suit your specific needs.

Let me know your thoughts.

Regards,
Tom

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-16  7:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07 13:43 Discussion on IPMI provider libraries tomjose
2016-11-07 20:25 ` Brendan Higgins
2016-11-08 10:09   ` tomjose
2016-11-14 23:59     ` Brendan Higgins
2016-11-15 10:58       ` Patrick Williams
2016-11-16  7:00         ` tomjose

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.