All of lore.kernel.org
 help / color / mirror / Atom feed
* Support for NVMe-MI?
@ 2019-02-22  3:14 Tony Lee (李文富)
  2019-02-26  1:48 ` Emily Shaffer
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Lee (李文富) @ 2019-02-22  3:14 UTC (permalink / raw)
  To: openbmc@lists.ozlabs.org, benjaminfair@google.com,
	emilyshaffer@google.com
  Cc: Buddy Huang (黃天鴻)

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

Hi,



https://github.com/openbmc/openbmc/issues/3482 is asking support for NVMe-MI.

Now, we found that Google has a package called “google-ipmi-i2c”. It provides a ipmi bridge command which can get the device data where are on the i2c bus.



There are the command and response example below:
$ ipmitool -I dbus raw 0x2e 2 0x79 0x2b 0x00 14 0 0xd4 0 1 0 0xd5 0 8
response: 79 2b 00 06 bb ff 2a 00 00 00 2e
$ ipmitool -I dbus raw 0x2e 2 0x79 0x2b 0x00 14 0 0xd4 0 1 8 0xd5 0 24
response : 79 2b 00 16 80 86 50 48 4c 46 37 31 31 35 30 30
Response is define in NVM Express Management Interface SPEC
It's only used for in-band now.

How about adding support for out-of-band for this useful OEM command?


Thanks
Best Regards,
Tony


[-- Attachment #2: Type: text/html, Size: 4788 bytes --]

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

* Re: Support for NVMe-MI?
  2019-02-22  3:14 Support for NVMe-MI? Tony Lee (李文富)
@ 2019-02-26  1:48 ` Emily Shaffer
  0 siblings, 0 replies; 2+ messages in thread
From: Emily Shaffer @ 2019-02-26  1:48 UTC (permalink / raw)
  To: Tony Lee (李文富)
  Cc: openbmc@lists.ozlabs.org, benjaminfair@google.com,
	Buddy Huang (黃天鴻)

[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]

I expect you will be able to use the same command out-of-band if you add
the relevant parameters to ipmitool to use the LAN. Can you report back if
that isn't working for you?

On Thu, Feb 21, 2019 at 7:14 PM Tony Lee (李文富) <Tony.Lee@quantatw.com>
wrote:

> Hi,
>
>
>
> https://github.com/openbmc/openbmc/issues/3482 is asking support for
> NVMe-MI.
>
> Now, we found that Google has a package called “google-ipmi-i2c”. It
> provides a ipmi bridge command which can get the device data where are on
> the i2c bus.
>
>
>
> There are the command and response example below:
>
> $ ipmitool -I dbus raw 0x2e 2 0x79 0x2b 0x00 14 0 0xd4 0 1 0 0xd5 0 8
> response: 79 2b 00 06 bb ff 2a 00 00 00 2e
>
> $ ipmitool -I dbus raw 0x2e 2 0x79 0x2b 0x00 14 0 0xd4 0 1 8 0xd5 0 24
> response : 79 2b 00 16 80 86 50 48 4c 46 37 31 31 35 30 30
>
> Response is define in NVM Express Management Interface SPEC
>
> It's only used for in-band now.
>
> How about adding support for out-of-band for this useful OEM command?
>
>
>
>
>
> Thanks
>
> Best Regards,
>
> Tony
>
>
>

[-- Attachment #2: Type: text/html, Size: 3498 bytes --]

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

end of thread, other threads:[~2019-02-26  1:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22  3:14 Support for NVMe-MI? Tony Lee (李文富)
2019-02-26  1:48 ` Emily Shaffer

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.