Re: [PATCH] ncsi-netlink: support sending NC-SI commands over Netlink interface

2019-09-09 Thread Brad Bishop
Do you have plans to upstream your yocto recipe for this repo? Yes I sure can upstream the recipe file. I had to make local changes to build ncsi-netlink for my BMC platform. Is there a group I may submit my recipe to? Hi Ben Can you try meta-openembedded? If they will not take it, I’m ha

RE: [PATCH] ncsi-netlink: support sending NC-SI commands over Netlink interface

2019-08-30 Thread Ben Wei
> On 8/22/19 5:02 PM, Ben Wei wrote: > > This patch extends ncsi-netlink command line utility to send NC-SI command > > to kernel driver > > via NCSI_CMD_SEND_CMD command. > > > > New command line option -o (opcode) is used to specify NC-SI command and > > optional payload. > > > > Thank you fo

Re: [PATCH] ncsi-netlink: support sending NC-SI commands over Netlink interface

2019-08-30 Thread Terry Duncan
On 8/22/19 5:02 PM, Ben Wei wrote: This patch extends ncsi-netlink command line utility to send NC-SI command to kernel driver via NCSI_CMD_SEND_CMD command. New command line option -o (opcode) is used to specify NC-SI command and optional payload. Thank you for posting this Ben. Something

[PATCH] ncsi-netlink: support sending NC-SI commands over Netlink interface

2019-08-22 Thread Ben Wei
This patch extends ncsi-netlink command line utility to send NC-SI command to kernel driver via NCSI_CMD_SEND_CMD command. New command line option -o (opcode) is used to specify NC-SI command and optional payload. For example, to send "Get Parameter" command ncsi-netlink -l 2 -c 0 -p0 -o 0x